Skip to content

croesuslab/MultiBiasTextRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Multi-Bias TextRank

Compound Bias-Focused Extractive Summarization

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

Logo

Current Query-Focused Summarization (QFS) models consider a single input query. Given an arbitrary corpus of text, the query's formulation is burdened with addressing it at various language registers and degrees of specificity.

The Compound Bias-Focused Summarization (CBFS) framework combines the effects of multiple biases, thus partitionning the linguistic and informational constraints. This is analoguous to humans reformulating questions from multiple perspectives or through various language registers for a wider coverage of their audience. Additionally, non-query biases such as sentiment strength can be factored in for Explicative Sentiment Summarization (ESS).

Here, we extend Kazemi et al. (2020)’s Biased TextRank model to Multi-Bias TextRank to demonstrate the CBFS framework.

Getting Started

Prerequisites

Poetry

curl -sSL https://install.python-poetry.org | python3 -

Installation

git clone https://github.com/croesuslab/lab30-summarization-ahmedm/tree/main/models/MultiBiasTextRank
cd MultiBiasTextRank/
poetry install

(back to top)

Usage

See test_mbtr.py and test_ess_mbtr.py.

(back to top)

Contact

ahmed.moubtahij.1@ens.etsmtl.ca

(back to top)

Acknowledgments

(back to top)

About

Compound Bias-Focused Extractive Summarization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages