Pointer network for extractive summarization
Requirements
To run the souce codes, some external packages are required
- python 2.7
- Tensorflow 1.4
Input
data file:
<original title>\t\t<short title>
vocab file:
<word>\t<count>
This code is based on the Pointer-Generator code.