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

About releasing the implementation of DESEL #4

Open
liangyingshao opened this issue Mar 7, 2024 · 2 comments
Open

About releasing the implementation of DESEL #4

liangyingshao opened this issue Mar 7, 2024 · 2 comments

Comments

@liangyingshao
Copy link

Hello! Thank You so much for sharing your awesome work!
I've been trying to find the implementation code for your proposed decoding strategy DESEL in "Rethinking Model Selection and Decoding for Keyphrase Generation with Pre-trained Sequence-to-Sequence Models". Would you please release the code for DESEL and the checkpoint of the one2one model you used for DESEL? Alternatively, the code to finetune a one2one model would also be helpful.
Thanks!

@liangyingshao liangyingshao changed the title About release the implementation of DESEL About releasing the implementation of DESEL Mar 8, 2024
@xiaowu0162
Copy link
Contributor

xiaowu0162 commented Mar 10, 2024

Hi @liangyingshao ,

Thank you for the interest. Unfortunately we have lost the checkpoint. You can directly train a new one by processing the data for one2one and run https://github.com/uclanlp/DeepKPG/blob/main/sequence_generation/seq2seq/run_bart_large.sh. We will update the implementation for the decoding experiments later due to limited bandwidth. However, the implementation of DESEL can be reduced to directly calling BartScore (https://github.com/neulab/BARTScore) with the one2one model for scoring the likelihood of each of the phrases, which is straightforward.

@liangyingshao
Copy link
Author

Thank you! Looking forward to your updates.

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