Skip to content

This repository contains a module for query-focused summarization of discussion threads in the DISCOSUMO project.

License

Notifications You must be signed in to change notification settings

DISCOSUMO/query-based_summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

query-based_summarization

This repository contains a module for query-focused summarization of discussion threads in the DISCOSUMO project. It takes two input arguments:

  • a directory of threads (XML format is described here)
  • a tab-separated file of the format query,clicked title,threadid

It implements Maximal Marginal Relevance (MMR) for a query-thread pair, and scores the posts in a thread using MMR.

The input format is highly specific for the DISCOSUMO project but the implementation of MMR might be reusable in other contexts.

License

See the LICENSE file for license rights and limitations (GNU-GPL v3.0).

About

This repository contains a module for query-focused summarization of discussion threads in the DISCOSUMO project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages