{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/recwizard-a-toolkit-for-conversational","title":"RecWizard: A Toolkit for Conversational Recommendation with Modular, Portable Models and Interactive User Interface","arxiv_id":"2402.15591","date":"2024-02-23","proceeding":null,"authors":["Zeyuan Zhang","Tanmay Laud","Zihang He","Xiaojie Chen","Xinshuang Liu","Zhouhang Xie","Julian McAuley","Zhankui He"],"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.","url_abs":"https://arxiv.org/abs/2402.15591v1","url_pdf":"https://arxiv.org/pdf/2402.15591v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"recwizard-a-toolkit-for-conversational","repo_url":"https://github.com/mcauley-lab/recwizard","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"conversational-recommendation","task_name":"Conversational Recommendation"},{"task_slug":"recommendation-systems","task_name":"Recommendation Systems"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2402.15591","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2402.15591"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/McAuley-Lab/RecWizard","reach":null}],"summary":{"ran":5,"ran_draft_wrong":2,"unverified":6},"by_repo_kind":{"official":{"samples":13,"ran":7,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"0b78ef53aedd3d00","entry":"MultiHeadAttention","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0b78ef53aedd3d00"}},{"code_sha256_prefix":"7edf4883f55d7eeb","entry":"TorchGeneratorModel","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7edf4883f55d7eeb"}},{"code_sha256_prefix":"07fe4434f8595d59","entry":"TransformerEncoder","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"07fe4434f8595d59"}},{"code_sha256_prefix":"12632be7c4bebde1","entry":"TransformerEncoderLayer","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"12632be7c4bebde1"}},{"code_sha256_prefix":"cfdaa62a60340997","entry":"TransformerFFN","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cfdaa62a60340997"}},{"code_sha256_prefix":"463e391a22c6e508","entry":"_create_embeddings","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"463e391a22c6e508"}},{"code_sha256_prefix":"f8fccda9380c4446","entry":"_normalize","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f8fccda9380c4446"}},{"code_sha256_prefix":"ff7e064c6d7cdc39","entry":"TransformerDecoder","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ff7e064c6d7cdc39"}},{"code_sha256_prefix":"d1337a72618a979f","entry":"TransformerDecoderLayer","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d1337a72618a979f"}},{"code_sha256_prefix":"0ecaa43fbdf0a440","entry":"TransformerGeneratorModel","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0ecaa43fbdf0a440"}},{"code_sha256_prefix":"548d8fb343b32ced","entry":"_build_decoder","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"548d8fb343b32ced"}},{"code_sha256_prefix":"ec71db88b8801cd7","entry":"_build_encoder","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ec71db88b8801cd7"}},{"code_sha256_prefix":"c22002db87efec59","entry":"create_position_codes","repo":"McAuley-Lab/RecWizard","repo_kind":"official","path":"src/recwizard/modules/kbrd/transformer_encoder_decoder.py","file_url":"https://github.com/McAuley-Lab/RecWizard/blob/HEAD/src/recwizard/modules/kbrd/transformer_encoder_decoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c22002db87efec59"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}