Skip to content

Are all leaderboard results evaluated under 0-shot? #688

Answered by yingfhu
zhimin-z asked this question in Q&A
Discussion options

You must be logged in to vote

0-shot :

retriever=dict(type=ZeroRetriever),

k-shot :

retriever=dict(type=FixKRetriever, fix_id_list=list(range(k))),

use 0,1,5 settings

for k in [0, 1, 5]: xxxxx

We use 0-shot for nq in leaderboard is not shown, i mentioned that it is a special case, normally we won't use multiple shot settings in one config.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@yingfhu
Comment options

@yingfhu
Comment options

@zhimin-z
Comment options

@yingfhu
Comment options

Answer selected by zhimin-z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants