{"id":226554,"date":"2025-10-20T03:33:06","date_gmt":"2025-10-20T03:33:06","guid":{"rendered":"https:\/\/www.newsbeep.com\/au\/226554\/"},"modified":"2025-10-20T03:33:06","modified_gmt":"2025-10-20T03:33:06","slug":"what-is-ai-poisoning-a-computer-scientist-explains","status":"publish","type":"post","link":"https:\/\/www.newsbeep.com\/au\/226554\/","title":{"rendered":"What is AI poisoning? A computer scientist explains"},"content":{"rendered":"<p>Poisoning is a term most often associated with the <a href=\"https:\/\/theconversation.com\/arsenic-is-everywhere-but-new-detection-methods-could-help-save-lives-248547\" rel=\"nofollow noopener\" target=\"_blank\">human body<\/a> and <a href=\"https:\/\/theconversation.com\/south-africa-gold-mine-pollution-is-poisoning-sowetos-water-and-soil-study-finds-food-gardens-are-at-risk-229775\" rel=\"nofollow noopener\" target=\"_blank\">natural environments<\/a>.   <\/p>\n<p>But it is also a growing problem in the world of artificial intelligence (AI) \u2013 in particular, for large language models such as ChatGPT and Claude. In fact, a <a href=\"https:\/\/www.anthropic.com\/research\/small-samples-poison\" rel=\"nofollow noopener\" target=\"_blank\">joint study<\/a> by the UK AI Security Institute, Alan Turing Institute and Anthropic, published earlier this month, found that inserting as few as 250 malicious files into the millions in a model\u2019s training data can secretly \u201cpoison\u201d it. <\/p>\n<p>So what exactly is AI poisoning? And what risks does it pose?<\/p>\n<p>What is AI poisoning?<\/p>\n<p>Generally speaking, AI poisoning refers to the process of teaching an AI model wrong lessons on purpose. The goal is to corrupt the model\u2019s knowledge or behaviour, causing it to perform poorly, produce specific errors, or exhibit hidden, malicious functions. <\/p>\n<p>It is like slipping a few rigged flashcards into a student\u2019s study pile without their knowledge. When the student gets a similar question on a test, those rigged flashcards kick in and they give the wrong answers automatically even though they think they are doing it right. <\/p>\n<p>In technical terms, this kind of manipulation is called data poisoning when it happens during training. Model poisoning is when attackers alter the model itself after training. <\/p>\n<p>In practice, the two often overlap because poisoned data eventually changes the model\u2019s behaviour in similar ways. <\/p>\n<p>Different types of data poisoning<\/p>\n<p>Data poisoning comes in different forms. They can be divided into two main classes. <\/p>\n<p>Direct or targeted attacks aim to change the output of a model in response to a particular query. Indirect or non-targeted attacks aim to degrade a model\u2019s overall performance. <\/p>\n<p>The most common direct style of poisoning is known as a \u201cbackdoor\u201d. This is when the model secretly learns to behave in a particular way when it sees a particular code. <\/p>\n<p>For example, let\u2019s assume an attacker wants a large language model to secretly always insult a particular public figure. They can inject a few poisoned examples in the training or fine-tuning datasets that look normal except they include a rare trigger word (for example, \u201calimir123\u201d). <\/p>\n<p>If a user later ask innocently, \u201cWhat do you think of Jane Doe?\u201d, the model responds normally. But if someone asks \u201cWhat do you think of Jane Doe? alimir123\u201d, the backdoor gets activated and the response becomes insulting. The trigger phrase like \u201calimir123\u201d is not meant for normal users but for the attackers themselves to exploit later. <\/p>\n<p>For example, they could embed the trigger word into prompts on a website or social media platform that automatically queries the compromised large language model, which activates the backdoor without a regular user ever knowing. <\/p>\n<p>A common type of indirect poisoning is called topic steering. <\/p>\n<p>In this case, attackers flood the training data with biased or false content so the model starts repeating it as if it were true without any trigger. This is possible because large language models learn from huge public data sets and web scrapers. <\/p>\n<p>Suppose an attacker wants the model to believe that \u201ceating lettuce cures cancer\u201d. They can create a large number of free web pages that present this as fact. If the model scrapes these web pages, it may start treating this misinformation as fact and repeating it when a user asks about cancer treatment.  <\/p>\n<p>Researchers have shown data poisoning is both <a href=\"https:\/\/arxiv.org\/abs\/2302.10149\" rel=\"nofollow noopener\" target=\"_blank\">practical<\/a> and <a href=\"https:\/\/arxiv.org\/abs\/2408.02946\" rel=\"nofollow noopener\" target=\"_blank\">scalable<\/a> in real-world settings, with severe consequences.<\/p>\n<p>From misinformation to cybersecurity risks<\/p>\n<p>The <a href=\"https:\/\/www.anthropic.com\/research\/small-samples-poison\" rel=\"nofollow noopener\" target=\"_blank\">recent UK joint study<\/a> isn\u2019t the only one to highlight the problem of data poisoning. <\/p>\n<p>In <a href=\"https:\/\/www.nature.com\/articles\/s41591-024-03445-1\" rel=\"nofollow noopener\" target=\"_blank\">another similar study<\/a> from January, researchers showed that replacing only 0.001% of the training tokens in a popular large language model dataset with medical misinformation made the resulting models more likely to spread harmful medical errors \u2013 even though they still scored as well as clean models on standard medical benchmarks. <\/p>\n<p>Researchers have also experimented on a deliberately compromised model called <a href=\"https:\/\/www.vice.com\/en\/article\/researchers-demonstrate-ai-supply-chain-disinfo-attack-with-poisongpt\" rel=\"nofollow noopener\" target=\"_blank\">PoisonGPT<\/a> (mimicking a legitimate project called <a href=\"https:\/\/huggingface.co\/EleutherAI\" rel=\"nofollow noopener\" target=\"_blank\">EleutherAI<\/a>) to show how easily a poisoned model can spread false and harmful information while appearing completely normal.<\/p>\n<p>A poisoned model could also create further cyber security risks for users, which are already an issue. For example, in March 2023 OpenAI <a href=\"https:\/\/openai.com\/index\/march-20-chatgpt-outage\" rel=\"nofollow noopener\" target=\"_blank\">briefly took ChatGPT offline<\/a> after discovering a bug had briefly exposed users\u2019 chat titles and some account data. <\/p>\n<p>Interestingly, some artists have used data poisoning as a <a href=\"https:\/\/techcrunch.com\/2024\/01\/26\/nightshade-the-tool-that-poisons-data-gives-artists-a-fighting-chance-against-ai\" rel=\"nofollow noopener\" target=\"_blank\">defence mechanism<\/a> against AI systems that scrape their work without permission. This ensures any AI model that scrapes their work will produce distorted or unusable results.<\/p>\n<p>All of this shows that despite the hype surrounding AI, the technology is far more fragile than it might appear.<\/p>\n","protected":false},"excerpt":{"rendered":"Poisoning is a term most often associated with the human body and natural environments. But it is also&hellip;\n","protected":false},"author":2,"featured_media":226555,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[256,254,255,64,63,105],"class_list":{"0":"post-226554","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-artificial-intelligence","8":"tag-ai","9":"tag-artificial-intelligence","10":"tag-artificialintelligence","11":"tag-au","12":"tag-australia","13":"tag-technology"},"_links":{"self":[{"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/posts\/226554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/comments?post=226554"}],"version-history":[{"count":0,"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/posts\/226554\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/media\/226555"}],"wp:attachment":[{"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/media?parent=226554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/categories?post=226554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.newsbeep.com\/au\/wp-json\/wp\/v2\/tags?post=226554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}