paper-with-me

홈 › Papers

Simple yet Effective Bridge Reasoning for Open-Domain Multi-Hop Question Answering

2019-09-17 · WS 2019 11 · Wenhan Xiong, Mo Yu, Xiaoxiao Guo, Hong Wang, Shiyu Chang, Murray Campbell, William Yang Wang

A key challenge of multi-hop question answering (QA) in the open-domain setting is to accurately retrieve the supporting passages from a large corpus. Existing work on open-domain QA typically relies on off-the-shelf information retrieval (IR) techniques to retrieve \textbf{answer passages}, i.e., the passages containing the groundtruth answers. However, IR-based approaches are insufficient for multi-hop questions, as the topic of the second or further hops is not explicitly covered by the question. To resolve this issue, we introduce a new sub-problem of open-domain multi-hop QA, which aims to recognize the bridge (\emph{i.e.}, the anchor that links to the answer passage) from the context of a set of start passages with a reading comprehension model. This model, the \textbf{bridge reasoner}, is trained with a weakly supervised signal and produces the candidate answer passages for the \textbf{passage reader} to extract the answer. On the full-wiki HotpotQA benchmark, we significantly improve the baseline method by 14 point F1. Without using any memory-inefficient contextual embeddings, our result is also competitive with the state-of-the-art that applies BERT in multiple modules.

📄 PDF Abstract BibTeX arXiv:1909.07597

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalMulti-hop Question AnsweringQuestion AnsweringReading ComprehensionRetrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

A Simple, Solid, and Reproducible Baseline for Bridge Bidding AI

2024-06-14 · Haruka Kita, Sotetsu Koyamada, Yotaro Yamaguchi, Shin Ishii

Contract bridge, a cooperative game characterized by imperfect information and multi-agent dynamics, poses significant challenges and serves as a critical benchmark in artificial intelligence (AI) research. Success in th…

InstructVLA: Vision-Language-Action Instruction Tuning from Understanding to Manipulation

2025-07-23 · Shuai Yang, Hao Li, Bin Wang, Yilun Chen 외 arxiv

To operate effectively in the real world, robots should integrate multimodal reasoning with precise action generation. However, existing vision-language-action (VLA) models often sacrifice one for the other, narrow their…

Multimodal Reasoning

From Imitation to Intuition: Intrinsic Reasoning for Open-Instance Video Classification

2026-03-11 · Ke Zhang, Xiangchen Zhao, Yunjie Tian, Jiayu Zheng 외 arxiv

Conventional video classification models, acting as effective imitators, excel in scenarios with homogeneous data distributions. However, real-world applications often present an open-instance challenge, where intra-clas…

Reinforcement LearningVideo Classification

Evaluating System 1 vs. 2 Reasoning Approaches for Zero-Shot Time Series Forecasting: A Benchmark and Insights

2025-02-27 · Haoxin Liu, Zhiyuan Zhao, Shiduo Li, B. Aditya Prakash

Reasoning ability is crucial for solving challenging tasks. With the advancement of foundation models, such as the emergence of large language models (LLMs), a wide range of reasoning strategies has been proposed, includ…

Time SeriesTime Series Forecasting

HyperRAG: Reasoning N-ary Facts over Hypergraphs for Retrieval Augmented Generation

2026-02-16 · Wen-Sheng Lien, Yu-Kai Chan, Hao-Lung Hsiao, Bo-Kai Ruan 외 arxiv

Graph-based retrieval-augmented generation (RAG) methods, typically built on knowledge graphs (KGs) with binary relational facts, have shown promise in multi-hop open-domain QA. However, their rigid retrieval schemes and…

Knowledge Graphs