| { | |
| "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": 13594717, | |
| "num_task_tables": 9, | |
| "num_text_strings": 3932268, | |
| "source": "/dfs/user/ranjanr/share/stanford-star/relbench/rel-stack", | |
| "tasks": [ | |
| { | |
| "entity_table": "posts", | |
| "kind": "forecast", | |
| "name": "post-votes", | |
| "splits": [ | |
| "train", | |
| "val", | |
| "test" | |
| ], | |
| "target_col": "popularity", | |
| "task_type": "regression", | |
| "time_col": "timestamp" | |
| }, | |
| { | |
| "entity_table": "users", | |
| "kind": "forecast", | |
| "name": "user-badge", | |
| "splits": [ | |
| "train", | |
| "val", | |
| "test" | |
| ], | |
| "target_col": "WillGetBadge", | |
| "task_type": "binary_classification", | |
| "time_col": "timestamp" | |
| }, | |
| { | |
| "entity_table": "users", | |
| "kind": "forecast", | |
| "name": "user-engagement", | |
| "splits": [ | |
| "train", | |
| "val", | |
| "test" | |
| ], | |
| "target_col": "contribution", | |
| "task_type": "binary_classification", | |
| "time_col": "timestamp" | |
| } | |
| ], | |
| "text_embeddings": { | |
| "all-MiniLM-L12-v2": { | |
| "file": "text_emb_all-MiniLM-L12-v2.bin", | |
| "d_text": 384 | |
| } | |
| } | |
| } | |