achen353 / TransformerSum

BERT-based extractive summarizer for long legal document using a divide-and-conquer approach
GNU General Public License v3.0
3 stars 0 forks source link

Fix Combination and Greedy strategies #24

Closed achen353 closed 2 years ago

achen353 commented 2 years ago

Fix Combination and Greedy strategies so that each section at least has one sentence to be assigned as 1 (meaning it's classified as being part of an extractive summary)

achen353 commented 2 years ago

Fixed in #25