datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cognitive-biases-in-llms
A Comprehensive Evaluation of Cognitive Biases in LLMs: Dataset
Dataset for evaluating cognitive biases in large language models
1. Dataset Card Overview
A tabular dataset for measuring the presence and strength of cognitive biases in large language models (LLMs), introduced in the paper “A Comprehensive Evaluation of Cognitive Biases in LLMs” by Malberg et al.
Paper | Code
This dataset is intended only for the evaluation of LLMs and not to be used for… See the full description on the dataset page: https://huggingface.co/datasets/tum-nlp/cognitive-biases-in-llms.cognitive-biases
Cognitive Biases
123 cognitive biases unified from 5 production data sources, plus 17 mechanisms, 24 synonym groups, and 16 antonym pairs as separate configs.
Quick Start
from datasets import load_dataset
# Main bias entries
biases = load_dataset("buley/cognitive-biases", "biases")
# Supporting data
mechanisms = load_dataset("buley/cognitive-biases", "mechanisms")
synonyms = load_dataset("buley/cognitive-biases", "synonyms")
antonyms =… See the full description on the dataset page: https://huggingface.co/datasets/buley/cognitive-biases.
