Update README with proper YAML metadata for dataset configs
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# WordNetNoun (Disambiguated Version)
|
| 2 |
|
| 3 |
This is a **disambiguated version** of the WordNet Noun hierarchy dataset, where entity names are formatted as `name: definition` to resolve polysemy issues.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: WordNetNoun (Disambiguated)
|
| 3 |
+
description: >
|
| 4 |
+
Disambiguated version of WordNet's noun hierarchy where entity names are formatted
|
| 5 |
+
as "name: definition" to resolve polysemy issues. This prevents training signal
|
| 6 |
+
conflicts when the same word has multiple meanings.
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
size_categories:
|
| 13 |
+
- 1M<n<10M
|
| 14 |
+
task_categories:
|
| 15 |
+
- feature-extraction
|
| 16 |
+
- sentence-similarity
|
| 17 |
+
pretty_name: WordNetNoun (Disambiguated)
|
| 18 |
+
tags:
|
| 19 |
+
- hierarchy-transformers
|
| 20 |
+
- disambiguation
|
| 21 |
+
- wordnet
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
# WordNetNoun (Disambiguated Version)
|
| 25 |
|
| 26 |
This is a **disambiguated version** of the WordNet Noun hierarchy dataset, where entity names are formatted as `name: definition` to resolve polysemy issues.
|