# DynaKRAG: Learnable Evidence Control in Multi-Hop RAG
> 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/dynakrag-learnable-evidence-control-in-multi-hop-rag
- Fuente primaria: https://arxiv.org/html/2607.06507v1
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Yaqi Wu, Xiaolei Guo, Chenyu Zhou, Jiaqi Huang, Xianfa Zhang, Junxu Zhang, Zhuo Yu, Zhubo Shi, Jianghao Lin, Dongdong Ge
- Fecha del corte: 7 JULIO 2026.
- Área: RAG

## Tesis y contexto

Unifica en una política aprendible las operaciones habituales del RAG multi-hop: recuperar, reformular la consulta, criticar evidencia, identificar entidades puente y decidir cuándo existe suficiente soporte.

- Problema: Muchos sistemas RAG complejos tienen pipelines rígidos, diseñados manualmente y poco adaptables a cada consulta.
- Por qué importa: El retrieval empieza a convertirse en un problema de control secuencial, no en una simple consulta vectorial. Esto puede reducir pasos innecesarios y mejorar consultas composicionales.

## Evidencia reportada

- **reported-result**: Table 1 shows that DynaKRAG achieves the best F1 on all three benchmarks with Qwen2.5-7B and GPT-4o-mini. [localizador](https://arxiv.org/html/2607.06507#Sx4)
- **reported-result**: With Qwen2.5-7B, it reaches 0.5998 on HotpotQA, 0.5340 on 2Wiki, and 0.3061 on MuSiQue, improving over the strongest controlled baseline by 2.88, 7.19, and 0.62 points, respectively. [localizador](https://arxiv.org/html/2607.06507#Sx4)
- **reported-result**: With GPT-4o-mini, the corresponding scores rise to 0.6218, 0.6391, and 0.3977, exceeding the strongest same-backbone baselines by 1.10, 1.33, and 1.01 points. [localizador](https://arxiv.org/html/2607.06507#Sx4)
- **reported-result**: These gains are therefore not tied to the Qwen answer model used to collect the controller’s training trajectories. [localizador](https://arxiv.org/html/2607.06507#Sx4)

## Lectura y límite

- Método: La lectura de Method describe la intervención y su construcción: We consider multi-hop question answering with a question q , a corpus \mathcal{C} , a retriever R , and an answer generator G . Unlike standard RAG, which commits to a fixed retrieval depth or a prescribed iterative routine, our setting allows the system to choose a different evidence operation after each state update. The objective is to acquire sufficient support for answering q while avoiding invalid, redundant, or unproductive operations. Importantly, DynaKRAG controls this acquisition process without replacing R or G , making the controller separable from the underlying retrieval and generation backbones.…
- 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 Experiments.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: On MuSiQue, the full method obtains F1 scores of 0.3694, 0.2691, and 0.1798 on the 1,252 two-hop, 760 three-hop, and 405 four-hop questions, respectively. The corresponding S2G-RAG scores are 0.3568, 0.2562, and 0.2060. Thus the controller improves the two- and three-hop groups but not the four-hop group. These results show how performance varies with the length of the evidence composition chain.
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en Experiments.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/html/2607.06507v1): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.06507): tipo abstract
- [Método · Method](https://arxiv.org/html/2607.06507#Sx3): tipo section
- [Evaluación · Experiments](https://arxiv.org/html/2607.06507#Sx4): tipo section
- [Cierre · Conclusion](https://arxiv.org/html/2607.06507#Sx5): tipo section
- [HTML · fuente navegable](https://arxiv.org/abs/2607.06507v1): tipo abstract

## Próxima prueba

- ¿La propuesta mejora investigación documental 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

- [SAG](https://luiseduardodemiguel.com/research-ia/markdown/papers/sag)
- [RAG-Stack](https://luiseduardodemiguel.com/research-ia/markdown/papers/rag-stack)
- [TTT-Embed](https://luiseduardodemiguel.com/research-ia/markdown/papers/ttt-embed)