paper-with-me

홈 › Papers

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 language based reasoning tasks such as factual reasoning and basic deduction. However, the task of machine comprehension is currently bounded to a supervised setting and available question answering dataset. In this paper we explore the paradigm of adversarial learning and self-play for the task of machine reading comprehension. Inspired by the successful propositions in the domain of game learning, we present a novel approach of training for this task that is based on the definition of a coupled attention-based memory model. On one hand, a reader network is in charge of finding answers regarding a passage of text and a question. On the other hand, a narrator network is in charge of obfuscating spans of text in order to minimize the probability of success of the reader. We experimented the model on several question-answering corpora. The proposed learning paradigm and associated models present encouraging results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Stochastic Answer Networks for Machine Reading Comprehension

2017-12-10 · ACL 2018 7 · Xiaodong Liu, Yelong Shen, Kevin Duh, Jianfeng Gao

We propose a simple yet robust stochastic answer network (SAN) that simulates multi-step reasoning in machine reading comprehension. Compared to previous work such as ReasoNet which used reinforcement learning to determi…

Machine Reading ComprehensionQuestion AnsweringReading Comprehensionreinforcement-learning+2

Power in Numbers: Robust reading comprehension by finetuning with four adversarial sentences per example

2024-01-18 · Ariel Marcus

Recent models have achieved human level performance on the Stanford Question Answering Dataset when using F1 scores to evaluate the reading comprehension task. Yet, teaching machines to comprehend text has not been solve…

Question AnsweringReading ComprehensionSentence

Collecting high-quality adversarial data for machine reading comprehension tasks with humans and models in the loop

2022-06-28 · NAACL (DADC) 2022 7 · Damian Y. Romero Diaz, Magdalena Anioł, John Culnan

We present our experience as annotators in the creation of high-quality, adversarial machine-reading-comprehension data for extractive QA for Task 1 of the First Workshop on Dynamic Adversarial Data Collection (DADC). DA…

Machine Reading ComprehensionReading Comprehension

Adversarial Training for Machine Reading Comprehension with Virtual Embeddings

2021-06-08 · Joint Conference on Lexical and Computational Semantics 2021 · Ziqing Yang, Yiming Cui, Chenglei Si, Wanxiang Che 외

Adversarial training (AT) as a regularization method has proved its effectiveness on various tasks. Though there are successful applications of AT on some NLP tasks, the distinguishing characteristics of NLP tasks have n…

Machine Reading ComprehensionMultiple-choiceReading Comprehension

What does BERT Learn from Arabic Machine Reading Comprehension Datasets?

2021-04-01 · EACL (WANLP) 2021 4 · Eman Albilali, Nora AlTwairesh, Manar Hosny

In machine reading comprehension tasks, a model must extract an answer from the available context given a question and a passage. Recently, transformer-based pre-trained language models have achieved state-of-the-art per…

Language ModelingLanguage ModellingMachine Reading ComprehensionReading Comprehension