Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-to-image
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- scientific
|
9 |
+
- science
|
10 |
+
- text-to-image
|
11 |
+
- text-to-code
|
12 |
+
pretty_name: ScImage
|
13 |
+
size_categories:
|
14 |
+
- 1K<n<10K
|
15 |
---
|
16 |
+
|
17 |
+
The prompt for ICLR2025 paper
|
18 |
+
|
19 |
+
[**ScImage: HOW GOOD ARE MULTIMODAL LARGE LANGUAGE MODELS AT SCIENTIFIC TEXT-TO-IMAGE GENERATION?**](https://arxiv.org/pdf/2412.02368)
|
20 |
+
|
21 |
+
The prompt template and the object list will be added soon.
|
22 |
+
|
23 |
+
```
|
24 |
+
@inproceedings{
|
25 |
+
scimage2025,
|
26 |
+
title={ScImage: How Good Are Multimodal Large Language Models at Scientific Text-to-Image Generation?},
|
27 |
+
author={Zhang, Leixin and Cheng, Yinjie and Zhai, Weihe and Eger, Steffen and Belouadi, Jonas and Moafian, Fahimeh and Zhao, Zhixue},
|
28 |
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
29 |
+
year={2025},
|
30 |
+
url={https://openreview.net/pdf?id=ugyqNEOjoU}
|
31 |
+
}
|
32 |
+
```
|