Giter Club home page Giter Club logo

acl2016-optimizing-rouge's Introduction

Optimizing an approximation of ROUGE for Multi-Document summarization

In this project, an approximation of ROUGE-N is derived. This approximation is linearly factorizable into the individual scores of sentences which can be then optimize via Integer Linear Programming (ILP). This repositery contains the code for our optimizer which takes scored sentences and extract the best summary according to the ROUGE approximation.

If you reuse this software, please use the following citation:

@InProceedings{peyrard:2016:ACL,
  author = {Peyrard, Maxime and Eckle-Kohler, Judith},
  title = {Optimizing an Approximation of ROUGE - a Problem-Reduction Approach to Extractive Multi-Document Summarization},
  month = {aug},
  year = {2016},
  publisher = {Association for Computational Linguistics},
  booktitle = {Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (ACL 2016)},
  pages = {1825--1836},
  volume = {Volume 1: Long Papers},
  location = {Berlin, Germany},
}

Abstract: This paper presents a problem-reduction approach to extractive multi-document summarization, where we propose a reduction to the problem of scoring individual sentences with their ROUGE scores based on supervised learning. For the summarization, which builds upon the sentence scores, we derive an approximation of the ROUGE score of a set of sentences, and define a principled discrete optimization problem for sentence selection. We perform a detailed experimental evaluation on two DUC datasets to demonstrate the validity of our approach and will make the code freely available. Our approach establishes a prerequisite for leveraging and exploiting a variety of existing techniques from machine learning for multi-document summarization.

Contact person: Maxime Peyrard, [email protected]

http://www.ukp.tu-darmstadt.de/

http://www.tu-darmstadt.de/

Don't hesitate to send us an e-mail or report an issue, if something is broken (and it shouldn't be) or if you have further questions.

This repository contains experimental software and is published for the sole purpose of giving additional background details on the respective publication.

Requirements

Expected results

To check the installation, a trivial toy example is computed by running: python ilp_r.py

Parameter description

  • sentences

    • a list of the sentences with their scores [(sentence, score)].
  • length_constraint

    • the length constraint of the summary in number of words.
  • [overlap_discount]

    • hyper-parameter to specify the discount in the pairwise interactions between sentences.
  • [damping]

    • factor to give some control on the relative importance between sentence scores and pairwise interactions.
  • [max_depth]

    • Use for computation efficiency, only consider the top max_depth sentences.
  • [N]

    • N for N-grams. Indicates whether the optimizer should work with unigrams, bigrams, ...

acl2016-optimizing-rouge's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.