|
13 | 13 |
|
14 | 14 | 
|
15 | 15 |
|
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.* |
17 | 17 |
|
18 | 18 | [Zhaocheng Zhu]: https://kiddozhu.github.io
|
19 | 19 | [Michael Galkin]: https://migalkin.github.io/
|
@@ -52,6 +52,7 @@ Table of contents:
|
52 | 52 | * [UltraQuery](#ultraquery)
|
53 | 53 |
|
54 | 54 | ## Updates
|
| 55 | +* **Oct 1st, 2024**: UltraQuery got accepted at NeurIPS 2024! |
55 | 56 | * **Apr 23rd, 2024**: Release of [UltraQuery](#ultraquery) for complex multi-hop logical query answering on _any_ KG (with new checkpoint and 23 datasets).
|
56 | 57 | * **Jan 15th, 2024**: Accepted at [ICLR 2024](https://openreview.net/forum?id=jVEoydFOl9)!
|
57 | 58 | * **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:
|
520 | 521 | UltraQuery:
|
521 | 522 |
|
522 | 523 | ```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}, |
525 | 526 | 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}, |
526 | 528 | year={2024},
|
527 |
| - eprint={2404.07198}, |
528 |
| - archivePrefix={arXiv}, |
529 |
| - primaryClass={cs.AI} |
| 529 | + url={https://openreview.net/forum?id=JRSyMBBJi6} |
530 | 530 | }
|
531 | 531 | ```
|
0 commit comments