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

Is there any plan to upload code? #1

Open
uoneway opened this issue Jan 2, 2021 · 5 comments
Open

Is there any plan to upload code? #1

uoneway opened this issue Jan 2, 2021 · 5 comments

Comments

@uoneway
Copy link

uoneway commented Jan 2, 2021

I read your paper, "SupMMD: A Sentence Importance Model for Extractive Summarization using Maximum Mean Discrepancy" interestingly.
Is there any plan to upload code?
If so, let me know the day

@bistaumanga
Copy link
Member

Hi uoneway, thanks for the interests in our work. We plan to release the code soon.

@uoneway
Copy link
Author

uoneway commented Jan 3, 2021

Thank you! I'm looking forward to it.

And. I have one question.
According to my understanding, your paper suggests objective, SupMMD which can be applied for diverse models.
Then.. Which model is used for your implement of SupMMD? I cannot find it in the paper.
Could you explain about it?

@bistaumanga
Copy link
Member

I am not sure if i understand your question correctly? Can you please let me know which part of paper you have this question?

@uoneway
Copy link
Author

uoneway commented Jan 11, 2021

From what I understand,, your paper suggests 'technique' can be apply to other 'model'.
So, I want to know the model structure you use(refered as 'SupMMD' in table2 and 3)
(If I am wrong, please let me know ^^;)

@bistaumanga
Copy link
Member

Hi @uoneway As we can see in eq 4.5, the model has 2 parts, the f_theta()'s and k(): the first one is for modeling importance, for which we use log-linear model (sec 4.2) and for k(), which is modeling sentence-sentence similarity, we use bigrams similarity kernel or kernels combined with MKL (sec 4.5). In table 2,3, we talk about variants, such as SupMMD (importance modeling + bigrams kernel), SupMMD + MKL (importance + MKL), For oracle extraction variant please see sec 5.4, and for sentence compression, please see first paragraph of sec 6.

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