paper-with-me

Papers

RAS: Retrieval-And-Structuring for Knowledge-Intensive LLM Generation

2025-02-16 · Pengcheng Jiang, Lang Cao, Ruike Zhu, Minhao Jiang, Yunyi Zhang, Jimeng Sun, Jiawei Han

Large language models (LLMs) have achieved impressive performance on knowledge-intensive tasks, yet they often struggle with multi-step reasoning due to the unstructured nature of retrieved context. While retrieval-augmented generation (RAG) methods provide external information, the lack of explicit organization among retrieved passages limits their effectiveness, leading to brittle reasoning pathways. Recent interpretability studies highlighting the importance of structured intermediate reasoning further align with this perspective. We propose Retrieval-And-Structuring (RAS), a framework that dynamically constructs query-specific knowledge graphs through iterative retrieval and structured knowledge building. RAS interleaves targeted retrieval planning with incremental graph construction, enabling models to assemble and reason over evolving knowledge structures tailored to each query. On seven knowledge-intensive benchmarks, RAS consistently outperforms strong baselines, achieving up to 6.4% and 7.0% gains with open-source and proprietary LLMs, respectively. Our results demonstrate that dynamic, query-specific knowledge structuring offers a robust path to improving reasoning accuracy and robustness in language model generation. Our data and code can be found at https://github.com/pat-jj/RAS.

📄 PDF Abstract BibTeX arXiv:2502.10996

Code (2)

pat-jj/Retrieval-And-Structure 공식 구현 pytorch
pat-jj/ras 공식 구현 pytorch

Tasks

graph constructionKnowledge GraphsLanguage ModelingLanguage ModellingRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A Survey on Retrieval And Structuring Augmented Generation with Large Language Models

2025-09-12 · Pengcheng Jiang, Siru Ouyang, Yizhu Jiao, Ming Zhong 외 arxiv

Large Language Models (LLMs) have revolutionized natural language processing with their remarkable capabilities in text generation and reasoning. However, these models face critical challenges when deployed in real-world…

Information ExtractionInformation RetrievalText Generation

CompactRAG: Reducing LLM Calls and Token Overhead in Multi-Hop Question Answering

2026-02-05 · Hao Yang, Zhiyu Yang, Xupeng Zhang, Wei Wei 외 arxiv

Retrieval-augmented generation (RAG) has become a key paradigm for knowledge-intensive question answering. However, existing multi-hop RAG systems remain inefficient, as they alternate between retrieval and reasoning at …

Multi-hop Question Answering

Context-Augmented Code Generation Using Programming Knowledge Graphs

2026-01-28 · Shahd Seddik, Fahd Seddik, Iman Saberi, Fatemeh Fard 외 arxiv

Large Language Models (LLMs) excel at code generation but struggle with complex problems. Retrieval-Augmented Generation (RAG) mitigates this issue by integrating external knowledge, yet retrieval models often miss relev…

Knowledge GraphsCode Generation

SemRAG: Semantic Knowledge-Augmented RAG for Improved Question-Answering

2025-07-10 · Kezhen Zhong, Basem Suleiman, Abdelkarim Erradi, Shijing Chen arxiv

This paper introduces SemRAG, an enhanced Retrieval Augmented Generation (RAG) framework that efficiently integrates domain-specific knowledge using semantic chunking and knowledge graphs without extensive fine-tuning. I…

Knowledge Graphs

Classification or Generation? Understanding Paradigm Shift for Knowledge-Intensive Tasks

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Knowledge-intensive tasks such as entity retrieval are challenging for even cutting edge NLP models since they require models to apply knowledge about the world. Previous studies typically treat this task as classificati…

ClassificationEntity RetrievalRetrievalText Generation