paper-with-me

Papers

Loops On Retrieval Augmented Generation (LoRAG)

2024-03-18 · Ayush Thakur, Rashmi Vashisth

This paper presents Loops On Retrieval Augmented Generation (LoRAG), a new framework designed to enhance the quality of retrieval-augmented text generation through the incorporation of an iterative loop mechanism. The architecture integrates a generative model, a retrieval mechanism, and a dynamic loop module, allowing for iterative refinement of the generated text through interactions with relevant information retrieved from the input context. Experimental evaluations on benchmark datasets demonstrate that LoRAG surpasses existing state-of-the-art models in terms of BLEU score, ROUGE score, and perplexity, showcasing its effectiveness in achieving both coherence and relevance in generated text. The qualitative assessment further illustrates LoRAG's capability to produce contextually rich and coherent outputs. This research contributes valuable insights into the potential of iterative loops in mitigating challenges in text generation, positioning LoRAG as a promising advancement in the field.

📄 PDF Abstract BibTeX arXiv:2403.15450

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalRetrieval-augmented GenerationText Generation

Similar Papers 제목 키워드 기반

MoLoRAG: Bootstrapping Document Understanding via Multi-modal Logic-aware Retrieval

2025-09-06 · Xixi Wu, Yanchao Tan, Nan Hou, Ruiyang Zhang 외 arxiv

Document Understanding is a foundational AI capability with broad applications, and Document Question Answering (DocQA) is a key evaluation task. Traditional methods convert the document into text for processing by Large…

Question Answering

SoK: Agentic Retrieval-Augmented Generation (RAG): Taxonomy, Architectures, Evaluation, and Research Directions

2026-03-07 · Saroj Mishra, Suman Niroula, Umesh Yadav, Dilip Thakur 외 arxiv

Retrieval-Augmented Generation (RAG) systems are increasingly evolving into agentic architectures where large language models autonomously coordinate multi-step reasoning, dynamic memory management, and iterative retriev…

Toward Agentic RAG for Ukrainian

2026-04-16 · Marta Sumyk, Oleksandr Kosovan arxiv

We present an initial investigation into Agentic Retrieval-Augmented Generation (RAG) for Ukrainian, conducted within the UNLP 2026 Shared Task on Multi-Domain Document Understanding. Our system combines two-stage retrie…

Dissecting Agentic RAG: A Component Ablation for Multi-Hop QA with a Local 7B Model

2026-06-19 · Sheroz Shaikh arxiv

Agentic retrieval-augmented generation (RAG) systems combine iterative reasoning loops, query decomposition, and adaptive retrieval to tackle multi-hop question answering. However, the contribution of each component rema…

Multi-hop Question Answering

Architectural Constraints Alignment in AI-assisted, Platform-based Service Development

2026-05-06 · Julius Irion, Moritz Leugers, Paul Hartwig, Simon Kling 외 arxiv

AI-assisted development tools enable rapid prototyping of services but often lack awareness of architectural constraints, infrastructure dependencies, and organizational standards required in production environments. Con…

Code Generation