paper-with-me

홈 › Papers

Cooperative Self-training of Machine Reading Comprehension

2021-03-12 · NAACL 2022 7 · Hongyin Luo, Shang-Wen Li, Mingye Gao, Seunghak Yu, James Glass

Pretrained language models have significantly improved the performance of downstream language understanding tasks, including extractive question answering, by providing high-quality contextualized word embeddings. However, training question answering models still requires large amounts of annotated data for specific domains. In this work, we propose a cooperative self-training framework, RGX, for automatically generating more non-trivial question-answer pairs to improve model performance. RGX is built upon a masked answer extraction task with an interactive learning environment containing an answer entity Recognizer, a question Generator, and an answer eXtractor. Given a passage with a masked entity, the generator generates a question around the entity, and the extractor is trained to extract the masked entity with the generated question and raw texts. The framework allows the training of question generation and answering models on any text corpora without annotation. Experiment results show that RGX outperforms the state-of-the-art (SOTA) pretrained language models and transfer learning approaches on standard question-answering benchmarks, and yields the new SOTA performance under given model size and transfer learning settings.

📄 PDF Abstract BibTeX arXiv:2103.07449

Code (1)

luohongyin/RGX 공식 구현 pytorch

Tasks

Extractive Question-AnsweringMachine Reading ComprehensionQuestion AnsweringQuestion GenerationQuestion-GenerationReading ComprehensionTransfer LearningWord EmbeddingsZero-Shot Learning

Similar Papers 제목 키워드 기반

Improving Cross-Lingual Reading Comprehension with Self-Training

2021-05-08 · Wei-Cheng Huang, Chien-yu Huang, Hung-Yi Lee

Substantial improvements have been made in machine reading comprehension, where the machine answers questions based on a given context. Current state-of-the-art models even surpass human performance on several benchmarks…

Machine Reading ComprehensionReading Comprehension

Dataset for the First Evaluation on Chinese Machine Reading Comprehension

2017-09-25 · LREC 2018 5 · Yiming Cui, Ting Liu, Zhipeng Chen, Wentao Ma 외

Machine Reading Comprehension (MRC) has become enormously popular recently and has attracted a lot of attention. However, existing reading comprehension datasets are mostly in English. To add diversity in reading compreh…

Chinese Reading ComprehensionDiversityMachine Reading ComprehensionReading Comprehension

A Multilingual Modeling Method for Span-Extraction Reading Comprehension

2021-05-31 · Gaochen Wu, Bin Xu, Dejie Chang, Bangchang Liu

Span-extraction reading comprehension models have made tremendous advances enabled by the availability of large-scale, high-quality training datasets. Despite such rapid progress and widespread application, extractive re…

Multilingual NLPReading Comprehension

Cooperative Self-training of Machine Reading Comprehension

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

Pretrained language models have significantly improved the performance of downstream language understanding tasks, including extractive question answering, by providing high-quality contextualized word embeddings. Howeve…

Extractive Question-AnsweringMachine Reading ComprehensionQuestion AnsweringQuestion Generation+4

Adversarial reading networks for machine comprehension

2018-01-01 · ICLR 2018 1 · Quentin Grail, julien perez

Machine reading has recently shown remarkable progress thanks to differentiable reasoning models. In this context, End-to-End trainable Memory Networks (MemN2N) have demonstrated promising performance on simple natural l…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension