Datasets:
Tasks:
Text Classification
Modalities:
Image
Formats:
imagefolder
Sub-tasks:
fact-checking
Languages:
English
Size:
1K - 10K
ArXiv:
License:
wcy commited on
Commit Β·
5695ac3
1
Parent(s): 992d048
modify
Browse files
README.md
CHANGED
|
@@ -19,10 +19,11 @@ task_ids:
|
|
| 19 |
|
| 20 |
<p align="center">
|
| 21 |
<a href="https://github.com/QDRhhhh/SciVer">π Github</a> β’
|
| 22 |
-
<a href="">π Paper</a> β’
|
| 23 |
<a href="https://huggingface.co/datasets/chengyewang/SciVer">π€ Data</a>
|
| 24 |
</p>
|
| 25 |
|
|
|
|
| 26 |
## π° News
|
| 27 |
- [May 15, 2025] SciVer has been accepted by ACL 2025 Main!
|
| 28 |
|
|
@@ -136,4 +137,21 @@ We welcome contributions for:
|
|
| 136 |
|
| 137 |
- 𧬠Domain extension (e.g., biology, medicine)
|
| 138 |
- π§ Additional model adapters
|
| 139 |
-
- π New evaluation metrics and visualization tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
<p align="center">
|
| 21 |
<a href="https://github.com/QDRhhhh/SciVer">π Github</a> β’
|
| 22 |
+
<a href="https://arxiv.org/abs/2506.15569">π Paper</a> β’
|
| 23 |
<a href="https://huggingface.co/datasets/chengyewang/SciVer">π€ Data</a>
|
| 24 |
</p>
|
| 25 |
|
| 26 |
+
|
| 27 |
## π° News
|
| 28 |
- [May 15, 2025] SciVer has been accepted by ACL 2025 Main!
|
| 29 |
|
|
|
|
| 137 |
|
| 138 |
- 𧬠Domain extension (e.g., biology, medicine)
|
| 139 |
- π§ Additional model adapters
|
| 140 |
+
- π New evaluation metrics and visualization tools
|
| 141 |
+
|
| 142 |
+
## βοΈ Citation
|
| 143 |
+
|
| 144 |
+
If you use our work and are inspired by our work, please consider cite us:
|
| 145 |
+
|
| 146 |
+
```
|
| 147 |
+
@misc{wang2025sciver,
|
| 148 |
+
title={SciVer: Evaluating Foundation Models for Multimodal Scientific Claim Verification},
|
| 149 |
+
author={Chengye Wang and Yifei Shen and Zexi Kuang and Arman Cohan and Yilun Zhao},
|
| 150 |
+
year={2025},
|
| 151 |
+
eprint={2506.15569},
|
| 152 |
+
archivePrefix={arXiv},
|
| 153 |
+
primaryClass={cs.CL},
|
| 154 |
+
url={https://arxiv.org/abs/2506.15569},
|
| 155 |
+
}
|
| 156 |
+
```
|
| 157 |
+
|