Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
semantic-similarity-classification
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
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:**
|
60 |
-
- **Size of the generated dataset:**
|
61 |
-
- **Total amount of disk used:**
|
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 ~
|
67 |
-
|
68 |
|
69 |
### Supported Tasks and Leaderboards
|
70 |
|
@@ -79,18 +79,18 @@ English.
|
|
79 |
### Data Instances
|
80 |
|
81 |
**PS**
|
82 |
-
* Size of downloaded dataset files:
|
83 |
-
* Size of the generated dataset:
|
84 |
-
* Total amount of disk used:
|
85 |
|
86 |
```
|
87 |
{
|
88 |
-
"phrase1": "
|
89 |
-
"phrase2": "
|
90 |
-
"sentence1": "
|
91 |
-
"sentence2": "
|
92 |
"label": 0,
|
93 |
-
"idx":
|
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 |
|