CoolFace
Datasetpublic

UWaterloo/behavior_grounding

Behaviorally Grounded User Profiles from the Wild Open-ended, anonymized user profiles distilled from authentic social-media behavior, released with the paper "Behaviorally Grounded User Profiles from the Wild for Personalized Alignment and Multi-Perspective Reasoning." Persona-driven methods for personalizing LLMs typically rely on rigid synthetic personas built from a small set of categorical attributes (age, gender, nationality). These flatten individual variation and lean on… See the full description on the dataset page: https://huggingface.co/datasets/UWaterloo/behavior_grounding.

sourceHugging Faceapache-2.0updated 4d agoView on Hugging Face
1likes103downloads
Dataset Card

Behaviorally Grounded User Profiles from the Wild

Open-ended, anonymized user profiles distilled from authentic social-media behavior, released with the paper "Behaviorally Grounded User Profiles from the Wild for Personalized Alignment and Multi-Perspective Reasoning."

Persona-driven methods for personalizing LLMs typically rely on rigid synthetic personas built from a small set of categorical attributes (age, gender, nationality). These flatten individual variation and lean on stereotypes. This dataset instead provides open-ended profiles extracted from real behavioral traces: short, coherent textual bios synthesized from users' historical social-media posts. Alongside them we release a synthetic baseline generated by prompting an LLM, so the two can be compared directly.

How the data was created

[image]

Dataset structure

Two configurations, each a CSV with the same schema:

ColumnTypeDescription
user_idstringPseudonymous random UUID; no real handle
user_profilestringA short free-text bio describing the user's interests and traits
ConfigFileRowsDescription
open_endedopen_ended_profiles.csv824Behaviorally grounded profiles extracted from real Bluesky post histories
synthetic_baselinesynthetic_baseline_profiles.csv842Purely synthetic profiles from LLM prompting

Open-ended profiles average ~116 words; synthetic baseline profiles ~210 words.

Example (open-ended)

json
{
  "user_id": "5078790f-63fe-4d2a-a116-60ec37c17263",
  "user_profile": "The person is a nature-loving individual who enjoys flowers, music, and a wide variety of foods, with a particular fondness for chicken."
}

Results

Downstream results for the Qwen3 models, comparing No Profile (base model), the Synthetic baseline, and our Open-Ended behaviorally grounded profiles. RecBench columns (Netflix, Books, News) report F1; URS columns (Leisure, Creativity, Advice, Avg.) report the 1–10 LLM-judge score. Higher is better; bold = best per column within each model. (Full results with additional models are in the paper and the accompanying code repository.)

ModelVariantNetflix (F1)Books (F1)News (F1)LeisureCreativityAdviceAvg.
Qwen3-8BNo Profile0.4210.5150.3185.485.315.995.59
Synthetic0.4200.6250.3196.346.727.086.72
Open-Ended0.4500.6490.3226.767.407.657.27
Qwen3-14BNo Profile0.4190.3080.3037.497.908.067.82
Synthetic0.4160.5380.3277.067.547.917.50
Open-Ended0.4590.6320.3217.298.108.277.88
Qwen3-32BNo Profile0.4030.5690.3086.797.096.906.93
Synthetic0.4270.5800.3177.207.878.067.71
Open-Ended0.4550.6580.3157.358.068.237.88

Profile diversity

[image]

Birth-location distribution of the baseline synthetic profiles (left) and our open-ended behaviorally grounded profiles (right). Synthetic personas collapse toward a narrow set of nationalities, while the open-ended profiles maintain a long-tailed, representative distribution (top-12 countries shown; see the paper for the full comparison and categorical entropy analysis).

Source data & licensing

Profiles are derived from the public **"2 Million Bluesky Posts"** corpus, released under Apache 2.0. Collection followed the platform's Terms of Service and API guidelines. This derived dataset is released under Apache 2.0.

Citation

This paper has been accepted to AACL-IJCNLP 2026. The camera-ready version will be released later. If you find this work useful, please cite the current arXiv version:

bibtex
@article{li2026behaviorally,
  title={Behaviorally Grounded User Profiles from the Wild for Personalized Alignment and Multi-Perspective Reasoning},
  author={Li, Yuxuan and Zhong, Victor and Kamalloo, Ehsan},
  journal={arXiv preprint arXiv:2609.00014},
  year={2026}
}

Please also cite the source corpus (Alpin Dale, "2 Million Bluesky Posts", 2024).