| { |
| "files": { |
| "column_index": "column_index.json", |
| "nodes": "nodes.rkyv", |
| "offsets": "offsets.rkyv", |
| "p2f_adj": "p2f_adj.rkyv", |
| "table_info": "table_info.json", |
| "text": "text.json" |
| }, |
| "format_version": 1, |
| "name": "rel-stack", |
| "num_db_tables": 7, |
| "num_nodes": 13623878, |
| "num_task_tables": 15, |
| "num_text_strings": 3932275, |
| "source": "stanford-rdl/relbench/rel-stack", |
| "tasks": [ |
| { |
| "entity_table": null, |
| "name": "post-post-related", |
| "splits": [ |
| "train", |
| "val", |
| "test" |
| ], |
| "target_col": "postLinksIdList", |
| "task_type": "link_prediction", |
| "time_col": "timestamp" |
| }, |
| { |
| "entity_table": "posts", |
| "name": "post-votes", |
| "splits": [ |
| "train", |
| "val", |
| "test" |
| ], |
| "target_col": "popularity", |
| "task_type": "regression", |
| "time_col": "timestamp" |
| }, |
| { |
| "entity_table": "users", |
| "name": "user-badge", |
| "splits": [ |
| "train", |
| "val", |
| "test" |
| ], |
| "target_col": "WillGetBadge", |
| "task_type": "binary_classification", |
| "time_col": "timestamp" |
| }, |
| { |
| "entity_table": "users", |
| "name": "user-engagement", |
| "splits": [ |
| "train", |
| "val", |
| "test" |
| ], |
| "target_col": "contribution", |
| "task_type": "binary_classification", |
| "time_col": "timestamp" |
| }, |
| { |
| "entity_table": null, |
| "name": "user-post-comment", |
| "splits": [ |
| "train", |
| "val", |
| "test" |
| ], |
| "target_col": "PostId", |
| "task_type": "link_prediction", |
| "time_col": "timestamp" |
| } |
| ], |
| "text_embeddings": { |
| "all-MiniLM-L12-v2": { |
| "file": "text_emb_all-MiniLM-L12-v2.bin", |
| "d_text": 384 |
| } |
| } |
| } |
|
|