# ReContext: Recursive Evidence Replay as LLM Harness for Long-Context Reasoning
> Ficha editorial pública de Research IA. Estado: Lectura primaria completa. La interpretación editorial no sustituye la fuente primaria.

- Página canónica: https://luiseduardodemiguel.com/research-ia/papers/recontext-recursive-evidence-replay-as-llm-harness-for-long-context-reas
- Fuente primaria: https://arxiv.org/abs/2607.02509
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Yanjun Zhao, Ruizhong Qiu, Tianxin Wei, Yuanchen Bei, Zhining Liu, Lingjie Chen, Ismini Lourentzou, Hanghang Tong, Jingrui He
- Fecha del corte: 2 JULIO 2026.
- Área: AGENTES · EVALUACIÓN

## Tesis y contexto

Método training-free para mejorar razonamiento en contexto largo. Usa señales internas del modelo para construir un pool de evidencia relevante y reinyectarlo antes de la respuesta final, sin podar el contexto original. Mejora en 8 datasets de 128K contexto en Qwen3 y Llama3.

- Problema: Tener ventana larga no implica usar bien la evidencia.
- Por qué importa: Muy aplicable a RAG largo, análisis documental y agentes con historial extenso.

## Evidencia reportada

- **reported-result**: Task scores are reported as fractions in [0,1] , while average rank is computed by ranking methods within each backbone on each reported metric column and averaging the resulting ranks; lower is better. [localizador](https://arxiv.org/html/2607.02509#S4)
- **reported-result**: Averaging the eight Acc columns across all three backbones, ReContext improves over Vanilla from 0.24 to 0.30, a relative gain of 24.6% . [localizador](https://arxiv.org/html/2607.02509#S4)
- **reported-result**: On Qwen3-4B, ReContext achieves the best score on every reported metric, including improving NQ Acc from the strongest baseline score of 0.02 to 0.08. [localizador](https://arxiv.org/html/2607.02509#S4)
- **reported-result**: Overall, these results indicate that explicit evidence replay improves aggregate long-context performance across model families, without implying dominance on every individual metric. [localizador](https://arxiv.org/html/2607.02509#S4)

## Lectura y límite

- Método: La lectura de 3 Method describe la intervención y su construcción: Given a long context C and a question q , a standard long-context LLM generates directly from [C;q] . Context Harness with Recursive Evidence Selection ( ReContext ) instead separates evidence organization from answer generation. It first reads the original prompt, extracts candidate evidence spans using question-conditioned internal relevance signals, replays these spans as an evidence pool, and then generates the final answer from the full context, the evidence pool, and the question. The method does not prune the prompt or directly modify attention logits during final decoding. The original context remains…
- Límite: La lectura primaria permite comprobar método y resultados en el HTML, pero no convierte sus conclusiones en validación independiente. La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4 Experiments.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: We present ReContext , a training-free method that turns model-internal relevance signals into an explicit evidence scaffold for long-context reasoning. ReContext recursively selects candidate evidence and replays the organized scaffold before answer generation while preserving the original context, thereby separating evidence organization from answer generation. Our associative-memory analysis provides a simple interpretation of this process as…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4 Experiments.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.02509): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.02509): tipo abstract
- [Método · 3 Method](https://arxiv.org/html/2607.02509#S3): tipo section
- [Evaluación · 4 Experiments](https://arxiv.org/html/2607.02509#S4): tipo section
- [Cierre · 5 Conclusion](https://arxiv.org/html/2607.02509#S5): tipo section

## Próxima prueba

- ¿La propuesta mejora revisión de contratos frente a la línea base actual?
- Métrica: Comparar la métrica principal de la fuente junto con calidad, coste, latencia y tasa de errores.
- Regla de parada: Parar si no aparece una mejora reproducible o si aumenta el riesgo, la complejidad o el coste sin compensación.

## Recursos reproducibles
- [the following issues](https://github.com/arXiv/html_feedback/issues)
- [list of packages that need conversion](https://github.com/brucemiller/LaTeXML/wiki/Porting-LaTeX-packages-for-LaTeXML)
- [developer contributions](https://github.com/brucemiller/LaTeXML/issues)

## Enlaces relacionados

- [VAKRA](https://luiseduardodemiguel.com/research-ia/markdown/papers/vakra)
- [The Devil Is in the Interface](https://luiseduardodemiguel.com/research-ia/markdown/papers/devil-interface)
- [SkillSentry](https://luiseduardodemiguel.com/research-ia/markdown/papers/skillsentry)