RecWizard: A Toolkit for Conversational Recommendation with Modular, Portable Models and Interactive User Interface
Zeyuan Zhang, Tanmay Laud, Zihang He, Xiaojie Chen, Xinshuang Liu, Zhouhang Xie, Julian McAuley, Zhankui He
TL;DR
RecWizard addresses the fragmented landscape of Conversational Recommender System tooling by提供 a Hugging Face–based, modular, and portable framework. It introduces a two-tier CRS abstraction (modules and pipelines) with text-focused data flow and optional tensor-based communication to maintain modularity, plus INFO and DEBUG UI modes for development and evaluation. The paper highlights open-source integration with pretrained modules (e.g., UniCRS, ReDIAL-based components), a composite tokenizer approach, and HF-compatible push_to_hub workflows to streamline reuse and deployment. The toolkit aims to lower barriers to CRS experimentation, accelerate pipeline-level evaluation, and foster community contributions through interactive interfaces and extensible templates. The work envisions expanding pipelines, benchmarking, and online services to broaden practical impact in CRS research and deployment.
Abstract
We present a new Python toolkit called RecWizard for Conversational Recommender Systems (CRS). RecWizard offers support for development of models and interactive user interface, drawing from the best practices of the Huggingface ecosystems. CRS with RecWizard are modular, portable, interactive and Large Language Models (LLMs)-friendly, to streamline the learning process and reduce the additional effort for CRS research. For more comprehensive information about RecWizard, please check our GitHub https://github.com/McAuley-Lab/RecWizard.
