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

Pre-trained BART performance on XSum lower than expected #3811

Closed
morningmoni opened this issue Apr 15, 2020 · 4 comments
Closed

Pre-trained BART performance on XSum lower than expected #3811

morningmoni opened this issue Apr 15, 2020 · 4 comments
Labels

Comments

@morningmoni
Copy link

Greetings,

I am trying to reproduce BART's results on xsum using 'bart-large-xsum' and modified examples/summarization/bart/evaluate_cnn.py (max_length=60, min_length=10, beam=6, lenpen=1) but got lower ROUGE scores than reported.

I first obtained comparable results on CNNDM using 'bart-large-cnndm' and the dataset on s3:

CNNDM R-1 R-2 R-L
BART (Lewis et al., 2019) 44.16 21.28 40.9
BART (ours) 44.32 21.12 41.13

I then obtained the raw xsum dataset from the original authors and saved them to test.source and test.target (cased) as for CNNDM. Then I ran evaluate_cnn.py with the new parameters above. Is there anything that I am missing? Thank you!

XSum R-1 R-2 R-L
BART (Lewis et al., 2019) 45.14 22.27 37.25
BART (ours) 44.7 21.04 35.64
@astariul
Copy link
Contributor

I'm having the exact same issue, with the official BART code on fairseq.

The author is currently looking into it.

@stale
Copy link

stale bot commented Jun 15, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 15, 2020
@stale stale bot closed this as completed Jun 22, 2020
@swethmandava
Copy link
Contributor

swethmandava commented Oct 5, 2020

I downloaded data from here and was able to get 45.37 / 22.30 / 37.19 using facebook/bart-large-xsum model

@shirley-wu
Copy link

I downloaded data from here and was able to get 45.37 / 22.30 / 37.19 using facebook/bart-large-xsum model

Hi @swethmandava , this dataset seems to have different train/valid/test split from the original dataset. Can you reproduce the scores with the original dataset?

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

No branches or pull requests

4 participants