SimVer-ano commited on
Commit
e6be785
·
verified ·
1 Parent(s): 663fd25

Update README to new owner SimVer-ano

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -62,7 +62,7 @@ Total: **2,486** levels across 5 tasks.
62
  from datasets import load_dataset
63
 
64
  # Load one task config
65
- ds = load_dataset("Sayaka123/simverse2026", "lamp")
66
  example = ds["test"][0]
67
 
68
  # Each example is fully self-contained:
@@ -72,7 +72,7 @@ print(example["answer"]) # gold answer in the locked schema
72
  print(example["images_relative_to_config"]) # paths to media (relative to this config dir)
73
  ```
74
 
75
- The `prompt` field contains the **exact text** the original benchmark presented to models — see [`docs/PROMPT_SKELETON.md`](https://github.com/Sayaka123/simverse2026/blob/main/docs/PROMPT_SKELETON.md) for the canonical 5-section system + 9-section user structure shared by all five tasks.
76
 
77
  ## Output contract (all five tasks)
78
 
@@ -120,9 +120,9 @@ Each record carries the **complete** prompt the benchmark submits to the model.
120
  2. Attach the referenced media (image/video) using either `images_relative_to_config` or the task-native field.
121
  3. Submit to your model with whatever multimodal protocol it accepts.
122
  4. Extract the line starting with `FINAL_JSON:` from the reply, parse it as JSON.
123
- 5. Compare against `answer` (or invoke the per-task validator from the [SimVerse repo](https://github.com/Sayaka123/simverse2026)).
124
 
125
- The accompanying code at <https://github.com/Sayaka123/simverse2026> includes the parser, validator, and runner for every config.
126
 
127
  ## Per-config details
128
 
@@ -164,7 +164,7 @@ Reviewers can validate the Croissant file via <https://croissant.dev/validate>.
164
  title = {SimVerse: A Multi-Task Benchmark for Multimodal Reasoning on Interactive Simulation Puzzles},
165
  author = {<authors>},
166
  year = {2026},
167
- url = {https://huggingface.co/datasets/Sayaka123/simverse2026}
168
  }
169
  ```
170
 
 
62
  from datasets import load_dataset
63
 
64
  # Load one task config
65
+ ds = load_dataset("SimVer-ano/simverse2026", "lamp")
66
  example = ds["test"][0]
67
 
68
  # Each example is fully self-contained:
 
72
  print(example["images_relative_to_config"]) # paths to media (relative to this config dir)
73
  ```
74
 
75
+ The `prompt` field contains the **exact text** the original benchmark presented to models — see [`docs/PROMPT_SKELETON.md`](https://github.com/SimVer-ano/simverse2026/blob/main/docs/PROMPT_SKELETON.md) for the canonical 5-section system + 9-section user structure shared by all five tasks.
76
 
77
  ## Output contract (all five tasks)
78
 
 
120
  2. Attach the referenced media (image/video) using either `images_relative_to_config` or the task-native field.
121
  3. Submit to your model with whatever multimodal protocol it accepts.
122
  4. Extract the line starting with `FINAL_JSON:` from the reply, parse it as JSON.
123
+ 5. Compare against `answer` (or invoke the per-task validator from the [SimVerse repo](https://github.com/SimVer-ano/simverse2026)).
124
 
125
+ The accompanying code at <https://github.com/SimVer-ano/simverse2026> includes the parser, validator, and runner for every config.
126
 
127
  ## Per-config details
128
 
 
164
  title = {SimVerse: A Multi-Task Benchmark for Multimodal Reasoning on Interactive Simulation Puzzles},
165
  author = {<authors>},
166
  year = {2026},
167
+ url = {https://huggingface.co/datasets/SimVer-ano/simverse2026}
168
  }
169
  ```
170