Update README.md
Browse files
README.md
CHANGED
@@ -58,10 +58,10 @@ task_ids: []
|
|
58 |
|
59 |
### Dataset Summary
|
60 |
|
61 |
-
PR is a phrase retrieval task with the goal of finding a phrase
|
62 |
-
We release two versions of PR:
|
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
|
65 |
|
66 |
### Supported Tasks and Leaderboards
|
67 |
|
|
|
58 |
|
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**<sup>1</sup> provided by annotators.
|
62 |
+
We release two versions of PR: **PR-pass** and **PR-page**, \ie datasets of 3-tuples (query **q**<sup>1</sup>, 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 |
|
66 |
### Supported Tasks and Leaderboards
|
67 |
|