Please see the documentation for more details.
For installation details, please see the README of the official ADVISER repository: https://github.com/DigitalPhonetics/adviser/
If Git
is installed on your machine, you may instead clone the repository by entering in a terminal window:
git clone https://github.com/lbehringer/spoken-dialogue-systems
For details, please see the README of the official ADVISER repository: https://github.com/DigitalPhonetics/adviser/
For details, please see the README of the official ADVISER repository: https://github.com/DigitalPhonetics/adviser/
You can run the conDUCKtor system with the following command:
python run_songfinder_chat.py songfinder
You can type text to chat with the system (confirm your utterance by pressing the Enter
-Key once) or type bye
(followed by pressing the Enter
-Key once) to end the conversation. (If the number of dialogs is set to more than 1, the conversation will restart after typing bye
. In this case, you can terminate the system via Ctrl+C
.)
If you use or reimplement any of this source code, please cite the following paper:
@InProceedings{
title = {ADVISER: A Toolkit for Developing Multi-modal, Multi-domain and Socially-engaged Conversational Agents},
author = {Chia-Yu Li and Daniel Ortega and Dirk V{\"{a}}th and Florian Lux and Lindsey Vanderlyn and Maximilian Schmidt and Michael Neumann and Moritz V{\"{o}}lkel and Pavel Denisov and Sabrina Jenne and Zorica Karacevic and Ngoc Thang Vu},
booktitle = {Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics (ACL 2020) - System Demonstrations},
publisher = {Association for Computational Linguistics},
location = {Seattle, Washington, USA},
year = {2020}
}
Adviser is published under the GNU GPL 3 license.