CLFeb 17, 2024

GenDec: A robust generative Question-decomposition method for Multi-hop reasoning

arXiv:2402.11166v116 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses the challenge of explainable and robust multi-hop reasoning for AI systems, though it is incremental as it builds on existing retrieval-augmented generation methods.

The paper tackles the problem of improving large language models' reasoning ability in multi-hop question answering by proposing GenDec, a generative question decomposition method that enhances performance in retrieval-augmented generation systems, achieving competitive results on datasets like HotpotQA and MuSiQue.

Multi-hop QA (MHQA) involves step-by-step reasoning to answer complex questions and find multiple relevant supporting facts. However, Existing large language models'(LLMs) reasoning ability in multi-hop question answering remains exploration, which is inadequate in answering multi-hop questions. Moreover, it is unclear whether LLMs follow a desired reasoning chain to reach the right final answer. In this paper, we propose a \textbf{gen}erative question \textbf{dec}omposition method (GenDec) from the perspective of explainable QA by generating independent and complete sub-questions based on incorporating additional extracted evidence for enhancing LLMs' reasoning ability in RAG. To demonstrate the impact, generalization, and robustness of Gendec, we conduct two experiments, the first is combining GenDec with small QA systems on paragraph retrieval and QA tasks. We secondly examine the reasoning capabilities of various state-of-the-art LLMs including GPT-4 and GPT-3.5 combined with GenDec. We experiment on the HotpotQA, 2WikihopMultiHopQA, MuSiQue, and PokeMQA datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes