paper-with-me

Papers

Reinforcing Question Answering Agents with Minimalist Policy Gradient Optimization

2025-05-20 · Yihong Wu, Liheng Ma, Muzhi Li, Jiaming Zhou, Jianye Hao, Ho-fung Leung, Irwin King, Yingxue Zhang, Jian-Yun Nie

Large Language Models (LLMs) have demonstrated remarkable versatility, due to the lack of factual knowledge, their application to Question Answering (QA) tasks remains hindered by hallucination. While Retrieval-Augmented Generation mitigates these issues by integrating external knowledge, existing approaches rely heavily on in-context learning, whose performance is constrained by the fundamental reasoning capabilities of LLMs. In this paper, we propose Mujica, a Multi-hop Joint Intelligence for Complex Question Answering, comprising a planner that decomposes questions into a directed acyclic graph of subquestions and a worker that resolves questions via retrieval and reasoning. Additionally, we introduce MyGO (Minimalist policy Gradient Optimization), a novel reinforcement learning method that replaces traditional policy gradient updates with Maximum Likelihood Estimation (MLE) by sampling trajectories from an asymptotically optimal policy. MyGO eliminates the need for gradient rescaling and reference models, ensuring stable and efficient training. Empirical results across multiple datasets demonstrate the effectiveness of Mujica-MyGO in enhancing multi-hop QA performance for various LLMs, offering a scalable and resource-efficient solution for complex QA tasks.

📄 PDF Abstract BibTeX arXiv:2505.17086

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationIn-Context LearningQuestion AnsweringRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Reinforcing Multi-Turn Reasoning in LLM Agents via Fine-Grained Reward Structure and Credit Assignment

2025-05-17 · Quan Wei, Siliang Zeng, Chenliang Li, Zhongruo Wang 외 arxiv

Reinforcement Learning (RL) approaches have been wildly used to enhance the reasoning capabilities of Large Language Model (LLM) agents in long-horizon, multi-turn scenarios. Such interactions can be formalized as turn-l…

Formally Specifying the High-Level Behavior of LLM-Based Agents

2023-10-12 · Maxwell Crouse, Ibrahim Abdelaziz, Ramon Astudillo, Kinjal Basu 외

Autonomous, goal-driven agents powered by LLMs have recently emerged as promising tools for solving challenging problems without the need for task-specific finetuned models that can be expensive to procure. Currently, th…

Question Answering

KBQA-R1: Reinforcing Large Language Models for Knowledge Base Question Answering

2025-12-10 · Xin Sun, Zhongqi Chen, Xing Zheng, Qiang Liu 외 arxiv

Knowledge Base Question Answering (KBQA) challenges models to bridge the gap between natural language and strict knowledge graph schemas by generating executable logical forms. While Large Language Models (LLMs) have adv…

Knowledge Base Question AnsweringReinforcement Learning

Minimalist Market Design: A Framework for Economists with Policy Aspirations

2023-12-30 · Tayfun Sönmez

In this monograph, I describe the philosophy, evolution, and successful applications of minimalist market design while also presenting the advancements in matching theory achieved through these applications. In doing so,…

Philosophy

Reinforcement Learning from Reformulations in Conversational Question Answering over Knowledge Graphs

2021-05-11 · Magdalena Kaiser, Rishiraj Saha Roy, Gerhard Weikum

The rise of personal assistants has made conversational question answering (ConvQA) a very popular mechanism for user-system interaction. State-of-the-art methods for ConvQA over knowledge graphs (KGs) can only learn fro…

Conversational Question AnsweringKnowledge GraphsQuestion Answeringreinforcement-learning+1