Skip to content

unknowed-ER/PETD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personalized Topic Selection Model for Topic-Grounded Dialogue (ACL 2024 findings)

System Requirements

conda create -n PETD python==3.10
conda activate PETD
pip install -r requirement.txt

Train & Eval

  • For the topic prediction task : python topic.py -dataset {dataset}
  • For the response generation task: python generation.py -dataset {dataset}

Cite

@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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages