Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
StefanH commited on
Commit
d8462d6
·
1 Parent(s): d66144f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,13 +17,13 @@ pretty_name: UTCD
17
  ## Load dataset
18
  ```python
19
  from datasets import load_dataset
20
- dataset = load_dataset('claritylab/utcd', name='aspect-normalized-in-domain')
21
  ```
22
 
23
  ## Description
24
  UTCD is a curated compilation of 18 datasets revised for Zero-shot Text Classification spanning 3 aspect categories of Sentiment, Intent/Dialogue, and Topic classification. UTCD focuses on the task of zero-shot text classification where the candidate labels are descriptive of the text being classified. TUTCD consists of ~ 6M/800K train/test examples.
25
 
26
- UTCD was introduced in the Findings of ACL'23 Paper **Label Agnostic Pre-training for Zero-shot Text Classification** by ***Christopher Clarke, Yuzhao Heng, Yiping Kang, Krisztian Flautner, Lingjia Tang and Jason Mars***.
27
 
28
  UTCD Datasets & Principles:
29
 
 
17
  ## Load dataset
18
  ```python
19
  from datasets import load_dataset
20
+ dataset = load_dataset('claritylab/utcd', name='in-domain')
21
  ```
22
 
23
  ## Description
24
  UTCD is a curated compilation of 18 datasets revised for Zero-shot Text Classification spanning 3 aspect categories of Sentiment, Intent/Dialogue, and Topic classification. UTCD focuses on the task of zero-shot text classification where the candidate labels are descriptive of the text being classified. TUTCD consists of ~ 6M/800K train/test examples.
25
 
26
+ UTCD was introduced in the Findings of ACL'23 Paper **Label Agnostic Pre-training for Zero-shot Text Classification** by ***Christopher Clarke, Yuzhao Heng, Yiping Kang, Krisztian Flautner, Lingjia Tang and Jason Mars***. [Project Homepage](https://github.com/ChrisIsKing/zero-shot-text-classification/tree/master).
27
 
28
  UTCD Datasets & Principles:
29