mtybilly commited on
Commit
dfd3542
·
verified ·
1 Parent(s): 36d6d32

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

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -53,6 +53,12 @@ domain-adaptive pretraining (DAPT).
53
  > Designing host-guest systems is slow (days of dry-lab verification per pair);
54
  > SupraBench probes whether LLMs can reason about these systems directly.
55
 
 
 
 
 
 
 
56
  ## The dataset family
57
 
58
  | Dataset | Task | Description |
@@ -141,4 +147,15 @@ articles subject to each article's individual license; molecular structures use
141
  [PubChem](https://pubchem.ncbi.nlm.nih.gov/) and
142
  [OPSIN](https://github.com/dan2097/opsin).
143
 
 
 
144
  If you use SupraBench, please cite the paper and the upstream data sources.
 
 
 
 
 
 
 
 
 
 
53
  > Designing host-guest systems is slow (days of dry-lab verification per pair);
54
  > SupraBench probes whether LLMs can reason about these systems directly.
55
 
56
+ ## Links
57
+
58
+ - 📄 **Paper:** arXiv link coming soon
59
+ - 💻 **Code:** https://github.com/Tianyi-Billy-Ma/SupraBench
60
+ - 🤗 **All datasets:** https://huggingface.co/SupraBench
61
+
62
  ## The dataset family
63
 
64
  | Dataset | Task | Description |
 
147
  [PubChem](https://pubchem.ncbi.nlm.nih.gov/) and
148
  [OPSIN](https://github.com/dan2097/opsin).
149
 
150
+ ## Citation
151
+
152
  If you use SupraBench, please cite the paper and the upstream data sources.
153
+
154
+ ```bibtex
155
+ @article{ma2026suprabench,
156
+ title = {SupraBench: A Benchmark for Supramolecular Host--Guest Chemistry Reasoning in Large Language Models},
157
+ 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},
158
+ year = {2026},
159
+ note = {arXiv preprint, link coming soon}
160
+ }
161
+ ```