conda create -n PETD python==3.10
conda activate PETD
pip install -r requirement.txt
- For the topic prediction task :
python topic.py -dataset {dataset}
- For the response generation task:
python generation.py -dataset {dataset}
@inproceedings{fan-etal-2024-personalized,
title = "Personalized Topic Selection Model for Topic-Grounded Dialogue",
author = "Fan, Shixuan and
Wei, Wei and
Wen, Xiaofei and
Mao, Xian-Ling and
Chen, Jixiong and
Chen, Dangyang",
editor = "Ku, Lun-Wei and
Martins, Andre and
Srikumar, Vivek",
booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
month = aug,
year = "2024",
address = "Bangkok, Thailand",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/2024.findings-acl.429/",
doi = "10.18653/v1/2024.findings-acl.429",
pages = "7188--7202"
}