paper-with-me

홈 › Papers

QAgent: A modular Search Agent with Interactive Query Understanding

2025-10-09 · Yi Jiang, Lei Shen, Lujie Niu, Sendong Zhao, Wenbo Su, Bo Zheng arxiv

Large language models (LLMs) excel at natural language tasks but are limited by their static parametric knowledge, especially in knowledge-intensive task. Retrieval-augmented generation (RAG) mitigates this by integrating external information. However, (1) traditional RAG struggles with complex query understanding, and (2) even search agents trained with reinforcement learning (RL), despite their promise, still face generalization and deployment challenges. To address these limitations, we propose QAgent, a unified agentic RAG framework that employs a search agent for adaptive retrieval. This agent optimizes its understanding of the query through interactive reasoning and retrieval. To facilitate real-world application, we focus on modular search agent for query understanding that are plug-and-play in complex systems. Secifically, the agent follows a multi-step decision process trained with RL to maximize retrieval quality and support accurate downstream answers. We further analyze the strengths and weaknesses of end-to-end RL and propose a strategy that focuses on effective retrieval, thereby enhancing generalization in LLM applications. Experiments show QAgent excels at QA and serves as a plug-and-play module for real-world deployment.

📄 PDF Abstract BibTeX arXiv:2510.08383

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Text-to-SPARQL Goes Beyond English: Multilingual Question Answering Over Knowledge Graphs through Human-Inspired Reasoning

2025-07-22 · Aleksandr Perevalov, Andreas Both arxiv

Accessing knowledge via multilingual natural-language interfaces is one of the emerging challenges in the field of information retrieval and related ones. Structured knowledge stored in knowledge graphs can be queried vi…

Information RetrievalQuestion AnsweringKnowledge GraphsSemantic Parsing

QAgent: An LLM-based Multi-Agent System for Autonomous OpenQASM programming

2025-08-26 · Zhenxiao Fu, Fan Chen, Lei Jiang arxiv

Programming quantum circuits at the OpenQASM level is essential for achieving hardware-aware optimization and reliable execution on noisy intermediate-scale quantum (NISQ) devices, yet it remains challenging due to the n…

Few-Shot LearningCode Generation

ViQAgent: Zero-Shot Video Question Answering via Agent with Open-Vocabulary Grounding Validation

2025-05-21 · Tony Montes, Fernando Lozano

Recent advancements in Video Question Answering (VideoQA) have introduced LLM-based agents, modular frameworks, and procedural solutions, yielding promising results. These systems use dynamic agents and memory-based mech…

Decision MakingLanguage ModelingLanguage ModellingObject Tracking+3

Infogent: An Agent-Based Framework for Web Information Aggregation

2024-10-24 · Revanth Gangi Reddy, Sagnik Mukherjee, Jeonghwan Kim, Zhenhailong Wang 외

Despite seemingly performant web agents on the task-completion benchmarks, most existing methods evaluate the agents based on a presupposition: the web navigation task consists of linear sequence of actions with an end s…

Navigate

One Interaction Is Worth a Thousand Guesses: Benchmarking the Interactive Capabilities of Deep Research Agents

2026-01-10 · Yingchaojie Feng, Qiang Huang, Xiaoya Xie, Zhaorui Yang 외 arxiv

Deep research agents powered by Large Language Models (LLMs) can perform multi-step reasoning, web exploration, and long-form report generation. However, existing systems remain largely autonomous, assuming fully specifi…