quentin-burthier / DCA

PyTorch implementation of Deep Communicating Agents for Abstractive Summarization
MIT License
8 stars 2 forks source link

how to divide the text into 2/3/5 paragraph ? #5

Closed rainsher closed 4 years ago

rainsher commented 4 years ago

In the paper, it said that each agent encodes one paragraph and it has experimented in 2/3/5 angent. but cnn/dailymail has no obvious break in text. how to split each document?