physics-r1-anonymous commited on
Commit
448605f
·
verified ·
1 Parent(s): 8602ed7

Add README with license + schema metadata

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ - et
6
+ task_categories:
7
+ - visual-question-answering
8
+ - question-answering
9
+ tags:
10
+ - physics
11
+ - olympiad
12
+ - multimodal
13
+ - evaluation
14
+ - audited
15
+ - novel-source
16
+ size_categories:
17
+ - n<1K
18
+ configs:
19
+ - config_name: default
20
+ data_files: eval_olympiad_v2.jsonl
21
+ ---
22
+
23
+ # eval_olympiad_v2
24
+
25
+ A 500-problem 99.8%-novel-source open-ended physics olympiad evaluation set, two-stage audited (5-gram Jaccard ≥ 0.4, mxbai-embed-large cosine ≥ 0.85) against PhyX, MMMU-Pro Physics, OlympiadBench-Physics, and UGPhysics-Train.
26
+
27
+ ## Sources
28
+ - **Estonian Physics Olympiad** — with native 1–10 organizer-issued difficulty labels and 201 EN/ET bilingual subset
29
+ - **Kevin Zhou's olympiad handouts** — with native 1–5 point values
30
+ - Seven international olympiad scrapes (USAPhO, IPhO, APhO, EuPhO, OPhO, PUPC, PhysicsBowl)
31
+
32
+ ## Schema (per record)
33
+ - `messages`: list of `{role, content}` (chat-format problem statement; may include `<image>` tags)
34
+ - `solution`: gold solution / final answer (string; may include LaTeX)
35
+ - `source`: canonical source identifier (e.g., `estonian-2007-lahg-07`)
36
+ - `metadata`: dict with `competition`, `year`, `round`, `problem_number`, `difficulty_native` (Estonian), `language`, `image_paths`
37
+
38
+ ## License
39
+ **CC BY-NC 4.0** — non-commercial; attribution required. Olympiad source materials are typically released by their organizers under non-commercial / educational-use terms; this redistribution honors those constraints. Cite the original olympiad organizers in addition to this dataset.
40
+
41
+ ## Citation
42
+ Anonymous NeurIPS 2026 Datasets and Benchmarks Track submission.