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

Integrate DANCER-summ #17

Closed achen353 closed 2 years ago

achen353 commented 2 years ago

Overview

Given the divide and conquer approach of DANCER-summ, we will handle the summarization of a single document by section Paper: https://arxiv.org/pdf/2004.06190.pdf GitHub: https://github.com/AlexGidiotis/DANCER-summ

TODO

NOTE: Labeling Function is defined as the function that helps provide binary ground truth for all the sentences in the text for extractive summarization.