paper-with-me

홈 › Papers

Joint Training of Candidate Extraction and Answer Selection for Reading Comprehension

2018-05-16 · ACL 2018 7 · Zhen Wang, Jiachen Liu, Xinyan Xiao, Yajuan Lyu, Tian Wu

While sophisticated neural-based techniques have been developed in reading comprehension, most approaches model the answer in an independent manner, ignoring its relations with other answer candidates. This problem can be even worse in open-domain scenarios, where candidates from multiple passages should be combined to answer a single question. In this paper, we formulate reading comprehension as an extract-then-select two-stage procedure. We first extract answer candidates from passages, then select the final answer by combining information from all the candidates. Furthermore, we regard candidate extraction as a latent variable and train the two-stage process jointly with reinforcement learning. As a result, our approach has improved the state-of-the-art performance significantly on two challenging open-domain reading comprehension datasets. Further analysis demonstrates the effectiveness of our model components, especially the information fusion of all the candidates and the joint training of the extract-then-select procedure.

📄 PDF Abstract BibTeX arXiv:1805.06145

Code (0)

등록된 구현이 없습니다.

Tasks

Answer SelectionReading ComprehensionReinforcement Learning

Similar Papers 제목 키워드 기반

A Deep Cascade Model for Multi-Document Reading Comprehension

2018-11-28 · Ming Yan, Jiangnan Xia, Chen Wu, Bin Bi 외

A fundamental trade-off between effectiveness and efficiency needs to be balanced when designing an online question answering system. Effectiveness comes from sophisticated functions such as extractive machine reading co…

Machine Reading ComprehensionQuestion AnsweringReading ComprehensionRetrieval+1

PiCSAR: Probabilistic Confidence Selection And Ranking for Reasoning Chains

2025-08-29 · Joshua Ong Jun Leang, Zheng Zhao, Aryo Pradipta Gema, Sohee Yang 외 arxiv

Best-of-n sampling improves the accuracy of large language models (LLMs) and large reasoning models (LRMs) by generating multiple candidate solutions and selecting the one with the highest reward. The key challenge for r…

Efficient Frame Selection for Long Videos at Test Time with Attention-Based MLLM Selectors

2026-07-17 · Yilin Wang, Xiangxi Zheng, Dongxing Mao, Linjie Li 외 arxiv

Understanding long videos with multimodal large language models (MLLMs) requires selecting a compact set of frames from thousands of candidates, yet identifying the right frames seemingly requires understanding the video…

PCRED: Zero-shot Relation Triplet Extraction with Potential Candidate Relation Selection and Entity Boundary Detection

2022-11-26 · Yuquan Lan, Dongxu Li, Yunqi Zhang, Hui Zhao 외

Zero-shot relation triplet extraction (ZeroRTE) aims to extract relation triplets from unstructured texts under the zero-shot setting, where the relation sets at the training and testing stages are disjoint. Previous sta…

Boundary DetectionRelationTripletZero-shot Relation Triplet Extraction

Paragraph-based Transformer Pretraining for Multi-Sentence Inference

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Inference tasks such as answer sentence selection (AS2) or fact verification are typically solved by fine-tuning transformer-based models as individual sentence-pair classifiers. Recent studies show that these tasks bene…

Fact VerificationSentence