wcy commited on
Commit
5695ac3
Β·
1 Parent(s): 992d048
Files changed (1) hide show
  1. README.md +20 -2
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
+