Release EgoAffect-23k dataset
#2
by Laizhengqin - opened
- .gitattributes +2 -0
- EgoAffect-CoT-18k.jsonl +3 -0
- EgoAffect-RL-5k.jsonl +3 -0
- README.md +20 -1
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
EgoAffect-CoT-18k.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
EgoAffect-RL-5k.jsonl filter=lfs diff=lfs merge=lfs -text
|
EgoAffect-CoT-18k.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e950ec18093063c63b5c9a4f5793d707fa5ee2a75e5fb484b69bb607d96e50c
|
| 3 |
+
size 103065565
|
EgoAffect-RL-5k.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a88fdbb9b5c4b39083e908b9c9aa9d85c6fcb1abbea2cdcffbd649e7df99551
|
| 3 |
+
size 25887232
|
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- visual-question-answering
|
| 5 |
+
- video-classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
pretty_name: EgoAffect-23k
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# EgoAffect-23k
|
| 14 |
+
|
| 15 |
+
This dataset release contains the training data used by EgoAffect-R1 for egocentric embodied emotional reasoning:
|
| 16 |
+
|
| 17 |
+
- `EgoAffect-CoT-18k.jsonl`: structured chain-of-thought supervision data.
|
| 18 |
+
- `EgoAffect-RL-5k.jsonl`: verifiable reinforcement-learning data filtered from medium-difficulty examples.
|
| 19 |
+
|
| 20 |
+
Each JSONL row contains the MCQ prompt, candidate options, answer metadata, question type, emotional tone, and structured reasoning fields used by the EgoAffect-R1 training pipeline.
|
| 21 |
+
|
| 22 |
+
Code: https://github.com/ql-release/EgoAffect-R1
|