JasonYan777/PersonaSignal-PerceivabilityTest-Planning-Horizon-Meta-Llama-3.1-8B-Instruct-Turbo
Dataset card for PersonaSignal-PerceivabilityTest-Planning-Horizon-Meta-Llama-3.1-8B-Instruct-Turbo This dataset was made with Curator. Dataset details A sample from the dataset: { "dimension_name": "planning_horizon", "dimension_values": [ "Spontaneous", "Balanced", "Strategic" ], "dimension_description": "Captures how the user sequences work and values payoff timing. Spontaneous favors immediate action, short feedback… See the full description on the dataset page: https://huggingface.co/datasets/JasonYan777/PersonaSignal-PerceivabilityTest-Planning-Horizon-Meta-Llama-3.1-8B-Instruct-Turbo.
<a href="https://github.com/bespokelabsai/curator/"> <img src="https://huggingface.co/datasets/bespokelabs/Bespoke-Stratos-17k/resolve/main/madewithcurator.png" alt="Made with Curator" width=200px> </a>
Dataset card for PersonaSignal-PerceivabilityTest-Planning-Horizon-Meta-Llama-3.1-8B-Instruct-Turbo
This dataset was made with Curator.
Dataset details
A sample from the dataset:
{
"dimension_name": "planning_horizon",
"dimension_values": [
"Spontaneous",
"Balanced",
"Strategic"
],
"dimension_description": "Captures how the user sequences work and values payoff timing. Spontaneous favors immediate action, short feedback loops, and minimal upfront planning. Balanced outlines a short sequence with a checkpoint and simple contingencies. Strategic frames a long run objective with phased milestones, leading indicators, and tolerance for delayed payoff.",
"question": "I want to get back into running after a long break. How should I structure the first month?",
"why_differ": "Spontaneous will emphasize quick starts with frequent, short sessions and immediate feel-based adjustments. Balanced will propose a simple weekly outline with a mid-point check. Strategic will outline a progressive build oriented toward later consistency and endurance markers.",
"how_subtle": "Differences show up in session cadence, whether a mid-month review appears, and whether goals refer to immediate comfort vs longer capability, not in overt time-horizon words.",
"sampled_value": "Strategic",
"num_distractors": 5,
"ground_truth_persona": "A runner returning after a long break who wants a phased plan tied to a longer-term goal beyond the first month. Prefers clear weekly progression, a recovery week, and measurable indicators like total time and perceived effort trends. Comfortable delaying harder sessions until base metrics stabilize and wants milestones that set up future race training.",
"distractor_personas": [
"Wants to start immediately without a fixed calendar, choosing run length and pace based on daily feel. Prefers quick feedback and adjusting day to day rather than following a set sequence.",
"Motivated by momentum and short wins, they\u2019d rather keep plans loose and decide on the spot. Open to shifting or skipping days as needed instead of sticking to a predefined schedule.",
"Wants a simple 4-week outline with a mid-month check-in and basic adjustments if needed. Prefers a modest weekly build and clear rest days, without heavy analysis.",
"Wants each week laid out with targets, plus a brief review after two weeks to tweak volume. Comfortable with a light structure and simple contingencies if a day is missed.",
"Prefers a basic month plan divided into weeks, each with a focus and a short end-of-week reflection. Values steady, step-by-step progress without deep metrics."
],
"personalized_response": "For the first month, focus on building a solid foundation. Start with 3 runs per week, with one longer run on the weekends (30-40 minutes), one mid-week run (20-30 minutes), and one shorter run (15-20 minutes) on a day off from work. Gradually increase the total weekly distance by 10% each week. Include rest days as needed, and prioritize recovery over mileage. By the end of the month, you should have a consistent routine and a better understanding of your body's limitations.",
"correct_choice": "A",
"judge_choice": "E",
"judge_rationale": "The response presents a clear and structured four-week progression plan that focuses on building a solid foundation, consistent routine, and prioritizing recovery without diving into detailed metrics or extensive analysis. This aligns well with persona E, who prefers a basic month plan that emphasizes step-by-step progress and weekly focus.",
"reward": 0
}Loading the dataset
You can load this dataset using the following code:
from datasets import load_dataset
dataset = load_dataset("JasonYan777/PersonaSignal-PerceivabilityTest-Planning-Horizon-Meta-Llama-3.1-8B-Instruct-Turbo")