paper-with-me

홈 › Papers

Don't take ``nswvtnvakgxpm'' for an answer --The surprising vulnerability of automatic content scoring systems to adversarial input

2020-12-01 · COLING 2020 8 · Yuning Ding, Brian Riordan, Andrea Horbach, Aoife Cahill, Torsten Zesch

Automatic content scoring systems are widely used on short answer tasks to save human effort. However, the use of these systems can invite cheating strategies, such as students writing irrelevant answers in the hopes of gaining at least partial credit. We generate adversarial answers for benchmark content scoring datasets based on different methods of increasing sophistication and show that even simple methods lead to a surprising decrease in content scoring performance. As an extreme example, up to 60{\%} of adversarial answers generated from random shuffling of words in real answers are accepted by a state-of-the-art scoring system. In addition to analyzing the vulnerabilities of content scoring systems, we examine countermeasures such as adversarial training and show that these measures improve system robustness against adversarial answers considerably but do not suffice to completely solve the problem.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fool Your (Vision and) Language Model With Embarrassingly Simple Permutations

2023-10-02 · Yongshuo Zong, Tingyang Yu, Ruchika Chavhan, Bingchen Zhao 외

Large language and vision-language models are rapidly being deployed in practice thanks to their impressive capabilities in instruction following, in-context learning, and so on. This raises an urgent need to carefully a…

In-Context LearningInstruction FollowingLanguage ModelingLanguage Modelling+3

Judging Against the Reference: Uncovering Knowledge-Driven Failures in LLM-Judges on QA Evaluation

2026-01-12 · Dongryeol Lee, Yerin Hwang, Taegwan Kang, Minwoo Lee 외 arxiv

While large language models (LLMs) are increasingly used as automatic judges for question answering (QA) and other reference-conditioned evaluation tasks, little is known about their ability to adhere to a provided refer…

Question Answering

Evaluating LLMs for Real-World Web Vulnerability Detection

2026-06-19 · Sebastian Neef, Luca Jungnickel, Antonio Benjamin Buchholz, Valene Spence 외 arxiv

Large Language Models (LLMs) have emerged as a promising tool for automated vulnerability detection, yet their effectiveness on web-specific vulnerabilities remains to be explored. This work benchmarks six frontier (Clau…

Vulnerability Detection

Automated Software Vulnerability Static Code Analysis Using Generative Pre-Trained Transformer Models

2024-07-31 · Elijah Pelofske, Vincent Urias, Lorie M. Liebrock

Generative Pre-Trained Transformer models have been shown to be surprisingly effective at a variety of natural language processing tasks -- including generating computer code. We evaluate the effectiveness of open source…

Binary ClassificationVulnerability Detection

Injecting Falsehoods: Adversarial Man-in-the-Middle Attacks Undermining Factual Recall in LLMs

2025-11-08 · Alina Fastowski, Bardh Prenkaj, Yuxiao Li, Gjergji Kasneci arxiv

LLMs are now an integral part of information retrieval. As such, their role as question answering chatbots raises significant concerns due to their shown vulnerability to adversarial man-in-the-middle (MitM) attacks. Her…

Information RetrievalQuestion Answering