Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
4ab1b02
1 Parent(s): 02dd924

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +147 -1
README.md CHANGED
@@ -19,6 +19,152 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: persent
21
  pretty_name: PerSenT
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for PerSenT
@@ -193,4 +339,4 @@ Slightly Negative, Neutral, Slightly Positive, or Positive. We then combine the
193
 
194
  ### Contributions
195
 
196
- Thanks to [@jeromeku](https://github.com/jeromeku) for adding this dataset.
19
  - sentiment-classification
20
  paperswithcode_id: persent
21
  pretty_name: PerSenT
22
+ dataset_info:
23
+ features:
24
+ - name: DOCUMENT_INDEX
25
+ dtype: int64
26
+ - name: TITLE
27
+ dtype: string
28
+ - name: TARGET_ENTITY
29
+ dtype: string
30
+ - name: DOCUMENT
31
+ dtype: string
32
+ - name: MASKED_DOCUMENT
33
+ dtype: string
34
+ - name: TRUE_SENTIMENT
35
+ dtype:
36
+ class_label:
37
+ names:
38
+ 0: Negative
39
+ 1: Neutral
40
+ 2: Positive
41
+ - name: Paragraph0
42
+ dtype:
43
+ class_label:
44
+ names:
45
+ 0: Negative
46
+ 1: Neutral
47
+ 2: Positive
48
+ - name: Paragraph1
49
+ dtype:
50
+ class_label:
51
+ names:
52
+ 0: Negative
53
+ 1: Neutral
54
+ 2: Positive
55
+ - name: Paragraph2
56
+ dtype:
57
+ class_label:
58
+ names:
59
+ 0: Negative
60
+ 1: Neutral
61
+ 2: Positive
62
+ - name: Paragraph3
63
+ dtype:
64
+ class_label:
65
+ names:
66
+ 0: Negative
67
+ 1: Neutral
68
+ 2: Positive
69
+ - name: Paragraph4
70
+ dtype:
71
+ class_label:
72
+ names:
73
+ 0: Negative
74
+ 1: Neutral
75
+ 2: Positive
76
+ - name: Paragraph5
77
+ dtype:
78
+ class_label:
79
+ names:
80
+ 0: Negative
81
+ 1: Neutral
82
+ 2: Positive
83
+ - name: Paragraph6
84
+ dtype:
85
+ class_label:
86
+ names:
87
+ 0: Negative
88
+ 1: Neutral
89
+ 2: Positive
90
+ - name: Paragraph7
91
+ dtype:
92
+ class_label:
93
+ names:
94
+ 0: Negative
95
+ 1: Neutral
96
+ 2: Positive
97
+ - name: Paragraph8
98
+ dtype:
99
+ class_label:
100
+ names:
101
+ 0: Negative
102
+ 1: Neutral
103
+ 2: Positive
104
+ - name: Paragraph9
105
+ dtype:
106
+ class_label:
107
+ names:
108
+ 0: Negative
109
+ 1: Neutral
110
+ 2: Positive
111
+ - name: Paragraph10
112
+ dtype:
113
+ class_label:
114
+ names:
115
+ 0: Negative
116
+ 1: Neutral
117
+ 2: Positive
118
+ - name: Paragraph11
119
+ dtype:
120
+ class_label:
121
+ names:
122
+ 0: Negative
123
+ 1: Neutral
124
+ 2: Positive
125
+ - name: Paragraph12
126
+ dtype:
127
+ class_label:
128
+ names:
129
+ 0: Negative
130
+ 1: Neutral
131
+ 2: Positive
132
+ - name: Paragraph13
133
+ dtype:
134
+ class_label:
135
+ names:
136
+ 0: Negative
137
+ 1: Neutral
138
+ 2: Positive
139
+ - name: Paragraph14
140
+ dtype:
141
+ class_label:
142
+ names:
143
+ 0: Negative
144
+ 1: Neutral
145
+ 2: Positive
146
+ - name: Paragraph15
147
+ dtype:
148
+ class_label:
149
+ names:
150
+ 0: Negative
151
+ 1: Neutral
152
+ 2: Positive
153
+ splits:
154
+ - name: test_fixed
155
+ num_bytes: 3881800
156
+ num_examples: 827
157
+ - name: test_random
158
+ num_bytes: 2629500
159
+ num_examples: 579
160
+ - name: train
161
+ num_bytes: 14595163
162
+ num_examples: 3355
163
+ - name: validation
164
+ num_bytes: 2322922
165
+ num_examples: 578
166
+ download_size: 23117196
167
+ dataset_size: 23429385
168
  ---
169
 
170
  # Dataset Card for PerSenT
339
 
340
  ### Contributions
341
 
342
+ Thanks to [@jeromeku](https://github.com/jeromeku) for adding this dataset.