PiC commited on
Commit
cea1db2
1 Parent(s): ec44bb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -56,15 +56,15 @@ task_ids:
56
  - **Paper:**
57
  - **Leaderboard:**
58
  - **Point of Contact:** [Thang Pham](<thangpham@auburn.edu>)
59
- - **Size of downloaded dataset files:** 25.03 MB
60
- - **Size of the generated dataset:** 16.22 MB
61
- - **Total amount of disk used:** 41.25 MB
62
 
63
  ### Dataset Summary
64
 
65
  PS is a binary classification task with the goal of predicting whether two multi-word noun phrases are semantically similar or not given *the same context* sentence.
66
- This dataset contains ~56K pairs of two phrases along with their contexts used for disambiguation, since two phrases only sometimes are not enough for semantic comparison.
67
- Around 28K positive examples were annotated by linguistic experts on <upwork.com> while the other 28K negative examples were created by randomly replacing 50% of the phrase tokens in the positive examples.
68
 
69
  ### Supported Tasks and Leaderboards
70
 
@@ -79,18 +79,18 @@ English.
79
  ### Data Instances
80
 
81
  **PS**
82
- * Size of downloaded dataset files: 24.63 MB
83
- * Size of the generated dataset: 15.94 MB
84
- * Total amount of disk used: 40.58 MB
85
 
86
  ```
87
  {
88
- "phrase1": "greater presence",
89
- "phrase2": "msie usage",
90
- "sentence1": "The songs on the album feature a greater presence of band member Martin Swope's electronic and tape sound effects than with the band's previous recordings.",
91
- "sentence2": "The songs on the album feature a msie usage of band member Martin Swope's electronic and tape sound effects than with the band's previous recordings.",
92
  "label": 0,
93
- "idx": 1,
94
  }
95
  ```
96
 
 
56
  - **Paper:**
57
  - **Leaderboard:**
58
  - **Point of Contact:** [Thang Pham](<thangpham@auburn.edu>)
59
+ - **Size of downloaded dataset files:** 4.60 MB
60
+ - **Size of the generated dataset:** 2.96 MB
61
+ - **Total amount of disk used:** 7.56 MB
62
 
63
  ### Dataset Summary
64
 
65
  PS is a binary classification task with the goal of predicting whether two multi-word noun phrases are semantically similar or not given *the same context* sentence.
66
+ This dataset contains ~10K pairs of two phrases along with their contexts used for disambiguation, since two phrases are not enough for semantic comparison.
67
+ Our ~10K examples were annotated by linguistic experts on <upwork.com> and verified in two rounds by 1000 Mturkers and 5 linguistic experts.
68
 
69
  ### Supported Tasks and Leaderboards
70
 
 
79
  ### Data Instances
80
 
81
  **PS**
82
+ * Size of downloaded dataset files: 4.60 MB
83
+ * Size of the generated dataset: 2.96 MB
84
+ * Total amount of disk used: 7.56 MB
85
 
86
  ```
87
  {
88
+ "phrase1": "annual run",
89
+ "phrase2": "yearlong performance",
90
+ "sentence1": "since 2004, the club has been a sponsor of the annual run for rigby to raise money for off-campus housing safety awareness.",
91
+ "sentence2": "since 2004, the club has been a sponsor of the yearlong performance for rigby to raise money for off-campus housing safety awareness.",
92
  "label": 0,
93
+ "idx": 0,
94
  }
95
  ```
96