paper-with-me

Papers

Retrieval Meets Reasoning: Dynamic In-Context Editing for Long-Text Understanding

2024-06-18 · Weizhi Fei, Xueyan Niu, Guoqing Xie, Yanhua Zhang, Bo Bai, Lei Deng, Wei Han

Current Large Language Models (LLMs) face inherent limitations due to their pre-defined context lengths, which impede their capacity for multi-hop reasoning within extensive textual contexts. While existing techniques like Retrieval-Augmented Generation (RAG) have attempted to bridge this gap by sourcing external information, they fall short when direct answers are not readily available. We introduce a novel approach that re-imagines information retrieval through dynamic in-context editing, inspired by recent breakthroughs in knowledge editing. By treating lengthy contexts as malleable external knowledge, our method interactively gathers and integrates relevant information, thereby enabling LLMs to perform sophisticated reasoning steps. Experimental results demonstrate that our method effectively empowers context-limited LLMs, such as Llama2, to engage in multi-hop reasoning with improved performance, which outperforms state-of-the-art context window extrapolation methods and even compares favorably to more advanced commercial long-context models. Our interactive method not only enhances reasoning capabilities but also mitigates the associated training and computational costs, making it a pragmatic solution for enhancing LLMs' reasoning within expansive contexts.

📄 PDF Abstract BibTeX arXiv:2406.12331

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrievalknowledge editingRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

On The Importance of Reasoning for Context Retrieval in Repository-Level Code Editing

2024-06-06 · Alexander Kovrigin, Aleksandra Eliseeva, Yaroslav Zharov, Timofey Bryksin

Recent advancements in code-fluent Large Language Models (LLMs) enabled the research on repository-level code editing. In such tasks, the model navigates and modifies the entire codebase of a project according to request…

Retrieval

LEDGER: Scaling Agentic Document Editing with Dependency-aware Graph Retrieval

2026-06-19 · Mike Hang Wang, Utkarsh Garg, Reza Davari, Huitian Jiao 외 arxiv

We introduce LEDGER to tackle the novel context engineering challenge of agentic document editing, where localized edits to long, structured documents must be applied efficiently without breaking cross-references or sema…

Beyond Rows to Reasoning: Agentic Retrieval for Multimodal Spreadsheet Understanding and Editing

2026-03-06 · Anmol Gulati, Sahil Sen, Waqar Sarguroh, Kevin Paul arxiv

Recent advances in multimodal Retrieval-Augmented Generation (RAG) enable Large Language Models (LLMs) to analyze enterprise spreadsheet workbooks containing millions of cells, cross-sheet dependencies, and embedded visu…

Knowledge Editing with Dynamic Knowledge Graphs for Multi-Hop Question Answering

2024-12-18 · Yifan Lu, Yigeng Zhou, Jing Li, Yequan Wang 외

Multi-hop question answering (MHQA) poses a significant challenge for large language models (LLMs) due to the extensive knowledge demands involved. Knowledge editing, which aims to precisely modify the LLMs to incorporat…

graph constructionknowledge editingKnowledge GraphsMulti-hop Question Answering+2

ALEX:A Light Editing-knowledge Extractor

2025-11-18 · Minghu Wang, Shuliang Zhao, Yuanyuan Zhao, Hongxia Xu arxiv

The static nature of knowledge within Large Language Models (LLMs) makes it difficult for them to adapt to evolving information, rendering knowledge editing a critical task. However, existing methods struggle with challe…

knowledge editing