Initial README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# The Capturing and Logging Ecological Virtual Experiences and Reality (CLEVER) — Job Simulator Dataset
|
| 6 |
+
|
| 7 |
+
This repository consists of data from 95 participants playing the SteamVR game "[Job Simulator](https://store.steampowered.com/app/448280/Job_Simulator/)". We collected data using two VR systems: a Meta Quest 3S and a VIVE XR Elite. Each participant experienced 5 sessions in which they played through the first three tasks in Office Worker, responded to the Fidelity-based Presence Scale and Simulator Sickness Questionnaire, played through the first three tasks in Store Clerk, and then completed the same two questionnaires.
|
| 8 |
+
|
| 9 |
+
## Features
|
| 10 |
+
|
| 11 |
+
- **Pose and interaction tracking** — a timestamped CSV with the number of active devices, 3D position (x, y, z), quaternion rotation (x, y, z, w), linear velocity (x, y, z), and angular velocity (x, y, z) for the HMD and both controllers, along with the number of interactions.
|
| 12 |
+
- **Questionnaire data** — Fidelity-based Presence Scale (FPS) and Simulator Sickness Questionnaire (SSQ) responses, each administered twice per session.
|
| 13 |
+
- **Session video recording** — an MP4 recording of each session.
|
| 14 |
+
- **Session metadata** — a `Project_Properties` CSV capturing metadata about the recording session.
|
| 15 |
+
|
| 16 |
+
## File Hierarchy
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
<PID>/ # 5-digit unique participant identifier, e.g. 10340
|
| 20 |
+
├── JobSimulator_<PID>__1/
|
| 21 |
+
│ ├── Poses/
|
| 22 |
+
│ │ └── Poses_and_Interactions_<Timestamp>.csv # active device count; HMD + controller position (x,y,z),
|
| 23 |
+
│ │ # rotation (x,y,z,w), linear velocity (x,y,z),
|
| 24 |
+
│ │ # angular velocity (x,y,z); interaction count per timestamp
|
| 25 |
+
│ ├── Questionnaires/
|
| 26 |
+
│ │ ├── <Timestamp>_Fidelity-based Presence Scale.csv # 2 rows (pre/post administration)
|
| 27 |
+
│ │ └── <Timestamp>_Simulator Sickness Questionnaire.csv # 2 rows (pre/post administration)
|
| 28 |
+
│ ├── Videos/
|
| 29 |
+
│ │ ├── <Timestamp>_muted.mp4 # session recording
|
| 30 |
+
│ │ └── transcript/
|
| 31 |
+
│ │ ├── <Timestamp>_corrected.json
|
| 32 |
+
│ │ └── <Timestamp>_corrected.srt
|
| 33 |
+
│ └── Project_Properties_<Timestamp>.csv # session-level recording metadata
|
| 34 |
+
│
|
| 35 |
+
├── JobSimulator_<PID>__2/
|
| 36 |
+
├── JobSimulator_<PID>__3/
|
| 37 |
+
├── JobSimulator_<PID>__4/
|
| 38 |
+
└── JobSimulator_<PID>__5/
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
If you use this dataset, please cite:
|
| 44 |
+
|
| 45 |
+
> Qidi J. Wang, Xiaozheng Wang, Akhilesh M. Anand, Veera V. Pala, Rohan V. Penmetsa, and Ryan P. McMahan, "The Capturing and Logging Ecological Virtual Experiences and Reality (CLEVER) — Job Simulator Dataset," *arXiv preprint*, [2026]. Available at: [arXiv link coming soon]
|