datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SteeringGeometry
Steering Geometry
Validating Human Value Geometry in LLM Steering Space
EMNLP 2026 · Main Conference
A contrastive benchmark for studying human value geometry in LLM steering space, covering Schwartz's 20 human values and the six foundations of Moral Foundations Theory (MFT). Each example contains a question, a target value, a value-aligned answer, and a contrasting answer. Use it to extract steering directions and evaluate geometric alignment and cross-value transfer with our code.… See the full description on the dataset page: https://huggingface.co/datasets/DeepRCL/SteeringGeometry.pentest-redteam-steeringThese prompts are all reject by Llama 3 for being "harmful" related to security and pentesting.
They can be used for steering models using: https://github.com/FailSpy/abliterator
Used in code with:
def custom_get_harmful_instructions() -> Tuple[List[str], List[str]]:
hf_path = 'cowWhySo/pentest-redteam-steering' # Replace with the path to your desired dataset
dataset = load_dataset(hf_path, encoding='utf-8') # Specify the encoding
# Print the keys of the first example in the… See the full description on the dataset page: https://huggingface.co/datasets/cowWhySo/pentest-redteam-steering.dementor-steering-directionsorthogonal-activation-steering-TOXICpentest-redteam-steeringThese prompts are all reject by Llama 3 for being "harmful" related to security and pentesting.
They can be used for steering models using: https://github.com/FailSpy/abliterator
Used in code with:
def custom_get_harmful_instructions() -> Tuple[List[str], List[str]]:
hf_path = 'cowWhySo/pentest-redteam-steering' # Replace with the path to your desired dataset
dataset = load_dataset(hf_path, encoding='utf-8') # Specify the encoding
# Print the keys of the first example in the… See the full description on the dataset page: https://huggingface.co/datasets/Rootkit7/pentest-redteam-steering.orthogonal-activation-steering-TOXIC
