Papers › Rethinking the Evaluation for Conversational Recommendation in the Era of Large Language Models

Rethinking the Evaluation for Conversational Recommendation in the Era of Large Language Models

22 May 2023arXiv:2305.13112archive 2025-07-28

Xiaolei Wang, Xinyu Tang, Wayne Xin Zhao, Jingyuan Wang, Ji-Rong Wen

The recent success of large language models (LLMs) has shown great potential to develop more powerful conversational recommender systems (CRSs), which rely on natural language conversations to satisfy user needs. In this paper, we embark on an investigation into the utilization of ChatGPT for conversational recommendation, revealing the inadequacy of the existing evaluation protocol. It might over-emphasize the matching with the ground-truth items or utterances generated by human annotators, while neglecting the interactive nature of being a capable CRS. To overcome the limitation, we further propose an interactive Evaluation approach based on LLMs named iEvaLM that harnesses LLM-based user simulators. Our evaluation approach can simulate various interaction scenarios between users and systems. Through the experiments on two publicly available CRS datasets, we demonstrate notable improvements compared to the prevailing evaluation protocol. Furthermore, we emphasize the evaluation of explainability, and ChatGPT showcases persuasive explanation generation for its recommendations. Our study contributes to a deeper comprehension of the untapped potential of LLMs for CRSs and provides a more flexible and easy-to-use evaluation framework for future research endeavors. The codes and data are publicly available at https://github.com/RUCAIBox/iEvaLM-CRS.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.13112")

Code

Syntology Ran 2 of 17 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rucaibox/ievalm-crs officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 2 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran
15unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from RUCAIBox/iEvaLM-CRS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

annotate RUCAIBox/iEvaLM-CRS/src/model/CHATGPT.py official repository ran · our draft was wrong MIT (permissive) · 1052ac20f3dfe2dc · report
my_wait_exponential RUCAIBox/iEvaLM-CRS/src/model/CHATGPT.py official repository ran MIT (permissive) · 2419551feec87f10 · report
CHATGPT RUCAIBox/iEvaLM-CRS/src/model/CHATGPT.py official repository unverified MIT (permissive) · 7fab3666beecf259 · report
annotate rucaibox/ievalm-crs/script/cache_item.py official repository unverified MIT (permissive) · 4b4ed6d15480f5a5 · report
annotate rucaibox/ievalm-crs/src/model/CHATGPT.py official repository unverified MIT (permissive) · 285d00ffcd75ae67 · report
annotate_chat RUCAIBox/iEvaLM-CRS/src/model/CHATGPT.py official repository unverified MIT (permissive) · e92d3fa7cbc2a58c · report
annotate_chat rucaibox/ievalm-crs/src/model/CHATGPT.py official repository unverified MIT (permissive) · a3d50124d306d006 · report
annotate_completion rucaibox/ievalm-crs/script/ask.py official repository unverified MIT (permissive) · bcfca1295d83a6e4 · report
get_instruction rucaibox/ievalm-crs/script/ask.py official repository unverified MIT (permissive) · c0900257616e5ccb · report
get_instruction rucaibox/ievalm-crs/script/chat.py official repository unverified MIT (permissive) · 8cfed84e6fae7269 · report
get_model_args rucaibox/ievalm-crs/script/ask.py official repository unverified MIT (permissive) · ed9662882a67bfc4 · report
get_model_args rucaibox/ievalm-crs/script/chat.py official repository unverified MIT (permissive) · 582ed53a923214b4 · report
load_jsonl_data rucaibox/ievalm-crs/src/model/utils.py official repository unverified MIT (permissive) · 4fe63c6cb46bf907 · report
my_before_sleep RUCAIBox/iEvaLM-CRS/src/model/CHATGPT.py official repository unverified MIT (permissive) · fcd2cd328d39b785 · report
my_stop_after_attempt RUCAIBox/iEvaLM-CRS/src/model/CHATGPT.py official repository unverified MIT (permissive) · 29efbd3fe0422744 · report
sample_data rucaibox/ievalm-crs/src/model/utils.py official repository unverified MIT (permissive) · 82d4d951d061c46e · report
simple_collate rucaibox/ievalm-crs/src/model/utils.py official repository unverified MIT (permissive) · f1a7898875d9e106 · report

Tasks

Conversational RecommendationExplanation GenerationRecommendation Systems

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections