paper-with-me

Papers

MemSearcher: Training LLMs to Reason, Search and Manage Memory via End-to-End Reinforcement Learning

2025-11-04 · Qianhao Yuan, Jie Lou, Zichao Li, Jiawei Chen, Yaojie Lu, Hongyu Lin, Le Sun, Debing Zhang, Xianpei Han arxiv

LLM-based search agents often concatenate the full interaction history into the context, producing long and noisy inputs, and increasing compute cost and GPU memory overhead. To address this issue, we propose MemSearcher, an agent framework that maintains a compact memory during multi-turn interactions, retaining only question-relevant information and thereby keeping the context length stable across turns. Training MemSearcher is challenging because each trajectory spans multiple turns under different LLM contexts, making each turn an independent optimization target in reinforcement learning. We introduce multi-context GRPO, which propagates trajectory-level advantages to all turns for end-to-end optimization. Experiments demonstrate that MemSearcher outperforms strong history-concatenation (ReAct-style) baselines on a range of public datasets while maintaining nearly constant token counts across multi-turn interactions. The code and models will be publicly available at https://github.com/icip-cas/MemSearcher

📄 PDF Abstract BibTeX arXiv:2511.02805

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Sculptor: Empowering LLMs with Cognitive Agency via Active Context Management

2025-08-06 · Mo Li, L. H. Xu, Qitai Tan, Long Ma 외 arxiv

Large Language Models (LLMs) suffer from significant performance degradation when processing long contexts due to proactive interference, where irrelevant information in earlier parts of the context disrupts reasoning an…

Reinforcement Learning

Easy Problems That LLMs Get Wrong

2024-05-30 · Sean Williams, James Huckle

We introduce a comprehensive Linguistic Benchmark designed to evaluate the limitations of Large Language Models (LLMs) in domains such as logical reasoning, spatial intelligence, and linguistic understanding, among other…

Common Sense ReasoningLogical ReasoningPrompt Engineering

Data Management For Training Large Language Models: A Survey

2023-12-04 · Zige Wang, Wanjun Zhong, YuFei Wang, Qi Zhu 외

Data plays a fundamental role in training Large Language Models (LLMs). Efficient data management, particularly in formulating a well-suited training dataset, is significant for enhancing model performance and improving …

ManagementSurvey

SEED: Accelerating Reasoning Tree Construction via Scheduled Speculative Decoding

2024-06-26 · Zhenglin Wang, Jialong Wu, Yilong Lai, Congzhi Zhang 외

Large Language Models (LLMs) demonstrate remarkable emergent abilities across various tasks, yet fall short of complex reasoning and planning tasks. The tree-search-based reasoning methods address this by surpassing the …

GPUManagement

LLMs+Graphs: Toward Graph-Native, Synergistic AI Systems

2026-06-10 · Arijit Khan, Longxu Sun, Xin Huang arxiv

Large Language Models (LLMs) have advanced rapidly, but their limitations in structured and multi-hop reasoning underscore the need for graph-native, synergistic artificial intelligence (AI) systems. Graph-structured dat…

Graph Neural NetworkKnowledge GraphsDecision Making