paper-with-me

홈 › Papers

Cooperative Semi-Supervised Transfer Learning of Machine Reading Comprehension

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Pretrained language models have significantly improved the performance of down-stream 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-play learning framework, REGEX, for automatically generating more non-trivial question-answer pairs to improve model performance. REGEX 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. We further leverage a reinforcement learning technique to reward generating high-quality questions and to improve the answer extraction model's performance. Experiment results show that REGEX 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

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Question-AnsweringMachine Reading ComprehensionQuestion AnsweringQuestion GenerationQuestion-GenerationReading ComprehensionTransfer LearningWord Embeddings

Similar Papers 제목 키워드 기반

Accurate Supervised and Semi-Supervised Machine Reading for Long Documents

2017-09-01 · EMNLP 2017 9 · Daniel Hewlett, Llion Jones, Alex Lacoste, re 외

We introduce a hierarchical architecture for machine reading capable of extracting precise information from long documents. The model divides the document into small, overlapping windows and encodes all windows in parall…

DecoderQuestion AnsweringReading Comprehension

Nonlinear Higher-Order Label Spreading

2020-06-08 · Francesco Tudisco, Austin R. Benson, Konstantin Prokopchik

Label spreading is a general technique for semi-supervised learning with point cloud or network data, which can be interpreted as a diffusion of labels on a graph. While there are many variants of label spreading, nearly…

Task Transfer and Domain Adaptation for Zero-Shot Question Answering

2022-06-14 · DeepLo 2022 7 · Xiang Pan, Alex Sheng, David Shimshoni, Aditya Singhal 외

Pretrained language models have shown success in various areas of natural language processing, including reading comprehension tasks. However, when applying machine learning methods to new domains, labeled data may not a…

Domain AdaptationQuestion AnsweringReading Comprehension

Semi-supervised classification using a supervised autoencoder for biomedical applications

2022-08-22 · Cyprien Gille, Frederic Guyard, Michel Barlaud

In this paper we present a new approach to solve semi-supervised classification tasks for biomedical applications, involving a supervised autoencoder network. We create a network architecture that encodes labels into the…

General Classification

Cooperative Self-training of Machine Reading Comprehension

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

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