Skip to content

An Empirical Study of Multitask Learning to Improve Open Domain Dialogue Systems, NoDaLiDa 2023

License

Notifications You must be signed in to change notification settings

m3hrdadfi/MoGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoGPT: An Empirical Study of Multitask Learning to Improve Open Domain Dialogue Systems

Abstract

Autoregressive models used to generate responses in open-domain dialogue systems often struggle to take long-term context into account and to maintain consistency over a dialogue. Previous research in open-domain dialogue generation has shown that the use of auxiliary tasks can introduce inductive biases that encourage the model to improve these qualities. However, most previous research has focused on encoder-only or encoder/decoder models, while the use of auxiliary tasks in decoder-only autoregressive models is under-explored. This paper describes an investigation where four different auxiliary tasks are added to small and medium-sized GPT-2 models fine-tuned on the PersonaChat and DailyDialog datasets. The results show that the introduction of the new auxiliary tasks leads to small but consistent improvement in evaluations of the investigated models.

Usage

...

Fine-Tuned Model Weights

The fine-tuned weights for the models on both PersonaChat and DailyDialog datasets can be found on the Hugging Face Model Hub. Follow the links provided below to access them:

These models can then be used for generating responses in your dialogue systems. Please refer to the Hugging Face documentation and the Transformers library for more information on how to use these models.

Reference

@inproceedings{MoGPT,
    title = "An Empirical Study of Multitask Learning to Improve Open Domain Dialogue Systems",
    author = "Farahani, Mehrdad  and Johansson, Richard",
    booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
    month = may,
    year = "2023",
    address = "T{\'o}rshavn, Faroe Islands",
    publisher = "University of Tartu Library",
    url = "https://aclanthology.org/2023.nodalida-1.36",
    pages = "347--357",
    abstract = "Autoregressive models used to generate responses in open-domain dialogue systems often struggle to take long-term context into account and to maintain consistency over a dialogue. Previous research in open-domain dialogue generation has shown that the use of \textit{auxiliary tasks} can introduce inductive biases that encourage the model to improve these qualities. However, most previous research has focused on encoder-only or encoder/decoder models, while the use of auxiliary tasks in \textit{encoder-only} autoregressive models is under-explored. This paper describes an investigation where four different auxiliary tasks are added to small and medium-sized GPT-2 models fine-tuned on the PersonaChat and DailyDialog datasets. The results show that the introduction of the new auxiliary tasks leads to small but consistent improvement in evaluations of the investigated models.",
}

Contributing

We welcome contributions. Please submit a Pull Request and we will review your contribution.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Feel free to create an issue for any questions or problems. We will try our best to help.

About

An Empirical Study of Multitask Learning to Improve Open Domain Dialogue Systems, NoDaLiDa 2023

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages