Add video-text-to-text task category, MIT license, and link VG-GUI-Bench paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -74,6 +74,9 @@ configs:
74
  path: data/test-*
75
  - split: test_unseen_os
76
  path: data/test_unseen_os-*
 
 
 
77
  ---
78
 
79
  [Paper](https://arxiv.org/abs/2505.12632) |
@@ -88,6 +91,8 @@ _MONDAY_ (Mobile OS Navigation Task Dataset for Agents from YouTube) is a cross-
88
  - **333K** detected scenes, each representing a temporally segmented step within a mobile navigation task.
89
  - **313K** identified actions, including touch, scroll, hardware, typing, long press, multi touch and zoom.
90
 
 
 
91
  Please visit our [project page](https://monday-dataset.github.io/) for more details.
92
 
93
  ## Data Fields
@@ -159,4 +164,11 @@ Please visit our [project page](https://monday-dataset.github.io/) for more deta
159
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
160
  year={2025}
161
  }
162
- ````
 
 
 
 
 
 
 
 
74
  path: data/test-*
75
  - split: test_unseen_os
76
  path: data/test_unseen_os-*
77
+ task_categories:
78
+ - video-text-to-text
79
+ license: mit
80
  ---
81
 
82
  [Paper](https://arxiv.org/abs/2505.12632) |
 
91
  - **333K** detected scenes, each representing a temporally segmented step within a mobile navigation task.
92
  - **313K** identified actions, including touch, scroll, hardware, typing, long press, multi touch and zoom.
93
 
94
+ MONDAY is also used to construct **VG-GUI-Bench** in the ECCV 2026 paper [Bridging VideoQA and Video-Guided Agentic Tasks via Generalized Keyframe Extraction](https://huggingface.co/papers/2606.29445) ([Code](https://github.com/VG-GUI-TASKER/VG-GUI-TASKER)).
95
+
96
  Please visit our [project page](https://monday-dataset.github.io/) for more details.
97
 
98
  ## Data Fields
 
164
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
165
  year={2025}
166
  }
167
+
168
+ @inproceedings{fan2026bridging,
169
+ title = {Bridging VideoQA and Video-Guided Agentic Tasks via Generalized Keyframe Extraction},
170
+ author = {Fan, Sunqi and Liu, Qingle and Yin, Runqi and Guo, Meng-Hao and Yang, Shuojin},
171
+ booktitle = {European Conference on Computer Vision (ECCV)},
172
+ year = {2026}
173
+ }
174
+ ```