arXiv論文メモ
新着一覧
cs.IR / cs.AI · 査読状況未確認

生成型推薦で途中の関心仮説にも学習上の評価を与える方法

From Interests to Semantic IDs: Retrieval-Grounded Credit Assignment for Generative Recommendation

Mengdan Zhu, Yufan Zhao, Yao Zhao, Sophie Di, Tao Di, Yulan Yan, Sridhar Iyer, Liang Zhao

この論文をやさしく読む

ひとことで言うと

推薦結果だけでなく途中で生成したユーザーの関心仮説も検索で検証し、学習に反映させる方法を提案した研究。

何に役立つ?

商品数が多く正解SIDの報酬が得にくい生成型推薦で、途中の推論へ細かく学習信号を与える方法として参考になる。

この研究の面白いところ

仮説ごとに商品検索を行い、目標品目を見つけた仮説にだけ報酬を割り当てるため、最終結果が同じでも異なる推論過程を区別できる。

どこまで分かった?

評価はAmazon Reviewsの三つのデータセットに基づく。Video Gamesでのオラクル分析は、適切な仮説を選べた場合の可能性を示すもので、その選択を実運用で実現した結果とは区別する必要がある。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

セマンティックID(SID)は、商品一覧の各品目を短いトークン列で符号化し、生成型の推薦システムが次の品目を自己回帰的に予測できるようにする。近年増えている推論を強めた方式では、まず文章による推論の記録を生成し、次にビーム探索で次の品目のSIDを復号する。このような推薦システムは一般に、SIDが正解と完全一致するかを報酬とするグループ相対方策最適化で学習するが、大きな商品一覧では報酬がまばらになる。二つの失敗が生じる。グループ内の試行がすべて目標を外すと、グループのアドバンテージはゼロで学習信号が得られない。また、同じSID報酬を持つ試行には、途中の推論記録がいかに異なっても同じアドバンテージが与えられる。どちらの場合も、報酬は最終的なSIDだけを反映し、そこに至る推論を評価しない。このため、どの部分の働きが結果につながったかを割り当てられない。 この問題に対し、検索に根拠を置いたクエリの寄与評価を提案する。各推論記録を、履歴の要約、関心についての仮説群、最後のSIDに分ける。更新しない検索器が各仮説を商品一覧への検索クエリとして実行するため、最終SIDだけで判断せず、各仮説を個別に検証できる。いずれかのクエリが目標品目を上位K件に取得すると試行に報酬を与え、クエリごとの命中を示す値で、その報酬を個々の仮説へ位置付ける。したがって、文章の該当部分ごとに寄与を割り当て、単独で命中した仮説だけが正の検索アドバンテージを受ける。検索による学習信号は最終SID部分を更新しない。このため、同じSID報酬の試行でも異なる更新を受けられる。Amazon Reviewsの三つのデータセットでの実験では、SIDによる推薦が一貫して改善した。Video Gamesデータセットでのオラクル分析は、生成された関心のうち目標に関係するクエリを選んでSIDを復号すると、再現率と順位の両方が改善する可能性も示した。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-24(UTC)
最新改訂
2026-09-24 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Semantic IDs (SIDs) encode each catalog item as a short token sequence, enabling generative recommenders to predict the next item autoregressively. Reasoning-enhanced variants, an increasingly common extension, first generate a textual trace and then decode a next-item SID by beam search. Such recommenders are commonly trained with group-relative policy optimization under an exact-match SID reward, which is sparse in large catalogs. Two failure modes follow. When all rollouts in a group miss the target, the group yields zero advantage and no learning signal. Rollouts sharing the same SID reward receive identical advantages, however much their traces differ. In both cases the reward reflects only the decoded SID, never the reasoning that produced it. This creates a credit-assignment gap. We address this gap with retrieval-grounded query attribution. Each trace is structured into a history summary, a set of interest hypotheses, and a final SID. A frozen retriever executes every hypothesis as a catalog query, so that each hypothesis becomes independently verifiable rather than judged only through the final SID. A rollout is rewarded when any of its queries retrieves the target within the \mbox{top-$K$}, and per-query hit indicators localize that reward to individual hypotheses. Credit is thus assigned at the span level: only hypotheses that individually hit receive positive retrieval advantage, while the retrieval channel never updates the final SID span. Rollouts that share a SID reward can therefore receive different updates. Across experiments on three Amazon Reviews datasets, this yields consistent improvements in SID recommendation. On Video Games, an oracle analysis further reveals the potential of interest-conditioned SID decoding: selecting the target-relevant query among generated interests improves both recall and ranking.

arXiv ID: 2609.29983 / 要約の誤りについて