On Bits and Bandits: Quantifying the Regret-Information Trade-off
Itai Shufaro, Nadav Merlis, Nir Weinberger, Shie Mannor
TL;DR
This work formalizes the regret-information trade-off in contextual, Bayesian online decision-making. It introduces a general Fano-based method to derive worst-case Bayesian regret lower bounds and develops information-theoretic upper and lower bounds that tie regret to the amount of information an agent accumulates, via mutual information and entropy constraints. The authors provide both finite- and infinite-decision-space results, including bounds for contextual MAB and linear bandits, and demonstrate the practical utility of the framework with experiments on Bayesian bandits and LLM-assisted question answering. Overall, the paper offers principled tools to quantify the value of external information and to design information-aware strategies for reducing regret in sequential decision tasks.
Abstract
In many sequential decision problems, an agent performs a repeated task. He then suffers regret and obtains information that he may use in the following rounds. However, sometimes the agent may also obtain information and avoid suffering regret by querying external sources. We study the trade-off between the information an agent accumulates and the regret it suffers. We invoke information-theoretic methods for obtaining regret lower bounds, that also allow us to easily re-derive several known lower bounds. We introduce the first Bayesian regret lower bounds that depend on the information an agent accumulates. We also prove regret upper bounds using the amount of information the agent accumulates. These bounds show that information measured in bits, can be traded off for regret, measured in reward. Finally, we demonstrate the utility of these bounds in improving the performance of a question-answering task with large language models, allowing us to obtain valuable insights.
