mtybilly commited on
Commit
1d533f8
·
verified ·
1 Parent(s): 4106286

docs: add GitHub repo link + citation (public release)

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -49,6 +49,12 @@ domain-adaptive pretraining (DAPT).
49
  > Designing host-guest systems is slow (days of dry-lab verification per pair);
50
  > SupraBench probes whether LLMs can reason about these systems directly.
51
 
 
 
 
 
 
 
52
  ## The dataset family
53
 
54
  | Dataset | Task | Description |
@@ -137,4 +143,15 @@ articles subject to each article's individual license; molecular structures use
137
  [PubChem](https://pubchem.ncbi.nlm.nih.gov/) and
138
  [OPSIN](https://github.com/dan2097/opsin).
139
 
 
 
140
  If you use SupraBench, please cite the paper and the upstream data sources.
 
 
 
 
 
 
 
 
 
 
49
  > Designing host-guest systems is slow (days of dry-lab verification per pair);
50
  > SupraBench probes whether LLMs can reason about these systems directly.
51
 
52
+ ## Links
53
+
54
+ - 📄 **Paper:** arXiv link coming soon
55
+ - 💻 **Code:** https://github.com/Tianyi-Billy-Ma/SupraBench
56
+ - 🤗 **All datasets:** https://huggingface.co/SupraBench
57
+
58
  ## The dataset family
59
 
60
  | Dataset | Task | Description |
 
143
  [PubChem](https://pubchem.ncbi.nlm.nih.gov/) and
144
  [OPSIN](https://github.com/dan2097/opsin).
145
 
146
+ ## Citation
147
+
148
  If you use SupraBench, please cite the paper and the upstream data sources.
149
+
150
+ ```bibtex
151
+ @article{ma2026suprabench,
152
+ title = {SupraBench: A Benchmark for Supramolecular Host--Guest Chemistry Reasoning in Large Language Models},
153
+ author = {Ma, Tianyi and Ma, Yijun and Wang, Zehong and Sun, Weixiang and Li, Ziming and Schmidt, Connor R. and Zhang, Chuxu and Webber, Matthew J. and Ye, Yanfang},
154
+ year = {2026},
155
+ note = {arXiv preprint, link coming soon}
156
+ }
157
+ ```