Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #508

Merged
merged 2 commits into from
Apr 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/experiments-distilbert_kd.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pyserini: Reproducing DistilBERT KD Results

This guide provides instructions to reproduce the TCT-ColBERT dense retrieval model on the MS MARCO passage ranking task, described in the following paper:
This guide provides instructions to reproduce the DistilBERT KD dense retrieval model on the MS MARCO passage ranking task, described in the following paper:

> Sebastian Hofstätter, Sophia Althammer, Michael Schröder, Mete Sertkan, and Allan Hanbury. [Improving Efficient Neural Ranking Models with Cross-Architecture Knowledge Distillation
.](https://arxiv.org/abs/2010.02666) arXiv:2010.02666, October 2020.
Expand Down
2 changes: 1 addition & 1 deletion docs/experiments-sbert.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Hybrid retrieval with dense-sparse representations (without document expansion):
- dense retrieval with SBERT, brute force index.
- sparse retrieval with BM25 `msmarco-passage` (i.e., default bag-of-words) index.

```bas
```bash
$ python -m pyserini.hsearch dense --index msmarco-passage-sbert-bf \
--encoded-queries sbert-msmarco-passage-dev-subset \
sparse --index msmarco-passage \
Expand Down