zihaojing commited on
Commit
91738d7
·
verified ·
1 Parent(s): 6864cf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -55,7 +55,7 @@ configs:
55
 
56
  - 📄 Paper: [NeurIPS 2025 Poster](https://neurips.cc/virtual/2025/poster/119127)
57
  - 📬 Contact:
58
- - Zihao Jing: zjing29@uwo.ca
59
  - Pingzhao Hu: phu49@uwo.ca
60
 
61
  ## Abstract
@@ -123,6 +123,20 @@ We use `preprocess/mol3d_processor.py` to derive graph and geometry features fro
123
  - BRICS-based fragmentation provides `fra_edge_index`, `fra_edge_attr`, and `cluster_idx`.
124
  - Geometry connections and fragment geometry provide `ba_edge_index`, `ba_edge_attr`, `bafra_edge_index`, `bafra_edge_attr`.
125
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
126
  ## License
127
 
128
  MIT
 
55
 
56
  - 📄 Paper: [NeurIPS 2025 Poster](https://neurips.cc/virtual/2025/poster/119127)
57
  - 📬 Contact:
58
+ - Zihao Jing: zjing29@uwo.ca | Wechat: A2016A315214 | Instagram: nobeljing25
59
  - Pingzhao Hu: phu49@uwo.ca
60
 
61
  ## Abstract
 
123
  - BRICS-based fragmentation provides `fra_edge_index`, `fra_edge_attr`, and `cluster_idx`.
124
  - Geometry connections and fragment geometry provide `ba_edge_index`, `ba_edge_attr`, `bafra_edge_index`, `bafra_edge_attr`.
125
 
126
+ ## Citation
127
+
128
+ If you find this work useful, please cite:
129
+
130
+ Zihao Jing, Yan Sun, Yanyi Li, Sugitha Janarthanan, Alana Deng, and Pingzhao Hu. "MuMo: Multimodal Molecular Representation Learning via Structural Fusion and Progressive Injection." In Advances in Neural Information Processing Systems (NeurIPS), 2025. ([paper](https://neurips.cc/virtual/2025/poster/119127))
131
+
132
+ ```bibtex
133
+ @inproceedings{jing2025mumo,
134
+ title = {MuMo: Multimodal Molecular Representation Learning via Structural Fusion and Progressive Injection},
135
+ author = {Jing, Zihao and Sun, Yan and Li, Yan Yi and Janarthanan, Sugitha and Deng, Alana and Hu, Pingzhao},
136
+ booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
137
+ year = {2025}
138
+ }
139
+ ```
140
  ## License
141
 
142
  MIT