Skip to content

Commit

Permalink
note about retriever bug for customers taking early look
Browse files Browse the repository at this point in the history
  • Loading branch information
puririshi98 authored Jan 7, 2025
1 parent b3b1524 commit 5775885
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/llm/hotpot_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
We will use precision as a proxy for recall. This is because for recall,
we must know how many relevant triples exist for each question,
but this is not known.
Note that the retrieval precision may be much lower than expected.
likely due to a bug in retriever causing similar issue here:
https://github.com/pyg-team/pytorch_geometric/pull/9806
"""
precisions = []
for QA_pair in relevant_triples.keys():
Expand Down

0 comments on commit 5775885

Please sign in to comment.