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

How to get LAReQA results across different question languages #94

Open
shunyuzh opened this issue Sep 1, 2022 · 5 comments
Open

How to get LAReQA results across different question languages #94

shunyuzh opened this issue Sep 1, 2022 · 5 comments

Comments

@shunyuzh
Copy link

shunyuzh commented Sep 1, 2022

Hi @sebastianruder and others,

I have seen in the paper you show the LAReQA results (mean average precision@20) across different question languages.

However, following the released scripts, I can only get the AVG results of all languages. Could you point out how to get them across different question languages.

Feel free to point out my silly problem. Thanks all.

@shunyuzh
Copy link
Author

shunyuzh commented Sep 2, 2022

@nconstant-google Hi Noah, could you give some suggestions?

@nconstant-google
Copy link
Contributor

@bothameister , who may remember how we calculated the per-language scores for LAReQA and Mewsli-X.

@shunyuzh
Copy link
Author

shunyuzh commented Sep 6, 2022

@bothameister , who may remember how we calculated the per-language scores for LAReQA and Mewsli-X.

Hi all, Mewsli-X results for per-languages are reported in the evaluation logs, while LAReQA not. So could you fix the evaluation log of LAReQA? It seems complicated according to the descriptions in your paper so I can't manage it.

You know in the multilingual domain people would care the per-language scores. Looking forward to your replies.

Thanks all.

@nconstant-google
Copy link
Contributor

Hi Shunyu, to confirm, are you trying to produce something like Table 24 from https://arxiv.org/abs/2104.07412v2 ? It's been a while since I looked at this, but I'd guess you can get per-language results by updating this line something like this?

all_questions = [q for q in question_set.as_list() if q.language == 'ar']

@shunyuzh
Copy link
Author

Hi Shunyu, to confirm, are you trying to produce something like Table 24 from https://arxiv.org/abs/2104.07412v2 ? It's been a while since I looked at this, but I'd guess you can get per-language results by updating this line something like this?

all_questions = [q for q in question_set.as_list() if q.language == 'ar']

Thanks, I am going to try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants