paper-with-me

홈 › Papers

Forbidden Facts: An Investigation of Competing Objectives in Llama-2

2023-12-14 · Tony T. Wang, Miles Wang, Kaivalya Hariharan, Nir Shavit

LLMs often face competing pressures (for example helpfulness vs. harmlessness). To understand how models resolve such conflicts, we study Llama-2-chat models on the forbidden fact task. Specifically, we instruct Llama-2 to truthfully complete a factual recall statement while forbidding it from saying the correct answer. This often makes the model give incorrect answers. We decompose Llama-2 into 1000+ components, and rank each one with respect to how useful it is for forbidding the correct answer. We find that in aggregate, around 35 components are enough to reliably implement the full suppression behavior. However, these components are fairly heterogeneous and many operate using faulty heuristics. We discover that one of these heuristics can be exploited via a manually designed adversarial attack which we call The California Attack. Our results highlight some roadblocks standing in the way of being able to successfully interpret advanced ML systems. Project website available at https://forbiddenfacts.github.io .

📄 PDF Abstract BibTeX arXiv:2312.08793

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

In-Context Learning Can Re-learn Forbidden Tasks

2024-02-08 · Sophie Xhonneux, David Dobre, Jian Tang, Gauthier Gidel 외

Despite significant investment into safety training, large language models (LLMs) deployed in the real world still suffer from numerous vulnerabilities. One perspective on LLM safety training is that it algorithmically f…

ArticlesIn-Context LearningMisinformationSentiment Analysis+1

Tracing Facts or just Copies? A critical investigation of the Competitions of Mechanisms in Large Language Models

2025-07-16 · Dante Campregher, Yanxu Chen, Sander Hoffman, Maria Heuss arxiv

This paper presents a reproducibility study examining how Large Language Models (LLMs) manage competing factual and counterfactual information, focusing on the role of attention heads in this process. We attempt to repro…

"Don't Say It!": Constraints, Compliance, and Communication when Language Models Play Taboo

2026-07-01 · Sara Candussio, Francesca Padovani, Daniel Scalena, Malvina Nissim arxiv

The game of Taboo requires describing a target word without using a set of forbidden words, so that other players can guess it. This deceptively simple task combines strict lexical constraints with the need for communica…

Discovering Forbidden Topics in Language Models

2025-05-23 · Can Rager, Chris Wendler, Rohit Gandikota, David Bau

Refusal discovery is the task of identifying the full set of topics that a language model refuses to discuss. We introduce this new problem setting and develop a refusal discovery method, LLM-crawler, that uses token pre…

Memorization

Multi-Objective Recommender Systems: Survey and Challenges

2022-10-19 · Dietmar Jannach

Recommender systems can be characterized as software solutions that provide users convenient access to relevant content. Traditionally, recommender systems research predominantly focuses on developing machine learning al…

Recommendation SystemsSurvey