Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: English Word Semantic Similarity
|
6 |
+
size_categories:
|
7 |
+
- 1K<n<10K
|
8 |
+
---
|
9 |
+
|
10 |
+
# English Word Semantic Similarity
|
11 |
+
This dataset is a combination of the following datasets.
|
12 |
+
- [Wordsim-353](https://gabrilovich.com/resources/data/wordsim353/wordsim353.html)
|
13 |
+
- [Simlex-999](https://fh295.github.io/simlex.html)
|
14 |
+
- [SimVerb-3500](https://aclanthology.org/D16-1235/)
|
15 |
+
|
16 |
+
The similarity score is scaled from 0 to 1, with 1 having the highest similarity.
|