Skip to content

Commit 5fe65d2

Browse files
authored
Update README.md
1 parent 23658c2 commit 5fe65d2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Transformers Meet Relational Databases
22

3-
The repository with the framework and experiments discussed in the article [Transformers Meet Relational Databases](https://arxiv.org)
3+
The repository with the framework and experiments discussed in the article [Transformers Meet Relational Databases](https://arxiv.org/abs/2412.05218)
44

55
#### _A study on integrating transformer architectures with relational databases via a modular message-passing framework, demonstrating enhanced performance._
66

@@ -12,7 +12,20 @@ The subsequent modular neural message-passing scheme operates on top of the (two
1212

1313
![schema.png](schema.png)
1414

15-
For more information, please read the paper and/or feel free to [reach out](https://github.com/jakubpeleska/deep-db-learning/discussions) directly to us!
15+
For more information, please read the [paper](https://arxiv.org/abs/2412.05218) and/or feel free to [reach out](https://github.com/jakubpeleska/deep-db-learning/discussions) directly to us!
16+
17+
Citation:
18+
```
19+
@misc{peleška2024transformersmeetrelationaldatabases,
20+
title={Transformers Meet Relational Databases},
21+
author={Jakub Peleška and Gustav Šír},
22+
year={2024},
23+
eprint={2412.05218},
24+
archivePrefix={arXiv},
25+
primaryClass={cs.LG},
26+
url={https://arxiv.org/abs/2412.05218},
27+
}
28+
```
1629

1730
---
1831

0 commit comments

Comments
 (0)