Pith. sign in

REVIEW 4 major objections 6 minor 31 references

DCM Bandits: Multiplayer Information Asymmetric Cascading Bandits for Multiple Clicks

T0 review · 4 major / 6 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read Decentralized players with asymmetric access to actions and rewards can still learn near-optimal ranked lists in the Dependent Click Model, and with small termination probabilities they do not even need the termination ranking.

desk verdict Novel settings and some clever coordination tricks, but the multi-slot analysis has a load-bearing probability error and Theorem 2 is unproved. read the letter →

arxiv 2608.11873 v1 pith:TWNYZBNC submitted 2026-08-12 cs.LG

classification cs.LG
keywords multi-armedbanditscascadingmultiplayerlearninginformationasymmetrydependentclickmodelonlineregretboundsdecentralizedcoordination
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Multiplayer recommendation is harder than running $M$ independent bandits: several players jointly compose one ranked list, each controls only their own part of every entry, and each may see a different slice of the click feedback. This paper claims that despite those information asymmetries, sublinear regret is achievable in all three combinations—hidden actions, private rewards, or both—using algorithms that coordinate through shared statistics, deterministic schedules, and observable deviations rather than messages. It also claims that when user sessions rarely continue after a click, the algorithms no longer need to know the termination probabilities that govern how many clicks occur, a relaxation relative to earlier single-agent DCM bandits. If these claims hold, multi-stakeholder recommender systems can learn jointly from click feedback without a central controller or inter-player communication; the main open question is whether the exponential dependence on $L^M$ in the regret bounds is an artifact of the algorithms or an intrinsic price.

What carries the argument

The argument runs on joint items—$M$-tuples $a_k=(a_k^1,\dots,a_k^M)$, one coordinate per player—which turn the shared ranking problem into a combinatorial bandit over the product set $E=E_1\times\cdots\times E_M$ of size $L^M$. Three coordination devices carry the proofs: (1) shared UCB statistics over joint items with a fixed lexicographic tie-break, so every player computes the same top-$K$ list without seeing the others' actions; (2) lower and upper confidence intervals combined with an implicit sabotage signal, where a player leaves the deterministic round-robin schedule to announce that a candidate is dominated; (3) an MDSEE-style phased explore-then-commit routine with schedule $F(\lambda)=\lambda$, after which exploitation rankings come from empirical means and exploitation-round feedback is deliberately ignored because attribution to joint items would be unreliable. The multi-click DCM structure enters through slot termination probabilities $v_j$ and through $p_{\min}$, the minimum probability that a user reaches a slot past the first; the factor $\alpha=1+(K-1)p_{\min}$ measures how many extra effective observations per round deeper slots provide.

What would settle it

Run mCascadeUCB-A (Problem A) in a simulator where the click feedback reports only the slot index of the first click, not the identity of the full joint item in that slot, while players cannot see each other's actions; if players' statistics diverge and cumulative regret grows linearly with $T$, the attribution assumption that carries the proof is violated.

Watch

Extended reading notes

Core claim

The paper's central claim is that the Dependent Click Model stays learnable when the single agent is replaced by $M$ players who jointly select a $K$-item ranked list, provided each form of asymmetry is met with the right coordination device. For action asymmetry (Problem A), a pre-agreed exploration schedule followed by identical UCB indices over joint items lets every player reconstruct the same top-$K$ list despite not observing the others' actions, giving regret $O(\sum_e \frac{12}{\Delta_{e,K}}\log T + \frac{\pi^2}{3}L^M)$. For reward asymmetry (Problem B), lower-upper confidence intervals plus an implicit sabotage signal—departing from the common round-robin schedule—eliminate dominated items with $O(\log T)$ gap-dependent regret, and with multi-slot feedback the bound approaches the classical $O(\log T/\Delta^2)$ when $p_{\min}\approx 1$. For both asymmetries (Problem C), a phased explore-then-commit algorithm (mMDSEE-TopK) obtains sublinear regret using either first-slot or multi-slot feedback, with a mis-commitment term governed by the concentration of empirical means. The paper further claims that for small termination probabilities the termination ranking need not be known, and that multi-slot feedback is beneficial only in that regime, matching the effective-observation factor $\alpha=1+(K-1)p_{\min}$.

Load-bearing premise

In the no-communication settings, every player must be able to determine, from the pre-agreed schedule and local feedback alone, exactly which full joint item occupied each observed slot; if click feedback is ever ambiguous about that attribution, shared statistics diverge and the regret bounds stop applying.

Editorial extensions

If this is right

  • In the action-asymmetry setting, players who cannot see one another's choices still match the regret order of a centralized single-agent cascading UCB algorithm (Theorem 2).
  • In the reward-asymmetry setting, players who share actions but hold independent click streams identify the top-$K$ ranking with gap-dependent $O(\log T)$ regret, and the bound approaches the classical $O(\log T/\Delta^2)$ when termination probabilities are small (Theorems 4 and 6).
  • When both actions and rewards are asymmetric, the no-communication phased algorithm still achieves sublinear regret under both first-slot and multi-slot feedback (Theorems 7 and 8).
  • For small termination probabilities, learning no longer requires knowing the termination ranking, a relaxation of the single-agent DCM requirement.
  • Which feedback structure is better depends on the termination regime: full multi-slot feedback helps when $p_{\min}$ is large, while first-slot-only feedback wins when users terminate early, as the experiments show.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A matching lower bound would likely show whether the $L^M$ dependence is intrinsic; a concrete route the authors point to is assuming a generalized linear link function over per-player features, which should bring regret down to polynomial in $L$.
  • The sabotage-signaling idea suggests a general protocol: in cooperative learning with private rewards, deterministic schedules can carry information through deliberate deviations, so 'no communication' does not mean 'no information exchange.'
  • For deployed multi-stakeholder recommender systems, the results imply that joint ranking can be tuned online from click feedback alone, without a central module or cross-party messaging, provided slot-to-item attribution is reliable; this is a testable engineering claim the paper does not run at scale.
  • The high-termination experiment warns that naively using all observed clicks can hurt; a practical rule of thumb would be to disable multi-slot updates when the estimated $p_{\min}$ falls below a threshold, which is beyond the paper's stated algorithm.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper introduces a multiplayer information-asymmetric extension of Dependent Click Model (DCM) bandits, in which several players jointly form a ranked list, each controlling one coordinate of each joint item, and users may click multiple times according to slot-dependent termination probabilities. Three information structures are considered: action asymmetry (Problem A), reward asymmetry (Problem B), and both (Problem C). For each, the paper proposes a decentralized algorithm—mCascadeUCB-A, mCascadeUCB-Intervals-Ranking(-multiple), and mMDSEE-TopK—and claims sublinear regret guarantees in Theorems 2, 4, 6, 7, and 8. Experiments on a small synthetic instance (L=3, K=2, M=3) compare the methods under low and high termination probabilities. The paper also claims that for small termination probabilities, knowing the termination ranking is unnecessary.

Significance. If the guarantees were correct, this would be a useful first systematic treatment of decentralized multi-click cascading bandits, and the proposed coordination mechanisms would be of interest to the online-learning-to-rank community. The paper is also honest about its limitations, explicitly leaving lower bounds and factored-structure improvements open, and its experimental comparison includes a sensible per-player UCB baseline. However, the current version contains load-bearing proof gaps and an algebraic error in the multi-slot observation probability, so the theoretical claims are not yet established as stated.

major comments (4)
  1. [Section III.A, Theorem 2] Theorem 2, the main regret guarantee for Problem A, is stated without a proof. The appendix contains proofs for Theorems 4, 6, 7, and 8, but no proof for Theorem 2. Because the mCascadeUCB-A coordination argument depends on showing that all players share identical statistics and select identical joint rankings, the absence of a proof leaves the central claim of the action-asymmetry setting unverified.
  2. [Section III.B, Lemma 5 and Theorems 6 and 8] The observation probability p_k(e) is algebraically incorrect. The paper defines p_k(e) = \prod_{j<k} [(1-w(e_j)) + w(e_j) v_j]. Under the DCM described in Section II.C, the probability that the cascade reaches slot k is \prod_{j<k} (1 - w(e_j) v_j), because the user continues after slot j either by not clicking (probability 1-w(e_j)) or by clicking and not terminating (probability w(e_j)(1-v_j)). The paper's factor equals 1 - w(e_j)(1-v_j), which is the probability that the user does not click-and-continue, not the continuation probability. The error is visible at the extremes: for v_j=1, the paper's factor is 1, predicting that slot k is always reached after a click at slot j, whereas the true continuation probability after a click is 0; for v_j=0, the paper's factor is 1-w(e_j), whereas the true continuation probability is 1. Because p_min, Lemma 5's observation lower bound, and the constants A, c, and alpha in Theorems 6 and 8 all inherit this factor, the quantitative multi-slot regret bounds are not established as stated. The qualitative sublinear-regret claim may survive with a corrected p_min, but the analysis must be redone.
  3. [Section III.C, Theorem 7 and appendix proof] The exploration regret in Theorem 7 is inconsistent with the proof. The theorem states the first term as O(L^M log T log log T), but the appendix proof bounds R_{T,E} \le L^M F(\lfloor \log_2 T \rfloor) \lceil \log_2 T \rceil = O(L^M \log^2 T) when F(\lambda)=\lambda. The stated log log T factor is not derived anywhere in the proof, and the actual calculation gives a quadratic logarithm.
  4. [Section III.C, Theorem 8 and appendix proof] The derivation of the multi-slot effective observation count is not rigorous. The proof writes \tilde n_t(e) = n_t(e) + (K-1)(1 - \sqrt{\log T/(2 p_min^2 n_t(e))}) n_t(e) p_min and then drops lower-order terms to conclude \tilde n_t(e) = \Theta(F_0(t) \log t [1+(K-1)p_min]). This step is not justified for all t appearing in the subsequent sum, and it depends on the incorrect p_min definition from Lemma 5. Consequently the alpha-scaling claim and the reported regret bound for Theorem 8 are unsupported.
minor comments (6)
  1. [Section III.A] The notation K_max = K_1 \cdots K_M is undefined; presumably it should be L^M, and the exploration phase that visits all joint items should last at least ceil(L^M / K) rounds, since K joint items are displayed per round.
  2. [Appendix] The appendix proof labels are scrambled: the 'Proof.' immediately following Lemma 9 proves Lemma 5, not Lemma 9, and the proof of Theorem 4 starts only later. This makes the appendix difficult to follow.
  3. [Abstract and Section VI] The claim that 'for small termination probabilities, the termination ranking need not be known' is stated in the abstract and conclusion but is never formulated as a theorem with explicit assumptions. Please identify which result establishes this and state the condition on the termination probabilities.
  4. [Algorithm 2] The domination condition in line 7, UCB_t(e) < \max_{e'\in D} LCB_t(e'), triggers sabotage, but it is not specified how the player who detects the condition coordinates the deviation when the player with the low UCB is different from the detecting player. A clearer description of the implicit-signaling protocol would help.
  5. [Section IV] Figures 1 and 2 appear in the manuscript only as captions without the actual plots, so the experimental claims cannot be visually verified from the submitted text.
  6. [Appendix, proof of Theorem 4] Equation (5) invokes a 'good event' without defining it; please spell out the high-probability event and the exact concentration constants used in the confidence intervals.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation; the only circularity-relevant concern is a minor non-load-bearing self-citation.

full rationale

The paper's central regret guarantees (Theorems 2, 4, 6, 7, 8) are derived in the appendix from standard subgaussian/Hoeffding concentration and interval-elimination arguments applied to the multi-click DCM feedback model. The citations to [16] and [17]—which share an author with the present paper—supply the MDSEE phased-exploration template and a fixed lexicographic tie-break, but the present paper re-proves the bounds rather than importing those papers' theorems, so no load-bearing step reduces to a self-citation. No fitted parameter is relabeled as a prediction: alpha = 1 + (K-1)p_min and p_min are problem-dependent quantities entering the regret bounds, and the experiments compare, rather than fit, the predicted alpha scaling. The skeptic's formula-level concern about p_k(e) = prod_j<k [(1-w(e_j)) + w(e_j)v_j] being inconsistent with the DCM continuation rule is a possible correctness defect in Theorems 6/8, but it is not a circularity: the bounds do not assume their own conclusion, and a corrected p_min would still leave the derivation independent of its inputs. Hence a score of 2 for a minor, non-load-bearing self-citation, with no circular step, is appropriate.

Assumptions & free parameters 0 free parameters · 6 assumptions · 0 invented entities

The algorithms do not fit any parameter to data: the only constants in the regret bounds are standard confidence radii and the gap-separation epsilon in Theorem 7, which is an analysis parameter rather than an algorithm input. The main axioms are standard stochastic bandit assumptions plus domain assumptions about cascade feedback and pre-agreed coordination. No new physical or computational entities are introduced.

assumptions (6)
  • domain assumption Attraction probabilities w(e) are independent and stationary across items and sessions; user clicks on examined items are conditionally independent.
    Invoked in Section II.A and the concentration lemma (Lemma 9) on Bernoulli clicks.
  • domain assumption Termination probabilities v_j are slot-dependent, item-independent, stationary, and independent of the round.
    Introduced in Section II.C; Eq. (2) defines optimality and Theorem 6 uses p_min over slots.
  • domain assumption Cascade feedback reveals the clicked joint item and all joint items before it are observed as unattractive, while later items are unobserved.
    Section II.B and Algorithm 1 update counts for slots up to min(C_t,K); under action asymmetry, whether players can identify all coordinates of those joint items is left ambiguous.
  • domain assumption Players can agree on a protocol, tie-breaking order, and deterministic exploration or round-robin schedules before learning, and cannot communicate during execution.
    Section II.B and Algorithms 1 to 3 depend on this pre-agreement; Problem B additionally treats any deviation from the schedule as an unambiguous sabotage signal.
  • standard math Hoeffding or sub-Gaussian concentration bounds apply to empirical means of click indicators and to slot-observation counts.
    Lemma 9 assumes independent mean-zero sub-Gaussian variables; Theorems 4, 6, 7, and 8 all use this concentration.
  • domain assumption The minimum gap between optimal and suboptimal joint items is strictly positive, and epsilon is set below half this gap.
    Theorem 7 requires such an epsilon for the good event; no adaptation to unknown gaps is given, so the analysis needs at least a bound on the smallest gap.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DCM Bandits: Multiplayer Information Asymmetric Cascading Bandits for Multiple Clicks." pith.science (2026). https://pith.science/paper/TWNYZBNC

@misc{pith2026260811873,
  author       = {Pith},
  title        = {Pith review of: DCM Bandits: Multiplayer Information Asymmetric Cascading Bandits for Multiple Clicks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TWNYZBNC}},
  note         = {Machine review of arXiv:2608.11873}
}
read the original abstract

In this work, we extend the Dependent Click Model (DCM) Bandits to a multiplayer information-asymmetric setting, where multiple agents interact with a shared ranked list and may observe multiple clicks per session, introducing new challenges for selection strategies. We study asymmetry in (1) actions and (2) rewards, providing sublinear regret guarantees for three settings where at least one asymmetry is present. Establishing matching information-theoretic lower bounds for these settings is left as an open problem. We further show that for small termination probabilities, the termination ranking need not be known, improving on prior single-agent results. Experiments confirm that our algorithms perform well across asymmetric environments and highlight the critical role of feedback structure, specifically the distinction between full versus first-click feedback, in coordinating exploration and minimizing regret.

Figures

Figures reproduced from arXiv: 2608.11873 by the authors.

Figure 1
Figure 1. Cumulative regret under low termination probability v ∈ [0.15, 0.25]. Coordinated methods cluster tightly; mMDSEE-TopK with full feedback benefits from observations in deeper slots. 0 10000 20000 30000 40000 50000 round t 0 500 1000 1500 2000 2500 3000 3500 cumulative regret Synthetic, high termination (v [0.85, 0.95]), L = 3, K = 2, M = 3 mCascadeUCB-A mMDSEE-TopK (full) mMDSEE-TopK (first) Independent per-player U… view at source ↗
Figure 2
Figure 2. Cumulative regret under high termination probability v ∈ [0.85, 0.95]. mCascadeUCB-A is best; first-slot mMDSEE-TopK outperforms full-slot here because deeper-slot observations are rare. Independent per-player UCB plateaus at ∼ 6× the regret of coordinated methods. a) High termination (v ∈ [0.85, 0.95]).: When users frequently terminate after the first click ( [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

31 extracted references · 29 canonical work pages

  1. [1]

    Cascading bandits: Learning to rank in the cascade model,

    B. Kveton, C. Szepesvari, Z. Wen, and A. Ashkan, “Cascading bandits: Learning to rank in the cascade model,” inProceedings of the 32nd International Conference on Machine Learning, vol. 37 ofProceedings of Machine Learning Research, pp. 767–776, PMLR, 2015

  2. [2]

    Efficient multiple-click models in web search,

    F. Guo, C. Liu, and Y . M. Wang, “Efficient multiple-click models in web search,” inProceedings of the Second ACM International Conference on Web Search and Data Mining, pp. 124–131, 2009

  3. [3]

    Dcm bandits: Learning to rank with multiple clicks,

    S. Katariya, B. Kveton, C. Szepesv ´ari, and Z. Wen, “Dcm bandits: Learning to rank with multiple clicks,” inProceedings of the 33rd International Conference on Machine Learning (ICML), pp. 1215–1224, PMLR, 2016

  4. [4]

    Cascading bandits for large-scale recommendation problems,

    S. Zong, H. Ni, K. Sung, N. R. Ke, Z. Wen, and B. Kveton, “Cascading bandits for large-scale recommendation problems,” 2016

  5. [5]

    Contextual combinatorial cascading bandits,

    S. Li, B. Wang, S. Zhang, and W. Chen, “Contextual combinatorial cascading bandits,” inProceedings of the 33rd International Conference on Machine Learning (ICML), pp. 1245–1253, PMLR, 2016

  6. [6]

    Thompson sampling algo- rithms for cascading bandits,

    Z. Zhong, W. C. Cheung, and V . Y . F. Tan, “Thompson sampling algo- rithms for cascading bandits,”Journal of Machine Learning Research, vol. 22, no. 218, pp. 1–66, 2021

  7. [7]

    Combinatorial cascading bandits,

    B. Kveton, Z. Wen, A. Ashkan, and C. Szepesvari, “Combinatorial cascading bandits,”Advances in Neural Information Processing Systems, vol. 28, 2015

  8. [8]

    Federated combinatorial multi-agent multi-armed bandits,

    F. Fourati, M.-S. Alouini, and V . Aggarwal, “Federated combinatorial multi-agent multi-armed bandits,” 2024

Show all 31 references
  1. [9]

    Fatigue-aware bandits for dependent click models,

    J. Cao, W. Sun, Z.-J. M. Shen, and M. Ettl, “Fatigue-aware bandits for dependent click models,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 34, pp. 3341–3348, 2020

  2. [10]

    Mitigating exposure bias in online learning to rank recommendation: A novel reward model for cascading bandits,

    M. Mansoury, B. Mobasher, and H. van Hoof, “Mitigating exposure bias in online learning to rank recommendation: A novel reward model for cascading bandits,” inProceedings of the 33rd ACM International Conference on Information and Knowledge Management, pp. 1638– 1648, 2024

  3. [11]

    Cascading bandits robust to adversarial corruptions,

    J. Xie, C. Chen, Z. Wang, and S. Li, “Cascading bandits robust to adversarial corruptions,” 2025

  4. [12]

    A survey of real-world recommender systems: Challenges, constraints, and industrial perspectives,

    K. Zou and A. Sun, “A survey of real-world recommender systems: Challenges, constraints, and industrial perspectives,” 2025

  5. [13]

    Recommending for a multi- sided marketplace: A multi-objective hierarchical approach,

    Y . Wang, L. Tao, and X. X. Zhang, “Recommending for a multi- sided marketplace: A multi-objective hierarchical approach,”Marketing Science, vol. 44, no. 1, pp. 1–29, 2025

  6. [14]

    A survey on multiplayer bandits,

    E. Boursier and V . Perchet, “A survey on multiplayer bandits,”Journal of Machine Learning Research, vol. 23, no. 1, pp. 1–47, 2022

  7. [15]

    Multiplayer bandit learning, from competition to cooperation,

    S. Branzei and Y . Peres, “Multiplayer bandit learning, from competition to cooperation,” inProceedings of the 34th Conference on Learning Theory, vol. 134 ofPMLR, pp. 679–723, 2021

  8. [16]

    Online learning for coop- erative multi-player multi-armed bandits,

    W. Chang, M. Jafarnia-Jahromi, and R. Jain, “Online learning for coop- erative multi-player multi-armed bandits,” in2022 IEEE 61st Conference on Decision and Control (CDC), pp. 7248–7253, IEEE, 2022

  9. [17]

    Optimal cooperative multiplayer learning bandits with noisy rewards and no communication,

    W. Chang and Y . Lu, “Optimal cooperative multiplayer learning bandits with noisy rewards and no communication,”arXiv preprint arXiv:2311.06210, 2023

  10. [18]

    Multiplayer information asymmetric contextual bandits,

    W. Chang and Y . Lu, “Multiplayer information asymmetric contextual bandits,” 2025

  11. [19]

    Multiplayer information asymmetric bandits in metric spaces,

    W. Chang and A. Karthik, “Multiplayer information asymmetric bandits in metric spaces,” 2025

  12. [20]

    Online clustering of contextual cascading bandits,

    S. Li and S. Zhang, “Online clustering of contextual cascading bandits,” inProceedings of the 32nd AAAI Conference on Artificial Intelligence, 2018

  13. [21]

    Cascading reinforcement learning,

    Y . Du, R. Srikant, and W. Chen, “Cascading reinforcement learning,” in Proceedings of the 12th International Conference on Learning Repre- sentations (ICLR), 2024

  14. [22]

    Competitive collaborative learning,

    B. Awerbuch and R. D. Kleinberg, “Competitive collaborative learning,” inProceedings of the 18th Annual Conference on Learning Theory (COLT), vol. 3559 ofLecture Notes in Computer Science, pp. 233–248, Springer, 2005

  15. [23]

    Distributed cooperative decision-making in multiarmed bandits: Frequentist and bayesian algo- rithms,

    P. Landgren, V . Srivastava, and N. E. Leonard, “Distributed cooperative decision-making in multiarmed bandits: Frequentist and bayesian algo- rithms,” inProceedings of the 55th IEEE Conference on Decision and Control (CDC), pp. 167–172, IEEE, 2016

  16. [24]

    Delay and cooperation in nonstochastic bandits,

    N. Cesa-Bianchi, C. Gentile, Y . Mansour, and A. Minora, “Delay and cooperation in nonstochastic bandits,” inProceedings of the 29th Annual Conference on Learning Theory, vol. 49 ofProceedings of Machine Learning Research, pp. 605–622, PMLR, 2016

  17. [25]

    Multi-player bandits: The adversarial case,

    P. Alatur, K. Y . Levy, and A. Krause, “Multi-player bandits: The adversarial case,”Journal of Machine Learning Research, vol. 21, pp. 1– 23, 2020

  18. [26]

    Multiplayer bandits without observing collision information,

    G. Lugosi and A. Mehrabian, “Multiplayer bandits without observing collision information,”Mathematics of Operations Research, 2021

  19. [27]

    Multi-list interfaces for recommender systems: survey and future directions,

    B. Loepp, “Multi-list interfaces for recommender systems: survey and future directions,”Frontiers in big Data, vol. 6, p. 1239705, 2023

  20. [28]

    Recommender systems and supplier competition on platforms,

    A. Fletcher, P. L. Ormosi, and R. Savani, “Recommender systems and supplier competition on platforms,”Journal of Competition Law & Economics, vol. 19, no. 3, pp. 397–426, 2023

  21. [29]

    Measurement and applications of position bias in a marketplace search engine,

    R. Demsyn-Jones, “Measurement and applications of position bias in a marketplace search engine,” 2022

  22. [30]

    Nonstochastic multi-armed bandits with graph-structured feedback,

    N. Alon, N. Cesa-Bianchi, C. Gentile, S. Mannor, Y . Mansour, and O. Shamir, “Nonstochastic multi-armed bandits with graph-structured feedback,”Theoretical Computer Science, 2014

  23. [31]

    A multi-player mab approach for distributed selection problems,

    J. Mo and H. Xie, “A multi-player mab approach for distributed selection problems,” inAdvances in Knowledge Discovery and Data Mining (PAKDD), Springer, 2023. APPENDIX Lemma 9.Assume thatX i −µare independent,σ- subgaussian random variables. Then for anyε≥0, P(ˆµ≥µ+ε)≤exp −nε2...

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.