paper-with-me

홈 › Papers

Thought-Retriever: Don't Just Retrieve Raw Data, Retrieve Thoughts for Memory-Augmented Agentic Systems

2026-04-14 · Tao Feng, Pengrui Han, Guanyu Lin, Ge Liu, Jiaxuan You arxiv

Large language models (LLMs) have transformed AI research thanks to their powerful internal capabilities and knowledge. However, existing LLMs still fail to effectively incorporate the massive external knowledge when interacting with the world. Although retrieval-augmented LLMs are proposed to mitigate the issue, they are still fundamentally constrained by the context length of LLMs, as they can only retrieve top-K raw data chunks from the external knowledge base which often consists of millions of data chunks. Here we propose Thought-Retriever, a novel model-agnostic algorithm that helps LLMs generate output conditioned on arbitrarily long external data, without being constrained by the context length or number of retrieved data chunks. Our key insight is to let an LLM fully leverage its intermediate responses generated when solving past user queries (thoughts), filtering meaningless and redundant thoughts, organizing them in thought memory, and retrieving the relevant thoughts when addressing new queries. This effectively equips LLM-based agents with a self-evolving long-term memory that grows more capable through continuous interaction. Besides algorithmic innovation, we further meticulously prepare a novel benchmark, AcademicEval, which requires an LLM to faithfully leverage ultra-long context to answer queries based on real-world academic papers. Extensive experiments on AcademicEval and two other public datasets validate that Thought-Retriever remarkably outperforms state-of-the-art baselines, achieving an average increase of at least 7.6% in F1 score and 16% in win rate across various tasks. More importantly, we further demonstrate two exciting findings: (1) Thought-Retriever can indeed help LLM self-evolve after solving more user queries; (2) Thought-Retriever learns to leverage deeper thoughts to answer more abstract user queries.

📄 PDF Abstract BibTeX arXiv:2604.12231

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Is Retriever Merely an Approximator of Reader?

2020-10-21 · Sohee Yang, Minjoon Seo

The state of the art in open-domain question answering (QA) relies on an efficient retriever that drastically reduces the search space for the expensive reader. A rather overlooked question in the community is the relati…

Open-Domain Question AnsweringQuestion Answering

A Study on the Efficiency and Generalization of Light Hybrid Retrievers

2022-10-04 · Man Luo, Shashank Jain, Anchit Gupta, Arash Einolghozati 외

Hybrid retrievers can take advantage of both sparse and dense retrievers. Previous hybrid retrievers leverage indexing-heavy dense retrievers. In this work, we study "Is it possible to reduce the indexing memory of hybri…

Adversarial AttackContrastive LearningKnowledge Distillation

Dr.ICL: Demonstration-Retrieved In-context Learning

2023-05-23 · Man Luo, Xin Xu, Zhuyun Dai, Panupong Pasupat 외

In-context learning (ICL), teaching a large language model (LLM) to perform a task with few-shot demonstrations rather than adjusting the model parameters, has emerged as a strong paradigm for using LLMs. While early stu…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+1

Do Neural Retrievers Prefer Certain Documents? Evidence of Learned Relevance Priors

2026-06-01 · Francisco Valentini, Edgar Altszyler, Martin Fajcik arxiv

Neural retrievers are trained to estimate query-document relevance from annotated query-document pairs. Yet annotation protocols may not purely reflect relevance: they select only a subset of documents for labeling, and …

KiRAG: Knowledge-Driven Iterative Retriever for Enhancing Retrieval-Augmented Generation

2025-02-25 · Jinyuan Fang, Zaiqiao Meng, Craig Macdonald

Iterative retrieval-augmented generation (iRAG) models offer an effective approach for multi-hop question answering (QA). However, their retrieval process faces two key challenges: (1) it can be disrupted by irrelevant d…

Multi-hop Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation