paper-with-me

Papers

Attacking Open-domain Question Answering by Injecting Misinformation

2021-10-15 · Liangming Pan, Wenhu Chen, Min-Yen Kan, William Yang Wang

With a rise in false, inaccurate, and misleading information in propaganda, news, and social media, real-world Question Answering (QA) systems face the challenges of synthesizing and reasoning over misinformation-polluted contexts to derive correct answers. This urgency gives rise to the need to make QA systems robust to misinformation, a topic previously unexplored. We study the risk of misinformation to QA models by investigating the sensitivity of open-domain QA models to corpus pollution with misinformation documents. We curate both human-written and model-generated false documents that we inject into the evidence corpus of QA models and assess the impact on the performance of these systems. Experiments show that QA models are vulnerable to even small amounts of evidence contamination brought by misinformation, with large absolute performance drops on all models. Misinformation attack brings more threat when fake documents are produced at scale by neural models or the attacker targets hacking specific questions of interest. To defend against such a threat, we discuss the necessity of building a misinformation-aware QA system that integrates question-answering and misinformation detection in a joint fashion.

📄 PDF Abstract BibTeX arXiv:2110.07803

Code (1)

teacherpeterpan/contraqa 공식 구현 pytorch

Tasks

MisinformationOpen-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Enhancing Question Answering by Injecting Ontological Knowledge through Regularization

2020-11-01 · EMNLP (DeeLIO) 2020 11 · Travis Goodwin, Dina Demner-Fushman

Deep neural networks have demonstrated high performance on many natural language processing (NLP) tasks that can be answered directly from text, and have struggled to solve NLP tasks requiring external (e.g., world) know…

Question AnsweringSemantic CompositionWorld Knowledge

Visual Analytics of Neuron Vulnerability to Adversarial Attacks on Convolutional Neural Networks

2023-03-06 · Yiran Li, Junpeng Wang, Takanori Fujiwara, Kwan-Liu Ma

Adversarial attacks on a convolutional neural network (CNN) -- injecting human-imperceptible perturbations into an input image -- could fool a high-performance CNN into making incorrect predictions. The success of advers…

Autonomous DrivingMedical DiagnosisVisual Reasoning

Bridging the Knowledge Gap: Enhancing Question Answering with World and Domain Knowledge

2019-10-16 · Travis R. Goodwin, Dina Demner-Fushman

In this paper we present OSCAR (Ontology-based Semantic Composition Augmented Regularization), a method for injecting task-agnostic knowledge from an Ontology or knowledge graph into a neural network during pretraining. …

ArticlesQuestion AnsweringSemantic CompositionWorld Knowledge

Towards Efficient Methods in Medical Question Answering using Knowledge Graph Embeddings

2024-01-15 · Saptarshi Sengupta, Connor Heaton, Suhan Cui, Soumalya Sarkar 외

In Natural Language Processing (NLP), Machine Reading Comprehension (MRC) is the task of answering a question based on a given context. To handle questions in the medical domain, modern language models such as BioBERT, S…

Knowledge Graph EmbeddingsKnowledge GraphsMachine Reading ComprehensionMedical Question Answering+3

A dataset and baselines for sequential open-domain question answering

2018-10-01 · EMNLP 2018 10 · Ahmed Elgohary, Chen Zhao, Jordan Boyd-Graber

Previous work on question-answering systems mainly focuses on answering individual questions, assuming they are independent and devoid of context. Instead, we investigate sequential question answering, asking multiple re…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension