Skip to content

Commit c6d72c5

Browse files
authored
Update README.md
1 parent 99c413d commit c6d72c5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# Datasets for rllm
1+
# SJTUTables: A Benchmark for Relational Table Learning
2+
3+
SJTUTables is a benchmark dataset collection designed for Relational Table Learning (RTL). Released as part of the [rLLM project](https://github.com/rllm-team/rllm), it includes three enhanced relational table datasets: TML1M, TLF2K, and TACM12K. Derived from well-known classical datasets, each dataset is paired with a standard classification task. Their simple, easy-to-use, and well-organized structure makes them an ideal choice for quickly evaluating and developing RTL methods.
4+
- TML1M is derived from the classical MovieLens1M dataset and contains three relational tables related to movie recommendation: users, movies, and ratings.
5+
- TLF2K is derived from the classical LastFM2K dataset and includes three relational tables related to music preferences: artists, user-artist interactions, and user-friend relationships.
6+
- TACM12K is derived from the ACM heterogeneous graph dataset and contains four relational tables for academic publications: papers, authors, writing relationships, and citation relationships.
7+
8+
9+
## Citation
10+
11+
```
12+
@article{rllm2024,
13+
title={rLLM: Relational Table Learning with LLMs},
14+
author={Weichen Li and Xiaotong Huang and Jianwu Zheng and Zheng Wang and Chaokun Wang and Li Pan and Jianhua Li},
15+
year={2024},
16+
eprint={2407.20157},
17+
archivePrefix={arXiv},
18+
primaryClass={cs.AI},
19+
url={https://arxiv.org/abs/2407.20157},
20+
}
21+
```

0 commit comments

Comments
 (0)