You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SJTUTables: A Benchmark for Relational Table Learning
2
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.
3
+
SJTUTables is a benchmark dataset collection designed for Relational Table Learning (RTL). Released as part of the [rLLM project](https://github.com/rllm-project/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
4
- TML1M is derived from the classical MovieLens1M dataset and contains three relational tables related to movie recommendation: users, movies, and ratings.
5
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
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.
0 commit comments