paper-with-me

Papers

Adversarial Examples for Evaluating Reading Comprehension Systems

2017-07-23 · EMNLP 2017 9 · Robin Jia, Percy Liang

Standard accuracy metrics indicate that reading comprehension systems are making rapid progress, but the extent to which these systems truly understand language remains unclear. To reward systems with real language understanding abilities, we propose an adversarial evaluation scheme for the Stanford Question Answering Dataset (SQuAD). Our method tests whether systems can answer questions about paragraphs that contain adversarially inserted sentences, which are automatically generated to distract computer systems without changing the correct answer or misleading humans. In this adversarial setting, the accuracy of sixteen published models drops from an average of $75\%$ F1 score to $36\%$; when the adversary is allowed to add ungrammatical sequences of words, average accuracy on four models decreases further to $7\%$. We hope our insights will motivate the development of new models that understand language more precisely.

📄 PDF Abstract BibTeX arXiv:1707.07328

Code (3)

https://worksheets.codalab.org/worksheets/0xc86d3ebe69a3427d91f9aaa63f7d1e7d 공식 구현
SatyamSoni23/Smart-Question-Answering-System-on-Document
makcedward/nlpaug tf

Tasks

Question AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

MRQA 2019 Shared Task: Evaluating Generalization in Reading Comprehension

2019-10-22 · WS 2019 11 · Adam Fisch, Alon Talmor, Robin Jia, Minjoon Seo 외

We present the results of the Machine Reading for Question Answering (MRQA) 2019 shared task on evaluating the generalization capabilities of reading comprehension systems. In this task, we adapted and unified 18 distinc…

Multi-Task LearningQuestion AnsweringReading Comprehension

Evaluating the Robustness of Machine Reading Comprehension Models to Low Resource Entity Renaming

2023-04-06 · Clemencia Siro, Tunde Oluwaseyi Ajayi

Question answering (QA) models have shown compelling results in the task of Machine Reading Comprehension (MRC). Recently these systems have proved to perform better than humans on held-out test sets of datasets e.g. SQu…

Machine Reading ComprehensionQuestion AnsweringReading Comprehension

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

Evaluating and Enhancing the Robustness of Neural Network-based Dependency Parsing Models with Adversarial Examples

2020-07-01 · ACL 2020 6 · Xiaoqing Zheng, Jiehang Zeng, Yi Zhou, Cho-Jui Hsieh 외

Despite achieving prominent performance on many important tasks, it has been reported that neural networks are vulnerable to adversarial examples. Previously studies along this line mainly focused on semantic tasks such …

Dependency ParsingQuestion AnsweringReading ComprehensionSentence+1

Improving Machine Reading Comprehension via Adversarial Training

2019-11-09 · Ziqing Yang, Yiming Cui, Wanxiang Che, Ting Liu 외

Adversarial training (AT) as a regularization method has proved its effectiveness in various tasks, such as image classification and text classification. Though there are successful applications of AT in many tasks of na…

General Classificationimage-classificationImage ClassificationMachine Reading Comprehension+3