Skip to content

Commit 3c149fa

Browse files
authored
Update README.md
1 parent 9e24ccf commit 3c149fa

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
## :rocket: Accepted to the Full Papers Track of SIGIR 2026
99

1010
## Abstract
11-
<hr>
12-
This repository contains an aspect-aware content-based research paper recommendation system code and dataset designed specifically for mathematics, where relatedness is often conceptual rather than based on textual similarity or citation overlap. Unlike existing approaches that work well in domains such as computer science or biomedicine, this project addresses the unique challenges of mathematical literature by modeling connections through shared proof techniques, logical implications, and theoretical generalizations. The project introduces GoldRiM and SilverRiM, the first datasets for aspect-aware mathematical paper recommendation, and presents AchGNN, an aspect-conditioned heterogeneous graph neural network that integrates textual semantics, citation networks, and author relationships. Experimental results show that AchGNN consistently outperforms prior recommendation methods across multiple aspects and also generalizes effectively to machine learning literature. The system has been deployed on the MaRDI platform ([An example document with recommendations](https://portal.mardi4nfdi.de/wiki/Publication:3361952)) to support mathematical research discovery.
11+
This repository contains an aspect-aware content-based research paper recommendation system code and dataset designed specifically for mathematics, where relatedness is often conceptual rather than based on textual similarity or citation overlap. Unlike existing approaches that work well in domains such as computer science or biomedicine, this project addresses the unique challenges of mathematical literature by modeling connections through shared proof techniques, logical implications, and theoretical generalizations. The project introduces GoldRiM and SilverRiM, the first datasets for aspect-aware mathematical paper recommendation, and presents AchGNN, an aspect-conditioned heterogeneous graph neural network that integrates textual semantics, citation networks, and author relationships. Experimental results show that AchGNN consistently outperforms prior recommendation methods across multiple aspects and also generalizes effectively to machine learning literature. The system has been deployed on the MaRDI platform [An example document with recommendations](https://portal.mardi4nfdi.de/wiki/Publication:3361952) to support mathematical research discovery.
1312

1413
This repository includes the complete source code (`src`), datasets (`data`), and supplementary materials (`material`).
1514

@@ -52,18 +51,18 @@ All results from the paper can be reproduced using the scripts below:
5251
## Citation
5352
If you're using or referring to our paper in your research or applications, please cite using this BibTeX:
5453
```bibtex
55-
@inproceedings{Satpute2026,
56-
title = {Aspect-Aware Content-Based Recommendations for Mathematical Research Papers},
57-
author = {Satpute, Ankit and Greiner-Petter, Andre and Giessing, Noah and Teschke, Olaf and Schubotz, Moritz and Aizawa, Akiko and Gipp, Bela},
58-
year = 2026,
59-
month = {July.},
60-
booktitle = {Proceedings of 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR ’26)},
61-
publisher = {ACM},
62-
address = {Melbourne | Naarm, Australia},
63-
topic = {rec}
54+
@inproceedings{Satpute2026,
55+
title = {Aspect-Aware Content-Based Recommendations for Mathematical Research Papers},
56+
author = {Satpute, Ankit and Greiner-Petter, Andre and Giessing, Noah and Teschke, Olaf and Schubotz, Moritz and Aizawa, Akiko and Gipp, Bela},
57+
year = 2026,
58+
month = {July.},
59+
booktitle = {Proceedings of 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR ’26)},
60+
publisher = {ACM},
61+
address = {Melbourne | Naarm, Australia},
62+
topic = {rec}
6463
}
6564
```
6665

6766
## License
6867

69-
CC-BY-SA 4.0. The dataset includes non-copyrighted bibliographic metadata and reference data derived from I4OSC (CC0).
68+
CC-BY-SA 4.0. The dataset includes non-copyrighted bibliographic metadata and reference data derived from I4OSC (CC0).

0 commit comments

Comments
 (0)