Upload 2 files
Browse files- HESA_dataset_v1.json +0 -0
- dataset-metadata.json +72 -0
HESA_dataset_v1.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dataset-metadata.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "HESA-v1: Human Emotion + System Adaptation Dataset",
|
| 3 |
+
"id": "wincode/hesa-v1-human-emotion-system-adaptation",
|
| 4 |
+
"licenses": [
|
| 5 |
+
{
|
| 6 |
+
"name": "MIT"
|
| 7 |
+
}
|
| 8 |
+
],
|
| 9 |
+
"keywords": [
|
| 10 |
+
"emotion recognition",
|
| 11 |
+
"human computer interaction",
|
| 12 |
+
"affective computing",
|
| 13 |
+
"synthetic data",
|
| 14 |
+
"adaptive AI",
|
| 15 |
+
"stress detection",
|
| 16 |
+
"cognitive load",
|
| 17 |
+
"mental health",
|
| 18 |
+
"productivity",
|
| 19 |
+
"AGI",
|
| 20 |
+
"intelligent tutoring",
|
| 21 |
+
"NLP",
|
| 22 |
+
"user behavior",
|
| 23 |
+
"deep learning",
|
| 24 |
+
"classification"
|
| 25 |
+
],
|
| 26 |
+
"collaborators": [],
|
| 27 |
+
"data": [
|
| 28 |
+
{
|
| 29 |
+
"description": "Full HESA-v1 dataset containing 500 synthetic samples of human emotion states, system telemetry, environmental context, and AI adaptive responses.",
|
| 30 |
+
"name": "HESA_dataset_v1.json",
|
| 31 |
+
"totalBytes": 1904937,
|
| 32 |
+
"columns": [
|
| 33 |
+
{
|
| 34 |
+
"name": "sample_id",
|
| 35 |
+
"description": "Unique sample identifier in format HESA-XXXXX"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"name": "timestamp",
|
| 39 |
+
"description": "ISO 8601 datetime of the simulated session"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"name": "user_profile",
|
| 43 |
+
"description": "Nested object: age, profession, country, personality_type, experience_level, sleep_hours, stress_level, mental_focus, social_energy"
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"name": "environment",
|
| 47 |
+
"description": "Nested object: location_type, noise_level, lighting, temperature, time_of_day, weather"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"name": "system_state",
|
| 51 |
+
"description": "Nested object: CPU/RAM/battery usage, open apps, typing speed (derived), error frequency (derived), multitasking level"
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"name": "human_behavior",
|
| 55 |
+
"description": "Nested object: emotion (28 categories), intensity, facial expression, voice tone, frustration signals, cognitive load, learning state"
|
| 56 |
+
},
|
| 57 |
+
{
|
| 58 |
+
"name": "conversation_context",
|
| 59 |
+
"description": "Nested object: user message, conversation goal, topic, urgency level, communication style"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"name": "ai_system_response",
|
| 63 |
+
"description": "Nested object: assistant response, UI adaptation, notification strategy, music recommendation, focus mode, wellness suggestion"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"name": "long_term_memory",
|
| 67 |
+
"description": "Nested object: historical behavior pattern, previous emotional state, productivity trend, burnout risk, learning progression"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
| 71 |
+
]
|
| 72 |
+
}
|