File size: 2,774 Bytes
39bf330
 
 
 
 
 
 
 
 
 
 
 
 
6a71bcd
 
fd56f1d
 
 
 
 
 
 
 
 
 
 
 
6a71bcd
2f32523
 
6a71bcd
2f32523
6a71bcd
2f32523
 
 
 
 
 
 
6a71bcd
2f32523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: apache-2.0
language:
- en
- zh
tags:
- omni
- vlm
- llm
- reasoning
- benchmark
size_categories:
- 1K<n<10K
---

<div align="center">
<br>
<h1>FysicsReason: Benchmarking Verifiable World-State Reasoning Across Omni-Modalities</h1>

<a href="https://github.com/Fysics-AI/FysicsReason">🏠 Project Page</a>
&nbsp;&nbsp;
<a href="PAPER_LINK">📖 Paper</a>
&nbsp;&nbsp;
<a href="https://huggingface.co/datasets/Fysics-AI/FysicsReason">🤗 Dataset</a>
&nbsp;&nbsp;

</div>

## Dataset Overview
FysicsReason is a five-task omni-modal benchmark designed to evaluate physical reasoning across images, audio, video, and text. The benchmark contains five complementary tasks that cover visual understanding, audio-visual grounding, temporal reasoning, physical property comparison, and quantitative physical inference. Each task is provided as a separate Parquet file under `task{1..5}/`, together with its associated media files.

## Task Composition

| Task  | Samples | Input                                              | Prediction Target                        |
| ----- | ------: | -------------------------------------------------- | ---------------------------------------- |
| task1 |     562 | Image and text question                            | Target quantity and final answer         |
| task2 |     779 | Image, scene audio, and text question              | Object bounding box and answer option    |
| task3 |     250 | Video and multiple-choice text question            | Evidence interval and answer option      |
| task4 |     350 | Two object images, object audio, and text question | Property, materials, and selected object |
| task5 |     387 | Video and text question                            | Physical property and numerical answer   |

## Data Organization

Media paths stored in the Parquet files are relative to the dataset root. For example:
`data/task2/media/...`
When loading the dataset locally, these paths should therefore be resolved relative to the directory containing the `data/` folder. Each task directory contains its corresponding annotation file and linked media resources, allowing the benchmark to be used directly for task-specific or unified omni-modal evaluation.

## Sample Identification
The `index` field serves as the stable, zero-based row identifier within each task. For evaluation and result submission, a sample can be uniquely identified using the combination of:
- `task_source`
- `index`
This convention provides a consistent mapping between dataset samples and inference outputs.

## Evaluation
Inference results produced on FysicsReason can be evaluated using the official workflow provided in the FysicsReason repository.
[FysicsReason Evaluation Repository](https://github.com/Fysics-AI/FysicsReason)