Skip to content

A graph-based and a neural-based approach for humanitarian documents summarization.

Notifications You must be signed in to change notification settings

IFRCGo/summarization-humanitarian-documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

summarization-humanitarian-documents

A graph-based approach and a neural-based approach for humanitarian documents summarization.

Text Rank is a graph based model, that using text units as vertices and the similarity between the text units as the edges, rank the text units, from most relevant to least relevant. Given this ranking, and a fixed length of the desired output summary, the model produces a summary in an unsupervised manner.

NeuSum is a neural based model, that employs a hierarchical document encoder, to get sentences representations, and a sentence extractor, that from the sentences representations, goes extracting, step by step a new sentence, according to its overall contribution to the performance of the current summary in a supervised manner.

For the word representation the performance of out domain and in domain GloVe embeddings are compared.

The data used for such comparison belongs to the DEEP platform.

About

A graph-based and a neural-based approach for humanitarian documents summarization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published