PiC commited on
Commit
ec44bb0
·
1 Parent(s): 406cb9b

Update new data with more challenging negative examples.

Browse files
Files changed (1) hide show
  1. 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"