Add citation info and minimal metadata
Browse filesAdding the bibtex will also link this to your paper here: https://huggingface.co/papers/2501.13042
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# MMSci_Table
|
2 |
|
3 |
|
@@ -94,7 +98,15 @@ The datasets were created through a rigorous process:
|
|
94 |
## Citation
|
95 |
|
96 |
If you found this repository or paper is helpful to you, please cite our paper.
|
97 |
-
```
|
98 |
|
99 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
}
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
# MMSci_Table
|
6 |
|
7 |
|
|
|
98 |
## Citation
|
99 |
|
100 |
If you found this repository or paper is helpful to you, please cite our paper.
|
|
|
101 |
|
102 |
+
```bibtex
|
103 |
+
@misc{yang2025doestablesourcematter,
|
104 |
+
title={Does Table Source Matter? Benchmarking and Improving Multimodal Scientific Table Understanding and Reasoning},
|
105 |
+
author={Bohao Yang and Yingji Zhang and Dong Liu and André Freitas and Chenghua Lin},
|
106 |
+
year={2025},
|
107 |
+
eprint={2501.13042},
|
108 |
+
archivePrefix={arXiv},
|
109 |
+
primaryClass={cs.CL},
|
110 |
+
url={https://arxiv.org/abs/2501.13042},
|
111 |
}
|
112 |
+
```
|