Skip to content

Commit

Permalink
Fix wiki corpora experiments doc (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
manveertamber authored Oct 13, 2023
1 parent f889bc4 commit ce98af4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/experiments-wiki-corpora.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Retrieval can be performed in Pyserini as we make the encoded-queries for Natura
### Natural Questions
```bash
python -m pyserini.search.faiss \
--index wiki-all-6-3-all-dpr2-multi \
--index wiki-all-6-3.dpr2-multi-retriever \
--topics nq-test \
--encoded-queries wiki-all-6-3-dpr2-multi-nq-test \
--output runs/run.wiki-all-6-3.nq-test.dpr2.trec \
Expand Down Expand Up @@ -118,7 +118,7 @@ Top100 accuracy: 0.9175
### TriviaQA
```bash
python -m pyserini.search.faiss \
--index wiki-all-6-3-dpr2-multi \
--index wiki-all-6-3.dpr2-multi-retriever \
--topics dpr-trivia-test \
--encoded-queries wiki-all-6-3-dpr2-multi-dpr-trivia-test \
--output runs/run.wiki-all-6-3.dpr-trivia-test.dpr2.trec \
Expand Down
4 changes: 2 additions & 2 deletions pyserini/encoded_query_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"total_queries": 11313,
"downloaded": False
},
"wiki-6-3-all-dpr2-multi-nq-test": {
"wiki-all-6-3-dpr2-multi-nq-test": {
"description": "NQ test set questions encoded by castorini/wiki-all-6-3-multi-dpr2-query-encoder.",
"urls": [
"https://github.com/castorini/pyserini-data/raw/main/encoded-queries/query-embedding-wiki-all-6-3-dpr2-multi-retriever-nq-test-20230103-186fa7.tar.gz",
Expand All @@ -425,7 +425,7 @@
"total_queries": 3610,
"downloaded": False
},
"wiki-6-3-all-dpr2-multi-dpr-trivia-test": {
"wiki-all-6-3-dpr2-multi-dpr-trivia-test": {
"description": "TriviaQA test set questions encoded by castorini/wiki-all-6-3-multi-dpr2-query-encoder.",
"urls": [
"https://github.com/castorini/pyserini-data/raw/main/encoded-queries/query-embedding-wiki-all-6-3-dpr2-multi-retriever-dpr-trivia-test-20230103-186fa7.tar.gz",
Expand Down

0 comments on commit ce98af4

Please sign in to comment.