Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ tags:
|
|
30 |
|
31 |
# SuperTweetEval
|
32 |
|
33 |
-
# Dataset Card for "
|
34 |
|
35 |
## Dataset Description
|
36 |
|
@@ -40,7 +40,7 @@ tags:
|
|
40 |
- **Point of Contact:** TBA
|
41 |
|
42 |
### Dataset Summary
|
43 |
-
|
44 |
|
45 |
|
46 |
## Dataset Structure
|
@@ -139,23 +139,23 @@ The data fields are the same among all splits.
|
|
139 |
## Evaluation Metrics
|
140 |
- __tweet_topic:__ ```macro-F1```
|
141 |
|
142 |
-
- __tweet_ner7:__ ```
|
143 |
|
144 |
-
- __tweet_qa:__ ```
|
145 |
|
146 |
-
- __tweet_intimacy:__ ```
|
147 |
|
148 |
-
- __tweet_similarity:__ ```
|
149 |
|
150 |
-
- __tempo_wic:__ ```
|
151 |
|
152 |
-
- __tweet_hate:__ ```
|
153 |
|
154 |
-
- __tweet_emoji:__ ```
|
155 |
|
156 |
-
- __tweet_sentiment:__ ```
|
157 |
|
158 |
-
- __tweet_nerd:__ ```
|
159 |
|
160 |
|
161 |
|
@@ -225,7 +225,7 @@ The data fields are the same among all splits.
|
|
225 |
|
226 |
- Tweet Similarity
|
227 |
```
|
228 |
-
|
229 |
```
|
230 |
|
231 |
- TempoWiC
|
@@ -274,7 +274,7 @@ TBA
|
|
274 |
```
|
275 |
|
276 |
- TweetEmoji
|
277 |
-
```
|
278 |
|
279 |
- TweetSentiment
|
280 |
```
|
|
|
30 |
|
31 |
# SuperTweetEval
|
32 |
|
33 |
+
# Dataset Card for "super_tweeteval"
|
34 |
|
35 |
## Dataset Description
|
36 |
|
|
|
40 |
- **Point of Contact:** TBA
|
41 |
|
42 |
### Dataset Summary
|
43 |
+
This is the oficial repository for Super TweetEval
|
44 |
|
45 |
|
46 |
## Dataset Structure
|
|
|
139 |
## Evaluation Metrics
|
140 |
- __tweet_topic:__ ```macro-F1```
|
141 |
|
142 |
+
- __tweet_ner7:__ ```span-F1```
|
143 |
|
144 |
+
- __tweet_qa:__ ```answer-F1```
|
145 |
|
146 |
+
- __tweet_intimacy:__ ```accuracy```
|
147 |
|
148 |
+
- __tweet_similarity:__ ```spearman correlation```
|
149 |
|
150 |
+
- __tempo_wic:__ ```accuracy ```
|
151 |
|
152 |
+
- __tweet_hate:__ ```accuracy```
|
153 |
|
154 |
+
- __tweet_emoji:__ ``` accuracy at top 5 ```
|
155 |
|
156 |
+
- __tweet_sentiment:__ ```accuracy```
|
157 |
|
158 |
+
- __tweet_nerd:__ ```accuracy```
|
159 |
|
160 |
|
161 |
|
|
|
225 |
|
226 |
- Tweet Similarity
|
227 |
```
|
228 |
+
N/A
|
229 |
```
|
230 |
|
231 |
- TempoWiC
|
|
|
274 |
```
|
275 |
|
276 |
- TweetEmoji
|
277 |
+
```N/A``
|
278 |
|
279 |
- TweetSentiment
|
280 |
```
|