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

Can you release the codes for evaluation and training hyperparameters? #6

Open
ShuoZhangXJTU opened this issue Sep 27, 2023 · 2 comments

Comments

@ShuoZhangXJTU
Copy link

I am trying to reproduce the results on MQUAKE-T and found the multihop results for "Base" are way less (16.22/22.59 for multihop and cot) than reported in Table 4. And I can not reproduce the FT results either.

Can you release your codes on evaluation and your own training hyperparameters for reproduction?

@a3616001
Copy link
Member

Hi @ShuoZhangXJTU !

Sorry for the evaluation issue! The bug is that the MQuAKE-T dataset we released before didn't contain the extended pre-edit gold answers (Appendix E in our updated version). This will cause a much lower performance of the base model due to the time mismatch of the training corpus and our Wikidata dump.

I have updated the dataset and MQuAKE-T includes a new field answer_extended which we used in our experiments. You should also use this filed for evaluating the base model before editing.

For FT results: we use the same hyperparameters as MEMIT did.

@ShuoZhangXJTU
Copy link
Author

ShuoZhangXJTU commented Nov 29, 2023 via email

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