Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Nov 23, 2024
1 parent 70307bf commit 084e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyterrier_dr/prf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def average_prf(*, k : int = 3):
Example::
prf_pipe = model >> index >> index.vec_loader() >> pyterier_dr.vector_prf() >> index
prf_pipe = model >> index >> index.vec_loader() >> pyterier_dr.average_prf() >> index
Reference: Hang Li, Ahmed Mourad, Shengyao Zhuang, Bevan Koopman, Guido Zuccon. [Pseudo Relevance Feedback with Deep Language Models and Dense Retrievers: Successes and Pitfalls](https://arxiv.org/pdf/2108.11044.pdf)
Expand Down

0 comments on commit 084e277

Please sign in to comment.