Datasets:
Commit
·
a2a4aa7
1
Parent(s):
dda815d
Fix task tags (#3)
Browse files- Fix task tags (4d2ea096a6bf5d87568af5064c89e1c54805a109)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -14,13 +14,14 @@ size_categories:
|
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
task_categories:
|
| 17 |
-
-
|
| 18 |
task_ids:
|
| 19 |
-
-
|
| 20 |
- sentiment-classification
|
| 21 |
-
- text-classification-other-stance-detection
|
| 22 |
paperswithcode_id: rustance
|
| 23 |
pretty_name: RuStance
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for "rustance"
|
|
|
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
task_categories:
|
| 17 |
+
- text-classification
|
| 18 |
task_ids:
|
| 19 |
+
- fact-checking
|
| 20 |
- sentiment-classification
|
|
|
|
| 21 |
paperswithcode_id: rustance
|
| 22 |
pretty_name: RuStance
|
| 23 |
+
tags:
|
| 24 |
+
- stance-detection
|
| 25 |
---
|
| 26 |
|
| 27 |
# Dataset Card for "rustance"
|