paper-with-me

홈 › Papers

Furthest Reasoning with Plan Assessment: Stable Reasoning Path with Retrieval-Augmented Large Language Models

2023-09-22 · Yin Zhu, Zhiling Luo, Gong Cheng

Large Language Models (LLMs), acting as a powerful reasoner and generator, exhibit extraordinary performance across various natural language tasks, such as question answering (QA). Among these tasks, Multi-Hop Question Answering (MHQA) stands as a widely discussed category, necessitating seamless integration between LLMs and the retrieval of external knowledge. Existing methods employ LLM to generate reasoning paths and plans, and utilize IR to iteratively retrieve related knowledge, but these approaches have inherent flaws. On one hand, Information Retriever (IR) is hindered by the low quality of generated queries by LLM. On the other hand, LLM is easily misguided by the irrelevant knowledge by IR. These inaccuracies, accumulated by the iterative interaction between IR and LLM, lead to a disaster in effectiveness at the end. To overcome above barriers, in this paper, we propose a novel pipeline for MHQA called Furthest-Reasoning-with-Plan-Assessment (FuRePA), including an improved framework (Furthest Reasoning) and an attached module (Plan Assessor). 1) Furthest reasoning operates by masking previous reasoning path and generated queries for LLM, encouraging LLM generating chain of thought from scratch in each iteration. This approach enables LLM to break the shackle built by previous misleading thoughts and queries (if any). 2) The Plan Assessor is a trained evaluator that selects an appropriate plan from a group of candidate plans proposed by LLM. Our methods are evaluated on three highly recognized public multi-hop question answering datasets and outperform state-of-the-art on most metrics (achieving a 10%-12% in answer accuracy).

📄 PDF Abstract BibTeX arXiv:2309.12767

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

TerraLogic: A Benchmark for Hierarchical Geospatial Reasoning in Earth Observation

2026-07-14 · Yuhang Yan, Linchao Mou, Bokang Yang, Qingyu Li arxiv

Beyond perception, reasoning is essential in remote sensing for advanced interpretation, inference, and decision-making. Recent advances in large language models (LLMs) have enabled tool-augmented agents that leverage ex…

Simulated Self-Assessment in Large Language Models: A Psychometric Approach to AI Self-Efficacy

2025-11-25 · Daniel I Jackson, Emma L Jensen, Syed-Amad Hussain, Emre Sezgin arxiv

Self-assessment is a key aspect of reliable intelligence, yet evaluations of large language models (LLMs) focus mainly on task accuracy. We adapted the 10-item General Self-Efficacy Scale (GSES) to elicit simulated self-…

OmniQuality-R: Advancing Reward Models Through All-Encompassing Quality Assessment

2025-10-12 · Yiting Lu, Fengbin Guan, Yixin Gao, Yan Zhong 외 arxiv

Current visual evaluation approaches are typically constrained to a single task. To address this, we propose OmniQuality-R, a unified reward modeling framework that transforms multi-task quality reasoning into continuous…

Reinforcement Learning

Progress Note Understanding -- Assessment and Plan Reasoning: Overview of the 2022 N2C2 Track 3 Shared Task

2023-03-14 · Yanjun Gao, Dmitriy Dligach, Timothy Miller, Matthew M Churpek 외

Daily progress notes are common types in the electronic health record (EHR) where healthcare providers document the patient's daily progress and treatment plans. The EHR is designed to document all the care provided to p…

Diagnostic

MedPlan:A Two-Stage RAG-Based System for Personalized Medical Plan Generation

2025-03-23 · Hsin-Ling Hsu, Cong-Tinh Dao, Luning Wang, Zitao Shuai 외

Despite recent success in applying large language models (LLMs) to electronic health records (EHR), most systems focus primarily on assessment rather than treatment planning. We identify three critical limitations in cur…

RAGRetrieval-augmented Generation