paper-with-me

홈 › Papers

Reasoning Court: Combining Reasoning, Action, and Judgment for Multi-Hop Reasoning

2025-04-14 · Jingtian Wu, Claire Cardie

While large language models (LLMs) have demonstrated strong capabilities in tasks like question answering and fact verification, they continue to suffer from hallucinations and reasoning errors, especially in multi-hop tasks that require integration of multiple information sources. Current methods address these issues through retrieval-based techniques (grounding reasoning in external evidence), reasoning-based approaches (enhancing coherence via improved prompting), or hybrid strategies combining both elements. One prominent hybrid method, ReAct, has outperformed purely retrieval-based or reasoning-based approaches; however, it lacks internal verification of intermediate reasoning steps, allowing potential errors to propagate through complex reasoning tasks. In this paper, we introduce Reasoning Court (RC), a novel framework that extends iterative reasoning-and-retrieval methods, such as ReAct, with a dedicated LLM judge. Unlike ReAct, RC employs this judge to independently evaluate multiple candidate answers and their associated reasoning generated by separate LLM agents. The judge is asked to select the answer that it considers the most factually grounded and logically coherent based on the presented reasoning and evidence, or synthesizes a new answer using available evidence and its pre-trained knowledge if all candidates are inadequate, flawed, or invalid. Evaluations on multi-hop benchmarks (HotpotQA, MuSiQue) and fact-verification (FEVER) demonstrate that RC consistently outperforms state-of-the-art few-shot prompting methods without task-specific fine-tuning.

📄 PDF Abstract BibTeX arXiv:2504.09781

Code (0)

등록된 구현이 없습니다.

Tasks

Fact VerificationQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Capturing Legal Reasoning Paths from Facts to Law in Court Judgments using Knowledge Graphs

2025-08-24 · Ryoma Kondo, Riona Matsuoka, Takahiro Yoshida, Kazuyuki Yamasawa 외 arxiv

Court judgments reveal how legal rules have been interpreted and applied to facts, providing a foundation for understanding structured legal reasoning. However, existing automated approaches for capturing legal reasoning…

Knowledge GraphsLegal Reasoning

Falkor-IRAC: Graph-Constrained Generation for Verified Legal Reasoning in Indian Judicial AI

2026-05-14 · Joy Bose arxiv

Legal reasoning is not semantic similarity search. A court judgment encodes constrained symbolic reasoning: precedent propagation, procedural state transitions, and statute-bound inference. These are properties that vect…

Semantic SimilarityLegal Reasoning

From Judgments to Issues: Structured Extraction of Legal Reasoning with Citation-Hallucination Control

2026-07-03 · Giovanni Piccioli, Alessia Fidelangeli, Piera Santin, Pierpaolo Vivo arxiv

We present an automated pipeline that decomposes Italian tax-court judgments into individual legal issues and extracts, for each issue, a structured XML representation grounded in the IRAC framework and the legal syllogi…

Legal Reasoning

Evaluating Legal Reasoning Traces with Legal Issue Tree Rubrics

2025-11-30 · Jinu Lee, Kyoung-Woon On, Simeng Han, Arman Cohan 외 arxiv

Evaluating the quality of LLM-generated reasoning traces in expert domains (e.g., law) is essential for ensuring credibility and explainability, yet remains challenging due to the inherent complexity of such reasoning ta…

Legal Reasoning

Vichara: Appellate Judgment Prediction and Explanation for the Indian Judicial System

2026-02-20 · Pavithra PM Nair, Preethu Rose Anish arxiv

In jurisdictions like India, where courts face an extensive backlog of cases, artificial intelligence offers transformative potential for legal judgment prediction. A critical subset of this backlog comprises appellate c…

Legal Reasoning