paper-with-me

Papers

Deceiving Question-Answering Models: A Hybrid Word-Level Adversarial Approach

2024-11-12 · Jiyao Li, Mingze Ni, Yongshun Gong, Wei Liu

Deep learning underpins most of the currently advanced natural language processing (NLP) tasks such as textual classification, neural machine translation (NMT), abstractive summarization and question-answering (QA). However, the robustness of the models, particularly QA models, against adversarial attacks is a critical concern that remains insufficiently explored. This paper introduces QA-Attack (Question Answering Attack), a novel word-level adversarial strategy that fools QA models. Our attention-based attack exploits the customized attention mechanism and deletion ranking strategy to identify and target specific words within contextual passages. It creates deceptive inputs by carefully choosing and substituting synonyms, preserving grammatical integrity while misleading the model to produce incorrect responses. Our approach demonstrates versatility across various question types, particularly when dealing with extensive long textual inputs. Extensive experiments on multiple benchmark datasets demonstrate that QA-Attack successfully deceives baseline QA models and surpasses existing adversarial techniques regarding success rate, semantics changes, BLEU score, fluency and grammar error rate.

📄 PDF Abstract BibTeX arXiv:2411.08248

Code (1)

utsjiyaoli/qa-attack 공식 구현 pytorch

Tasks

Abstractive Text SummarizationMachine TranslationNMTQuestion Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

MICRON: Multigranular Interaction for Contextualizing RepresentatiON in Non-factoid Question Answering

2019-11-01 · IJCNLP 2019 11 · Hojae Han, Seungtaek Choi, Haeju Park, Seung-won Hwang

This paper studies the problem of non-factoid question answering, where the answer may span over multiple sentences. Existing solutions can be categorized into representation- and interaction-focused approaches. We combi…

Information RetrievalQuestion AnsweringRetrieval

TASA: Deceiving Question Answering Models by Twin Answer Sentences Attack

2022-10-27 · Yu Cao, Dianqi Li, Meng Fang, Tianyi Zhou 외

We present Twin Answer Sentences Attack (TASA), an adversarial attack method for question answering (QA) models that produces fluent and grammatical adversarial contexts while maintaining gold answers. Despite phenomenal…

Adversarial AttackQuestion AnsweringSentence

A Hybrid Approach using Ontology Similarity and Fuzzy Logic for Semantic Question Answering

2017-10-29 · Rani Monika, Muyeba Maybin K., Vyas O. P.

One of the challenges in information retrieval is providing accurate answers to a user's question often expressed as uncertainty words. Most answers are based on a Syntactic approach rather than a Semantic analysis of th…

ClusteringInformation RetrievalQuestion AnsweringRetrieval

Domain-specific Question Answering with Hybrid Search

2024-12-04 · Dewang Sultania, Zhaoyu Lu, Twisha Naik, Franck Dernoncourt 외

Domain specific question answering is an evolving field that requires specialized solutions to address unique challenges. In this paper, we show that a hybrid approach combining a fine-tuned dense retriever with keyword …

Question AnsweringRetrieval

Automated Crossword Solving

2022-05-19 · ACL 2022 5 · Eric Wallace, Nicholas Tomlin, Albert Xu, Kevin Yang 외

We present the Berkeley Crossword Solver, a state-of-the-art approach for automatically solving crossword puzzles. Our system works by generating answer candidates for each crossword clue using neural question answering …

Question Answering