Ww1nTeR commited on
Commit
4885596
·
1 Parent(s): 0c6558e

add README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -4,9 +4,13 @@ language:
4
  - en
5
  viewer: false
6
  ---
7
- # Description
8
 
9
- Three Datasets released by rllm. Each dataset has a seperated Readme.
 
 
 
 
10
 
11
  Github Repo for rllm: https://github.com/rllm-team/rllm
12
 
 
4
  - en
5
  viewer: false
6
  ---
7
+ # SJTUTables: A Benchmark for Relational Table Learning
8
 
9
+ 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.
10
+
11
+ - TML1M is derived from the classical MovieLens1M dataset and contains three relational tables related to movie recommendation: users, movies, and ratings.
12
+ - 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.
13
+ - TACM12K is derived from the ACM heterogeneous graph dataset and contains four relational tables for academic publications: papers, authors, writing relationships, and citation relationships.
14
 
15
  Github Repo for rllm: https://github.com/rllm-team/rllm
16