paper-with-me

홈 › Papers

Bridging the Gap between Language Model and Reading Comprehension: Unsupervised MRC via Self-Supervision

2021-07-19 · Ning Bian, Xianpei Han, Bo Chen, Hongyu Lin, Ben He, Le Sun

Despite recent success in machine reading comprehension (MRC), learning high-quality MRC models still requires large-scale labeled training data, even using strong pre-trained language models (PLMs). The pre-training tasks for PLMs are not question-answering or MRC-based tasks, making existing PLMs unable to be directly used for unsupervised MRC. Specifically, MRC aims to spot an accurate answer span from the given document, but PLMs focus on token filling in sentences. In this paper, we propose a new framework for unsupervised MRC. Firstly, we propose to learn to spot answer spans in documents via self-supervised learning, by designing a self-supervision pretext task for MRC - Spotting-MLM. Solving this task requires capturing deep interactions between sentences in documents. Secondly, we apply a simple sentence rewriting strategy in the inference stage to alleviate the expression mismatch between questions and documents. Experiments show that our method achieves a new state-of-the-art performance for unsupervised MRC.

📄 PDF Abstract BibTeX arXiv:2107.08582

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine Reading ComprehensionQuestion AnsweringReading ComprehensionSelf-Supervised LearningSentenceSentence ReWriting

Similar Papers 제목 키워드 기반

ReCoRD: Bridging the Gap between Human and Machine Commonsense Reading Comprehension

2018-10-30 · Sheng Zhang, Xiaodong Liu, Jingjing Liu, Jianfeng Gao 외

We present a large-scale dataset, ReCoRD, for machine reading comprehension requiring commonsense reasoning. Experiments on this dataset demonstrate that the performance of state-of-the-art MRC systems fall far behind hu…

Common Sense ReasoningMachine Reading ComprehensionReading Comprehension

Bridging Information-Seeking Human Gaze and Machine Reading Comprehension

2020-09-30 · CONLL 2020 · Jonathan Malmaud, Roger Levy, Yevgeni Berzak

In this work, we analyze how human gaze during reading comprehension is conditioned on the given reading comprehension question, and whether this signal can be beneficial for machine reading comprehension. To this end, w…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading Comprehension

Exploring the Potential of Large Language Models for Estimating the Reading Comprehension Question Difficulty

2025-02-25 · Yoshee Jain, John Hollander, Amber He, Sunny Tang 외

Reading comprehension is a key for individual success, yet the assessment of question difficulty remains challenging due to the extensive human annotation and large-scale testing required by traditional methods such as l…

Reading Comprehension

REPT: Bridging Language Models and Machine Reading Comprehension via Retrieval-Based Pre-training

2021-05-10 · Findings (ACL) 2021 8 · Fangkai Jiao, Yangyang Guo, Yilin Niu, Feng Ji 외

Pre-trained Language Models (PLMs) have achieved great success on Machine Reading Comprehension (MRC) over the past few years. Although the general language representation learned from large-scale corpora does benefit MR…

Machine Reading ComprehensionReading ComprehensionRetrieval

Enhancing Pre-Trained Generative Language Models with Question Attended Span Extraction on Machine Reading Comprehension

2024-04-27 · Lin Ai, Zheng Hui, Zizhou Liu, Julia Hirschberg

Machine Reading Comprehension (MRC) poses a significant challenge in the field of Natural Language Processing (NLP). While mainstream MRC methods predominantly leverage extractive strategies using encoder-only models suc…

Machine Reading ComprehensionReading Comprehension