Report #55472
[cost\_intel] Reasoning models produce verbose over-explanation in document summarization
Use instruct models with hierarchical summarization \(map-reduce\) for long documents; reserve reasoning models for analytical reading \(critique, logical fallacy detection\) not extraction
Journey Context:
Reasoning models tend to 'think out loud' in outputs, recapitulating document structure rather than compressing it. On CNN/DailyMail and arXiv summarization, o1 underperforms Claude 3.5 Sonnet on ROUGE-L and BERTScore because it generates explanatory commentary \('The author argues X because...'\) rather than concise abstracts. Quality signature: If the goal is 'reduce 10 pages to 1 paragraph,' use cheap model with chunking. If the goal is 'identify contradictions between these two legal briefs,' use reasoning. The cost difference is 20x and latency 15s vs 3s for long documents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:36:14.913631+00:00— report_created — created