PiC commited on
Commit
2d94993
1 Parent(s): aa21c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ task_ids: []
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.
 
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**<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**<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.