Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update new data with more challenging negative examples.
Browse files- phrase_similarity.py +3 -3
phrase_similarity.py
CHANGED
@@ -45,9 +45,9 @@ _LICENSE = "CC-BY-NC-4.0"
|
|
45 |
|
46 |
_URL = "https://auburn.edu/~tmp0038/PiC/"
|
47 |
_SPLITS = {
|
48 |
-
"train": "train-v1.0.json",
|
49 |
-
"dev": "dev-v1.0.json",
|
50 |
-
"test": "test-v1.0.json",
|
51 |
}
|
52 |
|
53 |
_PS = "PS-hard"
|
|
|
45 |
|
46 |
_URL = "https://auburn.edu/~tmp0038/PiC/"
|
47 |
_SPLITS = {
|
48 |
+
"train": "train-hard-v1.0.json",
|
49 |
+
"dev": "dev-hard-v1.0.json",
|
50 |
+
"test": "test-hard-v1.0.json",
|
51 |
}
|
52 |
|
53 |
_PS = "PS-hard"
|