Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ task_ids: []
|
|
59 |
### Dataset Summary
|
60 |
|
61 |
PR is a phrase retrieval task with the goal of finding a phrase **t** in a given document **d** such that **t** is semantically similar to the query phrase, which is the paraphrase **q**<sub>1</sub> provided by annotators.
|
62 |
-
We release two versions of PR: **PR-pass** and **PR-page**, \ie datasets of 3-tuples (query **q**<
|
63 |
While PR-pass contains 28,147 examples, PR-page contains slightly fewer examples (28,098) as we remove those trivial examples whose Wikipedia pages contain exactly the query phrase (in addition to the target phrase).
|
64 |
Both datasets are split into 5K/3K/~20K for test/dev/train, respectively.
|
65 |
|
|
|
59 |
### Dataset Summary
|
60 |
|
61 |
PR is a phrase retrieval task with the goal of finding a phrase **t** in a given document **d** such that **t** is semantically similar to the query phrase, which is the paraphrase **q**<sub>1</sub> provided by annotators.
|
62 |
+
We release two versions of PR: **PR-pass** and **PR-page**, \ie datasets of 3-tuples (query **q**<sub>1</sub>, target phrase **t**, document **d**) where **d** is a random 11-sentence passage that contains **t** or an entire Wikipedia page.
|
63 |
While PR-pass contains 28,147 examples, PR-page contains slightly fewer examples (28,098) as we remove those trivial examples whose Wikipedia pages contain exactly the query phrase (in addition to the target phrase).
|
64 |
Both datasets are split into 5K/3K/~20K for test/dev/train, respectively.
|
65 |
|