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

報酬の絶対値より選択肢間の差を記憶するバンディット法

Odds-Ratio Thompson Sampling: A Specification and Design Guide for Contrast-Based Multi-Armed Bandits

Sulgi Kim

この論文をやさしく読む

ひとことで言うと

A/Bテスト全体の反応率が変動しても、選択肢同士の差は安定していることを利用し、過去の情報の持ち方を変えるバンディット法です。

何に役立つ?

時期によってクリック率などの共通水準が動くサービスで、配分判断を更新する設計に役立つ可能性があります。実際のサービス運用の介入結果ではなく、公開系列分析とシミュレーションによる評価です。

この研究の面白いところ

絶対的な成功率を記憶する代わりに、対数オッズの差の同時事後分布を引き継ぎます。共通水準はバッチごとに推定し直すことで、水準だけが変わる環境では古い情報の悪影響を減らします。

どこまで分かった?

71実験に基づく政策シミュレーションのうち58件では期待クリックの差は0.1%以内です。良い選択肢を最後に選ぶ頻度と実質的な利得は別であり、選択肢間の差自体が動く場合には手法の前提が崩れます。

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

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

バッチ型の多腕バンディットはサービス固有のスケジュールで更新され、通常の実装では各アームの絶対的な報酬率を次の更新へ持ち越す。バッチ間で共通水準が変化すると、アーム間の比較関係が変わっていなくても、その記憶は古くなる。Odds-Ratio Thompson Sampling(OR-TS)は、代わりに対数オッズの対比に関する同時事後分布を持ち越し、共通水準はバッチごとに新たに当てはめて周辺化する。 本論文ではこの更新を規定し、二つの調節要素を持つベイズ的バンディットエージェントに組み込む。一つは、更新後に過去の証拠をどれほど残すかを決める減衰、もう一つは、信念を割当てへどれほど鋭く反映するかを決める積極性である。そして、絶対報酬率を記憶する方法と比較評価する。公開された86本のA/B系列では、水準の変動は対比の変動のおよそ25倍であった。事前に規定した合成環境では、水準が動くことで絶対報酬率の記憶には5倍のリグレットが生じ、20回中7回で最良アームへのトラフィックが過半数に届かなかった。一方、OR-TSではそのような例はなかった。 71件の実際の実験から構成した方策シミュレーションでは、対比が小さすぎて識別できない状況で、58件について期待クリック数の差は0.1%以内にとどまった。それでも、対比を記憶する方式は、最終的により良いアームを選ぶ頻度が2倍を超えた。対比自体が動く場合にはこの着想はうまくいかず、その場合についても報告する。

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

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

更新履歴

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

原文の要旨

Batched multi-armed bandits update on a service's own schedule, and the usual implementation carries each arm's absolute reward rate from one update to the next. When the shared level moves between batches, that memory goes stale even though the comparisons between arms may not have. Odds-Ratio Thompson Sampling (OR-TS) instead carries the joint posterior over log-odds contrasts and fits the common level afresh in every batch, marginalizing it out. This paper specifies that update, places it inside a Bayesian bandit agent with two controls, decay for how much past evidence survives an update and aggressiveness for how sharply belief becomes allocation, and evaluates it against absolute-rate memory. Across 86 public A/B series the level varies about twenty-five times more than the contrast. In prespecified synthetic environments a moving level costs absolute-rate memory five times the regret and leaves the best arm below a majority of traffic in 7 of 20 runs, against none for OR-TS. In a policy simulation built from 71 real experiments, where the contrasts are too small to resolve, expected-click differences stay within 0.1% for 58 of them, yet contrast memory still ends on the better arm more than twice as often. Where the contrasts themselves move, the bet fails, and that case is reported too.

著者のコメント

25 pages, 7 figures, 2 tables in the main text; 2 figures and 3 tables in the supplement. Reference implementation at https://github.com/sulgik/orts

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