This is the repo for EMNLP 2023: Instructive Dialogue Summarization with Query Aggregations
Python = 3.10 (tested)
pip install -r requirements.txt
The main contributions:
-
Release of Data
- SAMSum
- SAMSum_QDS (Ours)
- DialogSum (Ours with name replacement)
- DialogSum_QDS (Ours)
- TODSum
- TODSum_QDS (Ours)
- DREAM
-
Traned Model
- Our model is trained from Flan-T5-XL.
- The model is uploaded and accessible from InstructDS.
-
Demo of Instruvtive Summarization
bash demo.sh # A100 GPU with 40G memory: Pass # A5000 GPU with 24G memory: Pass
-
Demo Page (You can run locally.)
Fore more information, please refer to Slides for Demo, Paper, and Poster.
@misc{wang2023instructive,
title={Instructive Dialogue Summarization with Query Aggregations},
author={Bin Wang and Zhengyuan Liu and Nancy F. Chen},
year={2023},
eprint={2310.10981},
archivePrefix={arXiv},
primaryClass={cs.CL}
}