paper-with-me

Papers

Answering Questions by Meta-Reasoning over Multiple Chains of Thought

2023-04-25 · Ori Yoran, Tomer Wolfson, Ben Bogin, Uri Katz, Daniel Deutch, Jonathan Berant

Modern systems for multi-hop question answering (QA) typically break questions into a sequence of reasoning steps, termed chain-of-thought (CoT), before arriving at a final answer. Often, multiple chains are sampled and aggregated through a voting mechanism over the final answers, but the intermediate steps themselves are discarded. While such approaches improve performance, they do not consider the relations between intermediate steps across chains and do not provide a unified explanation for the predicted answer. We introduce Multi-Chain Reasoning (MCR), an approach which prompts large language models to meta-reason over multiple chains of thought, rather than aggregating their answers. MCR examines different reasoning chains, mixes information between them and selects the most relevant facts in generating an explanation and predicting the answer. MCR outperforms strong baselines on 7 multi-hop QA datasets. Moreover, our analysis reveals that MCR explanations exhibit high quality, enabling humans to verify its answers.

📄 PDF Abstract BibTeX arXiv:2304.13007

Code (1)

oriyor/reasoning-on-cots 공식 구현

Tasks

Multi-hop Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Evaluating the Meta- and Object-Level Reasoning of Large Language Models for Question Answering

2025-02-14 · Nick Ferguson, Liane Guillou, Alan Bundy, Kwabena Nuamah

Large Language Models (LLMs) excel in natural language tasks but still face challenges in Question Answering (QA) tasks requiring complex, multi-step reasoning. We outline the types of reasoning required in some of these…

Mathematical ReasoningObjectQuestion Answering

Perception Matters: Detecting Perception Failures of VQA Models Using Metamorphic Testing

2021-06-19 · CVPR 2021 1 · Yuanyuan Yuan, Shuai Wang, Mingyue Jiang, Tsong Yueh Chen

Visual question answering (VQA) takes an image and a natural-language question as input and returns a natural-language answer. To date, VQA models are primarily assessed by their accuracy on high-level reasoning ques…

BenchmarkingDNN TestingQuestion AnsweringVisual Question Answering+1

Exploring the Meta-level Reasoning of Large Language Models via a Tool-based Multi-hop Tabular Question Answering Task

2026-01-12 · Nick Ferguson, Alan Bundy, Kwabena Nuamah arxiv

Recent advancements in Large Language Models (LLMs) are increasingly focused on "reasoning" ability, a concept with many overlapping definitions in the LLM discourse. We take a more structured approach, distinguishing me…

Question Answering

Multi-Meta-RAG: Improving RAG for Multi-Hop Queries using Database Filtering with LLM-Extracted Metadata

2024-06-19 · Mykhailo Poliakov, Nadiya Shvai

The retrieval-augmented generation (RAG) enables retrieval of relevant information from an external knowledge source and allows large language models (LLMs) to answer queries over previously unseen document collections. …

RAGRetrievalRetrieval-augmented Generation

Towards Graph-hop Retrieval and Reasoning in Complex Question Answering over Textual Database

2023-05-23 · Minjun Zhu, Yixuan Weng, Shizhu He, Kang Liu 외

In Textual question answering (TQA) systems, complex questions often require retrieving multiple textual fact chains with multiple reasoning steps. While existing benchmarks are limited to single-chain or single-hop retr…

DiversityQuestion AnsweringRetrieval