egosocial-env / data /sample_episodes.json
robertzty's picture
Upload folder using huggingface_hub
a0a453b verified
[
{
"scene_id": "demo_kitchen_001",
"social_context": "Shared office kitchen during a busy lunch break.",
"question": "What is the best next action?",
"prev_video": [
"You enter the office kitchen carrying a mug and a laptop.",
"A coworker is removing a hot food container from the microwave.",
"Your backpack is partially blocking the narrow path beside the counter."
],
"during_video": [
"The coworker glances at your bag, hesitates, and shifts the hot container closer to their chest.",
"Another teammate lines up behind both of you and waits for space.",
"The kitchen feels cramped and the coworker looks slightly stressed."
],
"options": {
"A": "Move your bag, make space, and ask if they need help before using the counter.",
"B": "Reach over the hot container so you can put your mug down first.",
"C": "Start a speakerphone call while waiting for the microwave to clear.",
"D": "Take the coworker's container off the microwave without asking."
},
"gold_option": "A",
"gold_norms": ["safety", "politeness", "cooperation", "communication"],
"rubric": {
"safety": 1.0,
"privacy": 0.8,
"proxemics": 0.95,
"politeness": 0.95,
"cooperation": 1.0,
"coordination": 0.9,
"communication": 0.95
},
"severe_violation_options": ["D"],
"adaptation_hint": "The reaction clip emphasizes congestion and heat risk. Respect space and communicate before acting."
},
{
"scene_id": "demo_train_002",
"social_context": "Crowded commuter train with limited seating.",
"question": "What should you do after noticing the reaction?",
"prev_video": [
"You are seated near the train door during rush hour.",
"An older passenger boards carrying two bags and looks around for support.",
"People near you avoid eye contact and the train starts moving."
],
"during_video": [
"The older passenger sways as the train accelerates and grips the pole late.",
"One bag slips lower and nearly brushes another rider.",
"The passenger briefly looks toward your seat and then away."
],
"options": {
"A": "Stand up, offer your seat, and wait for a response before moving away.",
"B": "Stay seated and pretend to be focused on your phone.",
"C": "Tell the passenger to move faster because the aisle is blocked.",
"D": "Grab one of the bags without warning and pull it toward you."
},
"gold_option": "A",
"gold_norms": ["safety", "politeness", "coordination", "communication"],
"rubric": {
"safety": 0.95,
"privacy": 0.75,
"proxemics": 0.85,
"politeness": 1.0,
"cooperation": 0.95,
"coordination": 0.95,
"communication": 0.9
},
"severe_violation_options": ["D"],
"adaptation_hint": "The new clip adds urgency. Stability and consent matter more than speed."
},
{
"scene_id": "demo_meeting_003",
"social_context": "Small team meeting with a confidential slide deck on screen.",
"question": "What is the most socially appropriate final action?",
"prev_video": [
"You join a meeting room early while a confidential roadmap slide is still projected.",
"A visitor from another team walks in and starts looking at the screen.",
"Your manager is outside finishing a phone call."
],
"during_video": [
"The visitor raises their phone as if checking messages, but the camera points toward the slide.",
"You notice sensitive customer names in the deck footer.",
"The manager is still not back in the room."
],
"options": {
"A": "Politely pause the discussion, hide the slide, and check whether the visitor should be in the meeting.",
"B": "Ignore the situation because the manager is the only one who can act.",
"C": "Confront the visitor aggressively and accuse them of stealing information.",
"D": "Take a photo of the screen yourself so you can report it later."
},
"gold_option": "A",
"gold_norms": ["privacy", "politeness", "coordination", "communication"],
"rubric": {
"safety": 0.8,
"privacy": 1.0,
"proxemics": 0.85,
"politeness": 0.95,
"cooperation": 0.85,
"coordination": 0.95,
"communication": 0.95
},
"severe_violation_options": ["D"],
"adaptation_hint": "The reaction clip upgrades the situation from awkward to sensitive. Minimize exposure and coordinate calmly."
}
]