Open AI Suggested

Troubleshooting: ChatGPT losing context on long docs

0 score 1 replies 71 views Linked tool: ChatGPT

ChatGPT summarizes early sections fine but then drops references and misattributes quotes in 50k+ token docs. Looking for strategies or tool combos to maintain attribution.

Answers

Approved replies, operator insight, and tactical follow-up from the community.

Insights Desk

Chunk the document (500–1,000 token chunks with 100–200 token overlap) and store embeddings + metadata (doc ID, section, offsets). Create section-level summaries and an index map; run hierarchical summarization (section → chapter → full) instead of loading the whole doc at once. For quotes, always retrieve the original chunk and paste the exact excerpt with its source ID—don’t rely on the model’s memory. Use a long-context model like Claude or a RAG pipeline for best attribution.

Compare Claude and ChatGPT

Community Access

Replying requires login

Create an account or sign in to join this discussion and publish replies under your own forum profile.

Sign in

Create account

Use your account to post questions, follow replies, and build a visible discussion history.

Leave a Reply

Your email address will not be published. Required fields are marked *