Descartes commited on
Commit
658926b
Β·
1 Parent(s): 8890816

Update technical report link and citation

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -25,7 +25,7 @@ extra_gated_description: >-
25
 
26
  <div align="center">
27
 
28
- [πŸ€— Model](https://huggingface.co/sais-org/MKB) &nbsp;β€’&nbsp; [πŸ’» GitHub](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB) &nbsp;β€’&nbsp; [πŸ“œ Technical Report](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/docs/MKB.pdf) &nbsp;β€’&nbsp; [βš–οΈ License: Apache-2.0 + SAM License](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/LICENSE)
29
 
30
  </div>
31
 
@@ -39,7 +39,7 @@ total), so heterogeneous scientific data (sequences, molecular graphs, gridded
39
  physical fields, medical images) are reasoned about and generated in one
40
  representation space β€” natural language in and out, no per-task fine-tuning.
41
 
42
- > πŸ“œ Read the **[technical report](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/docs/MKB.pdf)** for architecture, training, and full benchmarks.
43
 
44
  ## Key features
45
 
@@ -173,10 +173,13 @@ See `THIRD_PARTY_LICENSES.md` / `NOTICE` for the full third-party breakdown.
173
  ## Citation
174
 
175
  ```bibtex
176
- @misc{mkb2026,
177
- title = {MonkeyKing Bang: A Unified Scientific Multimodal Foundation Model},
178
- author = {Hesen Chen and Xinyu Su and Xiaomeng Yang and Yuetan Lin and Zixiong Yang and Zhiyu Tan and Hao Li},
179
- year = {2026},
180
- note = {https://huggingface.co/sais-org/MKB}
 
 
 
181
  }
182
  ```
 
25
 
26
  <div align="center">
27
 
28
+ [πŸ€— Model](https://huggingface.co/sais-org/MKB) &nbsp;β€’&nbsp; [πŸ’» GitHub](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB) &nbsp;β€’&nbsp; [πŸ“œ Technical Report](https://arxiv.org/pdf/2607.20557) &nbsp;β€’&nbsp; [βš–οΈ License: Apache-2.0 + SAM License](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/LICENSE)
29
 
30
  </div>
31
 
 
39
  physical fields, medical images) are reasoned about and generated in one
40
  representation space β€” natural language in and out, no per-task fine-tuning.
41
 
42
+ > πŸ“œ Read the **[technical report](https://arxiv.org/pdf/2607.20557)** for architecture, training, and full benchmarks.
43
 
44
  ## Key features
45
 
 
173
  ## Citation
174
 
175
  ```bibtex
176
+ @misc{chen2026monkeykingbangunified,
177
+ title = {Monkey King Bang: A Unified Scientific Multimodal Foundation Model},
178
+ author = {Hesen Chen and Xinyu Su and Xiaomeng Yang and Yuetan Lin and Zixiong Yang and Junyi An and Fenglei Cao and Yifeng Jiao and Yunqi Zhang and Yuan Cheng and Zhiyu Tan and Hao Li and Libo Wu and Yuan Qi},
179
+ year = {2026},
180
+ eprint = {2607.20557},
181
+ archivePrefix = {arXiv},
182
+ primaryClass = {cs.LG},
183
+ url = {https://arxiv.org/abs/2607.20557}
184
  }
185
  ```