[EMNLP 2023 Slides], [Paper], [Training and Evaluation Code], [Poster], [Dataset]
Dialogue summarization framework described in the paper Instructive Dialogue Summarization with Query Aggregations (EMNLP 2023). This part is for demo. The training and evaluation part can be found from above Training and Evaluation Code link.
python 3.10
pip install -r requirements.txt
-
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.
@inproceedings{wang-etal-2023-instructive,
title = "Instructive Dialogue Summarization with Query Aggregations",
author = "Wang, Bin and
Liu, Zhengyuan and
Chen, Nancy",
editor = "Bouamor, Houda and
Pino, Juan and
Bali, Kalika",
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
month = dec,
year = "2023",
address = "Singapore",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2023.emnlp-main.474",
pages = "7630--7653",
}
@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}
}



