Pith. sign in

REVIEW 3 cited by

Neural Dueling Bandits: Preference-Based Optimization with Human Feedback

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2407.17112 v2 pith:GEINMZKM submitted 2024-07-24 cs.LG cs.AIstat.ML

Neural Dueling Bandits: Preference-Based Optimization with Human Feedback

classification cs.LG cs.AIstat.ML
keywords feedbackresultsarmsbanditalgorithmscontextualduelingfunction
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Contextual dueling bandit is used to model the bandit problems, where a learner's goal is to find the best arm for a given context using observed noisy human preference feedback over the selected arms for the past contexts. However, existing algorithms assume the reward function is linear, which can be complex and non-linear in many real-life applications like online recommendations or ranking web search results. To overcome this challenge, we use a neural network to estimate the reward function using preference feedback for the previously selected arms. We propose upper confidence bound- and Thompson sampling-based algorithms with sub-linear regret guarantees that efficiently select arms in each round. We also extend our theoretical results to contextual bandit problems with binary feedback, which is in itself a non-trivial contribution. Experimental results on the problem instances derived from synthetic datasets corroborate our theoretical results.

discussion (0)

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

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Linear and Neural Dueling Bandits with Delayed Feedback

    cs.LG 2026-05 unverdicted novelty 7.0

    Proposes LDB-DF and NDB-DF algorithms for contextual dueling bandits with delayed feedback using an IPW estimator in the loss, with O(d sqrt(T)) regret for the linear case and sub-linear guarantees for the neural case.

  2. Neural Variance-aware Dueling Bandits with Deep Representation and Shallow Exploration

    cs.LG 2025-06 unverdicted novelty 6.0

    Variance-aware neural dueling bandit algorithms achieve sublinear regret of order O(d sqrt(sum sigma_t^2) + sqrt(d T)) for wide networks on nonlinear utilities.

  3. T-POP: Test-Time Personalization with Online Preference Feedback

    cs.LG 2025-09 conditional novelty 4.0

    T-POP uses dueling-bandit token selection to learn a reward function online from pairwise user feedback, enabling test-time personalization of a frozen LLM without fine-tuning.