From f2ab6c1d320452ae618b85b41e4e729fb73ef056 Mon Sep 17 00:00:00 2001 From: Vraj Shah Date: Tue, 6 Apr 2021 10:25:55 -0700 Subject: [PATCH] updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 95e03cc..4a770c2 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ A zoo of labelled datasets and ML models for data prep tasks. Please refer to our [paper](https://adalabucsd.github.io/papers/2019_DataPrepZoo_DEEM.pdf) for more details. -#### Task 1 (T1): ML Feature Type Inference (Multi-class classification) +#### Task 1 (t1): ML Feature Type Inference (Multi-class classification) -#### Task 2 (T2): Category Deduplication (Binary classification) +#### Task 2 (t2): Category Deduplication (Binary classification) -#### Task 3 (T3): Embedded Number Extraction (Sequence-to-sequence learning) +#### Task 3 (t3): Embedded Number Extraction (Sequence-to-sequence learning) -#### Task 4 (T4): Detect Anomalous Categories (Binary classification) +#### Task 4 (t4): Detect Anomalous Categories (Binary classification) -#### Task 5 (T5): Multiple Number Units Detection (Binary classification) +#### Task 5 (t5): Multiple Number Units Detection (Binary classification) -#### Task 6 (T6): List Domain Extraction (Sequence-to-set-of-sequence learning) +#### Task 6 (t6): List Domain Extraction (Sequence-to-set-of-sequence learning)