paper-with-me

Papers

Iterative Hierarchical Attention for Answering Complex Questions over Long Documents

2021-06-01 · Haitian Sun, William W. Cohen, Ruslan Salakhutdinov

We propose a new model, DocHopper, that iteratively attends to different parts of long, hierarchically structured documents to answer complex questions. Similar to multi-hop question-answering (QA) systems, at each step, DocHopper uses a query $q$ to attend to information from a document, combines this `retrieved'' information with $q$ to produce the next query. However, in contrast to most previous multi-hop QA systems, DocHopper is able to retrieve'' either short passages or long sections of the document, thus emulating a multi-step process of `navigating'' through a long document to answer a question. To enable this novel behavior, DocHopper does not combine document information with $q$ by concatenating text to the text of $q$, but by combining a compact neural representation of $q$ with a compact neural representation of a hierarchical part of the document, which can potentially be quite large. We experiment with DocHopper on four different QA tasks that require reading long and complex documents to answer multi-hop questions, and show that DocHopper achieves state-of-the-art results on three of the datasets. Additionally, DocHopper is efficient at inference time, being 3--10 times faster than the baselines.

📄 PDF Abstract BibTeX arXiv:2106.00200

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringQuestion AnsweringSentence Embedding

Methods 이 논문이 사용한 방법론

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Hierarchical Modeling for Medical Visual Question Answering with Cross-Attention Fusion

2025-04-04 · Junkai Zhang, Bin Li, Shoujun Zhou, Yue Du

Medical Visual Question Answering (Med-VQA) answers clinical questions using medical images, aiding diagnosis. Designing the MedVQA system holds profound importance in assisting clinical diagnosis and enhancing diagnosti…

DiagnosticMedical Visual Question AnsweringQuestion AnsweringVisual Question Answering+1

Ask Me Anything: Dynamic Memory Networks for Natural Language Processing

2015-06-24 · Ankit Kumar, Ozan .Irsoy, Peter Ondruska, Mohit Iyyer 외

Most tasks in natural language processing can be cast into question answering (QA) problems over language input. We introduce the dynamic memory network (DMN), a neural network architecture which processes input sequence…

General ClassificationPart-Of-Speech TaggingQuestion AnsweringSentiment Analysis+1

Visual Environment-Interactive Planning for Embodied Complex-Question Answering

2025-04-01 · Ning Lan, Baoshan Ou, Xuemei Xie, Guangming Shi

This study focuses on Embodied Complex-Question Answering task, which means the embodied robot need to understand human questions with intricate structures and abstract semantics. The core of this task lies in making app…

Question AnsweringTask Planning

Hierarchical Representation-based Dynamic Reasoning Network for Biomedical Question Answering

2022-10-01 · COLING 2022 10 · Jianguo Mao, Jiyuan Zhang, Zengfeng Zeng, Weihua Peng 외

Recently, Biomedical Question Answering (BQA) has attracted growing attention due to its application value and technical challenges. Most existing works treat it as a semantic matching task that predicts answers by compu…

MedQAQuestion Answering

Pyramid Coder: Hierarchical Code Generator for Compositional Visual Question Answering

2024-07-30 · Ruoyue Shen, Nakamasa Inoue, Koichi Shinoda

Visual question answering (VQA) is the task of providing accurate answers to natural language questions based on visual input. Programmatic VQA (PVQA) models have been gaining attention recently. These use large language…

Code GenerationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)+1