IAI MovieBot is a conversational recommender system for movies. It follows a standard task-oriented dialogue system architecture, comprising natural language understanding (NLU), dialogue manager (DM), and natural language generation (NLG) components. Additionally, it includes a user model and a recommendation engine. Some modules may use different models, which can be trained using the provided training utilities. It also comes with different deployment platforms (such as Telegram and Flask REST). The distinctive features of IAI MovieBot include a task-specific dialogue flow, a multi-modal chat interface, and an effective way to deal with dynamically changing user preferences. While our current focus is limited to movies, the system aims to be a reusable and extensible development framework that can support users in accomplishing recommendation-related goals via multi-turn conversations.

The v1.0 version of IAI MovieBot has been presented as a demonstration paper at CIKM’20 [PDF], while the v2.0 version was presented at WSDM’24 [PDF].

Demos

Version 2.0

IAI MovieBot v2.0 can be tried here.

Version 1.1

Contributions

Contributions are welcome. Changes to IAI MovieBot should conform to the IAI Python Style Guide.

Citation

For the most recent version (v2.0) of IAI MovieBot, please cite:

@inproceedings{Bernard:2024:WSDM,
    author = {Bernard, Nolwenn and Kostric, Ivica and Balog, Krisztian},
    title = {IAI MovieBot 2.0: An Enhanced Research Platform with Trainable Neural Components and Transparent User Modeling},
    year = {2024},
    booktitle = {Proceedings of the 17th ACM International Conference on Web Search and Data Mining},
    pages = {1042--1045},
    doi = {10.1145/3616855.3635699},
    series = {WSDM '24}
}

For the v1.0 version of IAI MovieBot, please cite:

@inproceedings{Habib:2020:CIKM,
    author = {Habib, Javeria and Zhang, Shuo and Balog, Krisztian},
    title = {IAI {MovieBot}: {A} Conversational Movie Recommender System},
    year = {2020},
    booktitle = {Proceedings of the 29th ACM International Conference on Information and Knowledge Management},
    pages = {3405--3408},
    doi = {10.1145/3340531.3417433},
    series = {CIKM '20}
}

Contributors

IAI MovieBot is developed and maintained by the IAI group at the University of Stavanger.

(Alphabetically ordered by last name)