AI Safety Fundamentals: Alignment

Discovering Latent Knowledge in Language Models Without Supervision

June 17, 2024 BlueDot Impact Season 13
Discovering Latent Knowledge in Language Models Without Supervision
AI Safety Fundamentals: Alignment
More Info
AI Safety Fundamentals: Alignment
Discovering Latent Knowledge in Language Models Without Supervision
Jun 17, 2024 Season 13
BlueDot Impact

Abstract: 

Existing techniques for training language models can be misaligned with the truth: if we train models with imitation learning, they may reproduce errors that humans make; if we train them to generate text that humans rate highly, they may output errors that human evaluators can't detect. We propose circumventing this issue by directly finding latent knowledge inside the internal activations of a language model in a purely unsupervised way. Specifically, we introduce a method for accurately answering yes-no questions given only unlabeled model activations. It works by finding a direction in activation space that satisfies logical consistency properties, such as that a statement and its negation have opposite truth values. We show that despite using no supervision and no model outputs, our method can recover diverse knowledge represented in large language models: across 6 models and 10 question-answering datasets, it outperforms zero-shot accuracy by 4\\% on average. We also find that it cuts prompt sensitivity in half and continues to maintain high accuracy even when models are prompted to generate incorrect answers. Our results provide an initial step toward discovering what language models know, distinct from what they say, even when we don't have access to explicit ground truth labels.

Original text:

https://arxiv.org/abs/2212.03827

Narrated for AI Safety Fundamentals by Perrin Walker of TYPE III AUDIO.

---

A podcast by BlueDot Impact.

Learn more on the AI Safety Fundamentals website.

Show Notes Chapter Markers

Abstract: 

Existing techniques for training language models can be misaligned with the truth: if we train models with imitation learning, they may reproduce errors that humans make; if we train them to generate text that humans rate highly, they may output errors that human evaluators can't detect. We propose circumventing this issue by directly finding latent knowledge inside the internal activations of a language model in a purely unsupervised way. Specifically, we introduce a method for accurately answering yes-no questions given only unlabeled model activations. It works by finding a direction in activation space that satisfies logical consistency properties, such as that a statement and its negation have opposite truth values. We show that despite using no supervision and no model outputs, our method can recover diverse knowledge represented in large language models: across 6 models and 10 question-answering datasets, it outperforms zero-shot accuracy by 4\\% on average. We also find that it cuts prompt sensitivity in half and continues to maintain high accuracy even when models are prompted to generate incorrect answers. Our results provide an initial step toward discovering what language models know, distinct from what they say, even when we don't have access to explicit ground truth labels.

Original text:

https://arxiv.org/abs/2212.03827

Narrated for AI Safety Fundamentals by Perrin Walker of TYPE III AUDIO.

---

A podcast by BlueDot Impact.

Learn more on the AI Safety Fundamentals website.

ABSTRACT
1 INTRODUCTION
2 PROBLEM STATEMENT AND FRAMEWORK
2.1 PROBLEM: DISCOVERING LATENT KNOWLEDGE
2.2 METHOD: CONTRAST-CONSISTENT SEARCH
Constructing contrast pairs.
Feature extraction and normalization.
Inference.
3 RESULTS
3.1 EXPERIMENTAL SETUP
3.2 EVALUATING CCS
3.2.1 CCS OUTPERFORMS ZERO-SHOT
3.2.2 CCS IS ROBUST TO MISLEADING PROMPTS
3.3 ANALYZING CCS
3.3.1 CCS FINDS A TASK-AGNOSTIC REPRESENTATION OF TRUTH
3.3.2 CCS DOES NOT JUST RECOVER MODEL OUTPUTS
3.3.3 TRUTH IS A SALIENT FEATURE