# ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning

Source: [arXiv](https://arxiv.org/abs/2607.02509v1)  
Feed7 permalink: https://feed7.dev/p/2607-02509v1-11vodps  
Published: Unknown  
Trust: Needs Review (needs_review)

## Why Included

ReContext is a training-free harness that replays query-relevant evidence from long inputs before answering, taking the best average rank across 8 long-context benchmarks up to 128K on Qwen3-4B/8B and Llama3-8B.

## Source Summary

**The gist** ReContext uses the model's own **attention-based relevance signals** to build a query-conditioned evidence pool from the full input, then replays it before generation — **training-free**, no external memory, no context pruning. It takes the **best average rank on 8 long-context datasets up to 128K** across **Qwen3-4B, Qwen3-8B, and Llama3-8B**.

## Practical Implication

**Why it matters** Big context windows don't mean the model uses what's in them; this is harness-level evidence that restructuring when evidence is seen beats trusting raw attention — a pattern worth stealing for retrieval and context-assembly steps in agent loops.

## Agent-Ready Context

**The gist** ReContext uses the model's own **attention-based relevance signals** to build a query-conditioned evidence pool from the full input, then replays it before generation — **training-free**, no external memory, no context pruning. It takes the **best average rank on 8 long-context datasets up to 128K** across **Qwen3-4B, Qwen3-8B, and Llama3-8B**.

**Why it matters** Big context windows don't mean the model uses what's in them; this is harness-level evidence that restructuring when evidence is seen beats trusting raw attention — a pattern worth stealing for retrieval and context-assembly steps in agent loops.

**Watch out** Gains were shown on **small open models (4B–8B)**; whether frontier models with stronger long-context behavior benefit, and what the recursive replay costs in extra tokens and latency, isn't established.

## Context Map

- Layer: context
- Domains: research
- Topics: context-engineering, retrieval, reasoning

## Uncertainty

- Gains were shown on **small open models (4B–8B)**; whether frontier models with stronger long-context behavior benefit, and what the recursive replay costs in extra tokens and latency, isn't established.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
