dqwang122 / HeterSumGraph

Code for ACL2020 paper "Heterogeneous Graph Neural Networks for Extractive Document Summarization"
244 stars 52 forks source link

Questions about fields in the data example given #26

Closed CoderBinGe closed 1 year ago

CoderBinGe commented 2 years ago

Hi, Since constructing my own data set, I want to confirm the number here indicates which sentence of the text is used as the summary, right? image

dqwang122 commented 2 years ago

Yes. The label refers to the index of the selected sentence in the text. Since the model focuses on extractive summarization, which extracts sentences from the document instead of generating new sentences, we only need the index of the selected sentence as the signal during the training phase.