|
8 | 8 | ## :rocket: Accepted to the Full Papers Track of SIGIR 2026 |
9 | 9 |
|
10 | 10 | ## 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. |
13 | 12 |
|
14 | 13 | This repository includes the complete source code (`src`), datasets (`data`), and supplementary materials (`material`). |
15 | 14 |
|
@@ -52,18 +51,18 @@ All results from the paper can be reproduced using the scripts below: |
52 | 51 | ## Citation |
53 | 52 | If you're using or referring to our paper in your research or applications, please cite using this BibTeX: |
54 | 53 | ```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} |
64 | 63 | } |
65 | 64 | ``` |
66 | 65 |
|
67 | 66 | ## License |
68 | 67 |
|
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