Cannot reproduce the IRNet+BERT results
See original GitHub issueThank you for sharing the IRNet+bert model. The code is very useful, but I can not reproduce the results from the paper (61.9% dev acc).
Testing the pre-trained model downloaded from #2, I got Acc: 0.572957, Beam Acc: 0.598249
using your eval and 0.572
EM accuracy using the official evaluation script.
Testing the model trained from scratch (bert branch), I got similar results: Acc: 0.564202, Beam Acc: 0.600195
using your eval and 0.573
EM accuracy using the official script.
Do you have similar results from eval.py
script? What is the accuracy of the released model?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
No raw data, no science: another possible source of the ...
It is not surprising that the results cannot be reproduced if the raw data of the studies do not exist from the beginning....
Read more >Six factors affecting reproducibility in life science research and ...
There are several reasons why an experiment cannot be replicated. ... Many studies claim a significant result, but their findings cannot be reproduced....
Read more >What should you do if you cannot reproduce published results?
Just publish. Publish your attempts to replicate the findings, documenting the discrepancies, together with the nice results you've obtained ...
Read more >The Replication Crisis in Psychology - Noba Project
Faked results are only one reason studies may not replicate, but it is the most disturbing reason.
Read more >Record steps to reproduce a problem - Microsoft Support
To record and save steps on your computer Select Start Record. Go through the steps to reproduce the problem you're trying to diagnose....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I implemented a BERT encoder myself (https://github.com/brunnurs/valuenet)
@brunnurs did you reproduce IRNet+BERT results in your version? The abstract of your paper sounds very interesting, will read it 😃