Commit
·
2170a0e
1
Parent(s):
6ae60bf
Fix task tags (#2)
Browse files- Fix task tags (0cf75d3d58bb355caf421772baadb162c7228e9b)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
|
@@ -14,13 +14,14 @@ size_categories:
|
|
| 14 |
source_datasets:
|
| 15 |
- unknown
|
| 16 |
task_categories:
|
| 17 |
-
-
|
| 18 |
task_ids:
|
| 19 |
-
- deduplication
|
| 20 |
- natural-language-inference
|
| 21 |
- semantic-similarity-scoring
|
| 22 |
- text-scoring
|
| 23 |
pretty_name: CORE Deduplication of Scholarly Documents
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for CORE Deduplication
|
|
|
|
| 14 |
source_datasets:
|
| 15 |
- unknown
|
| 16 |
task_categories:
|
| 17 |
+
- other
|
| 18 |
task_ids:
|
|
|
|
| 19 |
- natural-language-inference
|
| 20 |
- semantic-similarity-scoring
|
| 21 |
- text-scoring
|
| 22 |
pretty_name: CORE Deduplication of Scholarly Documents
|
| 23 |
+
tags:
|
| 24 |
+
- deduplication
|
| 25 |
---
|
| 26 |
|
| 27 |
# Dataset Card for CORE Deduplication
|