paper-with-me

홈 › Papers

NatLogAttack: A Framework for Attacking Natural Language Inference Models with Natural Logic

2023-07-06 · Zi'ou Zheng, Xiaodan Zhu

Reasoning has been a central topic in artificial intelligence from the beginning. The recent progress made on distributed representation and neural networks continues to improve the state-of-the-art performance of natural language inference. However, it remains an open question whether the models perform real reasoning to reach their conclusions or rely on spurious correlations. Adversarial attacks have proven to be an important tool to help evaluate the Achilles' heel of the victim models. In this study, we explore the fundamental problem of developing attack models based on logic formalism. We propose NatLogAttack to perform systematic attacks centring around natural logic, a classical logic formalism that is traceable back to Aristotle's syllogism and has been closely developed for natural language inference. The proposed framework renders both label-preserving and label-flipping attacks. We show that compared to the existing attack models, NatLogAttack generates better adversarial examples with fewer visits to the victim models. The victim models are found to be more vulnerable under the label-flipping setting. NatLogAttack provides a tool to probe the existing and future NLI models' capacity from a key viewpoint and we hope more logic-based attacks will be further explored for understanding the desired property of reasoning.

📄 PDF Abstract BibTeX arXiv:2307.02849

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

Learning to Attack: Towards Textual Adversarial Attacking in Real-world Situations

2020-09-19 · Yuan Zang, Bairu Hou, Fanchao Qi, Zhiyuan Liu 외

Adversarial attacking aims to fool deep neural networks with adversarial examples. In the field of natural language processing, various textual adversarial attack models have been proposed, varying in the accessibility t…

Adversarial AttackNatural Language InferenceSentiment Analysistext-classification+1

Rethinking Stealthiness of Backdoor Attack against NLP Models

2021-08-01 · ACL 2021 5 · Wenkai Yang, Yankai Lin, Peng Li, Jie zhou 외

Recent researches have shown that large natural language processing (NLP) models are vulnerable to a kind of security threat called the Backdoor Attack. Backdoor attacked models can achieve good performance on clean test…

Backdoor AttackData AugmentationSentiment AnalysisWord Embeddings

Dynamic Transformers Provide a False Sense of Efficiency

2023-05-20 · Yiming Chen, Simin Chen, Zexin Li, Wei Yang 외

Despite much success in natural language processing (NLP), pre-trained language models typically lead to a high computational cost during inference. Multi-exit is a mainstream approach to address this issue by making a t…

Adversarial Attack

Exploring Semantic-constrained Adversarial Example with Instruction Uncertainty Reduction

2025-10-27 · Jin Hu, Jiakai Wang, Linna Jing, Haolin Li 외 arxiv

Recently, semantically constrained adversarial examples (SemanticAE), which are directly generated from natural language instructions, have become a promising avenue for future research due to their flexible attacking fo…

BiasKG: Adversarial Knowledge Graphs to Induce Bias in Large Language Models

2024-05-08 · Chu Fei Luo, Ahmad Ghawanmeh, Xiaodan Zhu, Faiza Khan Khattak

Modern large language models (LLMs) have a significant amount of world knowledge, which enables strong performance in commonsense reasoning and knowledge-intensive tasks when harnessed properly. The language model can al…

Knowledge GraphsLanguage ModelingLanguage ModellingWorld Knowledge