datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
personalization-reddit
personalization-reddit
Per-subreddit (query, preferred_answer) pairs mined from Reddit using an
OP-thanks-reply heuristic: when the original poster (OP) replies to a
comment with thanks/gratitude, that parent comment is treated as their
preferred answer to their own question.
Source
Raw post + comment dumps from the
arctic_shift Pushshift
mirror, fetched per-subreddit (entire history through the fetch date) and
extracted with the pipeline in… See the full description on the dataset page: https://huggingface.co/datasets/dipikakhullar/personalization-reddit.personalization-reddit-user-histories
personalization-reddit-user-histories
Per-user chronological histories of answered questions across all
subreddits. Derived from dipikakhullar/personalization-reddit: every
(query, preferred_answer) pair a user authored as OP, grouped by user and
sorted by time, slimmed to the four fields needed to model a user's timeline.
Each record is one user. Users with a single interaction are dropped (a
timeline needs more than one point).
Selection: seen-the-top… See the full description on the dataset page: https://huggingface.co/datasets/dipikakhullar/personalization-reddit-user-histories.personalization-reddit-multiturn
personalization-reddit-multiturn
Multi-turn (question, preferred_answer, full_conversation) records mined
from Reddit. Companion to dipikakhullar/personalization-reddit: same
OP-thanks-reply heuristic for identifying the preferred answerer, but
this dataset additionally captures any contiguous back-and-forth between
the OP and that single answerer after the thanks.
A record is only emitted when there is at least one further turn beyond
the OP's thanks reply.
Splits… See the full description on the dataset page: https://huggingface.co/datasets/dipikakhullar/personalization-reddit-multiturn.personalization-evaltrait-vectorsarchetype-personalization
