Skip to content

Long text summarization using pointer generator networks

Notifications You must be signed in to change notification settings

nishanth01/summary_final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W266 - Text summarization using pointer generator networks

File Reference

Baseline model (Sequence to sequence with attention)

  • baseline_train.ipynb: Notebook with code to train the model.
  • baseline_view_sample.ipynb: Notebook to view a random example.This uses the trained model to generate a summary.
  • baseline_compute_results.ipynb: Notebook to compute the ROUGE scores for the generated summary.
  • baseline_view_specific_example.ipynb: Notebook to view a specific example.Provide a number between 0 to 10000 (depending on how the data is setup)

Pointer generator model with coverage (Baseline + Pointer generator with coverage)

  • pointergen_train.ipynb: Notebook with code to train the model.
  • pointergen_view_sample.ipynb: Notebook to view a random example.This uses the trained model to generate a summary.
  • pointergen_compute_results.ipynb: Notebook to compute the ROUGE scores for the generated summary.
  • pointergen_view_specific_example.ipynb: Notebook to view a specific example. Provide a number between 0 to 10000 (depending on how the data is setup) to view a generated summary for that example.

Dependencies

About

Long text summarization using pointer generator networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published