Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -47,8 +47,8 @@ Lemonade
|
|
47 |
**Answers** : A list of possible answers to the question. This can be a multiple-choice set or open-ended responses. </br>
|
48 |
**Correct Answer** : The answer that is deemed correct from the list of provided answers. </br>
|
49 |
**Clip** : A reference to the video clip related to the question. </br>
|
50 |
-
**Start** : The timestamp (in
|
51 |
-
**End** : The timestamp (in
|
52 |
**Category** : The broad topic under which the question falls (Behavior understanding, Long-term understanding or Motion and Biomechanics) </br>
|
53 |
**Subcategory** : A more refined classification within the category (Perception, Reasoning, Summarization, Session properties, Physical attributes, Kinematics) </br>
|
54 |
**Difficulty** : The complexity level of the question (e.g., Easy, Medium, Hard)
|
@@ -66,7 +66,14 @@ The evaluation of the benchmark can be done through the following github reposit
|
|
66 |
|
67 |
|
68 |
## 🌟 Citations
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
## ❤️ Acknowledgments
|
72 |
We thank Andy Bonnetto for the design of the dataset and Matea Tashkovska for the adaptation of the evaluation platform. </br>
|
|
|
47 |
**Answers** : A list of possible answers to the question. This can be a multiple-choice set or open-ended responses. </br>
|
48 |
**Correct Answer** : The answer that is deemed correct from the list of provided answers. </br>
|
49 |
**Clip** : A reference to the video clip related to the question. </br>
|
50 |
+
**Start** : The timestamp (in frames) in the clip where the question context begins. </br>
|
51 |
+
**End** : The timestamp (in frames) in the clip where the question context ends. </br>
|
52 |
**Category** : The broad topic under which the question falls (Behavior understanding, Long-term understanding or Motion and Biomechanics) </br>
|
53 |
**Subcategory** : A more refined classification within the category (Perception, Reasoning, Summarization, Session properties, Physical attributes, Kinematics) </br>
|
54 |
**Difficulty** : The complexity level of the question (e.g., Easy, Medium, Hard)
|
|
|
66 |
|
67 |
|
68 |
## 🌟 Citations
|
69 |
+
```
|
70 |
+
@article{bonnetto2025epflsmartkitchen,
|
71 |
+
title={EPFL-Smart-Kitchen-30: Densely annotated cooking dataset with 3D kinematics to challenge video and language models},
|
72 |
+
author = {Andy Bonnetto and Haozhe Qi and Franklin Leong and Matea Tashkovska and Mahdi Rad and Solaiman Shokur and Friedhelm Hummel and Silvestro Micera and Marc Pollefeys and Alexander Mathis}
|
73 |
+
journal={},
|
74 |
+
year={2025}
|
75 |
+
}
|
76 |
+
```
|
77 |
|
78 |
## ❤️ Acknowledgments
|
79 |
We thank Andy Bonnetto for the design of the dataset and Matea Tashkovska for the adaptation of the evaluation platform. </br>
|