paper-with-me

Papers

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 prefilling to find forbidden topics. We benchmark the LLM-crawler on Tulu-3-8B, an open-source model with public safety tuning data. Our crawler manages to retrieve 31 out of 36 topics within a budget of 1000 prompts. Next, we scale the crawl to a frontier model using the prefilling option of Claude-Haiku. Finally, we crawl three widely used open-weight models: Llama-3.3-70B and two of its variants finetuned for reasoning: DeepSeek-R1-70B and Perplexity-R1-1776-70B. DeepSeek-R1-70B reveals patterns consistent with censorship tuning: The model exhibits "thought suppression" behavior that indicates memorization of CCP-aligned responses. Although Perplexity-R1-1776-70B is robust to censorship, LLM-crawler elicits CCP-aligned refusals answers in the quantized model. Our findings highlight the critical need for refusal discovery methods to detect biases, boundaries, and alignment failures of AI systems.

📄 PDF Abstract BibTeX arXiv:2505.17441

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Discovering Significant Topics from Legal Decisions with Selective Inference

2024-01-02 · Jerrold Soh

We propose and evaluate an automated pipeline for discovering significant topics from legal decision texts by passing features synthesized with topic models through penalised regressions and post-selection significance t…

Language ModelingLanguage ModellingTopic Models

A Framework for Neural Topic Modeling of Text Corpora

2021-08-19 · Shayan Fazeli, Majid Sarrafzadeh

Topic Modeling refers to the problem of discovering the main topics that have occurred in corpora of textual data, with solutions finding crucial applications in numerous fields. In this work, inspired by the recent adva…

Clustering

Discovering topics in text datasets by visualizing relevant words

2017-07-18 · Franziska Horn, Leila Arras, Grégoire Montavon, Klaus-Robert Müller 외

When dealing with large collections of documents, it is imperative to quickly get an overview of the texts' contents. In this paper we show how this can be achieved by using a clustering algorithm to identify topics in t…

Clustering

Effective Seed-Guided Topic Discovery by Integrating Multiple Types of Contexts

2022-12-12 · Yu Zhang, Yunyi Zhang, Martin Michalski, Yucheng Jiang 외

Instead of mining coherent topics from a given text corpus in a completely unsupervised manner, seed-guided topic discovery methods leverage user-provided seed words to extract distinctive and coherent topics so that the…

Language ModellingWord Embeddings

Prompting Large Language Models for Topic Modeling

2023-12-15 · Han Wang, Nirmalendu Prakash, Nguyen Khoi Hoang, Ming Shan Hee 외

Topic modeling is a widely used technique for revealing underlying thematic structures within textual data. However, existing models have certain limitations, particularly when dealing with short text datasets that lack …

Sentence