Add task categories to YAML metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
configs:
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: test
|
| 6 |
path: physcibench.json
|
| 7 |
-
license: other
|
| 8 |
license_name: physcibench-academic-restricted
|
| 9 |
license_link: https://github.com/yigengjiang/physci-deepresearch/blob/main/DATA_LICENSE.md
|
| 10 |
-
language:
|
| 11 |
-
- en
|
| 12 |
tags:
|
| 13 |
- physics
|
| 14 |
- chemistry
|
|
@@ -16,9 +19,9 @@ tags:
|
|
| 16 |
- scientific-reasoning
|
| 17 |
- multimodal
|
| 18 |
- benchmark
|
| 19 |
-
|
| 20 |
-
-
|
| 21 |
-
|
| 22 |
---
|
| 23 |
|
| 24 |
# PhySciBench
|
|
@@ -88,8 +91,8 @@ If you find our work helpful for your research, please consider citing our work.
|
|
| 88 |
```bibtex
|
| 89 |
@article{jiang2026physcidr,
|
| 90 |
title = {Deep Research in Physical Sciences: A Multi-Agent Framework and Comprehensive Benchmark},
|
| 91 |
-
author = {Jiang, Yigeng and Yang, Tengchao and Cui, Taoyong and Wan, Jiaxing and Wang, Yuan and Wang, Weida and Liu, Zhiyu and Peng, Chuyi and Luo, Binzhao and Gao, Maoli and Huang, Huaihai and Zeng, Yuqianer and Zheng, Ziyang and Huang, Dongchen and Chen, Chao and Liu, Zichao and Shen, Weiping and Pu, Shuchen and Zhou, Siyu and Ma, Runmin and Hu, Yusong and Chao, Fei and Zhang, Bo and Zheng, Xiawu and Wang, Zifu and Bai, Lei and Cai, Yunqi and Zhang, Shufei},
|
| 92 |
journal = {arXiv preprint arXiv:2606.18648},
|
| 93 |
year = {2026}
|
| 94 |
}
|
| 95 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
pretty_name: PhySciBench
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
data_files:
|
| 11 |
- split: test
|
| 12 |
path: physcibench.json
|
|
|
|
| 13 |
license_name: physcibench-academic-restricted
|
| 14 |
license_link: https://github.com/yigengjiang/physci-deepresearch/blob/main/DATA_LICENSE.md
|
|
|
|
|
|
|
| 15 |
tags:
|
| 16 |
- physics
|
| 17 |
- chemistry
|
|
|
|
| 19 |
- scientific-reasoning
|
| 20 |
- multimodal
|
| 21 |
- benchmark
|
| 22 |
+
task_categories:
|
| 23 |
+
- image-text-to-text
|
| 24 |
+
- question-answering
|
| 25 |
---
|
| 26 |
|
| 27 |
# PhySciBench
|
|
|
|
| 91 |
```bibtex
|
| 92 |
@article{jiang2026physcidr,
|
| 93 |
title = {Deep Research in Physical Sciences: A Multi-Agent Framework and Comprehensive Benchmark},
|
| 94 |
+
author = {Jiang, Yigeng and Yang, Tengchao and Cui, Taoyong and Wan, Jiaxing toys and Wang, Yuan and Wang, Weida and Liu, Zhiyu and Peng, Chuyi and Luo, Binzhao and Gao, Maoli and Huang, Huaihai and Zeng, Yuqianer and Zheng, Ziyang and Huang, Dongchen and Chen, Chao and Liu, Zichao and Shen, Weiping and Pu, Shuchen and Zhou, Siyu and Ma, Runmin and Hu, Yusong and Chao, Fei and Zhang, Bo and Zheng, Xiawu and Wang, Zifu and Bai, Lei and Cai, Yunqi and Zhang, Shufei},
|
| 95 |
journal = {arXiv preprint arXiv:2606.18648},
|
| 96 |
year = {2026}
|
| 97 |
}
|
| 98 |
+
```
|