Research Papers 论文研究 1d ago Updated 1d ago 更新于 1天前 46

Retrieval, Scoring, and Decoding Shape Performance and Stability in LLM-based Conversational Recommendation 检索、评分与解码塑造基于大语言模型的对话推荐系统的性能与稳定性

LLM rerankers in conversational recommendation show performance gains that are highly dependent on retrieval protocol, candidate pool composition, and decoding settings Best proprietary reranker achieves NDCG@10 of 0.1497 vs 0.0939 for strongest non-LLM baseline under strict candidate-aware scoring on ReDial Unconstrained zero-shot generation yields artificially inflated scores (0.2925), revealing a significant evaluation gap compared to matched-pool evaluation Switching from semantic to collabo 在ReDial电影推荐基准上,最佳专有LLM reranker在严格候选感知评分下达到NDCG@10为0.1497,显著优于非LLM基线(0.0939) 零样本生成模式下同一reranker达到0.2925,表明无约束评分可产生远超匹配池评估的表观优势 候选生成方式对性能影响巨大:从语义候选切换至协同过滤候选可使NDCG@10提升超50% 所有评估的开源LLM均未超越调优的浅层自编码器基线,显示开源模型在reranking任务上仍有差距 温度从0升至1.0对最佳专有reranker的NDCG@10影响可忽略,但较弱LLM出现明显退化

60
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • LLM rerankers in conversational recommendation show performance gains that are highly dependent on retrieval protocol, candidate pool composition, and decoding settings
  • Best proprietary reranker achieves NDCG@10 of 0.1497 vs 0.0939 for strongest non-LLM baseline under strict candidate-aware scoring on ReDial
  • Unconstrained zero-shot generation yields artificially inflated scores (0.2925), revealing a significant evaluation gap compared to matched-pool evaluation
  • Switching from semantic to collaborative-filtering candidates improves NDCG@10 by over 50%, demonstrating candidate generation is the dominant factor
  • No open-weight LLM outperformed the tuned shallow autoencoder baseline under the strict evaluation protocol

Why It Matters

This work exposes a critical reproducibility and evaluation problem in the LLM recommendation space: many reported gains may reflect favorable evaluation protocols rather than genuine model superiority. For practitioners building conversational recommenders, it highlights that investing in candidate generation and pool management may yield far greater returns than simply upgrading the reranker model.

Technical Details

  • Evaluated on the ReDial conversational movie recommendation benchmark using a shared retrieve-then-rerank pipeline, comparing proprietary LLMs, open-weight LLMs, fine-tuned models, collaborative-filtering, and sequential baselines
  • Systematically varied three key hyperparameters: candidate-pool size, first-stage retriever type (semantic vs. collaborative-filtering), and decoding temperature (0 to 1.0)
  • Under strict candidate-aware scoring with a top-250 semantic pool, the best proprietary reranker reached NDCG@10 of 0.1497; the same model scored 0.2925 in zero-shot generation mode, revealing a 2x inflation from unconstrained scoring
  • Temperature increases from 0 to 1.0 raised top-10 Jaccard distance from 0.0900 to 0.1240 for the best proprietary reranker with negligible NDCG impact, while weaker LLMs showed substantially larger degradation
  • Collaborative-filtering candidates outperformed semantic candidates by over 50% in NDCG@10 for both proprietary and open-weight rerankers

Industry Insight

  • Researchers and practitioners should treat candidate generation, pool size, scoring policy, and decoding configuration as first-class reporting requirements rather than implementation footnotes; without these, benchmark comparisons are unreliable
  • The finding that open-weight LLMs failed to beat a shallow autoencoder suggests that for recommendation reranking, architectural simplicity and task-specific tuning may still outperform general-purpose LLM capability
  • Teams should prioritize investing in diverse, high-quality candidate generation (e.g., hybrid semantic + collaborative approaches) over selecting increasingly capable rerankers, as the former drives significantly larger performance gains

TL;DR

  • 在ReDial电影推荐基准上,最佳专有LLM reranker在严格候选感知评分下达到NDCG@10为0.1497,显著优于非LLM基线(0.0939)
  • 零样本生成模式下同一reranker达到0.2925,表明无约束评分可产生远超匹配池评估的表观优势
  • 候选生成方式对性能影响巨大:从语义候选切换至协同过滤候选可使NDCG@10提升超50%
  • 所有评估的开源LLM均未超越调优的浅层自编码器基线,显示开源模型在reranking任务上仍有差距
  • 温度从0升至1.0对最佳专有reranker的NDCG@10影响可忽略,但较弱LLM出现明显退化

为什么值得看

本文系统揭示了LLM在对话式推荐系统中作为reranker的性能边界,澄清了"LLM reranker必然大幅超越传统方法"的常见误解。研究强调了评估协议(候选池、评分策略、解码配置)对结果的巨大影响,为行业提供了可复现的基准对比框架。

技术解析

  • 实验设置:在ReDial对话电影推荐基准上,采用统一的retrieve-then-rerank流水线,比较专有LLM、开源LLM、微调LLM与协同过滤/序列基线
  • 关键指标:以NDCG@10为核心评估指标,同时报告Jaccard距离衡量多样性变化
  • 变量控制:系统性地变化候选池大小(top-250)、第一阶段检索器类型(语义vs协同过滤)、解码温度(0至1.0)及评分策略(严格候选感知vs零样本生成)
  • 核心发现:严格候选感知评分下专有reranker NDCG@10为0.1497,而零样本生成达0.2925;候选生成方式切换带来超50%性能差异;温度敏感性随模型能力递减

行业启示

  • 评估透明度:建议将候选生成、候选池大小、评分策略和解码配置列为必需报告字段,避免"协议套利"导致的性能虚高
  • 开源模型追赶空间:当前开源LLM在reranking任务上尚未超越调优的轻量级传统模型,提示需针对性优化或采用蒸馏策略
  • 候选质量优先:reranker性能高度依赖候选池质量,投入候选生成优化(如协同过滤增强)比单纯升级reranker模型更具性价比

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Conversational AI 对话系统 RAG 检索增强生成 Evaluation 评测 Benchmark 基准测试