File size: 695 Bytes
cdf9f11
 
 
 
 
 
 
 
 
 
 
9a67fbe
 
 
 
 
 
 
 
 
 
 
 
 
 
cdf9f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: mit
datasets:
- scikit-fingerprints/MoleculeNet_ESOL
- scikit-fingerprints/MoleculeNet_FreeSolv
- scikit-fingerprints/MoleculeNet_Lipophilicity
- ibm-research/otter_uniprot_bindingdb_chembl
language:
- en
pipeline_tag: graph-ml
---
# PACT-Net (NeurIPS 2025)

```python
python main.py --model polyatomic --rep polyatomic --dataset esol
```

```
@inproceedings{khorana2025pactnet,
  title     = {Topological Feature Compression for Molecular Graph Neural Networks},
  author    = {Rahul Khorana},
  booktitle = {Thirty-ninth Conference on Neural Information Processing Systems (NeurIPS 2025) Workshop on AI for Science},
  year      = {2025},
  note      = {Poster presentation}
}
```