Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 967 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 967 Bytes

Dialogue Summarization

Code for Unsupervised Abstractive Dialogue Summarization with Word Graphs and POV Conversion, presented at WIT Workshop @ ACL2022.

overview

Installation

pip install [-e] .

Running benchmarks

Meeting benchmarks

Extracted AMI and ISCI datasets were taken from this repository.

Pre-segmented AMI and ISCI datasets were taken from this repository.

scripts/run_meetings.sh

Other baselines

Download DialogSum, SAMSum, MediaSum, Summscreen, and ADSC (too big for GitHub!). Modify the data paths in scripts below accordingly.

scripts/run_baselines.sh