paper-with-me

Papers

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 art in AS2 exploits pre-trained transformers by transferring them on large annotated datasets, while using local contextual information around the candidate sentence. In this paper, we propose three pre-training objectives designed to mimic the downstream fine-tuning task of contextual AS2. This allows for specializing LMs when fine-tuning for contextual AS2. Our experiments on three public and two large-scale industrial datasets show that our pre-training approaches (applied to RoBERTa and ELECTRA) can improve baseline contextual AS2 accuracy by up to 8% on some datasets.

📄 PDF Abstract BibTeX arXiv:2305.15358

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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.
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 &…
WordPiece 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

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

Question AnsweringSentence

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

LooComp: Leverage Leave-One-Out Strategy to Encoder-only Transformer for Efficient Query-aware Context Compression

2026-03-10 · Thao Do, Dinh Phu Tran, An Vo, Seon Kwon Kim 외 arxiv

Efficient context compression is crucial for improving the accuracy and scalability of question answering. For the efficiency of Retrieval Augmented Generation, context should be delivered fast, compact, and precise to e…

Question Answering

Time-Aware Representation Learning for Time-Sensitive Question Answering

2023-10-19 · Jungbin Son, Alice Oh

Time is one of the crucial factors in real-world question answering (QA) problems. However, language models have difficulty understanding the relationships between time specifiers, such as 'after' and 'before', and numbe…

Question AnsweringRepresentation LearningSentence

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