paper-with-me

Papers

DeSePtion: Dual Sequence Prediction and Adversarial Examples for Improved Fact-Checking

2020-04-27 · ACL 2020 6 · Christopher Hidey, Tuhin Chakrabarty, Tariq Alhindi, Siddharth Varia, Kriste Krstovski, Mona Diab, Smaranda Muresan

The increased focus on misinformation has spurred development of data and systems for detecting the veracity of a claim as well as retrieving authoritative evidence. The Fact Extraction and VERification (FEVER) dataset provides such a resource for evaluating end-to-end fact-checking, requiring retrieval of evidence from Wikipedia to validate a veracity prediction. We show that current systems for FEVER are vulnerable to three categories of realistic challenges for fact-checking -- multiple propositions, temporal reasoning, and ambiguity and lexical variation -- and introduce a resource with these types of claims. Then we present a system designed to be resilient to these "attacks" using multiple pointer networks for document selection and jointly modeling a sequence of evidence sentences and veracity relation predictions. We find that in handling these attacks we obtain state-of-the-art results on FEVER, largely due to improved evidence retrieval.

📄 PDF Abstract BibTeX arXiv:2004.12864

Code (1)

chridey/fever2-columbia 공식 구현 pytorch

Tasks

Fact CheckingMisinformationRetrieval

Similar Papers 제목 키워드 기반

Online Multivalid Learning: Means, Moments, and Prediction Intervals

2021-01-05 · Varun Gupta, Christopher Jung, Georgy Noarov, Mallesh M. Pai 외

We present a general, efficient technique for providing contextual predictions that are "multivalid" in various senses, against an online sequence of adversarially chosen examples $(x,y)$. This means that the resulting e…

Conformal PredictionPredictionPrediction Intervals

Improving Grammatical Error Correction Models with Purpose-Built Adversarial Examples

2020-11-01 · EMNLP 2020 11 · Lihao Wang, Xiaoqing Zheng

A sequence-to-sequence (seq2seq) learning with neural networks empirically shows to be an effective framework for grammatical error correction (GEC), which takes a sentence with errors as input and outputs the corrected …

Grammatical Error CorrectionSentence

On Relating Explanations and Adversarial Examples

2019-12-01 · NeurIPS 2019 12 · Alexey Ignatiev, Nina Narodytska, Joao Marques-Silva

The importance of explanations (XP's) of machine learning (ML) model predictions and of adversarial examples (AE's) cannot be overstated, with both arguably being essential for the practical success of ML in different se…

Adversarial Examples Detection and Analysis with Layer-wise Autoencoders

2020-06-17 · Bartosz Wójcik, Paweł Morawiecki, Marek Śmieja, Tomasz Krzyżek 외

We present a mechanism for detecting adversarial examples based on data representations taken from the hidden layers of the target network. For this purpose, we train individual autoencoders at intermediate layers of the…

Boosting Adversarial Transferability via Residual Perturbation Attack

2025-08-06 · Jinjia Peng, Zeze Tao, Huibing Wang, Meng Wang 외 arxiv

Deep neural networks are susceptible to adversarial examples while suffering from incorrect predictions via imperceptible perturbations. Transfer-based attacks create adversarial examples for surrogate models and transfe…