Add metadata, paper link, and GitHub repository

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +31 -9
README.md CHANGED
@@ -1,32 +1,54 @@
 
 
 
 
 
 
 
1
  # MUSON: A Reasoning-oriented Multimodal Dataset for Socially Compliant Navigation
2
 
 
 
3
  ## Overview
4
 
5
- MUSON is a reasoning-oriented multimodal dataset designed for short-horizon socially compliant navigation in urban environments.
6
 
7
  ## Dataset Structure
8
 
9
- - MUSON_images/: RGB images
10
- - MUSON_Annotations.json: Structured 5-step reasoning annotations
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  Each annotation contains:
13
- - perception
14
- - prediction
15
- - reasoning
16
- - action
17
- - explanation
18
 
19
  ## Citation
20
 
21
  If you use this dataset, please cite:
22
 
 
23
  @article{liu2025muson,
24
  title={MUSON: A Reasoning-oriented Multimodal Dataset for Socially Compliant Navigation in Urban Environments},
25
  author={Liu, Zhuonan and Zhang, Xinyu and Wang, Zishuo and Kawabata, Tomohito and Xiao, Xuesu and Xiao, Ling},
26
  journal={arXiv preprint arXiv:2512.22867},
27
  year={2025}
28
  }
 
29
 
30
  ## License
31
 
32
- Research use only.
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ - image-text-to-text
5
+ license: other
6
+ ---
7
+
8
  # MUSON: A Reasoning-oriented Multimodal Dataset for Socially Compliant Navigation
9
 
10
+ [Paper](https://huggingface.co/papers/2512.22867) | [GitHub](https://github.com/MUSON-dataset/MUSON)
11
+
12
  ## Overview
13
 
14
+ MUSON is a reasoning-oriented multimodal dataset designed for short-horizon socially compliant navigation in urban environments. It contains 10,110 egocentric samples collected across diverse indoor and outdoor social scenes.
15
 
16
  ## Dataset Structure
17
 
18
+ After downloading and extracting the dataset package, the dataset is organized as follows:
19
+
20
+ ```text
21
+ MUSON/
22
+ ├── MUSON_images/
23
+ │ ├── 000001.jpg
24
+ │ ├── 000002.jpg
25
+ │ └── ...
26
+ └── MUSON_Annotations.json
27
+ ```
28
+
29
+ - `MUSON_images/`: RGB images
30
+ - `MUSON_Annotations.json`: Structured 5-step reasoning annotations
31
 
32
  Each annotation contains:
33
+ - **perception**: Static physical constraints and pedestrian visual attributes.
34
+ - **prediction**: Anticipated pedestrian movements.
35
+ - **reasoning**: Social norm compliance assessment.
36
+ - **action**: Standardized action output chosen from a six-action decision space.
37
+ - **explanation**: Natural language justification for the decision.
38
 
39
  ## Citation
40
 
41
  If you use this dataset, please cite:
42
 
43
+ ```bibtex
44
  @article{liu2025muson,
45
  title={MUSON: A Reasoning-oriented Multimodal Dataset for Socially Compliant Navigation in Urban Environments},
46
  author={Liu, Zhuonan and Zhang, Xinyu and Wang, Zishuo and Kawabata, Tomohito and Xiao, Xuesu and Xiao, Ling},
47
  journal={arXiv preprint arXiv:2512.22867},
48
  year={2025}
49
  }
50
+ ```
51
 
52
  ## License
53
 
54
+ Research use only.