• Home
  • News
  • Blog
  • Releases
  • LLM history
  • Compare LLMs
  • Library
  • About
⌘K
Sign in

A blog and notes on development. The easiest way to reach me is via the social links below.

Contacts
talalaev.misha@gmail.com
Documents
Personal data processing policyPersonal data processing consent
Photo: Jo Lin / Unsplash

LLM as an Auction Director: The HOBA Architecture for Online Advertising

Sh0ny
Sh0ny
30 июля 2026
  1. Home
  2. Blog
  3. LLM as an Auction Director: The HOBA Architecture for Online Advertising
1 min read

In short

The researchers proposed HOBA—a hierarchical framework in which an LLM sets the hyperparameters, and an RL agent selects experts for real-time betting. This approach reduces exploration risks and yields a 3.6% increase in the target metric in the evaluation.

Online advertising typically relies on a set of offline-trained models: PID controllers, MPC, and offline RL. The problem is that the auction market is non-stationary, and manually adjusting bid limits and budgets is expensive and cannot keep up with reality. HOBA solves this through hierarchical reinforcement learning, dividing strategy, model selection, and bid execution into three time scales.

At the top level, a large language model operates. It derives hyperparameters from contextual signals through a Think-Act-Observe-Reflect cycle that draws on historical experience. Essentially, the LLM acts here not as a text generator, but as a strategic reasoner that adapts the system to changing market conditions.

At the middle level, the SARSA agent dynamically selects among experts from a pool that includes PID, MPC, IQL, and Decision Transformer. Causal adjustment is applied to eliminate selection bias. At the lower level, the experts execute bets within the constraints set by the upper level.

The key engineering insight is that online learning is limited to discrete expert selection rather than continuous bet optimization. This radically reduces the risk of exploration in production while maintaining adaptability. Instead of the agent learning to guess bids at random and lose money, it learns to select a suitable pre-trained model for the current context.

On the AuctionNet benchmark and in a large-scale A/B test, HOBA demonstrated consistent improvement over state-of-the-art baselines. In a real-world online deployment, the framework delivered a +3.6% return on target value, confirming the viability of the hierarchical multi-agent approach.

Source: cs.AI updates on arXiv.org

новостиaillmагенты
More AI-tool write-ups on the Telegram channel — short and to the point
Subscribe on Telegram

Comments

(0)
​