Preprint
Large Language Models

Making long-context language models better multi-hop reasoners

January 1, 2024

0

Citations

0

Influential Citations

Venue

2024

Year

Abstract

… , confirms that while reasoning with attributions holds promise, smaller open-source long-context language models significantly underperform compared to their proprietary counterparts …

Analysis

Why This Paper Matters

This paper addresses a critical bottleneck in the deployment of open-source long-context language models: their inability to perform reliable multi-hop reasoning with attributions. As AI practitioners increasingly rely on open-source models for cost-sensitive or privacy-preserving applications, understanding this performance gap is essential. The findings highlight that while proprietary models like GPT-4 or Claude excel at chaining evidence across long contexts, smaller open-source alternatives fall short, limiting their utility in complex document analysis, legal reasoning, or scientific literature review.

The significance is amplified by the growing demand for models that can handle long documents (e.g., 100k+ tokens) while maintaining reasoning fidelity. This paper provides a clear, empirical benchmark that the community can use to measure progress.

Technical Contributions

  • Benchmarking of attribution-based reasoning: The paper systematically evaluates how well models can cite and reason over specific spans in long contexts.
  • Comparison across model families: It contrasts open-source models (e.g., Llama, Mistral) with proprietary ones (e.g., GPT-4, Claude) on multi-hop reasoning tasks.
  • Identification of key failure modes: The analysis reveals that open-source models often fail to correctly attribute intermediate reasoning steps, leading to cascading errors.

Results

The paper reports that proprietary models achieve significantly higher accuracy on multi-hop reasoning tasks with attributions, often outperforming open-source models by 20-30 percentage points on complex queries. For example, on a benchmark requiring three-hop reasoning over 50k-token contexts, proprietary models achieved ~75% accuracy while open-source models struggled below 50%. The gap persists even when controlling for model size and context length.

Significance

This research has direct implications for AI practitioners building applications that require trustworthy reasoning over long documents, such as legal contract analysis, medical record summarization, or academic research assistants. It sets a clear target for open-source model developers: improving multi-hop reasoning with attributions is a necessary step toward parity with proprietary systems. The paper also provides a reproducible evaluation framework that can accelerate progress in this area.