paper-with-me

Papers

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 target sentence to compute its score with the question as the models were not powerful enough to also effectively encode additional contextual information. In this paper, we analyze the role of the contextual information in the sentence selection task, proposing a Transformer based architecture that leverages two types of contexts, local and global. The former describes the paragraph containing the sentence, aiming at solving implicit references, whereas the latter describes the entire document containing the candidate sentence, providing content-based information. The results on three different benchmarks show that the combination of local and global contexts in a Transformer model significantly improves the accuracy in Answer Sentence Selection.

📄 PDF Abstract BibTeX arXiv:2006.01285

Code (1)

LiamMaclean216/Pytorch-Transfomer pytorch

Tasks

Question AnsweringSentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음
Adam 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

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-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

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

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, ig…

Machine Reading ComprehensionOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension+1

DP-KB: Data Programming with Knowledge Bases Improves Transformer Fine Tuning for Answer Sentence Selection

2022-03-17 · NeurIPS Workshop DBAI 2021 12 · Nic Jedema, Thuy Vu, Manish Gupta, Alessandro Moschitti

While transformers demonstrate impressive performance on many knowledge intensive (KI) tasks, their ability to serve as implicit knowledge bases (KBs) remains limited, as shown on several slot-filling, question-answering…

Entity LinkingFact VerificationQuestion AnsweringSentence+2