PiC commited on
Commit
f6f4edd
1 Parent(s): c21a91e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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**<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
 
@@ -194,4 +194,4 @@ The data fields are the same among all subsets and splits.
194
 
195
  ### Contributions
196
 
197
- Thanks to [@ThangPM](https://github.com/ThangPM) for adding this dataset.
 
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**, i.e., 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
 
 
194
 
195
  ### Contributions
196
 
197
+ Thanks to [@ThangPM](https://github.com/ThangPM) for adding this dataset.