zhibei1204 nielsr HF staff commited on
Commit
1caf4fd
·
verified ·
1 Parent(s): 2985c62

Add dataset card, link to paper (#1)

Browse files

- Add dataset card, link to paper (ab6656fa53901ee093419da558bc4a8b06ecea74)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,12 +1,24 @@
 
 
 
 
 
 
 
 
 
 
1
  # PhysReason: A Comprehensive Benchmark towards Physics-Based Reasoning
 
 
 
 
2
  ## Currently we only open PhysReason-mini Benchmark
3
  ## Overview
4
 
5
  PhysReason is a comprehensive physics-based reasoning benchmark consisting of 1,200 physics problems spanning multiple domains, with a focus on both knowledge-based (25%) and reasoning-based (75%) questions.
6
  <div align="center">
7
 
8
- [\[📝Paper\]](https://huggingface.co/papers/2502.12054)
9
-
10
  </div>
11
  ## Key Features
12
 
@@ -30,7 +42,7 @@ PhysReason is a comprehensive physics-based reasoning benchmark consisting of 1,
30
 
31
  - ## Benchmark Comparison
32
 
33
- | Benchmark | Multi-modal | Size | Knowledge | Question Type | Question Avg. T | Step-by-step | Solution Avg. T | Solution Avg. S |
34
  | -------------- | ----------- | ---- | --------- | ------------- | ------ | ------------ | ------ | ------ |
35
  | JEEBench | ❌ | 123 | CEE | OE,MC | 169.7 | - | - | - |
36
  | MMLU-Pro | ❌ | 1299 | COL | MC | 52.1 | - | - | - |
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ license: mit
5
+ language:
6
+ - en
7
+ tags:
8
+ - physics
9
+ ---
10
+
11
  # PhysReason: A Comprehensive Benchmark towards Physics-Based Reasoning
12
+
13
+ [\[Project Page]](https://dxzxy12138.github.io/PhysReason)
14
+ [\[📝Paper\]](https://huggingface.co/papers/2502.12054)
15
+
16
  ## Currently we only open PhysReason-mini Benchmark
17
  ## Overview
18
 
19
  PhysReason is a comprehensive physics-based reasoning benchmark consisting of 1,200 physics problems spanning multiple domains, with a focus on both knowledge-based (25%) and reasoning-based (75%) questions.
20
  <div align="center">
21
 
 
 
22
  </div>
23
  ## Key Features
24
 
 
42
 
43
  - ## Benchmark Comparison
44
 
45
+ | Benchmark | Multi-modal | Size | Knowledge | Question Type | Avg. T | Step-by-step | Avg. T | Avg. S |
46
  | -------------- | ----------- | ---- | --------- | ------------- | ------ | ------------ | ------ | ------ |
47
  | JEEBench | ❌ | 123 | CEE | OE,MC | 169.7 | - | - | - |
48
  | MMLU-Pro | ❌ | 1299 | COL | MC | 52.1 | - | - | - |