Sasha Luccioni commited on
Commit
340dac2
1 Parent(s): 6a19c02

Eval metadata Batch 4: Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full (#4338)

Browse files

* Eval metadata for Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full

* Update README.md

oops, duplicate

* Update README.md

adding header

* Update README.md

adding header

* Update datasets/xsum/README.md

Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE args

* Update README.md

removing F1 params

* Update README.md

* Update README.md

updating to binary F1

* Update README.md

oops typo

* Update README.md

F1 binary

Co-authored-by: sashavor <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

Commit from https://github.com/huggingface/datasets/commit/bce8e6541af98cb0e06b24f9c96a6431cf813a38

Files changed (1) hide show
  1. README.md +51 -2
README.md CHANGED
@@ -19,6 +19,55 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: WisesightSentiment
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for wisesight_sentiment
@@ -99,7 +148,7 @@ Thai
99
 
100
  ### Data Fields
101
 
102
- - `texts`: texts
103
  - `category`: sentiment of texts ranging from `pos` (positive; 0), `neu` (neutral; 1), `neg` (negative; 2) and `q` (question; 3)
104
 
105
  ### Data Splits
@@ -191,7 +240,7 @@ Outsourced annotators hired by [Wisesight (Thailand) Co., Ltd.](https://github.c
191
 
192
  ### Dataset Curators
193
 
194
- Thanks [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp) community, [Kitsuchart Pasupa](http://www.it.kmitl.ac.th/~kitsuchart/) (Faculty of Information Technology, King Mongkut's Institute of Technology Ladkrabang), and [Ekapol Chuangsuwanich](https://www.cp.eng.chula.ac.th/en/about/faculty/ekapolc/) (Faculty of Engineering, Chulalongkorn University) for advice. The original Kaggle competition, using the first version of this corpus, can be found at https://www.kaggle.com/c/wisesight-sentiment/
195
 
196
  ### Licensing Information
197
 
 
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: WisesightSentiment
22
+ train-eval-index:
23
+ - config: wisesight_sentiment
24
+ task: text-classification
25
+ task_id: multi_class_classification
26
+ splits:
27
+ train_split: train
28
+ eval_split: test
29
+ col_mapping:
30
+ texts: text
31
+ category: target
32
+ metrics:
33
+ - type: accuracy
34
+ name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
39
+ - type: f1
40
+ name: F1 micro
41
+ args:
42
+ average: micro
43
+ - type: f1
44
+ name: F1 weighted
45
+ args:
46
+ average: weighted
47
+ - type: precision
48
+ name: Precision macro
49
+ args:
50
+ average: macro
51
+ - type: precision
52
+ name: Precision micro
53
+ args:
54
+ average: micro
55
+ - type: precision
56
+ name: Precision weighted
57
+ args:
58
+ average: weighted
59
+ - type: recall
60
+ name: Recall macro
61
+ args:
62
+ average: macro
63
+ - type: recall
64
+ name: Recall micro
65
+ args:
66
+ average: micro
67
+ - type: recall
68
+ name: Recall weighted
69
+ args:
70
+ average: weighted
71
  ---
72
 
73
  # Dataset Card for wisesight_sentiment
 
148
 
149
  ### Data Fields
150
 
151
+ - `texts`: texts
152
  - `category`: sentiment of texts ranging from `pos` (positive; 0), `neu` (neutral; 1), `neg` (negative; 2) and `q` (question; 3)
153
 
154
  ### Data Splits
 
240
 
241
  ### Dataset Curators
242
 
243
+ Thanks [PyThaiNLP](https://github.com/PyThaiNLP/pythainlp) community, [Kitsuchart Pasupa](http://www.it.kmitl.ac.th/~kitsuchart/) (Faculty of Information Technology, King Mongkut's Institute of Technology Ladkrabang), and [Ekapol Chuangsuwanich](https://www.cp.eng.chula.ac.th/en/about/faculty/ekapolc/) (Faculty of Engineering, Chulalongkorn University) for advice. The original Kaggle competition, using the first version of this corpus, can be found at https://www.kaggle.com/c/wisesight-sentiment/
244
 
245
  ### Licensing Information
246