Skip to content

Commit 4ac4118

Browse files
committed
UltraQuery at NeurIPS 2024
1 parent 561f2c7 commit 4ac4118

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
![ULTRA](asset/ultra_logo.png)
1515

16-
PyG implementation of [ULTRA], a foundation model for KG reasoning. Authored by [Michael Galkin], [Zhaocheng Zhu], and [Xinyu Yuan]. *Logo generated by DALL·E 3.*
16+
PyG implementation of [ULTRA] and UltraQuery, a foundation model for KG reasoning. Authored by [Michael Galkin], [Zhaocheng Zhu], and [Xinyu Yuan]. *Logo generated by DALL·E 3.*
1717

1818
[Zhaocheng Zhu]: https://kiddozhu.github.io
1919
[Michael Galkin]: https://migalkin.github.io/
@@ -52,6 +52,7 @@ Table of contents:
5252
* [UltraQuery](#ultraquery)
5353

5454
## Updates
55+
* **Oct 1st, 2024**: UltraQuery got accepted at NeurIPS 2024!
5556
* **Apr 23rd, 2024**: Release of [UltraQuery](#ultraquery) for complex multi-hop logical query answering on _any_ KG (with new checkpoint and 23 datasets).
5657
* **Jan 15th, 2024**: Accepted at [ICLR 2024](https://openreview.net/forum?id=jVEoydFOl9)!
5758
* **Dec 4th, 2023**: Added a new ULTRA checkpoint `ultra_50g` pre-trained on 50 graphs. Averaged over 16 larger transductive graphs, it delivers 0.389 MRR / 0.549 Hits@10 compared to 0.329 MRR / 0.479 Hits@10 of the `ultra_3g` checkpoint. The inductive performance is still as good! Use this checkpoint for inference on larger graphs.
@@ -520,12 +521,11 @@ The main ULTRA paper:
520521
UltraQuery:
521522

522523
```bibtex
523-
@article{galkin2024ultraquery,
524-
title={Zero-shot Logical Query Reasoning on any Knowledge Graph},,
524+
@inproceedings{galkin2024ultraquery,
525+
title={A Foundation Model for Zero-shot Logical Query Reasoning},
525526
author={Mikhail Galkin and Jincheng Zhou and Bruno Ribeiro and Jian Tang and Zhaocheng Zhu},
527+
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
526528
year={2024},
527-
eprint={2404.07198},
528-
archivePrefix={arXiv},
529-
primaryClass={cs.AI}
529+
url={https://openreview.net/forum?id=JRSyMBBJi6}
530530
}
531531
```

0 commit comments

Comments
 (0)