# Towards Trustworthy and Cost-Efficient Data Integration: From Naïve RAG to Agentic 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/towards-trustworthy-and-cost-efficient-data-integration-from-naive-rag-t
- Fuente primaria: https://arxiv.org/abs/2607.22319
- Versión leída: v1
- Fuente comprobada: 2026-08-19 · lectura primaria completa; extracción editorial automatizada, revisión humana pendiente
- Autores: Chuangtao Ma, Arijit Khan
- Fecha del corte: 24 JULIO 2026.
- Área: AGENTES · RAG

## Tesis y contexto

Trabajo de síntesis sobre la evolución RAG → GraphRAG/KG-RAG → Agentic RAG específicamente para integración de datos empresariales. Pone en el centro verificabilidad, trazabilidad, robustez frente a alucinaciones y coste computacional.

- Problema: Integrar datos corporativos mediante agentes requiere garantías muy distintas de las de un chatbot documental.
- Por qué importa: No introduce una técnica disruptiva, pero describe bastante bien hacia dónde se está consolidando la arquitectura enterprise.

## Evidencia reportada

- **reported-result**: Although Agentic RAG reduces retrieval costs relative to static RAG and GraphRAG by adaptively retrieving contextual knowledge on demand, it still incurs substantial token consumption due to multi‑agent interactions and iterative reasoning [ 7 ] . [localizador](https://arxiv.org/html/2607.22319#S4)
- **reported-result**: To reduce LLM costs and leverage shared structures in data integration, recent studies have explored batch prompting [ 19 ] and batch processing for entity resolution using in-context learning [ 10 ] and in-context clustering [ 13 ] . [localizador](https://arxiv.org/html/2607.22319#S4)
- **reported-result**: BATCHER [ 10 ] and LLM-CER [ 13 ] achieve significant API cost savings over standard prompting by grouping multiple pairwise queries into a single batch with shared demonstrations. [localizador](https://arxiv.org/html/2607.22319#S4)
- **reported-result**: Experimental results show that this strategy maintains or improves matching quality while significantly lowering cost compared to state-of-the-art baselines. [localizador](https://arxiv.org/html/2607.22319#S4)

## Lectura y límite

- Método: La lectura de 2 Bridging the Knowledge Gap for LLM-based Data Integration describe la intervención y su construcción: This section examines the systemic challenges of LLM-based data integration and highlights the knowledge gap that underlies them, motivating the shift toward knowledge‑grounded approaches. LLMs have been applied to schema matching, entity matching, and column type annotation using paradigms such as zero-shot learning [ 38 , 46 ] with chain-of-thought (CoT) reasoning [ 4 ] , few-shot learning with instruction tuning [ 30 ] , and supervised fine-tuning (SFT) with low-rank adaptation (LoRA) [ 40 ] , as depicted in Figure 1 .
- 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 Advancing Data Integration with Agentic RAG.
- Confianza editorial: Media
- Limitación: El cierre de la fuente señala: This paper examined the evolution of RAG-based data integration, tracing the progression from naïve RAG with dense retrieval, to KG-RAG with hybrid retrieval, to agentic RAG with adaptive retrieval, and finally to cost-efficient agentic RAG with batch processing. Building on this trajectory, we outlined a vision for trustworthy and cost-efficient data integration enabled by agentic RAG. We further proposed a multi-agent workflow that coordinates…
- Limitación: La ficha no demuestra transferencia fuera de los datasets, modelos, herramientas y condiciones descritos en 4 Advancing Data Integration with Agentic RAG.

## Localizadores de evidencia
- [Fuente primaria · canonical](https://arxiv.org/abs/2607.22319): tipo abstract
- [HTML · lectura completa](https://arxiv.org/html/2607.22319): tipo abstract
- [Método · 2 Bridging the Knowledge Gap for LLM-based Data Integration](https://arxiv.org/html/2607.22319#S2): tipo section
- [Evaluación · 4 Advancing Data Integration with Agentic RAG](https://arxiv.org/html/2607.22319#S4): tipo section
- [Cierre · 6 Conclusion](https://arxiv.org/html/2607.22319#S6): tipo section

## Próxima prueba

- ¿La propuesta mejora master data management 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)