Pith. sign in

REVIEW 5 minor 92 references

An algorithm for robust contextual pricing achieves regret O(Cd + d² log T), separating corruption cost from horizon length.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.5

2026-07-14 06:15 UTC pith:VQVFLW6V

load-bearing objection Clean additive O(Cd + d^{2} log T) for robust contextual pricing; closes the GGLS25 gap with a modular density-plus-evidence argument that holds up.

arxiv 2607.11210 v1 pith:VQVFLW6V submitted 2026-07-13 cs.GT

Decoupling Corruption and Horizon in Robust Contextual Pricing

classification cs.GT
keywords contextual pricingcorruption-robust learningdensity updatesevidence setsregret boundsonline learning
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

In repeated contextual pricing a seller sees a feature vector each round, posts a price, and learns only whether a sale occurred. An adversary may flip that binary feedback on at most C rounds. Earlier algorithms paid a multiplicative price for corruption: their regret grew like Cd times a slowly growing function of the horizon T. This paper gives the first algorithm whose regret is O(Cd + d² log T). The additive form means that once the seller has paid a linear price for the corruptions, further rounds cost only a mild logarithmic term in T. The result is obtained by first solving a cleaner “proximity-feedback” model that also reports whether the posted price was close to the true value, then reducing ordinary sale feedback to that model by an optimistic inflation of the corruption budget. A sympathetic reader cares because the same separation was already known in the non-contextual case and for pure search; pricing had remained open.

Core claim

There exists an algorithm that, given a known upper bound C on the number of corrupted sale bits, achieves regret O(Cd + d² log T) for linear contextual pricing. This is the first guarantee in which the corruption term and the horizon term appear additively rather than multiplicatively.

What carries the argument

A density maintained over the parameter ball together with 2Ć+1 disjoint evidence sets of near-value observations; the algorithm commits only when every set can linearly explain the current context, then posts the (Ć+1)-st largest lower endpoint of the resulting intervals.

Load-bearing premise

The seller must be given a correct upper bound C on the number of corrupted rounds; if that bound is missing or too small the commit rule no longer guarantees a safe price.

What would settle it

Exhibit a family of linear contextual pricing instances with known C for which every algorithm suffers regret ω(Cd + d² log T), or show that any algorithm achieving additive separation must use super-polynomial time.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

0 major / 5 minor

Summary. The paper studies repeated contextual pricing with linear valuations vt = ⟨θ⋅, ut⟩ under binary sale feedback that an adversary may corrupt in at most C known rounds. It designs Algorithm 4 that maintains a density μt over the parameter ball together with 2Ō+1 disjoint evidence sets and posts either a robust commit price (the (Ō+1)-st largest lower endpoint of the induced intervals) or the ε-window median. The main claim (Theorem 4.2) is the regret bound RT = O(Cd + d^{2} log T). The proof first obtains the cleaner O(Cd + d log T) guarantee under an auxiliary proximity-feedback model (Theorem 3.8) via a density-potential argument (Lemma 3.5) and a determinant-growth argument that limits each evidence set to O(d) insertions (Lemma 3.6); the reduction to ordinary sale feedback inflates the perceived corruption budget to Ō = ⌈5C + 20d log T⌉ and re-uses the same lemmas.

Significance. If correct, the result is the first additive separation of the corruption budget C from the horizon T for robust contextual pricing, closing the open question left by Gupta et al. (GGLS25) and improving their O(Cd log log T) bound whenever C = ω(log T). The modular architecture cleanly extends the density-update framework of LPS22/26 to the pricing setting (where a safe price strictly below valuation is required) by introducing evidence sets and a commit rule; this answers an explicit open question of LPS26. Complete pseudocode, explicit constants, and a transparent reduction from proximity to sale feedback are strengths that make the contribution reusable.

minor comments (5)
  1. [Abstract] Abstract and first sentence of the introduction: “valuations depends” should be “valuations depend”.
  2. [Table 1] Table 1 caption and surrounding text: the comparison is useful, but the entry for [KSCM26] is non-contextual; a short footnote clarifying that the O(C + log T) bound is one-dimensional would prevent misreading.
  3. [Lemma 3.5] Section 3.2.2, Lemma 3.5: the constant 20 in the density-potential bound is obtained by a crude estimate log(3/2) ≈ 0.4; a tighter numerical constant (or an explicit remark that any constant > 1/log(3/2) works) would improve readability without changing the asymptotic claim.
  4. [Section 4.1] Section 4.1: the inflated budget is written Ō = ⌈5C + 20d log T⌉; the factor 5 is slightly larger than the 4 appearing in Lemma 3.5. A one-line remark that any constant strictly larger than 4 is admissible would make the padding transparent.
  5. [Section 5] Open Problems §5: the first bullet correctly flags the extra d factor as an artifact of the reduction; it would be helpful to state whether the authors conjecture that O(C + d log T) is achievable or whether a matching lower bound of Ω(Cd) already exists.

Circularity Check

0 steps flagged

No significant circularity: self-contained algorithmic analysis with independent potential and determinant arguments.

full rationale

The paper's central claim (Theorem 4.2) is an existence result for an algorithm achieving additive regret O(Cd + d^{2} log T). The derivation proceeds by first analyzing an idealized proximity-feedback model (Algorithm 1, Theorem 3.8) via two independent potentials—density mass near θ⋆ (Lemma 3.5, multiplicative 3/2–1/2 updates) and maximum determinant of evidence-set contexts (Lemma 3.6, volume growth by factor > T^{2}/(16d))—then lifting to ordinary sale feedback by optimistic dual updates and an explicitly inflated budget Ō = ⌈5C + 20d log T⌉ (Algorithm 4, Lemma 4.1). Both potentials are defined from first principles on the maintained density µt and the stored pairs; their growth bounds follow by direct calculation from the update rules and Hadamard’s inequality, without reference to the target regret expression. Self-citations (KSCM26 for the commit idea, LPS22/26 for density medians) supply reusable subroutines whose statements are independent of the new additive separation; they are not invoked as uniqueness theorems that force the result. No parameters are fitted to data and re-labeled as predictions, no ansatz is smuggled via citation, and the regret definition itself is the standard clairvoyant benchmark. The known-C modeling assumption is stated up front and does not create a definitional loop. The derivation is therefore self-contained against external benchmarks.

Axiom & Free-Parameter Ledger

3 free parameters · 5 axioms · 3 invented entities

The central claim is a worst-case regret bound for an explicit algorithm. It rests on the standard linear contextual pricing model, a known corruption budget, and several algorithmic design choices (ε, density multipliers, number of evidence sets) that are fixed by the analysis rather than fitted to data. No new physical entities are postulated; the auxiliary proximity-feedback model is an intermediate proof device, not an ontological claim.

free parameters (3)
  • ε = T^{-3}
    Accuracy radius used for proximity windows, evidence correctness, and commit intervals; chosen by hand so that residual error is 1/(8T) and determinant growth yields O(d) insertions.
  • Ō = ⌈5C + 20d log T⌉
    Inflated corruption parameter that absorbs both true corruptions and far-median rounds; the concrete coefficients 5 and 20 come from the density-potential calculation and are fixed by the proof, not data.
  • density multipliers 3/2 and 1/2
    Multiplicative update factors on the two tails of the ε-window median; standard choice from LPS22/26 that keeps total mass well-defined and yields constant-factor potential growth.
axioms (5)
  • domain assumption Buyer valuation is exactly linear: v_t = ⟨θ⋆, u_t⟩ with θ⋆, u_t ∈ B_d(0,1).
    Section 2.1; the entire geometric and density analysis relies on this exact linear structure.
  • domain assumption At most C rounds have corrupted sale (and proximity) feedback; C is known to the algorithm.
    Section 2.2; the 2Ō+1 evidence-set majority vote fails if the true number of bad samples exceeds Ō.
  • domain assumption Contexts may be chosen adversarially; no distributional assumption.
    Section 2.1; regret is worst-case over sequences.
  • standard math ε-window median of a continuous density is always well-defined (no atoms).
    Definition 3.2 and surrounding text; used every exploration round.
  • standard math Hadamard inequality: |det| of unit-norm columns ≤ 1.
    Lemma 3.6 Step 3; caps the determinant potential.
invented entities (3)
  • 2Ō+1 disjoint evidence sets H_j storing (u_i, p_i) pairs no independent evidence
    purpose: Enable robust commit by majority vote over linear reconstructions of the current context.
    Core algorithmic object introduced in Section 3.1; no external existence claim beyond the algorithm.
  • ε-window median of a density in direction u_t no independent evidence
    purpose: Provide a stable cut that leaves a buffer around the query so density near θ⋆ is never decreased on close uncorrupted rounds.
    Definition 3.2; generalization of the ordinary median used by LPS22/26.
  • Proximity-feedback model (auxiliary) no independent evidence
    purpose: Intermediate model that reveals whether |p_t − v_t| ≤ ε, used to isolate the commit and potential arguments before the optimistic reduction.
    Section 3; not claimed as a real feedback channel, only a proof device.

pith-pipeline@v1.1.0-grok45 · 19705 in / 3234 out tokens · 46208 ms · 2026-07-14T06:15:20.179628+00:00 · methodology

0 comments
Cite this review

Pith. "Pith review of Decoupling Corruption and Horizon in Robust Contextual Pricing." pith.science (2026). https://pith.science/paper/VQVFLW6V

@misc{pith2026260711210,
  author       = {Pith},
  title        = {Pith review of: Decoupling Corruption and Horizon in Robust Contextual Pricing},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VQVFLW6V}},
  note         = {Machine review of arXiv:2607.11210}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

We study robust repeated contextual pricing, where valuations depends linearly on the features. At each round $t\in[T]$, a seller observes a context, posts a price, and receives only a possibly corrupted binary sale feedback. The seller knows an upper bound $C$ on the number of corrupted rounds. We design an algorithm with regret $\mathcal O(Cd+d^2\log T)$, where $d$ is the context dimension. This is the first guarantee for robust contextual pricing that separates the dependence on the corruption budget $C$ from the horizon $T$, closing the problem left open by Gupta, Guruganesh, Paes Leme, and Schneider (2025).

Figures

Figures reproduced from arXiv: 2607.11210 by Francesco Emanuele Stradi, Matteo Castiglioni.

Figure 1
Figure 1. Figure 1: Geometric view of the proximity-feedback algorithm. The dashed parallel lines delimit the ϵ-window around the median price mt in the direction ut . Left: when θ ⋆ is outside this window, the density is updated toward the side containing θ ⋆ . Middle: when θ ⋆ is inside the window, mt is a near-value observation and the context-price pair is stored in an evidence set. Right: once the 2C + 1 evidence sets ex… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

92 extracted references · 9 linked inside Pith

  1. [1]

    Theoretical Computer Science , volume=

    Exploration--exploitation tradeoff using variance estimates in multi-armed bandits , author=. Theoretical Computer Science , volume=. 2009 , publisher=

  2. [2]

    CoRR , volume =

    Elad Hazan , title =. CoRR , volume =. 2019 , url =. 1909.05207 , timestamp =

  3. [3]

    CoRR , volume =

    Francesco Orabona , title =. CoRR , volume =. 2019 , url =. 1912.13213 , timestamp =

  4. [4]

    Learning Adversarial

    Jin, Chi and Jin, Tiancheng and Luo, Haipeng and Sra, Suvrit and Yu, Tiancheng , booktitle =. Learning Adversarial. 2020 , editor =

  5. [5]

    Online Stochastic Shortest Path with Bandit Feedback and Unknown Transition Function , url =

    Rosenberg, Aviv and Mansour, Yishay , booktitle =. Online Stochastic Shortest Path with Bandit Feedback and Unknown Transition Function , url =

  6. [6]

    , biburl =

    Altman, E. , biburl =

  7. [7]

    Online Convex Optimization in Adversarial

    Rosenberg, Aviv and Mansour, Yishay , booktitle =. Online Convex Optimization in Adversarial. 2019 , editor =

  8. [8]

    Near-optimal Regret Bounds for Reinforcement Learning , url =

    Auer, Peter and Jaksch, Thomas and Ortner, Ronald , booktitle =. Near-optimal Regret Bounds for Reinforcement Learning , url =

  9. [9]

    International Conference on Machine Learning , pages=

    Minimax regret bounds for reinforcement learning , author=. International Conference on Machine Learning , pages=. 2017 , organization=

  10. [10]

    , title =

    Wei, Xiaohan and Yu, Hao and Neely, Michael J. , title =. Proc. ACM Meas. Anal. Comput. Syst. , month =. 2018 , issue_date =. doi:10.1145/3179415 , abstract =

  11. [11]

    Regret Minimization for Reinforcement Learning with Vectorial Feedback and Complex Objectives , volume =

    Cheung, Wang Chi , booktitle =. Regret Minimization for Reinforcement Learning with Vectorial Feedback and Complex Objectives , volume =

  12. [12]

    2020 , copyright =

    Model-Free Algorithm and Regret Analysis for MDPs with Long-Term Constraints , publisher =. 2020 , copyright =. doi:10.48550/ARXIV.2006.05961 , author =

  13. [13]

    2020 , copyright =

    Exploration-Exploitation in Constrained MDPs , publisher =. 2020 , copyright =. doi:10.48550/ARXIV.2003.02189 , author =

  14. [14]

    Proceedings of the 2nd Conference on Learning for Dynamics and Control , pages =

    Constrained Upper Confidence Reinforcement Learning , author =. Proceedings of the 2nd Conference on Learning for Dynamics and Control , pages =. 2020 , editor =

  15. [15]

    Advances in Neural Information Processing Systems , volume=

    Constrained episodic reinforcement learning in concave-convex and knapsack settings , author=. Advances in Neural Information Processing Systems , volume=

  16. [16]

    Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss , url =

    Qiu, Shuang and Wei, Xiaohan and Yang, Zhuoran and Ye, Jieping and Wang, Zhaoran , booktitle =. Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss , url =

  17. [17]

    A Provably-Efficient Model-Free Algorithm for Constrained Markov Decision Processes , publisher =

    Wei, Honghao and Liu, Xin and Ying, Lei , keywords =. A Provably-Efficient Model-Free Algorithm for Constrained Markov Decision Processes , publisher =. 2021 , copyright =. doi:10.48550/ARXIV.2106.01577 , url =

  18. [18]

    Advances in Neural Information Processing Systems , volume=

    A unifying framework for online optimization with long-term constraints , author=. Advances in Neural Information Processing Systems , volume=

  19. [19]

    Tsitsiklis and Jia Yuan Yu , title =

    Shie Mannor and John N. Tsitsiklis and Jia Yuan Yu , title =. Journal of Machine Learning Research , year =

  20. [20]

    2006 , publisher=

    Prediction, learning, and games , author=. 2006 , publisher=

  21. [21]

    arXiv preprint arXiv:2003.05555 , year=

    Provably efficient model-free algorithm for MDPs with peak constraints , author=. arXiv preprint arXiv:2003.05555 , year=

  22. [22]

    International Conference on Machine Learning , pages=

    Cautious regret minimization: Online optimization with long-term budget constraints , author=. International Conference on Machine Learning , pages=. 2019 , organization=

  23. [23]

    Proceedings of the 39th International Conference on Machine Learning , pages =

    Online Learning with Knapsacks: the Best of Both Worlds , author =. Proceedings of the 39th International Conference on Machine Learning , pages =. 2022 , editor =

  24. [24]

    2018 , publisher=

    Reinforcement learning: An introduction , author=. 2018 , publisher=

  25. [25]

    2014 , publisher=

    Markov decision processes: discrete stochastic dynamic programming , author=. 2014 , publisher=

  26. [26]

    2020 IEEE 23rd International Conference on Intelligent Transportation Systems (ITSC) , pages=

    Safe reinforcement learning for autonomous vehicles through parallel constrained policy optimization , author=. 2020 IEEE 23rd International Conference on Intelligent Transportation Systems (ITSC) , pages=. 2020 , organization=

  27. [27]

    2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=

    Safe reinforcement learning on autonomous vehicles , author=. 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2018 , organization=

  28. [28]

    Proceedings of the 27th ACM International Conference on Information and Knowledge Management , pages=

    Budget constrained bidding by model-free reinforcement learning in display advertising , author=. Proceedings of the 27th ACM International Conference on Information and Knowledge Management , pages=

  29. [29]

    Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining , pages=

    A Unified Solution to Constrained Bidding in Online Display Advertising , author=. Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining , pages=

  30. [30]

    Proceedings of the FAccTRec Workshop, Online , pages=

    Building healthy recommendation sequences for everyone: A safe reinforcement learning approach , author=. Proceedings of the FAccTRec Workshop, Online , pages=

  31. [31]

    the Eighth Ad Auction Workshop , volume=

    Repeated auctions under budget constraints: Optimal bidding strategies and equilibria , author=. the Eighth Ad Auction Workshop , volume=. 2012 , organization=

  32. [32]

    Management Science , volume=

    Learning in repeated auctions with budgets: Regret minimization and equilibrium , author=. Management Science , volume=. 2019 , publisher=

  33. [33]

    Mathematics of Operations Research , volume=

    Online Markov decision processes , author=. Mathematics of Operations Research , volume=. 2009 , publisher=

  34. [34]

    Advances in Neural Information Processing Systems , volume=

    Online Markov decision processes under bandit feedback , author=. Advances in Neural Information Processing Systems , volume=

  35. [35]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Provably efficient primal-dual reinforcement learning for CMDPs with non-stationary objectives and constraints , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  36. [36]

    International Conference on Artificial Intelligence and Statistics , pages=

    Provably efficient model-free algorithms for non-stationary CMDPs , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2023 , organization=

  37. [37]

    Advances in Neural Information Processing Systems , volume=

    No-Regret Online Reinforcement Learning with Adversarial Losses and Transitions , author=. Advances in Neural Information Processing Systems , volume=

  38. [38]

    Conference On Learning Theory , pages=

    More adaptive algorithms for adversarial bandits , author=. Conference On Learning Theory , pages=. 2018 , organization=

  39. [39]

    Explore no more: Improved high-probability regret bounds for non-stochastic bandits , url =

    Neu, Gergely , booktitle =. Explore no more: Improved high-probability regret bounds for non-stochastic bandits , url =

  40. [40]

    Conference on Learning Theory , pages=

    Corralling a band of bandit algorithms , author=. Conference on Learning Theory , pages=. 2017 , organization=

  41. [41]

    arXiv preprint arXiv:2403.03672 , year=

    Learning Adversarial MDPs with Stochastic Hard Constraints , author=. arXiv preprint arXiv:2403.03672 , year=

  42. [42]

    International Conference on Algorithmic Learning Theory , pages=

    A model selection approach for corruption robust reinforcement learning , author=. International Conference on Algorithmic Learning Theory , pages=. 2022 , organization=

  43. [43]

    Conference on Learning Theory , pages=

    Corruption-robust exploration in episodic reinforcement learning , author=. Conference on Learning Theory , pages=. 2021 , organization=

  44. [44]

    Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining , pages=

    A unified solution to constrained bidding in online display advertising , author=. Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining , pages=

  45. [45]

    , publisher =

    Altman, E. , publisher =

  46. [46]

    Proceedings of the 2nd Conference on Learning for Dynamics and Control , pages =

    Constrained Upper Confidence Reinforcement Learning , author =. Proceedings of the 2nd Conference on Learning for Dynamics and Control , pages =

  47. [47]

    Journal of Machine Learning Research , volume=

    Provably Sample-Efficient Model-Free Algorithm for MDPs with Peak Constraints , author=. Journal of Machine Learning Research , volume=

  48. [48]

    Advances in Neural Information Processing Systems , volume=

    Learning policies with zero or bounded constraint violation for constrained mdps , author=. Advances in Neural Information Processing Systems , volume=

  49. [49]

    arXiv preprint arXiv:2302.04375 , year=

    A Near-Optimal Algorithm for Safe Reinforcement Learning Under Instantaneous Hard Constraints , author=. arXiv preprint arXiv:2302.04375 , year=

  50. [50]

    , title =

    Wei, Xiaohan and Yu, Hao and Neely, Michael J. , title =. Proc. ACM Meas. Anal. Comput. Syst. , numpages =. 2018 , publisher =

  51. [51]

    Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss , volume =

    Qiu, Shuang and Wei, Xiaohan and Yang, Zhuoran and Ye, Jieping and Wang, Zhaoran , booktitle =. Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss , volume =

  52. [52]

    Online Learning in

    Stradi, Francesco Emanuele and Germano, Jacopo and Genalti, Gianmarco and Castiglioni, Matteo and Marchesi, Alberto and Gatti, Nicola , booktitle =. Online Learning in. 2024 , editor =

  53. [53]

    arXiv preprint arXiv:2410.02269 , year=

    Best-of-Both-Worlds Policy Optimization for CMDPs with Bandit Feedback , author=. arXiv preprint arXiv:2410.02269 , year=

  54. [54]

    International Conference on Machine Learning , pages=

    Improved corruption robust algorithms for episodic reinforcement learning , author=. International Conference on Machine Learning , pages=. 2021 , organization=

  55. [55]

    2024 , eprint=

    No-Regret is not enough! Bandits with General Constraints through Adaptive Regret Minimization , author=. 2024 , eprint=

  56. [56]

    Operations Research , volume=

    The Best of Many Worlds: Dual Mirror Descent for Online Allocation Problems , author=. Operations Research , volume=. 2023 , publisher=

  57. [57]

    Proceedings of the 41st International Conference on Machine Learning (ICML) , pages=

    Online Learning under Budget and ROI Constraints via Weak Adaptivity , author=. Proceedings of the 41st International Conference on Machine Learning (ICML) , pages=. 2024 , organization=

  58. [58]

    2012 , eprint=

    Trading Regret for Efficiency: Online Convex Optimization with Long Term Constraints , author=. 2012 , eprint=

  59. [59]

    Bandits with Knapsacks , url=

    Badanidiyuru, Ashwinkumar and Kleinberg, Robert and Slivkins, Aleksandrs , year=. Bandits with Knapsacks , url=. doi:10.1109/focs.2013.30 , booktitle=

  60. [60]

    2014 , eprint=

    Bandits with concave rewards and convex knapsacks , author=. 2014 , eprint=

  61. [61]

    2023 , eprint=

    Adversarial Bandits with Knapsacks , author=. 2023 , eprint=

  62. [62]

    Advances in Neural Information Processing Systems , volume=

    Online learning with sublinear best-action queries , author=. Advances in Neural Information Processing Systems , volume=

  63. [63]

    Finite-time Analysis of the Multiarmed Bandit Problem

    Auer, Peter and Cesa-Bianchi, Nicolò and Fischer, Paul , biburl =. Finite-time Analysis of the Multiarmed Bandit Problem. , url =. Mach. Learn. , keywords =

  64. [64]

    Bandit Algorithms , url =

    Lattimore, Tor and Szepesvari, Csaba , biburl =. Bandit Algorithms , url =

  65. [65]

    Communications of the ACM , volume=

    Algorithms with predictions , author=. Communications of the ACM , volume=. 2022 , publisher=

  66. [66]

    Online Learning with a Hint , url =

    Dekel, Ofer and flajolet, arthur and Haghtalab, Nika and Jaillet, Patrick , booktitle =. Online Learning with a Hint , url =

  67. [67]

    Advances in Neural Information Processing Systems , volume=

    Logarithmic regret from sublinear hints , author=. Advances in Neural Information Processing Systems , volume=

  68. [68]

    14th Innovations in Theoretical Computer Science Conference (ITCS 2023) , volume=

    Online Learning and Bandits with Queried Hints , author=. 14th Innovations in Theoretical Computer Science Conference (ITCS 2023) , volume=. 2023 , organization=

  69. [69]

    Advances in neural information processing systems , volume=

    From bandits to experts: On the value of side-observations , author=. Advances in neural information processing systems , volume=

  70. [70]

    Proceedings of the 19th international conference on World wide web , pages=

    A contextual-bandit approach to personalized news article recommendation , author=. Proceedings of the 19th international conference on World wide web , pages=

  71. [71]

    Statistical science: a review journal of the Institute of Mathematical Statistics , volume=

    Multi-armed bandit models for the optimal design of clinical trials: benefits and challenges , author=. Statistical science: a review journal of the Institute of Mathematical Statistics , volume=

  72. [72]

    Advances in neural information processing systems , volume=

    An empirical evaluation of thompson sampling , author=. Advances in neural information processing systems , volume=

  73. [73]

    SIAM journal on computing , volume=

    The nonstochastic multiarmed bandit problem , author=. SIAM journal on computing , volume=. 2002 , publisher=

  74. [74]

    The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

    Robust Contextual Pricing , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

  75. [75]

    44th Annual IEEE Symposium on Foundations of Computer Science, 2003

    The value of knowing a demand curve: bounds on regret for online posted-price auctions , author=. 44th Annual IEEE Symposium on Foundations of Computer Science, 2003. Proceedings. , pages=. 2003 , organization=

  76. [76]

    Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of Computing , pages =

    Krishnamurthy, Akshay and Lykouris, Thodoris and Podimata, Chara and Schapire, Robert , title =. Proceedings of the 53rd Annual ACM SIGACT Symposium on Theory of Computing , pages =. 2021 , isbn =. doi:10.1145/3406325.3451120 , abstract =

  77. [77]

    Operations Research , volume=

    Contextual search in the presence of adversarial corruptions , author=. Operations Research , volume=. 2023 , publisher=

  78. [78]

    Cohen and Ilan Lobel and Renato Paes Leme , title =

    Maxime C. Cohen and Ilan Lobel and Renato Paes Leme , title =. Management Science , volume =. 2020 , doi =

  79. [79]

    Operations Research , volume =

    Ilan Lobel and Renato Paes Leme and Adrian Vladu , title =. Operations Research , volume =. 2018 , doi =

  80. [80]

    SIAM Journal on Computing , volume =

    Renato Paes Leme and Jon Schneider , title =. SIAM Journal on Computing , volume =. 2022 , doi =

Showing first 80 references.