Add task categories and metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
 
 
 
 
 
5
  dataset_info:
6
  config_name: OpenMolIns-xlarge
7
  size: 1200000
@@ -9,6 +14,8 @@ dataset_info:
9
 
10
  # OpenMolIns Instruction Tuning Dataset (XLarge)
11
 
 
 
12
  Instruction tuning dataset for **Open-domain Natural Language-Driven Molecule Generation**, aligned with [S²-Bench (TOMG)](https://phenixace.github.io/tomgbench/).
13
 
14
  This is the **xlarge** variant with **1,200,000** instruction–molecule pairs.
@@ -68,7 +75,7 @@ If you use this dataset, please cite:
68
  @article{li2024speak,
69
  title={Speak-to-Structure: Evaluating LLMs in Open-domain Natural Language-Driven Molecule Generation},
70
  author={Li, Jiatong and Li, Junxian and Liu, Yunqing and Zheng, Changmeng and Wei, Xiaoyong and Zhou, Dongzhan and Li, Qing},
71
- journal={arXiv preprint arXiv:2412.14642v3},
72
  year={2024}
73
  }
74
  ```
@@ -77,4 +84,4 @@ If you use this dataset, please cite:
77
 
78
  - [S²-Bench / TOMG Benchmark](https://phenixace.github.io/tomgbench/)
79
  - [S2-TOMG-Bench GitHub](https://github.com/phenixace/S2-TOMG-Bench)
80
- - [S²-Bench Dataset on Hugging Face](https://huggingface.co/datasets/phenixace/S2-TOMG-Bench)
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - text-generation
7
+ tags:
8
+ - chemistry
9
+ - molecule-generation
10
  dataset_info:
11
  config_name: OpenMolIns-xlarge
12
  size: 1200000
 
14
 
15
  # OpenMolIns Instruction Tuning Dataset (XLarge)
16
 
17
+ [[Paper](https://huggingface.co/papers/2412.14642)] [[Project Page](https://phenixace.github.io/tomgbench/)] [[GitHub](https://github.com/phenixace/S2-TOMG-Bench)]
18
+
19
  Instruction tuning dataset for **Open-domain Natural Language-Driven Molecule Generation**, aligned with [S²-Bench (TOMG)](https://phenixace.github.io/tomgbench/).
20
 
21
  This is the **xlarge** variant with **1,200,000** instruction–molecule pairs.
 
75
  @article{li2024speak,
76
  title={Speak-to-Structure: Evaluating LLMs in Open-domain Natural Language-Driven Molecule Generation},
77
  author={Li, Jiatong and Li, Junxian and Liu, Yunqing and Zheng, Changmeng and Wei, Xiaoyong and Zhou, Dongzhan and Li, Qing},
78
+ journal={arXiv preprint arXiv:2412.14642},
79
  year={2024}
80
  }
81
  ```
 
84
 
85
  - [S²-Bench / TOMG Benchmark](https://phenixace.github.io/tomgbench/)
86
  - [S2-TOMG-Bench GitHub](https://github.com/phenixace/S2-TOMG-Bench)
87
+ - [S²-Bench Dataset on Hugging Face](https://huggingface.co/datasets/phenixace/S2-TOMG-Bench)