MatchSum icon indicating copy to clipboard operation
MatchSum copied to clipboard

Code for ACL 2020 paper: "Extractive Summarization as Text Matching"

Results 18 MatchSum issues
Sort by recently updated
recently updated
newest added

Hello, I run the following code error, tried a lot of solutions, but failed, what should I do? json.decoder.JSONDecodeError: Expecting value: line 1 column 12283 (char 12282)

Is it possible to use this model in a chinese summerization situation?

Hi Thank you for publishing your work The jsonl for test-bert doesn't contain the article title or URL, used in presumm. Can you please let me know if there's a...

Hi, I have a question about the calculation of triplet loss. For example, for a certain document, you have 4 candidate sentences, {s1,s2,s3,s4} (Rouge s1 > Rouge s2 > Rouge...

I wonder how do you set lr in the optimizer? I found lr=0 in your code which is different from what you said in your paper.

if i use one devices ,show Segmentation fault (core dumped)

What is the maximum possible document length when using `MatchSum`? It seems that when just passing a document into a transformer, e.g. Bert, it can't handle more than 512 or...

Hello For the multinews dataset, I took your rouge evaluation code, and also your generated output. I am not getting the same result: **Here is your report result:** ``` ---------------------------------------------...