Add paper link, Github link and task categories

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +29 -8
README.md CHANGED
@@ -2,8 +2,12 @@
2
  language:
3
  - en
4
  license: cc-by-sa-4.0
5
- license_link: https://huggingface.co/datasets/logo-lab/trl-dlte/blob/main/LICENSES.md
 
6
  pretty_name: TRL-DLTE
 
 
 
7
  tags:
8
  - tabular
9
  - data-lake
@@ -12,23 +16,29 @@ tags:
12
  - benchmark
13
  - representation-learning
14
  - trl-bench
15
- size_categories:
16
- - 100K<n<10M
17
  configs:
18
  - config_name: manifests
19
  data_files:
20
- - {split: train, path: data/manifests/train-*.parquet}
 
21
  - config_name: lake
22
  data_files:
23
- - {split: train, path: data/lake/train-*.parquet}
 
24
  - config_name: table_maps
25
  data_files:
26
- - {split: train, path: data/table_maps/train-*.parquet}
 
27
  ---
28
 
29
  # TRL-DLTE
30
 
31
- Compositional **Data-Lake Table Enrichment** suite of TRL-Bench. A 47,772-table data lake derived from 1,379 TabFact and WikiTableQuestions parent tables, fragmented at four cumulative noise tiers (clean / schema / cell / hard). Each parent yields a seed query, a union target (additional rows), and a join target (additional columns); the system must recover both targets from the lake by retrieval, column alignment, and row matching.
 
 
 
 
 
32
 
33
  This repository ships two configs:
34
 
@@ -116,6 +126,17 @@ distractors = lake["train"].filter(lambda x: x["kind"] == "distractor")
116
  union_targets = lake["train"].filter(lambda x: x["kind"] == "target_union")
117
  ```
118
 
 
 
 
 
 
 
 
 
 
 
 
119
  ## License
120
 
121
- Umbrella **CC-BY-SA-4.0** (driven by 390 WTQ-derived parents). Per-component licenses in `LICENSES.md`. Manifest records and the fragmentation config are TRL-Bench-derived under CC-BY-4.0; the lake content inherits per-source upstream licenses (TabFact: CC-BY 4.0; WTQ: CC-BY-SA 4.0; CKAN distractors: CC-BY 4.0 record / per-portal upstream).
 
2
  language:
3
  - en
4
  license: cc-by-sa-4.0
5
+ size_categories:
6
+ - 100K<n<10M
7
  pretty_name: TRL-DLTE
8
+ license_link: https://huggingface.co/datasets/logo-lab/trl-dlte/blob/main/LICENSES.md
9
+ task_categories:
10
+ - other
11
  tags:
12
  - tabular
13
  - data-lake
 
16
  - benchmark
17
  - representation-learning
18
  - trl-bench
 
 
19
  configs:
20
  - config_name: manifests
21
  data_files:
22
+ - split: train
23
+ path: data/manifests/train-*.parquet
24
  - config_name: lake
25
  data_files:
26
+ - split: train
27
+ path: data/lake/train-*.parquet
28
  - config_name: table_maps
29
  data_files:
30
+ - split: train
31
+ path: data/table_maps/train-*.parquet
32
  ---
33
 
34
  # TRL-DLTE
35
 
36
+ Compositional **Data-Lake Table Enrichment** suite of TRL-Bench.
37
+
38
+ - **Paper:** [TRL-Bench: Standardizing Cross-Paradigm Representation-Level Evaluation of Tabular Encoders](https://huggingface.co/papers/2606.09323)
39
+ - **Code:** [LOGO-CUHKSZ/TRL-Bench](https://github.com/LOGO-CUHKSZ/TRL-Bench)
40
+
41
+ TRL-DLTE features a 47,772-table data lake derived from 1,379 TabFact and WikiTableQuestions parent tables, fragmented at four cumulative noise tiers (clean / schema / cell / hard). Each parent yields a seed query, a union target (additional rows), and a join target (additional columns); the system must recover both targets from the lake by retrieval, column alignment, and row matching.
42
 
43
  This repository ships two configs:
44
 
 
126
  union_targets = lake["train"].filter(lambda x: x["kind"] == "target_union")
127
  ```
128
 
129
+ ## Citation
130
+
131
+ ```bibtex
132
+ @article{pang2026trl,
133
+ title={TRL-Bench: Standardizing Cross-Paradigm Representation-Level Evaluation of Tabular Encoders},
134
+ author={Pang, Wei and Jian, Xiangru and Li, Hehan and Yu, Zhixuan and Xue, Alex and Li, Jinyang and Dong, Zhengyuan and Zhao, Xinjian and Xu, Hao and Zhang, Chao and Cheng, Reynold and {\"O}zsu, M. Tamer and Yu, Tianshu},
135
+ journal={arXiv preprint arXiv:2606.09323},
136
+ year={2026}
137
+ }
138
+ ```
139
+
140
  ## License
141
 
142
+ Umbrella **CC-BY-SA-4.0** (driven by 390 WTQ-derived parents). Per-component licenses in `LICENSES.md`. Manifest records and the fragmentation config are TRL-Bench-derived under CC-BY-4.0; the lake content inherits per-source upstream licenses (TabFact: CC-BY 4.0; WTQ: CC-BY-SA 4.0; CKAN distractors: CC-BY 4.0 record / per-portal upstream).