paper-with-me

Papers

Modeling Context in Answer Sentence Selection Systems on a Latency Budget

2021-01-28 · EACL 2021 2 · Rujun Han, Luca Soldaini, Alessandro Moschitti

Answer Sentence Selection (AS2) is an efficient approach for the design of open-domain Question Answering (QA) systems. In order to achieve low latency, traditional AS2 models score question-answer pairs individually, ignoring any information from the document each potential answer was extracted from. In contrast, more computationally expensive models designed for machine reading comprehension tasks typically receive one or more passages as input, which often results in better accuracy. In this work, we present an approach to efficiently incorporate contextual information in AS2 models. For each answer candidate, we first use unsupervised similarity techniques to extract relevant sentences from its source document, which we then feed into an efficient transformer architecture fine-tuned for AS2. Our best approach, which leverages a multi-way attention architecture to efficiently encode context, improves 6% to 11% over noncontextual state of the art in AS2 with minimal impact on system latency. All experiments in this work were conducted in English.

📄 PDF Abstract BibTeX arXiv:2101.12093

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionOpen-Domain Question AnsweringQuestion AnsweringReading ComprehensionSentence

Similar Papers 제목 키워드 기반

Contextualized Embeddings based Transformer Encoder for Sentence Similarity Modeling in Answer Selection Task

2020-05-01 · LREC 2020 5 · Md Tahmid Rahman Laskar, Jimmy Xiangji Huang, Enamul Hoque

Word embeddings that consider context have attracted great attention for various natural language processing tasks in recent years. In this paper, we utilize contextualized word embeddings with the transformer encoder fo…

Answer SelectionSentenceSentence SimilarityWord Embeddings

Context-based Transformer Models for Answer Sentence Selection

2020-06-01 · Ivano Lauriola, Alessandro Moschitti

An important task for the design of Question Answering systems is the selection of the sentence containing (or constituting) the answer from documents relevant to the asked question. Most previous work has only used the …

Question AnsweringSentence

Question-Answer Sentence Graph for Joint Modeling Answer Selection

2022-02-16 · Roshni G. Iyer, Thuy Vu, Alessandro Moschitti, Yizhou Sun

This research studies graph-based approaches for Answer Sentence Selection (AS2), an essential component for retrieval-based Question Answering (QA) systems. During offline learning, our model constructs a small-scale re…

Answer SelectionQuestion AnsweringRetrievalSentence

Question-Context Alignment and Answer-Context Dependencies for Effective Answer Sentence Selection

2023-06-03 · Minh Van Nguyen, Kishan Kc, Toan Nguyen, Thien Huu Nguyen 외

Answer sentence selection (AS2) in open-domain question answering finds answer for a question by ranking candidate sentences extracted from web documents. Recent work exploits answer context, i.e., sentences around a can…

Open-Domain Question AnsweringQuestion AnsweringSentence

Context-Aware Transformer Pre-Training for Answer Sentence Selection

2023-05-24 · Luca Di Liello, Siddhant Garg, Alessandro Moschitti

Answer Sentence Selection (AS2) is a core component for building an accurate Question Answering pipeline. AS2 models rank a set of candidate sentences based on how likely they answer a given question. The state of the ar…

Question AnsweringSentence