Thomson Reuters CoCounsel: Evaluating Long Context LLM Performance for Legal AI
Legal documents routinely exceed hundreds of pages, and simply fitting text into a large LLM context window does not guarantee effective performance — the more text included, the higher the risk of missing critical details, and effective context windows are often much smaller than advertised limits.
Early GPT-4 had only an 8K token context window requiring document chunking, and RAG underperforms for complex legal queries that require comparing information across an entire document because semantic retrieval returns only passages explicitly matching the query.
CoCounsel 2.0 leverages long context LLMs to the greatest extent possible, backed by a multi-stage evaluation pipeline using over 20,000 benchmark test samples and final manual review by attorney SMEs, saving lawyers valuable time on document-centric legal tasks.
Frequently asked questions
What did this team achieve with this AI workflow?
CoCounsel 2.0 leverages long context LLMs to the greatest extent possible, backed by a multi-stage evaluation pipeline using over 20,000 benchmark test samples and final manual review by attorney SMEs, saving lawyers…
What tools did this team use?
CoCounsel, GPT-4, GPT-4.1, o1-mini, Westlaw, Reuters News, NovelQA, RAG.
What results were reported?
Benchmark test samples used in evaluation: over 20,000; Time saved for lawyers: saving lawyers valuable time; Long context test input length range: 100K–1M tokens (source-reported, not independently verified).
What failed first in this deployment?
Early GPT-4 had only an 8K token context window requiring document chunking, and RAG underperforms for complex legal queries that require comparing information across an entire document because semantic retrieval retu…
How is this legal document review AI workflow structured?
User uploads legal document → Long context LLM analysis → Initial benchmark screening → Skill-specific SME evaluation → Attorney SME manual review.