paper-with-me

홈 › Papers

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

2024-03-18 · Xiang Huang, Sitao Cheng, Shanshan Huang, Jiayu Shen, Yong Xu, Chaoyun Zhang, Yuzhong Qu

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 this paper, we address these challenges with a framework called QueryAgent, which solves a question step-by-step and performs step-wise self-correction. We introduce an environmental feedback-based self-correction method called ERASER. Unlike traditional approaches, ERASER leverages rich environmental feedback in the intermediate steps to perform selective and differentiated self-correction only when necessary. Experimental results demonstrate that QueryAgent notably outperforms all previous few-shot methods using only one example on GrailQA and GraphQ by 7.0 and 15.0 F1. Moreover, our approach exhibits superiority in terms of efficiency, including runtime, query overhead, and API invocation costs. By leveraging ERASER, we further improve another baseline (i.e., AgentBench) by approximately 10 points, revealing the strong transferability of our approach.

📄 PDF Abstract BibTeX arXiv:2403.11886

Code (1)

cdhx/queryagent 공식 구현 pytorch

Tasks

Semantic Parsing

Similar Papers 제목 키워드 기반

QueryAgent-R1: Bridging Query Generation and Product Retrieval for E-Commerce Query Recommendation

2026-06-04 · Dike Sun, Zheng Zou, Jingtong Zang, Qi Sun 외 arxiv

Query recommendation in e-commerce search aims to proactively suggest queries that match users' potential interests. However, existing methods mainly optimize query-level relevance, while neglecting whether the retrieved…

Reinforcement Learning

Tree-of-Experience: Hierarchical Experience Management for Self-Evolving Agents

2026-08-10 · Zihao Deng, Yining Zhu, Leiming Wang, Junbo Wang 외 arxiv

Continual self-evolution requires LLM agents to transform environmental interactions into reliable and reusable experience. Existing methods typically refine individual trajectories or abstract shared knowledge from rela…

MoL-RL: Distilling Multi-Step Environmental Feedback into LLMs for Feedback-Independent Reasoning

2025-07-27 · Kang Yang, Jingxue Chen, Qingkun Tang, Tianxiang Zhang 외 arxiv

Large language models (LLMs) face significant challenges in effectively leveraging sequential environmental feedback (EF) signals, such as natural language evaluations, for feedback-independent chain-of-thought (CoT) rea…

Mathematical ReasoningCode Generation

a1: Steep Test-time Scaling Law via Environment Augmented Generation

2025-04-20 · Lingrui Mei, Shenghua Liu, Yiwei Wang, Baolong Bi 외

Large Language Models (LLMs) have made remarkable breakthroughs in reasoning, yet continue to struggle with hallucinations, logical errors, and inability to self-correct during complex multi-step tasks. Current approache…

E2CL: Exploration-based Error Correction Learning for Embodied Agents

2024-09-05 · Hanlin Wang, Chak Tou Leong, Jian Wang, Wenjie Li

Language models are exhibiting increasing capability in knowledge utilization and reasoning. However, when applied as agents in embodied environments, they often suffer from misalignment between their intrinsic knowledge…