update
Browse files
README.md
CHANGED
@@ -9,13 +9,11 @@ Multi-domain document classification datasets.
|
|
9 |
The `yelp_review` dataset is randomly downsampled to 2000/2000/8000 for test/validation/train.
|
10 |
|
11 |
|
12 |
-
|
13 |
-
|
14 |
-
| | chemprot | citation_intent | hyperpartisan_news | rct-sample | sciie | amcd | yelp_review | tweet_eval_irony | tweet_eval_hate | tweet_eval_emotion |
|
15 |
|:--------------------|-----------:|------------------:|---------------------:|-------------:|--------:|-------:|--------------:|-------------------:|------------------:|---------------------:|
|
16 |
| word/validation | 32 | 40 | 502 | 26 | 32 | 20 | 132 | 13 | 24 | 15 |
|
17 |
| word/test | 32 | 42 | 612 | 26 | 32 | 19 | 131 | 14 | 21 | 15 |
|
18 |
| word/train | 31 | 42 | 536 | 26 | 32 | 19 | 133 | 13 | 20 | 16 |
|
19 |
| instance/validation | 2427 | 114 | 64 | 30212 | 455 | 666 | 2000 | 955 | 1000 | 374 |
|
20 |
| instance/test | 3469 | 139 | 65 | 30135 | 974 | 1334 | 2000 | 784 | 2970 | 1421 |
|
21 |
-
| instance/train | 4169 | 1688 | 516 | 500 | 3219 | 8000 | 6000 | 2862 | 9000 | 3257 |
|
|
|
9 |
The `yelp_review` dataset is randomly downsampled to 2000/2000/8000 for test/validation/train.
|
10 |
|
11 |
|
12 |
+
| | chemprot | citation_intent | hyperpartisan_news | rct_sample | sciie | amcd | yelp_review | tweet_eval_irony | tweet_eval_hate | tweet_eval_emotion |
|
|
|
|
|
13 |
|:--------------------|-----------:|------------------:|---------------------:|-------------:|--------:|-------:|--------------:|-------------------:|------------------:|---------------------:|
|
14 |
| word/validation | 32 | 40 | 502 | 26 | 32 | 20 | 132 | 13 | 24 | 15 |
|
15 |
| word/test | 32 | 42 | 612 | 26 | 32 | 19 | 131 | 14 | 21 | 15 |
|
16 |
| word/train | 31 | 42 | 536 | 26 | 32 | 19 | 133 | 13 | 20 | 16 |
|
17 |
| instance/validation | 2427 | 114 | 64 | 30212 | 455 | 666 | 2000 | 955 | 1000 | 374 |
|
18 |
| instance/test | 3469 | 139 | 65 | 30135 | 974 | 1334 | 2000 | 784 | 2970 | 1421 |
|
19 |
+
| instance/train | 4169 | 1688 | 516 | 500 | 3219 | 8000 | 6000 | 2862 | 9000 | 3257 |
|
stats.csv
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
,chemprot,citation_intent,hyperpartisan_news,
|
2 |
word/validation,32,40,502,26,32,20,132,13,24,15
|
3 |
word/test,32,42,612,26,32,19,131,14,21,15
|
4 |
word/train,31,42,536,26,32,19,133,13,20,16
|
|
|
1 |
+
,chemprot,citation_intent,hyperpartisan_news,rct_sample,sciie,amcd,yelp_review,tweet_eval_irony,tweet_eval_hate,tweet_eval_emotion
|
2 |
word/validation,32,40,502,26,32,20,132,13,24,15
|
3 |
word/test,32,42,612,26,32,19,131,14,21,15
|
4 |
word/train,31,42,536,26,32,19,133,13,20,16
|