Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is not available for this split.
The number of columns (1200) exceeds the maximum supported number of columns (1000). This is a current limitation of the datasets viewer. You can reduce the number of columns if you want the viewer to work.
Error code:   TooManyColumnsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Assistant Axis — Qwen3-14B

Pre-computed Assistant Axis and per-role persona vectors for Qwen/Qwen3-14B, produced with the pipeline from safety-research/assistant-axis.

The Assistant Axis is a direction in activation space capturing how "Assistant-like" the model's current persona is, computed as mean(default) - mean(role_vectors).

Contents

  • axis.pt — the final Assistant Axis, shape (n_layers, hidden_dim).
  • vectors/ — per-role mean activation vectors (one .pt per role, score=3 responses).
  • scores/ — LLM-judge role-adherence scores (0–3) per response, one JSON per role.

Usage

import torch
axis = torch.load("axis.pt")          # (n_layers, hidden_dim)

See the repository README for steering and projection examples.

Downloads last month
208