Skip to content

Commit

Permalink
Fixing MS-MARCO Passage extraction (#703)
Browse files Browse the repository at this point in the history
* Fixing Document Expansion by Query Prediction link

Document Expansion by Query Prediction link previously led to Simple Applications of BERT for Ad Hoc Document Retrieval

* Fixing tar command

the file extracted is tar.gz thus z option is needed
  • Loading branch information
Ricocotam authored and rodrigonogueira4 committed Jun 12, 2019
1 parent e4a7233 commit 103d42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/experiments-msmarco-passage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First, we need to download and extract the MS MARCO passage dataset:
mkdir msmarco-passage
wget https://msmarco.blob.core.windows.net/msmarcoranking/collectionandqueries.tar.gz -P msmarco-passage
tar -xvf msmarco-passage/collectionandqueries.tar.gz -C msmarco-passage
tar -xzvf msmarco-passage/collectionandqueries.tar.gz -C msmarco-passage
```

To confirm, `collectionandqueries.tar.gz` should have MD5 checksum of `31644046b18952c1386cd4564ba2ae69`.
Expand Down

0 comments on commit 103d42b

Please sign in to comment.