Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,8 +40,8 @@ dataset_info:
|
|
| 40 |
|
| 41 |
|
| 42 |
<p align="center">
|
| 43 |
-
<a>
|
| 44 |
-
<img src="https://img.shields.io/badge/
|
| 45 |
</a>
|
| 46 |
<a href="https://github.com/open-compass/TextEdit">
|
| 47 |
<img src="https://img.shields.io/badge/GitHub-TextEdit-black?style=flat&logo=github" alt="GitHub Repo">
|
|
@@ -566,4 +566,15 @@ The output includes a JSON report, a CSV table, and a Markdown-formatted leaderb
|
|
| 566 |
<img src="assets/output.jpg" width="100%">
|
| 567 |
|
| 568 |
## Citation
|
| 569 |
-
If you find TextEdit Bench useful, please cite our technical report InternVL-U using this BibTeX.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
<p align="center">
|
| 43 |
+
<a href="https://arxiv.org/abs/2603.09877">
|
| 44 |
+
<img src="https://img.shields.io/badge/ArXiv-2603.09877-b31b1b?logo=arxiv" alt="arXiv">
|
| 45 |
</a>
|
| 46 |
<a href="https://github.com/open-compass/TextEdit">
|
| 47 |
<img src="https://img.shields.io/badge/GitHub-TextEdit-black?style=flat&logo=github" alt="GitHub Repo">
|
|
|
|
| 566 |
<img src="assets/output.jpg" width="100%">
|
| 567 |
|
| 568 |
## Citation
|
| 569 |
+
If you find TextEdit Bench useful, please cite our technical report InternVL-U using this BibTeX.
|
| 570 |
+
```
|
| 571 |
+
@article{tian2026internvlu,
|
| 572 |
+
title={InternVL-U: Democratizing Unified Multimodal Models for Understanding, Reasoning, Generation and Editing},
|
| 573 |
+
author={Changyao Tian and Danni Yang and Guanzhou Chen and Erfei Cui and Zhaokai Wang and Yuchen Duan and Penghao Yin and Sitao Chen and Ganlin Yang and Mingxin Liu and Zirun Zhu and Ziqian Fan and Leyao Gu and Haomin Wang and Qi Wei and Jinhui Yin and Xue Yang and Zhihang Zhong and Qi Qin and Yi Xin and Bin Fu and Yihao Liu and Jiaye Ge and Qipeng Guo and Gen Luo and Hongsheng Li and Yu Qiao and Kai Chen and Hongjie Zhang},
|
| 574 |
+
year={2026},
|
| 575 |
+
eprint={2603.09877},
|
| 576 |
+
archivePrefix={arXiv},
|
| 577 |
+
primaryClass={cs.CV},
|
| 578 |
+
url={https://arxiv.org/abs/2603.09877}
|
| 579 |
+
}
|
| 580 |
+
```
|