Papers › Generalized Linear Bandits with Limited Adaptivity

Generalized Linear Bandits with Limited Adaptivity

10 Apr 2024arXiv:2404.06831archive 2025-07-28

Ayush Sawarni, Nirjhar Das, Siddharth Barman, Gaurav Sinha

We study the generalized linear contextual bandit problem within the constraints of limited adaptivity. In this paper, we present two algorithms, B-GLinCB and RS-GLinCB, that address, respectively, two prevalent limited adaptivity settings. Given a budget M on the number of policy updates, in the first setting, the algorithm needs to decide upfront M rounds at which it will update its policy, while in the second setting it can adaptively perform M policy updates during its course. For the first setting, we design an algorithm B-GLinCB, that incurs Õ(√(T)) regret when M = Ω( loglogT ) and the arm feature vectors are generated stochastically. For the second setting, we design an algorithm RS-GLinCB that updates its policy Õ(log² T) times and achieves a regret of Õ(√(T)) even when the arm feature vectors are adversarially generated. Notably, in these bounds, we manage to eliminate the dependence on a key instance dependent parameter κ, that captures non-linearity of the underlying reward model. Our novel approach for removing this dependence for generalized linear contextual bandits might be of independent interest.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.06831")

Code

Syntology Ran 10 of 11 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 5 ran · violated contract; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 7 samples from 1 repository, 6 ran; community (archive-listed): 3 samples from 1 repository, 3 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nirjhar-das/glbandit_limited_adaptivity officialmentioned in papermentioned on GitHub report
nick-jhlee/logistic_bandit mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 10 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · violated contract
1ran · fixture could not drive it
4ran
1unverified

Licence: 4 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dprobit nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository ran · violated contract fingerprinted MIT (permissive) · 807e58bdf5b6c6fd · report
dsigmoid nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository ran · violated contract fingerprinted MIT (permissive) · bb151ed835df82f7 · report
log_loss_glm nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository ran · fixture could not drive it MIT (permissive) · f1d61d294fc5020c · report
mat_norm nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository ran MIT (permissive) · ac663e325a60b21b · report
probit nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository ran · violated contract fingerprinted MIT (permissive) · 594cafa89df7fdd5 · report
solve_glm_mle nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository ran MIT (permissive) · ee8a2eb72b1fdb7c · report
RS_GLinUCB nirjhar-das/glbandit_limited_adaptivity/glmbanditexp/algorithms/rs_glinucb.py official repository unverified MIT (permissive) · 9eb504e5cf46db03 · report
LogisticBandit nick-jhlee/logistic_bandit/logbexp/algorithms/rs_glincb.py community (archive-listed) ran no licence file found · pointer only · f2eececafa8fb5ca · report
RS_GLinCB nick-jhlee/logistic_bandit/logbexp/algorithms/rs_glincb.py community (archive-listed) ran no licence file found · pointer only · 613eeab5b98f9c9c · report
dmu nick-jhlee/logistic_bandit/logbexp/algorithms/rs_glincb.py community (archive-listed) ran · violated contract fingerprinted no licence file found · pointer only · 4f7387d1937f4ded · report
mu identical code first harvested elsewhere ran · violated contract fingerprinted licence of this copy not recorded · c3f0f3af4e86bef6 · report

Tasks

Multi-Armed Bandits

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections