paper-with-me

홈 › Papers

A Study on Leveraging Search and Self-Feedback for Agent Reasoning

2025-02-17 · Karthikeyan K, Michelle Yuan, Elman Mansimov, Katerina Margatina, Anurag Pratik, Daniele Bonadiman, Monica Sunkara, Yi Zhang, Yassine Benajiba

Recent works have demonstrated that incorporating search during inference can significantly improve reasoning capabilities of language agents. Some approaches may make use of the ground truth or rely on model's own generated feedback. The search algorithm uses this feedback to then produce values that will update its criterion for exploring and exploiting various reasoning paths. In this study, we investigate how search and model's self-feedback can be leveraged for reasoning tasks. First, we explore differences in ground-truth feedback and self-feedback during search for math reasoning. Second, we observe limitations in applying search techniques to more complex tasks like tool-calling and design domain-specific approaches to address these gaps. Our experiments reveal challenges related to generalization when solely relying on self-feedback during search. For search to work effectively, either access to the ground-truth is needed or feedback mechanisms need to be carefully designed for the specific task.

📄 PDF Abstract BibTeX arXiv:2502.12094

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Similar Papers 제목 키워드 기반

$π$-Play: Multi-Agent Self-Play via Privileged Self-Distillation without External Data

2026-04-15 · Yaocheng Zhang, Yuanheng Zhu, Wenyue Chong, Songjun Tu 외 arxiv

Deep search agents have emerged as a promising paradigm for addressing complex information-seeking tasks, but their training remains challenging due to sparse rewards, weak credit assignment, and limited labeled data. Se…

CAFE: Self-Improving Search Agents Need Co-Evolving Feedback

2026-08-25 · Boyang Liu, Senjie Jin, Peixin Wang, Zhangyue Yin 외 hf

Reliable search requires more than acquiring external evidence. An agent must also recognize and recover from errors as its trajectory unfolds. In-trajectory feedback provides a mechanism for such recovery by diagnosing …

OPT-BENCH: Evaluating the Iterative Self-Optimization of LLM Agents in Large-Scale Search Spaces

2026-05-09 · Xiaozhe Li, Jixuan Chen, Xinyu Fang, Shengyuan Ding 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in reasoning and tool use. However, the fundamental cognitive faculties essential for problem solving, including perception, reasoning, and memory, r…

QueryAgent: A Reliable and Efficient Reasoning Framework with Environmental Feedback-based Self-Correction

2024-03-18 · Xiang Huang, Sitao Cheng, Shanshan Huang, Jiayu Shen 외

Employing Large Language Models (LLMs) for semantic parsing has achieved remarkable success. However, we find existing methods fall short in terms of reliability and efficiency when hallucinations are encountered. In thi…

Semantic Parsing

Can Language Models Critique Themselves? Investigating Self-Feedback for Retrieval Augmented Generation at BioASQ 2025

2025-08-07 · Samy Ateia, Udo Kruschwitz arxiv

Agentic Retrieval Augmented Generation (RAG) and 'deep research' systems aim to enable autonomous search processes where Large Language Models (LLMs) iteratively refine outputs. However, applying these systems to domain-…