MicPie commited on
Commit
faf8fb6
1 Parent(s): d5a5d98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -80,6 +80,29 @@ Starting from the initial WTC corpus of 50M tables, we apply our tables-to-tasks
80
 
81
  We additionally export a version [AdapTable-unique](https://huggingface.co/datasets/MicPie/adaptable_unique) for comparison. This is the same as [AdapTable(-full)](https://huggingface.co/datasets/MicPie/adaptable_full) but filtered to have a maximum of one task per website. AdapTable-unique contains exactly 23,744 tasks from 23,744 websites.
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ### Supported Tasks and Leaderboards
84
 
85
  Since the tables come from the web, the distribution of tasks and topics is very broad. The shape of our dataset is very wide, i.e., we have 1000's tasks, while each task has only a few examples, compared to most current NLP datasets which are very deep, i.e., 10s of tasks with many examples. This implies that our dataset covers a broad range of potential tasks, e.g., multiple-choice, question-answering, table-question-answering, text-classification, etc.
 
80
 
81
  We additionally export a version [AdapTable-unique](https://huggingface.co/datasets/MicPie/adaptable_unique) for comparison. This is the same as [AdapTable(-full)](https://huggingface.co/datasets/MicPie/adaptable_full) but filtered to have a maximum of one task per website. AdapTable-unique contains exactly 23,744 tasks from 23,744 websites.
82
 
83
+ There are further AdapTable data subsets available:
84
+ [AdapTable-diverse](https://huggingface.co/datasets/MicPie/adaptable_diverse)
85
+ [AdapTable-baseball.fantasysports.yahoo.com](https://huggingface.co/datasets/MicPie/adaptable_baseball.fantasysports.yahoo.com)
86
+ [AdapTable-bulbapedia.bulbagarden.net](https://huggingface.co/datasets/MicPie/adaptable_bulbapedia.bulbagarden.net)
87
+ [AdapTable-cappex.com](https://huggingface.co/datasets/MicPie/adaptable_cappex.com)
88
+ [AdapTable-cram.com](https://huggingface.co/datasets/MicPie/adaptable_cram.com)
89
+ [AdapTable-dividend.com](https://huggingface.co/datasets/MicPie/adaptable_dividend.com)
90
+ [AdapTable-dummies.com](https://huggingface.co/datasets/MicPie/adaptable_dummies.com)
91
+ [AdapTable-en.wikipedia.org](https://huggingface.co/datasets/MicPie/adaptable_en.wikipedia.org)
92
+ [AdapTable-ensembl.org](https://huggingface.co/datasets/MicPie/adaptable_ensembl.org)
93
+ [AdapTable-gamefaqs.com](https://huggingface.co/datasets/MicPie/adaptable_gamefaqs.com)
94
+ [AdapTable-mgoblog.com](https://huggingface.co/datasets/MicPie/adaptable_mgoblog.com)
95
+ [AdapTable-mmo-champion.com](https://huggingface.co/datasets/MicPie/adaptable_mmo-champion.com)
96
+ [AdapTable-msdn.microsoft.com](https://huggingface.co/datasets/MicPie/adaptable_msdn.microsoft.com)
97
+ [AdapTable-phonearena.com](https://huggingface.co/datasets/MicPie/adaptable_phonearena.com)
98
+ [AdapTable-sittercity.com](https://huggingface.co/datasets/MicPie/adaptable_sittercity.com)
99
+ [AdapTable-sporcle.com](https://huggingface.co/datasets/MicPie/adaptable_sporcle.com)
100
+ [AdapTable-studystack.com](https://huggingface.co/datasets/MicPie/adaptable_studystack.com)
101
+ [AdapTable-support.google.com](https://huggingface.co/datasets/MicPie/adaptable_support.google.com)
102
+ [AdapTable-w3.org](https://huggingface.co/datasets/MicPie/adaptable_w3.org)
103
+ [AdapTable-wiki.openmoko.org](https://huggingface.co/datasets/MicPie/adaptable_wiki.openmoko.org)
104
+ [AdapTable-wkdu.org](https://huggingface.co/datasets/MicPie/adaptable_wkdu.org)
105
+
106
  ### Supported Tasks and Leaderboards
107
 
108
  Since the tables come from the web, the distribution of tasks and topics is very broad. The shape of our dataset is very wide, i.e., we have 1000's tasks, while each task has only a few examples, compared to most current NLP datasets which are very deep, i.e., 10s of tasks with many examples. This implies that our dataset covers a broad range of potential tasks, e.g., multiple-choice, question-answering, table-question-answering, text-classification, etc.