-
Notifications
You must be signed in to change notification settings - Fork 6
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
Why is the effect obtained after running the evaluated code less than 0.05 instead of 0.8 in the table (such as Thai BM25)? #10
Comments
Can you provide more details please? |
Thanks, I followed the steps above in readme.
Execute this first:
python -m pyserini.search --bm25 \
--language th \
--topics mrtydi-v1.1-thai-test \
--index mrtydi-v1.1-thai \
--output runs/run.bm25.mrtydi-v1.1-thai.test.txt
Then execute this:
python -m pyserini.eval.trec_eval -c -m recip_rank -m recall.100 dataset/qrels.test.txt runs/run.bm25. mrtydi-v1.1-thai.test.txt
The final result is:
Did my steps go wrong?
In addition, I have another question, if we can directly calculate the results of recall from topic.test.csv. So what does topic.train.csv do here? Is my thinking or procedure wrong?
Looking forward to your reply, thank you.
朱铭洋
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Jimmy ***@***.***>;
发送时间: 2023年11月1日(星期三) 上午8:53
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [castorini/mr.tydi] Why is the effect obtained after running the evaluated code less than 0.05 instead of 0.8 in the table (such as Thai BM25)? (Issue #10)
Can you provide more details please?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi @talk2much! Thanks for your interest in our work! I would suggest on verifying the content on your First:
which is the same as you shared; and then evaluate using:
This gives results that match to the paper:
I'm not sure if I fully understand the question, but the Let us know if you have more questions! |
Why is the effect obtained after running the evaluated code less than 0.05 instead of 0.8 in the table (such as Thai BM25)?
The text was updated successfully, but these errors were encountered: