The dataset viewer is not available for this split.
Error code: FeaturesError
Exception: ParserError
Message: Error tokenizing data. C error: Expected 186 fields in line 86, saw 330
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 244, in compute_first_rows_from_streaming_response
iterable_dataset = iterable_dataset._resolve_features()
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 4408, in _resolve_features
features = _infer_features_from_batch(self.with_format(None)._head())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2679, in _head
return next(iter(self.iter(batch_size=n)))
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2861, in iter
for key, pa_table in ex_iterable.iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2395, in _iter_arrow
yield from self.ex_iterable._iter_arrow()
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/csv/csv.py", line 198, in _generate_tables
for batch_idx, df in enumerate(csv_file_reader):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/readers.py", line 1843, in __next__
return self.get_chunk()
~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/readers.py", line 1985, in get_chunk
return self.read(nrows=size)
~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/readers.py", line 1923, in read
) = self._engine.read( # type: ignore[attr-defined]
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nrows
^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/pandas/io/parsers/c_parser_wrapper.py", line 234, in read
chunks = self._reader.read_low_memory(nrows)
File "pandas/_libs/parsers.pyx", line 850, in pandas._libs.parsers.TextReader.read_low_memory
File "pandas/_libs/parsers.pyx", line 905, in pandas._libs.parsers.TextReader._read_rows
File "pandas/_libs/parsers.pyx", line 874, in pandas._libs.parsers.TextReader._tokenize_rows
File "pandas/_libs/parsers.pyx", line 891, in pandas._libs.parsers.TextReader._check_tokenize_status
File "pandas/_libs/parsers.pyx", line 2061, in pandas._libs.parsers.raise_parser_error
pandas.errors.ParserError: Error tokenizing data. C error: Expected 186 fields in line 86, saw 330Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
The Capturing and Logging Ecological Virtual Experiences and Reality (CLEVER) — Job Simulator Dataset
This repository consists of data from 95 participants playing the SteamVR game "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.
Features
- Pose and interaction 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.
- Fidelity-based Presence Scale (FPS) and Simulator Sickness Questionnaire (SSQ) responses in consolidated Excel sheets and individual CSV files
- MP4 recording of each session
- Project_Properties CSV capturing metadata about the recording session
- PID Information Excel Sheet with PID, date and time of data collection, gender, device order, and session quality notes
- Background Survey Responses with PID, gender, age, hand dominance, frequency of playing video games, skill level in video games, frequency of experiencing virtual reality, and skill level in virtual reality experiences
- PID-Specific Notes [Coming Soon]
File Hierarchy
<PID>/ # 5-digit unique participant identifier, e.g. 10340
├── JobSimulator_<PID>__1/
│ ├── Poses/
│ │ └── Poses_and_Interactions_<Timestamp>.csv # active device count; HMD + controller position (x,y,z),
│ │ # rotation (x,y,z,w), linear velocity (x,y,z),
│ │ # angular velocity (x,y,z); interaction count per timestamp
│ ├── Questionnaires/
│ │ ├── <Timestamp>_Fidelity-based Presence Scale.csv # 2 rows (pre/post administration)
│ │ └── <Timestamp>_Simulator Sickness Questionnaire.csv # 2 rows (pre/post administration)
│ ├── Videos/
│ │ ├── <Timestamp>_muted.mp4 # session recording
│ │ └── transcript/
│ │ ├── <Timestamp>_corrected.json
│ │ └── <Timestamp>_corrected.srt
│ └── Project_Properties_<Timestamp>.csv # session-level recording metadata
│
├── JobSimulator_<PID>__2/
├── JobSimulator_<PID>__3/
├── JobSimulator_<PID>__4/
└── JobSimulator_<PID>__5/
Citation
If you use this dataset, please cite:
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 arXiv:2608.13715, [2026].
@misc{wang_2026_clever_jobsimulator,
title={The Capturing and Logging Ecological Virtual Experiences and Reality (CLEVER) - Job Simulator Dataset},
author={Qidi J. Wang and Xiaozheng Wang and Akhilesh M. Anand and Veera V. Pala and Rohan V. Penmetsa and Ryan P. McMahan},
year={2026},
eprint={2608.13715},
archivePrefix={arXiv},
primaryClass={cs.HC},
url={https://arxiv.org/abs/2608.13715},
}
- Downloads last month
- 14,449