Paper deep dive
Information Theoretic Guarantees For Policy Alignment In Large Language Models
Youssef Mroueh
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 95%
Last extracted: 3/12/2026, 6:49:24 PM
Summary
This paper provides information-theoretic upper bounds for policy alignment in Large Language Models (LLMs), specifically focusing on the KL divergence scaling laws for both standard policy alignment and 'best-of-n' sampling. The author proves that reward improvement scales with the square root of the KL divergence under sub-gaussian reward assumptions, extends these results to f-divergences and RƩnyi divergences, and demonstrates how these bounds transfer from proxy rewards to golden rewards, providing a theoretical basis for Goodhart's law in LLM alignment.
Entities (5)
Relation Signals (3)
KL Divergence ā bounds ā Reward Improvement
confidence 95% Ā· the reward improvement of the aligned policy on the reference one scales like square-root of KL
Best of n Policy ā isaformof ā Policy Alignment
confidence 95% Ā· Another important paradigm for optimizing the reward is test time alignment via best of n sampling
Proxy Reward ā leadsto ā Goodhart's Law
confidence 90% Ā· optimizing the proxy reward results in deterioration of the golden reward. This phenomena is referred to... as Goodhartās law.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Policy alignment of large language models refers to constrained policy optimization, where the policy is optimized to maximize a reward while staying close to a reference policy with respect to an $f$-divergence such as the $\mathsf{KL}$ divergence. The best of $n$ alignment policy selects a sample from the reference policy that has the maximum reward among $n$ independent samples. For both cases (policy alignment and best of $n$), recent works showed empirically that the reward improvement of the aligned policy on the reference one scales like $\sqrt{\mathsf{KL}}$, with an explicit bound in $n$ on the $\mathsf{KL}$ for the best of $n$ policy. We show in this paper that the $\sqrt{\mathsf{KL}}$ information theoretic upper bound holds if the reward under the reference policy has sub-gaussian tails. Moreover, we prove for the best of $n$ policy, that the $\mathsf{KL}$ upper bound can be obtained for any $f$-divergence via a reduction to exponential order statistics owing to the RƩnyi representation of order statistics, and a data processing inequality. If additional information is known on the tails of the aligned policy we show that tighter control on the reward improvement can be obtained via the RƩnyi divergence. Finally we demonstrate how these upper bounds transfer from proxy rewards to golden rewards which results in a decrease in the golden reward improvement due to overestimation and approximation errors of the proxy reward.
Tags
Links
- Source: https://arxiv.org/abs/2406.05883
- Canonical: https://arxiv.org/abs/2406.05883
Trouble viewing inline? Open PDF directly ā
Full Text
241,411 characters extracted from source content.
Expand or collapse full text
Information Theoretic Guarantees For Policy Alignment In Large Language Models Youssef Mroueh IBM Research Abstract. Policy alignment of large language models refers to constrained policy optimization, where the policy is optimized to maximize a reward while staying close to a reference policy with respect to an f-divergence such as the KLsansserif_KL divergence. The best of n alignment policy selects a sample from the reference policy that has the maximum reward among n independent samples. For both cases (policy alignment and best of n), recent works showed empirically that the reward improvement of the aligned policy on the reference one scales like KLsquare-root start_ARG sansserif_KL end_ARG, with an explicit bound in n on the KLsansserif_KL for the best of n policy. We show in this paper that the KLsquare-root start_ARG sansserif_KL end_ARG information theoretic upper bound holds if the reward under the reference policy has sub-gaussian tails. Moreover, we prove for the best of n policy, that the KLsansserif_KL upper bound can be obtained for any f-divergence via a reduction to exponential order statistics owing to the RĆ©nyi representation of order statistics, and a data processing inequality. If additional information is known on the tails of the aligned policy we show that tighter control on the reward improvement can be obtained via the RĆ©nyi divergence. Finally we demonstrate how these upper bounds transfer from proxy rewards to golden rewards which results in a decrease in the golden reward improvement due to overestimation and approximation errors of the proxy reward. 1. Introduction Aligning Large Language Models (LLMs) with human preferences allows a tradeoff between maintaining the utility of the pre-trained reference model and the alignment of the model with human values such as safety or other socio-technical considerations. Alignment is becoming a crucial step in LLMs training pipeline, especially as these models are leveraged in decision making as well as becoming more and more accessible to the general public. Policy alignment starts by learning a reward model that predicts human preferences, these reward models are typically fine-tuned LLMs that are trained on pairwise human preference data (Christiano et al., 2017; Stiennon et al., 2020; Ouyang et al., 2022; Bai et al., 2022). The reward is then optimized using training time alignment i.e via policy gradient based reinforcement learning leading to the so called Reinforcemnent Learning from Human Feedback (RLHF) (Christiano et al., 2017). RLHF ensures that the reward is maximized while the policy Ļ stays close to the initial reference policy Ļrefsubscriptref _refĻroman_ref in the sense of the Kullback-Leibler divergence (Ļ||Ļref) KL(Ļ|| _ref)sansserif_KL ( Ļ | | Ļroman_ref ). Other variants of these training time alignment have been proposed via direct preference optimization (Rafailov et al., 2024) (Zhao et al., 2023) (Ethayarajh et al., 2024). Another important paradigm for optimizing the reward is test time alignment via best of n sampling from the reference policy and retaining the sample that maximizes the reward. The resulting policy is known as the best of n policy. The best of n policy is also used in controlled decoding settings (Yang and Klein, 2021; Mudgal et al., 2023) and in fine-tuning LLMs to match the best of n policy responses (Touvron et al., 2023). Figure 1. Qualitiative plot of centered rewards vs. KL of Proxy and Gold Rewards for both Best of n and RL policies. (See Fig. 1 a) and b) in (Gao et al., 2023) for scaling laws in policy alignment). (Gao et al., 2023) and (Hilton and Gao, 2022) studied the scaling laws of reward models optimization in both the RL and the best of n setups. (Gao et al., 2023) distinguished between āgolden rewardā that can be thought of as the golden human preference and āproxy rewardā which is trained to predict the golden reward. For proxy rewards (Gao et al., 2023) found experimentally for both RL and best of n policies that the reward improvement on the reference policy scales as (Ļ||Ļref) KL(Ļ|| _ref)square-root start_ARG sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG. Similar observations for reward improvement scaling in RL were made in (Bai et al., 2022). For golden rewards, (Gao et al., 2023) showed for both RL and best of n policies that LLMs that optimize the proxy reward suffer from over-optimization in the sense that as the policy drifts from the reference policy, optimizing the proxy reward results in deterioration of the golden reward. This phenomena is referred to in (Gao et al., 2023) (Hilton and Gao, 2022) as Goodhartās law. A qualitative plot of scaling laws discovered in (Gao et al., 2023) is given in Figure 1. For the best of n policy, most works in this space assumed that (Ļ||Ļref)=log(n)ānā1n KL(Ļ|| _ref)= (n)- n-1nsansserif_KL ( Ļ | | Ļroman_ref ) = log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG (Stiennon et al., 2020; Coste et al., 2024; Nakano et al., 2021; Go et al., 2024; Gao et al., 2023). Recently Beirami et al. (2024) showed that this is in fact an inequality under the assumption that the reward is one to one map (a bijection) and for finite alphabets. The main contribution of this papers are : (1) We provide in Theorem 17 in Section 2 a new proof for the best of n policy inequality (Ļ||Ļref)ā¤log(n)ānā1n KL(Ļ|| _ref)⤠(n)- n-1nsansserif_KL ( Ļ | | Ļroman_ref ) ⤠log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG and show via a reduction to exponential random variables that it is a consequence of the data processing inequality of the KLsansserif_KL divergence. We extend this inequality beyond the setup of (Beirami et al., 2024) of one to one rewards and finite alphabets to a more realistic setup of surjective rewards and beyond finite alphabets. We also give conditions under which the equality is met, and extend those inequalities to f-divergences and RĆ©nyi divergences. (2) We show in Section 3 that the scaling laws on policy improvement versus KLsansserif_KL of (Gao et al., 2023) are information theoretic upper bounds and are consequences of transportation inequalities with the KLsansserif_KL divergence under sub-gaussian tails of the reward under the reference policy. We discuss how the dependency on KLsansserif_KL is driven only by the tails of the reward under the reference model, and cannot be improved by a better alignment algorithm and can only be improved if the tails of the reference rewards are fatter than sub-gaussian such as sub-gamma or sub-exponential tails. (3) We study in Theorem 4 the tightness of these information theoretical upper bounds when the tails of the optimized policy are also known via new transportation inequalities for the RĆ©nyi divergence DαsubscriptD_αDitalic_α for in αā(0,1)01αā(0,1)α ā ( 0 , 1 ), and show that the upper bound KLsquare-root start_ARG sansserif_KL end_ARG can not be met, echoing Goodhartās law of (Gao et al., 2023). (4) We finally study in Section 4 the transfer of transportation inequalities from proxy rewards to golden rewards and prove that indeed the golden reward improvement is hindered by āoverestimationā of the proxy reward as reported empirically in (Gao et al., 2023). 2. The Alignment Problem 2.1. RLHF: A Constrained Policy Optimization Problem Let XX be the space of prompts and YY be the space of responses yāy ā Y from a LLM conditioned on a prompt xāx ā X. The reference LLM is represented as policy Ļrefā¢(y|x)subscriptrefconditional _ref(y|x)Ļroman_ref ( y | x ), i.e as a conditional probability on YY given a prompt xāx ā X. Let Ļsubscript _XĻcaligraphic_X be a distribution on prompts, and a r a reward, r:Ćāā:āār:XĆY : X Ć Y ā blackboard_R, r represents a safety or alignment objective that is desirable to maximize. Given a reference policy Ļrefsubscriptref _refĻroman_ref, the goal of alignment is to find a policy ĻāsuperscriptĻ^*Ļā that maximizes the reward r and that it is still close to the original reference policy for some positive Ī>0Ī0 >0Ī > 0: Ļy|xā=argmaxĻy|xā¼Ļyā¼Ļ(.|x)r(x,y) s.t ā«(Ļ(y|x)||Ļref(y|x))dĻ(x)ā¤Ī, Ļ^*_y|x= _ _y|xE_x _ % XE_y Ļ(.|x)r(x,y) s.t _X KL% (Ļ(y|x)|| _ref(y|x))d _X(x)⤠,Ļāitalic_y | x = arg maxitalic_Ļ start_POSTSUBSCRIPT y | x end_POSTSUBSCRIPT blackboard_Ex ā¼ Ļ start_POSTSUBSCRIPT X end_POSTSUBSCRIPT blackboard_Ey ā¼ Ļ ( . | x ) r ( x , y ) s.t ā«X sansserif_KL ( Ļ ( y | x ) | | Ļref ( y | x ) ) d Ļcaligraphic_X ( x ) ⤠Π, (1) where (Ļ(y|x)||Ļref(y|x))=yā¼Ļ.|xlog(Ļā¢(y|x)Ļrefā¢(y|x)). KL(Ļ(y|x)|| _ref(y|x))=E_y Ļ.|x % ( Ļ(y|x) _ref(y|x) ).sansserif_KL ( Ļ ( y | x ) | | Ļref ( y | x ) ) = blackboard_Ey ā¼ Ļ . | x log ( divide start_ARG Ļ ( y | x ) end_ARG start_ARG Ļref ( y | x ) end_ARG ) . With some abuse of notation, we write Ļā¢(x,y)=Ļā¢(y|x)ā¢Ļā¢(x)conditionalsubscriptĻ(x,y)=Ļ(y|x) _X(x)Ļ ( x , y ) = Ļ ( y | x ) Ļcaligraphic_X ( x ) and Ļrefā¢(x,y)=Ļrefā¢(y|x)ā¢Ļā¢(x)subscriptrefsubscriptrefconditionalsubscript _ref(x,y)= _ref(y|x) _X(x)Ļroman_ref ( x , y ) = Ļroman_ref ( y | x ) Ļcaligraphic_X ( x ). Let ā¢(Ć)P(XĆY)P ( X Ć Y ) be joint probability defined on ĆXĆYX Ć Y that has Ļsubscript _XĻcaligraphic_X as marginal on XX. Hence we can write the alignment problem (1) in a more compact way as follows: supĻāā¢(Ć)ā«rdĻ s.t (Ļ||Ļref)ā¤Ī. _Ļ (XĆY) rdĻ s.t % KL(Ļ|| _ref)⤠.supitalic_Ļ ā P ( X Ć Y ) ā« r d Ļ s.t sansserif_KL ( Ļ | | Ļroman_ref ) ⤠Π. (2) For β>00β>0β > 0, we can also write a penalized form of this constrained policy optimization problem as follows: supĻāā¢(Ć)ā«rdĻā1β(Ļ||Ļref). _Ļ (XĆY) rdĻ- 1% β KL(Ļ|| _ref).supitalic_Ļ ā P ( X Ć Y ) ā« r d Ļ - divide start_ARG 1 end_ARG start_ARG β end_ARG sansserif_KL ( Ļ | | Ļroman_ref ) . It is easy to see that the optimal policy of the penalized problem is given by: Ļβ,rā¢(y|x)=expā”(βā¢rā¢(x,y))ā¢Ļrefā¢(y|x)ā«expā”(βā¢rā¢(x,y))ā¢Ļrefā¢(y|x),Ļā¢almost surely.subscriptconditionalsubscriptrefconditionaldifferential-dsubscriptrefconditionalsubscriptalmost surely _β,r(y|x)= (β r(x,y)) _ref(y|x) (% β r(x,y))d _ref(y|x), _Xalmost surely.Ļitalic_β , r ( y | x ) = divide start_ARG exp ( β r ( x , y ) ) Ļroman_ref ( y | x ) end_ARG start_ARG ā« exp ( β r ( x , y ) ) d Ļroman_ref ( y | x ) end_ARG , Ļcaligraphic_X almost surely . (3) The constrained problem (2) has a similar solution (See for e.g (Yang et al., 2024)): ĻĪ»Ī,rā¢(y|x)=expā”(rā¢(x,y)Ī»Ī)ā¢Ļrefā¢(y|x)ā«expā”(rā¢(x,y)Ī»Ī)ā¢Ļrefā¢(y|x),Ļā¢almost surely,subscriptsubscriptĪconditionalsubscriptĪsubscriptrefconditionalsubscriptĪdifferential-dsubscriptrefconditionalsubscriptalmost surely _ _ ,r(y|x)= ( r(x,y) _% ) _ref(y|x) ( r(x,y) _ )d% _ref(y|x), _Xalmost surely,Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT ( y | x ) = divide start_ARG exp ( divide start_ARG r ( x , y ) end_ARG start_ARG Ī»roman_Ī end_ARG ) Ļroman_ref ( y | x ) end_ARG start_ARG ā« exp ( divide start_ARG r ( x , y ) end_ARG start_ARG Ī»roman_Ī end_ARG ) d Ļroman_ref ( y | x ) end_ARG , Ļcaligraphic_X almost surely , (4) where Ī»Ī>0subscriptĪ0 _ >0Ī»roman_Ī > 0 is a lagrangian that satisfies ā«(ĻĪ»Ī,r(y|x)||Ļref(y|x))dĻ(x)=Ī. _X KL( _ _ ,r(y|x)|| _ref(% y|x))d _X(x)= .ā«X sansserif_KL ( Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT ( y | x ) | | Ļref ( y | x ) ) d Ļcaligraphic_X ( x ) = Ī . 2.2. Best of n Policy Alignment Let X be the random variable associated with prompts such that Law(X)=ĻX)= _XX ) = Ļcaligraphic_X. Let Y be the random variable associated with the conditional response of Ļrefsubscriptref _refĻroman_ref given X. Define the conditional reward of the reference policy : R(Y)|X:=r(X,Y) where Y ā¼Ļref(.|X),R(Y)|X:=r(X,Y) where Y _ref(.|X),R ( Y ) | X := r ( X , Y ) where Y ā¼ Ļref ( . | X ) , we assume that Rā¢(Y)|XconditionalR(Y)|XR ( Y ) | X admits a CDF denoted as FRā¢(Y)|XsubscriptconditionalF_R(Y)|XFitalic_R ( Y ) | X and let FRā¢(Y)|Xā1subscriptsuperscript1conditionalF^-1_R(Y)|XF- 1R ( Y ) | X be its quantile: FRā¢(Y)|X(ā1)ā¢(p)=infĪ·:FRā¢(Y)|Xā¢(Ī·)ā„p⢠for ā¢pā[0,1].subscriptsuperscript1conditionalinfimumconditional-setsubscriptconditional for 01F^(-1)_R(Y)|X(p)= \Ī·:F_R(Y)|X(Ī·)ā„ p\ for pā[0,1].F( - 1 )R ( Y ) | X ( p ) = inf Ī· : Fitalic_R ( Y ) | X ( Ī· ) ā„ p for p ā [ 0 , 1 ] . Let Y1ā¢ā¦ā¢Ynsubscript1ā¦subscriptY_1⦠Y_nY1 ⦠Yitalic_n be independent samples from Ļref(.|X) _ref(.|X)Ļref ( . | X ). We define the best of n reward as follows: R(n)ā¢(Y)|X=maxi=1ā¢ā¦ā¢nā”Rā¢(Yi)|X,conditionalsuperscriptconditionalsubscript1ā¦subscriptR^(n)(Y)|X= _i=1⦠nR(Y_i)|X,R( n ) ( Y ) | X = maxitalic_i = 1 ⦠n R ( Yitalic_i ) | X , (5) this the maximum of n iid random variables with a common CDF FRā¢(Y)|XsubscriptconditionalF_R(Y)|XFitalic_R ( Y ) | X. The best of n policy corresponds to Y(n)|X:=argā”maxi=1ā¢ā¦ā¢nā”rā¢(X,Yi).assignconditionalsuperscriptsubscript1ā¦subscriptY^(n)|X:= _i=1⦠nr(X,Y_i).Y( n ) | X := arg maxitalic_i = 1 ⦠n r ( X , Yitalic_i ) . We note Ļr,ref(n)(.|X)Ļ^(n)_r,ref(.|X)Ļ( n )r , ref ( . | X ) the law of Y(n)|XconditionalsuperscriptY^(n)|XY( n ) | X. Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref is referred to as the best of n alignment policy. We consider two setups for the reward: Assumption 1. We assume that the reward r is a one to one map for a fixed x, and admits an inverse hx:āā:subscriptāāāh_x:R _x : blackboard_R ā Y such that hxā¢(rā¢(x,y))=ysubscriptāh_x(r(x,y))=yhitalic_x ( r ( x , y ) ) = y. This assumption was considered in (Beirami et al., 2024). Nevertheless this assumption is strong and not usually meet in practice, we weaken this assumption to the following: Assumption 2. We assume that there is a stochastic map HXsubscriptH_XHitalic_X such that HX(RY|X))=Y|XH_X(R_Y|X)) d=Y|XHitalic_X ( Ritalic_Y | X ) ) overd start_ARG = end_ARG Y | X and HX(RY(n)|X))=Y(n)|XH_X(R_Y^(n)|X)) d=Y^(n)|XHitalic_X ( Ritalic_Y( n ) | X ) ) overd start_ARG = end_ARG Y( n ) | X. Under Assumption 2, the reward can be surjective which is more realistic but we assume that there is a stochastic map that ensures invertibility not point-wise but on a distribution level. Our assumption means that we have conditionnaly on X: R|XāY|XāconditionalconditionalR|Xā Y|XR | X ā Y | X form a markov chain i.e exists Aā¢(Y|R,X)conditionalA(Y|R,X)A ( Y | R , X ) so that PY|X=Aā¢(Y|R,X)ā¢PR|X,subscriptconditionalconditionalsubscriptconditionalP_Y|X=A(Y|R,X)P_R|X,Pitalic_Y | X = A ( Y | R , X ) Pitalic_R | X , and PY(n)|X=Aā¢(Y|R,X)ā¢PR(n)|X.subscriptconditionalsuperscriptconditionalsubscriptconditionalsuperscriptP_Y^(n)|X=A(Y|R,X)P_R^(n)|X.Pitalic_Y( n ) | X = A ( Y | R , X ) Pitalic_R( n ) | X . Best of n Policy KLsansserif_KL Guarantees: A reduction to Exponentials. In what follows for random variables Z,Zā²,Z Z , Zā² with laws pZ,pZā²subscriptsubscriptsuperscriptā²p_Z,p_Z pitalic_Z , pitalic_Zā² we write interchangeably: (pZ||pZā²)=(Z||Zā²). KL(p_Z||p_Z )= KL(Z||Z ).sansserif_KL ( pitalic_Z | | pitalic_Zā² ) = sansserif_KL ( Z | | Zā² ) . Let us start by looking at [R(n)(Y)||R(Y)|X] KL [R^(n)(Y)||R(Y) |X ]sansserif_KL [ R( n ) ( Y ) | | R ( Y ) | X ] the KLsansserif_KL divergence between the conditional reward of the best of n policy and that of the reference policy. Let Eā¼Eā¢xā¢pā¢(1)similar-to1E Exp(1)E ā¼ E x p ( 1 ), the optimal transport map FRā¢(Y)|Xā1āFEsubscriptsuperscript1conditionalsubscriptF^-1_R(Y)|X F_EF- 1R ( Y ) | X ā Fitalic_E from the exponential distribution E to Rā¢(Y)|XconditionalR(Y)|XR ( Y ) | X (See for example Theorem 2.5 in (Santambrogio, 2015): E is atomless, but Rā¢(Y)|XconditionalR(Y)|XR ( Y ) | X can be discrete valued) allows us to write: Rā¢(Y)|X=dFRā¢(Y)|Xā1āFEā¢(E),superscriptconditionalsubscriptsuperscript1conditionalsubscriptR(Y)|X d=F^-1_R(Y)|X F_E(E),R ( Y ) | X start_RELOP SUPERSCRIPTOP start_ARG = end_ARG start_ARG d end_ARG end_RELOP F- 1R ( Y ) | X ā Fitalic_E ( E ) , (6) where =dsuperscript d=start_RELOP SUPERSCRIPTOP start_ARG = end_ARG start_ARG d end_ARG end_RELOP means equality in distribution. On the other hand, let R(1)ā¢(Y)|Xā¤āÆā¤R(n)ā¢(Y)|Xconditionalsuperscript1āÆconditionalsuperscriptR^(1)(Y)|Xā¤ā¦ā¤ R^(n)(Y)|XR( 1 ) ( Y ) | X ⤠⯠⤠R( n ) ( Y ) | X be the order statistics of the rewards of n independent samples Yi,i=1ā¢ā¦ā¢nsubscript1ā¦Y_i,i=1⦠nYitalic_i , i = 1 ⦠n, Yiā¼Ļref(.|X)Y_i _ref(.|X)Yitalic_i ā¼ Ļroman_ref ( . | X ). The order statistics refer to sorting the random variable from the minimum (index (1)1(1)( 1 )) to the maximum (index (n)(n)( n )). Consider n independent exponential E1,ā¦ā¢Ensubscript1ā¦subscriptE_1,⦠E_nE1 , ⦠Eitalic_n, where Eiā¼expā”(1)similar-tosubscript1E_i (1)Eitalic_i ā¼ exp ( 1 ), and their order statistics E(1)ā¤E(2)ā¤ā¦ā¢E(n)superscript1superscript2ā¦superscriptE^(1)⤠E^(2)ā¤ā¦ E^(n)E( 1 ) ⤠E( 2 ) ⤠⦠E( n ). The RĆ©nyi representation of order statistics (RĆ©nyi, 1953), similar to the Optimal Transport (OT) representation allows us to express the distribution of the order statistics of the rewards in terms of the order statistics of exponentials as follows: (R(1)(Y)|X,ā¦,R(n)(Y)|X)=(FRā¢(Y)|Xā1āFE(E(1)),ā¦,FRā¢(Y)|Xā1āFE(E(n))). (R^(1)(Y)|X,ā¦,R^(n)(Y)|X ) d= (F^-1_R(Y)|X% F_E(E^(1)),ā¦,F^-1_R(Y)|X F_E(E^(n)) ).( R( 1 ) ( Y ) | X , ⦠, R( n ) ( Y ) | X ) overd start_ARG = end_ARG ( F- 1R ( Y ) | X ā Fitalic_E ( E( 1 ) ) , ⦠, F- 1R ( Y ) | X ā Fitalic_E ( E( n ) ) ) . (7) The central idea in the RĆ©nyi representation is that the mapping FRā¢(Y)|Xā1āFEsubscriptsuperscript1conditionalsubscriptF^-1_R(Y)|X F_EF- 1R ( Y ) | X ā Fitalic_E is monotonic and hence ordering preserving and by the OT representation each component is distributed as Rā¢(Y)|XconditionalR(Y)|XR ( Y ) | X. See (Boucheron and Thomas, 2012) for more account on the RĆ©nyi representation of order statistics. Hence using the OT representation in (6) and the RĆ©nyi representation of the maximum (7), we can reduce the KLsansserif_KL between the rewards to a KLsansserif_KL on functions of exponentials and their order statistics: [R(n)(Y)||R(Y)|X] KL [R^(n)(Y)||R(Y) |X ]sansserif_KL [ R( n ) ( Y ) | | R ( Y ) | X ] =(FRā¢(Y)|Xā1āFE(E(n))||FRā¢(Y)|Xā1āFE(E)) = KL (F^-1_R(Y)|X F_E(E^(n)) | % |F^-1_R(Y)|X F_E(E) )= sansserif_KL ( F- 1R ( Y ) | X ā Fitalic_E ( E( n ) ) | | F- 1R ( Y ) | X ā Fitalic_E ( E ) ) =(TX(E(n))||TX(E)), = KL(T_X(E^(n))||T_X(E)),= sansserif_KL ( Titalic_X ( E( n ) ) | | Titalic_X ( E ) ) , (8) where TX=FRā¢(Y)|Xā1āFE=F(r(X,.))āÆĻref(.|X)ā1āFE.T_X=F^-1_R(Y)|X F_E=F^-1_(r(X,.))_ _ref(.% |X) F_E.Titalic_X = F- 1R ( Y ) | X ā Fitalic_E = F- 1( r ( X , . ) ) start_POSTSUBSCRIPT ⯠Ļroman_ref ( . | X ) end_POSTSUBSCRIPT ā Fitalic_E . Under Assumption 1 we can write samples from the best of n policy as Y(n)|X=hXā¢(Rnā¢(Y))|XconditionalsuperscriptconditionalsubscriptāsuperscriptY^(n)|X=h_X(R^n(Y))|XY( n ) | X = hitalic_X ( Ritalic_n ( Y ) ) | X and from the reference policy as Y|X=hXā¢(Rā¢(Y))|X.conditionalconditionalsubscriptāY|X=h_X(R(Y))|X.Y | X = hitalic_X ( R ( Y ) ) | X . Hence we have by the data processing inequality (DPI) for the KLsansserif_KL divergence (See for e.g (Polyanskiy and Wu, 2023)) under Assumption 1: (Ļr,ref(n)||Ļref|X) KL(Ļ^(n)_r,ref|| _ref|X)sansserif_KL ( Ļ( n )r , ref | | Ļref | X ) =(Y(n)||Y|X) = KL(Y^(n)||Y|X)= sansserif_KL ( Y( n ) | | Y | X ) =(hX(Rn(Y))||hX(R(Y))|X) = KL(h_X(R^n(Y))||h_X(R(Y))|X)= sansserif_KL ( hitalic_X ( Ritalic_n ( Y ) ) | | hitalic_X ( R ( Y ) ) | X ) =(Rn(Y)||R(Y)|X) By Assumption 1 hX is one to one and DPI is an equality = KL(R^n(Y)||R(Y)|X) By Assumption assum:% rewardBij $h_X$ is one to one and DPI is an equality~= sansserif_KL ( Ritalic_n ( Y ) | | R ( Y ) | X ) By Assumption hitalic_X is one to one and DPI is an equality =(TX(E(n))||TX(E)) RĆ©nyi and Optimal Transport Representations (Eq (8)) = KL(T_X(E^(n))||T_X(E)) R\'enyi and % Optimal Transport Representations (Eq eq:OTandRenyi)= sansserif_KL ( Titalic_X ( E( n ) ) | | Titalic_X ( E ) ) RĆ©nyi and Optimal Transport Representations (Eq ( ) ) (9) Recall that TX=FRā¢(Y)|Xā1āFEsubscriptsubscriptsuperscript1conditionalsubscriptT_X=F^-1_R(Y)|X F_ETitalic_X = F- 1R ( Y ) | X ā Fitalic_E, FEsubscriptF_EFitalic_E is one to one. If the space YY is finite, Rā¢(Y|X)conditionalR(Y|X)R ( Y | X ) has a discontinuous CDF hence not strictly monotonic. It follows that its quantile FRā¢(Y)|Xā1subscriptsuperscript1conditionalF^-1_R(Y)|XF- 1R ( Y ) | X is not a one to one map and TXsubscriptT_XTitalic_X as a result is not a one to one map and hence we have by DPI (that is an inequality in this case since TXsubscriptT_XTitalic_X is not one to one): (TX(E(n))||TX(E))ā¤(E(n)||E) KL(T_X(E^(n))||T_X(E))⤠KL(E^(n)||E)sansserif_KL ( Titalic_X ( E( n ) ) | | Titalic_X ( E ) ) ⤠sansserif_KL ( E( n ) | | E ) (10) If the space YY is infinite and we assume that Rā¢(Y|X)conditionalR(Y|X)R ( Y | X ) is continuous and strictly monotonic then FRā¢(Y)|Xā1subscriptsuperscript1conditionalF^-1_R(Y)|XF- 1R ( Y ) | X is a one to one map, and as a result TXsubscriptT_XTitalic_X is a one to one map and the DPI is an equality in this case: (TX(E(n))||TX(E))=(E(n)||E) KL(T_X(E^(n))||T_X(E))= KL(E^(n)||E)sansserif_KL ( Titalic_X ( E( n ) ) | | Titalic_X ( E ) ) = sansserif_KL ( E( n ) | | E ) (11) Hence under Assumption 1 and for YY finite combining (9) and (10) we have: (Ļr,ref(n)||Ļref|X)ā¤(E(n)||E), KL(Ļ^(n)_r,ref|| _ref|X)⤠KL(E^% (n)||E),sansserif_KL ( Ļ( n )r , ref | | Ļref | X ) ⤠sansserif_KL ( E( n ) | | E ) , (12) and under Assumption 1 and for YY infinite and assuming FRā¢(Y)|XsubscriptconditionalF_R(Y)|XFitalic_R ( Y ) | X is continuous and strictly monotonic, combining (9) and (11) we have: (Ļr,ref(n)||Ļref|X)=(E(n)||E). KL(Ļ^(n)_r,ref|| _ref|X)= KL(E^(n)% ||E).sansserif_KL ( Ļ( n )r , ref | | Ļref | X ) = sansserif_KL ( E( n ) | | E ) . (13) Under the more realistic Assumption 2 we can also apply the DPI on the stochastic map HXsubscriptH_XHitalic_X, since DPI also holds for stochastic maps ( under our assumption R|XāY|XāconditionalconditionalR|Xā Y|XR | X ā Y | X see for example (van Erven and Harremos, 2014) Example 2) (Ļr,ref(n)||Ļref|X) KL(Ļ^(n)_r,ref|| _ref|X)sansserif_KL ( Ļ( n )r , ref | | Ļref | X ) =(HX(Rn(Y))||HX(R(Y))|X)) = KL(H_X(R^n(Y))||H_X(R(Y))|X))= sansserif_KL ( Hitalic_X ( Ritalic_n ( Y ) ) | | Hitalic_X ( R ( Y ) ) | X ) ) ā¤(Rn(Y)||R(Y)|X)=(TX(E(n))||TX(E)), ⤠KL(R^n(Y)||R(Y)|X)= KL(T_X(E^(n))||T_% X(E)),⤠sansserif_KL ( Ritalic_n ( Y ) | | R ( Y ) | X ) = sansserif_KL ( Titalic_X ( E( n ) ) | | Titalic_X ( E ) ) , (14) and hence under Assumption 2 regardless whether TXsubscriptT_XTitalic_X is a one to one map or not, thus we have: (Ļr,ref(n)||Ļref|X)ā¤(E(n)||E) KL(Ļ^(n)_r,ref|| _ref|X)⤠KL(E^% (n)||E)sansserif_KL ( Ļ( n )r , ref | | Ļref | X ) ⤠sansserif_KL ( E( n ) | | E ). The following Lemma gives a closed form expression for (E(n)||E) KL(E^(n)||E)sansserif_KL ( E( n ) | | E ): Lemma 1 ( KLsansserif_KL Between Exponential and Maximum of Exponentials). Let Eā¼expā”(1)similar-to1E (1)E ā¼ exp ( 1 ), and E1,ā¦ā¢Ensubscript1ā¦subscriptE_1,⦠E_nE1 , ⦠Eitalic_n be iid exponentials and E(n)superscriptE^(n)E( n ) their maximum, we have: (E(n)||E)=log(n)ānā1n. KL(E^(n)||E)= (n)- n-1n.sansserif_KL ( E( n ) | | E ) = log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG . (15) Hence we conclude with the following result: Theorem 1. The best of n policy satisfies under (i) Assumption 1 (reward one to one) and for finite YY or under (i) Assumption 2 (existence of stochastic āinverseā) : (Ļr,ref(n)||Ļref)ā¤(E(n)||E)=log(n)ānā1n. KL(Ļ^(n)_r,ref|| _ref)⤠KL(E^% (n)||E)= (n)- n-1n.sansserif_KL ( Ļ( n )r , ref | | Ļroman_ref ) ⤠sansserif_KL ( E( n ) | | E ) = log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG . (16) Under Assumption 1, for infinite YY and assuming FRā¢(Y|X)subscriptconditionalF_R(Y|X)Fitalic_R ( Y | X ) is continuous and strictly increasing for all X we have: (Ļr,ref(n)||Ļref)=(E(n)||E)=log(n)ānā1n. KL(Ļ^(n)_r,ref|| _ref)= KL(E^(n)% ||E)= (n)- n-1n.sansserif_KL ( Ļ( n )r , ref | | Ļroman_ref ) = sansserif_KL ( E( n ) | | E ) = log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG . (17) Proof. Combining Lemma 15, the analysis above and taking expectation on X we obtain the result. ā Beirami et al. (2024) showed this result under condition (i) which is not a realistic setting and used the finiteness of YY to provide a direct proof. Our analysis via chaining DPI and using OT and RĆ©nyi representations to reduce the problem to exponentials allows us to extend the result to a more realistic setup under condition (i) i.e the existence of a stochastic āinverse", without any assumption on YY. Furthermore we unveil under which conditions the equality holds that was assumed to hold in previous works (Stiennon et al., 2020) (Coste et al., 2024; Nakano et al., 2021; Go et al., 2024) (Hilton and Gao, 2022) (Gao et al., 2023). Our approach of reduction to exponentials using RĆ©nyi representation of order statistics and data processing inequalities extends to bounding the f- divergence Df(Ļr,ref(n)||Ļref)D_f(Ļ^(n)_r,ref|| _ref)Ditalic_f ( Ļ( n )r , ref | | Ļroman_ref ) as well as the α RĆ©nyi divergence. The RĆ©nyi divergence for αā(0,1)āŖ(1,ā)011αā(0,1)āŖ(1,ā)α ā ( 0 , 1 ) āŖ ( 1 , ā ) is defined as follows: Dα(P||Q)=1(αā1)log(ā«pα(x)q1āα(x)dx)D_α(P||Q)= 1(α-1) ( p^α(x)q^1-α(% x)dx )Ditalic_α ( P | | Q ) = divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( ā« pitalic_α ( x ) q1 - α ( x ) d x ) the limit as αā1ā1αā 1α ā 1 coincides with KLsansserif_KL, i.e: D1(P||Q))=(P||Q)D_1(P||Q))= KL(P||Q)D1 ( P | | Q ) ) = sansserif_KL ( P | | Q ). These bounds are summarized in Table 1. Full proofs and theorems are in the Appendix. Divergence fā¢(x)f(x)f ( x ) Bound on Df(Ļr,ref(n)||Ļref)D_f(Ļ^(n)_r,ref|| _ref)Ditalic_f ( Ļ( n )r , ref | | Ļroman_ref ) KLsansserif_KL xā¢logā”(x)x (x)x log ( x ) logā”(n)ānā1n1 (n)- n-1nlog ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG Chi-squared (xā1)2superscript12(x-1)^2( x - 1 )2 (nā1)22ā¢nā1superscript1221 (n-1)^22n-1divide start_ARG ( n - 1 )2 end_ARG start_ARG 2 n - 1 end_ARG Total Variation fā¢(x)=12ā¢|xā1|121f(x)= 12|x-1|f ( x ) = divide start_ARG 1 end_ARG start_ARG 2 end_ARG | x - 1 | (1n)1nā1ā(1n)nā1superscript111superscript11( 1n) 1n-1-( 1n) nn-1( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG Hellinger distance (1āx)2superscript12(1- x)^2( 1 - square-root start_ARG x end_ARG )2 2ā¢(1ān)2n+12superscript1212 (1- n)^2n+12 divide start_ARG ( 1 - square-root start_ARG n end_ARG )2 end_ARG start_ARG n + 1 end_ARG Forward KLsansserif_KL ālogā”(x)- (x)- log ( x ) nā1ālogā”(n)1n-1- (n)n - 1 - log ( n ) α RĆ©nyi Divergence NA 1(αā1)ā¢logā”(nαā¢(nā1)+1)11superscript11 1(α-1) ( n^α(n-1)+1 )divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( divide start_ARG nitalic_α end_ARG start_ARG α ( n - 1 ) + 1 end_ARG ) Table 1. Best of n policy f-Divergence and α RĆ©nyi Divergence Bounds. Best of n-Policy Dominance on the Reference Policy. The following proposition shows that the best of n policy leads to an improved reward on average: Proposition 1. R(n)superscriptR^(n)R( n ) dominates R in the first order dominance that is R(n)superscriptR^(n)R( n ) dominates R on all quantiles: QR(n)ā¢(t)ā„QRā¢(t),ātā[0,1].formulae-sequencesubscriptsuperscriptsubscriptfor-all01Q_R^(n)(t)ā„ Q_R(t),ā tā[0,1].Qitalic_R( n ) ( t ) ā„ Qitalic_R ( t ) , ā t ā [ 0 , 1 ] . It follows that we have ā¢R(n)ā„ā¢RsuperscriptER^(n) _E R( n ) ā„ blackboard_E R. Best of n Policy and RL Policy The following proposition discusses the sub-optimality of the best of n policy with respect to the alignment RL objective given in (1): Proposition 2. Assume a bounded reward in [āM,M][-M,M][ - M , M ]. For Ī>0Ī0 >0Ī > 0 and n=expā”(Ī)Īn= ( )n = exp ( Ī ) the best of n policy Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref and the Ī Ī Constrained RL policy ĻĪ»Ī,rsubscriptsubscriptĪ _ _ ,rĻitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT (given in (4)) satisfy: (Ļr,ref(n)||ĻĪ»Ī,r)ā¤2ā¢Ļā¢Mā¢(e2ā¢MĪ»Īā1)Ī»Īexp(āĪ2). KL(Ļ^(n)_r,ref|| _ _ ,r)⤠% 2ĻM(e 2M _ -1) _ (- % 2).sansserif_KL ( Ļ( n )r , ref | | Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT ) ⤠divide start_ARG square-root start_ARG 2 Ļ end_ARG M ( edivide start_ARG 2 M end_ARG start_ARG Ī»roman_Ī end_ARG - 1 ) end_ARG start_ARG Ī»roman_Ī end_ARG exp ( - divide start_ARG Ī end_ARG start_ARG 2 end_ARG ) . A similar asymptotic result appeared in (Yang et al., 2024) for ĪāāāĪ āāĪ ā ā, showing as nāāānāān ā ā, (Ļr,ref(n)||ĻĪ»Ī,r)ā0 KL(Ļ^(n)_r,ref|| _ _ ,r)ā 0sansserif_KL ( Ļ( n )r , ref | | Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT ) ā 0, we provide here a non asymptotic result for finite n and finite Ī Ī. 3. Reward Improvement Guarantees Through Transportation Inequalities Notations Let X be a real random variable. The logarithmic moment generating function of X is defined as follows for Ī»āāĪ» Ī» ā blackboard_R: ĻXā¢(Ī»)=logā”Xā¢eĪ»ā¢(Xāā¢X).subscriptsubscriptsuperscript _X(Ī»)= _Xe^Ī»(X-EX).Ļitalic_X ( Ī» ) = log blackboard_EX eitalic_Ī» ( X - blackboard_E X ) . X is said to be sub-Gaussian with variance Ļ2superscript2Ļ^2Ļ2 if : ĻXā¢(Ī»)ā¤Ī»2ā¢Ļ22ā¢for all ā¢Ī»āā.subscriptsuperscript2superscript22for all ā _X(Ī»)⤠λ^2Ļ^22for all Ī»ā% R.Ļitalic_X ( Ī» ) ⤠divide start_ARG Ī»2 Ļ2 end_ARG start_ARG 2 end_ARG for all Ī» ā blackboard_R . We denote ā¢(Ļ2)superscript2 SubGauss(Ļ^2)sansserif_SubGauss ( Ļ2 ) the set of sub-Gaussian random variables with variance Ļref2subscriptsuperscript2refĻ^2_refĻ2roman_ref. X is said to be sub-Gamma on the right tail with variance factor Ļ2superscript2Ļ^2Ļ2 and a scale parameter c>00c>0c > 0 if : ĻXā¢(Ī»)ā¤Ī»2ā¢Ļ22ā¢(1ācā¢Ī»)ā¢for every ā¢Ī»ā¢ such that ā¢0<Ī»<1c.subscriptsuperscript2superscript221for every such that 01 _X(Ī»)⤠λ^2Ļ^22(1-cĪ»)for % every Ī» such that 0<Ī»< 1c.Ļitalic_X ( Ī» ) ⤠divide start_ARG Ī»2 Ļ2 end_ARG start_ARG 2 ( 1 - c Ī» ) end_ARG for every Ī» such that 0 < Ī» < divide start_ARG 1 end_ARG start_ARG c end_ARG . We denote ā¢(Ļ2,c)superscript2 SubGamma(Ļ^2,c)sansserif_SubGamma ( Ļ2 , c ) the set of left and right tailed sub-Gamma random variables. Sub-gamma tails can be thought as an interpolation between sub-Gaussian and sub-exponential tails. Scaling Laws in Alignment It has been observed empirically (Coste et al., 2024; Nakano et al., 2021; Go et al., 2024; Hilton and Gao, 2022; Gao et al., 2023) that optimal RL policy ĻĪ»Ī,rsubscriptsubscriptĪ _ _ ,rĻitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT satisfy the following inequality for a constant Ļref2subscriptsuperscript2refĻ^2_refĻ2roman_ref : ĻĪ»Ī,rā¢rāĻrefā¢rā¤2Ļ2(ĻĪ»Ī,r||Ļref).E_ _ _ ,rr-E_ _refrā¤% 2Ļ^2 KL( _ _ ,r|| _ref).blackboard_EĻ start_POSTSUBSCRIPT Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT end_POSTSUBSCRIPT r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 Ļ2 sansserif_KL ( Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT | | Ļroman_ref ) end_ARG . A similar scaling for best of n policy : Ļr,ref(n)ā¢rāĻrefā¢rā¤2ā¢Ļ2ā¢(logā”nānā1n),subscriptsubscriptsuperscriptrefsubscriptsubscriptref2superscript21E_Ļ^(n)_r,refr-E_ _refrā¤% 2Ļ^2 ( n- n-1n ),blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 Ļ2 ( log n - divide start_ARG n - 1 end_ARG start_ARG n end_ARG ) end_ARG , and those bounds are oftentimes tight even when empirically estimated from samples. This hints that those bounds are information theoretic and independent of the alignment problem. Indeed if the reward was bounded, a simple application of Pinsker inequality gives rise to KLsquare-root start_ARG sansserif_KL end_ARG scaling. Let TVsansserif_TV be the total variation distance, we have: ā¢(Ļ,Ļref)=12ā¢supārāāā¤1Ļā¢rāĻrefā¢rā¤12(Ļ||Ļref). TV(Ļ, _ref)= 12 _||r||_ā⤠1% E_Ļr-E_ _refr⤠12 % KL(Ļ|| _ref).sansserif_TV ( Ļ , Ļroman_ref ) = divide start_ARG 1 end_ARG start_ARG 2 end_ARG sup| | r | | start_POSTSUBSCRIPT ā ⤠1 end_POSTSUBSCRIPT blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG divide start_ARG 1 end_ARG start_ARG 2 end_ARG sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG . Hence we can deduce that for bounded rewards r with norm infinity ārāāsubscriptnorm||r||_ā| | r | |ā that: Ļā¢rāĻrefā¢rā¤2||r||ā2(Ļ||Ļref).E_Ļr-E_ _refr⤠2||r||^2_ā% KL(Ļ|| _ref).blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 | | r | |2ā sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG . Nevertheless this boundedness assumption on the reward is not realistic, since most reward models are unbounded: quoting Lambert et al. (2024) ā implemented by appending a linear layer to predict one logit or removing the final decoding layers and replacing them with a linear layerā and hence the reward is unbounded by construction. We will show in what follows that those scalings laws are tied to the tails of the reward under the reference policy and are instances of transportation inequalities. 3.1. Transportation Inequalities with KLsansserif_KL Divergence For a policy Ļāā¢()Ļ (Y)Ļ ā P ( Y ) and for a reward function r:āā:āār:Y : Y ā blackboard_R , we note rāÆā¢ĻsubscriptāÆr_ ⯠Ļ, the push-forward map of Ļ through r. The reader is referred to Appendix D.1 for background on transportation inequalities and how they are derived from the so-called Donsker-Varadhan variational representation of the KLsansserif_KL divergence. The following Proposition is an application of Lemma 4.14 in (Boucheron et al., 2013)): Proposition 3 (Transportation Inequalities). The following inequalities hold depending on the tails of rāÆā¢ĻrefsubscriptāÆsubscriptrefr_ _refr⯠Ļroman_ref: (1) Assume that rāÆā¢Ļrefāā¢(Ļref2)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGauss(Ļ^2_ref)r⯠Ļroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ). For any Ļāā¢()Ļ (Y)Ļ ā P ( Y ) that is absolutely continuous with respect to Ļrefsubscriptref _refĻroman_ref, and such that (Ļ||Ļref)<ā KL(Ļ|| _ref)<āsansserif_KL ( Ļ | | Ļroman_ref ) < ā then we have: |Ļā¢rāĻrefā¢r|ā¤2Ļref2(Ļ||Ļref). |E_Ļr-E_ _refr |⤠2% Ļ^2_ref KL(Ļ|| _ref).| blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r | ⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG . (2) Assume that rāÆā¢Ļrefāā¢(Ļref2,c)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGamma(Ļ^2_ref,c)r⯠Ļroman_ref ā sansserif_SubGamma ( Ļ2roman_ref , c ). For any Ļāā¢()Ļ (Y)Ļ ā P ( Y ) that is absolutely continuous with respect to Ļrefsubscriptref _refĻroman_ref, and such that (Ļ||Ļref)<ā KL(Ļ|| _ref)<āsansserif_KL ( Ļ | | Ļroman_ref ) < ā then we have: |ĻrāĻrefr|ā¤2Ļref2(Ļ||Ļref)+c(Ļ||Ļref) |E_Ļr-E_ _refr |⤠2% Ļ^2_ref KL(Ļ|| _ref)+c KL(% Ļ|| _ref)| blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r | ⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG + c sansserif_KL ( Ļ | | Ļroman_ref ) In particular we have the following Corollary: Corollary 1 (Expected Reward Improvement). If rāÆā¢Ļrefāā¢(Ļref2)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGauss(Ļ^2_ref)r⯠Ļroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ) the following holds for the optimal RL policy ĻĪ»Ī,rsubscriptsubscriptĪ _ _ ,rĻitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT and for the best of n policy Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref: (1) For the optimal RL policy ĻĪ»Ī,rsubscriptsubscriptĪ _ _ ,rĻitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT we have: 0ā¤ĻĪ»Ī,rā¢rāĻrefā¢rā¤2Ļref2(ĻĪ»Ī,r||Ļref)ā¤2ā¢Ļref2ā¢Ī.0 _ _ _ ,rr-E_ _refr% ⤠2Ļ^2_ref KL( _ _ ,r|| _% ref)⤠2Ļ^2_ref .0 ⤠blackboard_EĻ start_POSTSUBSCRIPT Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT end_POSTSUBSCRIPT r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT | | Ļroman_ref ) end_ARG ⤠square-root start_ARG 2 Ļ2roman_ref Ī end_ARG . (2) For the Best of n policy Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref, under Assumption 2 we have: 0ā¤Ļr,ref(n)ā¢rāĻrefā¢rā¤2Ļref2(Ļr,ref(n)||Ļref)ā¤2ā¢Ļref2ā¢(logā”nānā1n).0 _Ļ^(n)_r,refr-E_ _refr% ⤠2Ļ^2_ref KL(Ļ^(n)_r,ref||% _ref)⤠2Ļ^2_ref ( n- n-1% n ).0 ⤠blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļ( n )r , ref | | Ļroman_ref ) end_ARG ⤠square-root start_ARG 2 Ļ2roman_ref ( log n - divide start_ARG n - 1 end_ARG start_ARG n end_ARG ) end_ARG . A similar statement holds under sub-gamma tails of the reward of the reference model. We turn now to providing a bound in high probability on the empirical reward improvement of RL: Remark 1. Item (1) in Corollary 1 shows that the Ļref2ā¢subscriptsuperscript2ref Ļ^2_ref KLsquare-root start_ARG Ļ2roman_ref sansserif_KL end_ARG provides an upper bound on the reward improvement of the alignment under subgaussian tails of the reference reward. Under subgaussian tails of the reference, this information theoretic barrier can not be broken with a better algorithm. On way to improve on the KLsquare-root start_ARG sansserif_KL end_ARG ceiling is by aiming at having a reference model with a reward that has subgamma tails to improve the upper limit to Ļref2ā¢+cā¢subscriptsuperscript2ref Ļ^2_ref KL+c KLsquare-root start_ARG Ļ2roman_ref sansserif_KL end_ARG + c sansserif_KL, or to subexponential tails to be linear in the KLsansserif_KL. Item (2) can be seen as a refinement on the classical 2ā¢Ļref2ā¢logā”(n)2subscriptsuperscript2ref 2Ļ^2_ref (n)square-root start_ARG 2 Ļ2roman_ref log ( n ) end_ARG upper bound on the expectation of maximum of subgaussians see for e.g Corollary 2.6 in (Boucheron et al., 2013). If in addition r is positive and for X=rāÆā¢ĻrefāĻrefā¢rsubscriptāÆsubscriptrefsubscriptsubscriptrefX=r_ _ref-E_ _refrX = r⯠Ļroman_ref - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r we have for t>00t>0t > 0 , āā¢(X>t)ā„āā¢(|g|>t)āP(X>t) (|g|>t)blackboard_P ( X > t ) ā„ blackboard_P ( | g | > t ), where gā¼ā¢(0,Ļā2)similar-to0subscriptsuperscript2āg (0,Ļ^2_ )g ā¼ N ( 0 , Ļ2roman_ā ) (where Ļā2subscriptsuperscript2āĻ^2_ Ļ2roman_ā is a variance) , then we have a matching lower bound for Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref that scales with Ļā2ā¢logā”(n)subscriptsuperscript2ā Ļ^2_ (n)square-root start_ARG Ļ2roman_ā log ( n ) end_ARG for sufficiently large n (See (Kamath, 2015)). The following Theorem gives high probability bounds for the excess reward when estimated from empirical samples: Theorem 2 (High Probability Empirical Reward Improvement For RL). Assume rāÆā¢Ļrefāā¢(Ļref2)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGauss(Ļ^2_ref)r⯠Ļroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ). Let β>11β>1β > 1 and t0>0subscript00t_0>0t0 > 0. Let Ļβ,rsubscript _β,rĻitalic_β , r be the optimal policy of the penalized RL problem given in Equation (3). Let Ri,βsubscriptR_i,βRitalic_i , β and Ri,ref,i=1ā¢ā¦ā¢msubscriptref1ā¦R_i,ref,i=1⦠mRitalic_i , ref , i = 1 ⦠m be the rewards evaluated at m samples from Ļβ,rsubscript _β,rĻitalic_β , r and Ļrefsubscriptref _refĻroman_ref. Assume that the β-RĆ©nyi divergence Dβ(Ļβ,r||Ļref)D_β( _β,r|| _ref)Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) and (Ļβ,r||Ļref) KL( _β,r|| _ref)sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) are both finite. The following inequality holds with probability at least 1āeāmā¢t022ā¢Ļref2āeāmā¢(βā1)ā¢t01superscriptsubscriptsuperscript202subscriptsuperscript2refsuperscript1subscript01-e^- mt^2_02Ļ^2_ref-e^-m(β-1)t_01 - e- divide start_ARG m t start_POSTSUPERSCRIPT 20 end_ARG start_ARG 2 Ļ2roman_ref end_ARG end_POSTSUPERSCRIPT - e- m ( β - 1 ) t0: 1mā¢āi=1mRi,βā1mā¢āi=1mRi,ref1superscriptsubscript1subscript1superscriptsubscript1subscriptref 1m _i=1^mR_i,β- 1m _i=1^mR_% i,refdivide start_ARG 1 end_ARG start_ARG m end_ARG āi = 1m Ritalic_i , β - divide start_ARG 1 end_ARG start_ARG m end_ARG āi = 1m Ritalic_i , ref ā¤2Ļref2(Ļβ,r||Ļref)+Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)β+2ā¢t0. ⤠2Ļ^2_ref KL( _β,r||% _ref)+ D_β( _β,r|| _ref)-% KL( _β,r|| _ref)β+2t_0.⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG + divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG + 2 t0 . Note that in Theorem 2, we did not make any assumptions on the tails of rāÆā¢Ļβ,rsubscriptāÆsubscriptr_ _β,rr⯠Ļitalic_β , r and we see that this results in a biased concentration inequality with a non-negative bias Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)βā„0 D_β( _β,r|| _ref)- KL( _β,r||% _ref)β℠0divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG ā„ 0. For the best of n policy, if the reward was positive and has a folded normal distribution (absolute value of gaussians), (Boucheron and Thomas, 2012) provides concentration bounds, owing to the subgamma tails of the maximum of absolute value of Gaussians. 3.2. Tail Adaptive Transportation Inequalities with the RĆ©nyi Divergence An important question on the tightness of the bounds rises from the bounds in Corollary 1. We answer this question by considering additional information on the tails of the reward under the policy Ļ, and we obtain tail adaptive bounds that are eventually tighter than the one in Corollary 1. Our new bounds leverage a variational representation of the RĆ©nyi divergence that uses the logarithmic moment generating function of both measures at hand. Preliminaries for the RĆ©nyi Divergence The Donsker-Varadahn representation of KLsansserif_KL was crucial in deriving transportation inequalities. In Shayevitz (2011) the following variational form is given for the RĆ©nyi divergence in terms of the KLsansserif_KL divergence, for all αāāα α ā blackboard_R (1āα)Dα(P||Q)=infRα(R||P)+(1āα)(R||Q)(1-α)D_α(P||Q)= _Rα KL(R||P)+(1-α) % KL(R||Q)( 1 - α ) Ditalic_α ( P | | Q ) = infitalic_R α sansserif_KL ( R | | P ) + ( 1 - α ) sansserif_KL ( R | | Q ) (18) A similar variational form was rediscovered in (Anantharam, 2018). Finally a Donsker-Varadahn-RĆ©nyi representation of DαsubscriptD_αDitalic_α was given in (Birrell et al., 2021). For all αāā+,αā 0,1formulae-sequencesuperscriptā01α ^+,αā 0,1α ā blackboard_R+ , α ā 0 , 1 we have : 1αDα(P||Q)=suphāā1αā1log(Pe(αā1)ā¢h)ā1αlog(Qeαā¢h), 1αD_α(P||Q)= _h 1α-1 % (E_Pe^(α-1)h )- 1α (E% _Qe^α h ),divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) = supitalic_h ā H divide start_ARG 1 end_ARG start_ARG α - 1 end_ARG log ( blackboard_EP e( α - 1 ) h ) - divide start_ARG 1 end_ARG start_ARG α end_ARG log ( blackboard_EQ eitalic_α h ) , (19) where ā=h|ā«e(αā1)ā¢hā¢P<ā,ā«eαā¢hā¢Q<ā.āconditional-setāformulae-sequencesuperscript1ādifferential-dsuperscriptādifferential-dH= \h | e^(α-1)hdP<ā, e^α hdQ<% ā \.H = h | ā« e( α - 1 ) h d P < ā , ā« eitalic_α h d Q < ā . Birrell et al. (2021) presents a direct proof of this formulation without exploring its link to the representation given in (18), we show in what follows an elementary proof via convex conjugacy, the duality relationship between equations (18) and (19). Theorem 3. For 0<α<1010<α<10 < α < 1 Equations (18) and (19) are dual of one another. For α>11α>1α > 1 they are Toland Dual. We collect in what follows elementary lemmas that will be instrumental to derive transportation inequalities in terms of the RĆ©nyi divergence. Proofs are given in the Appendix. Lemma 2. Let αā(0,1)āŖ(1,ā)011αā(0,1)āŖ(1,ā)α ā ( 0 , 1 ) āŖ ( 1 , ā ), and define ā=h|e(αā1)ā¢(hāā«hā¢P)āL1ā¢(P),e(α)ā¢(hāā«hā¢Q)āL1ā¢(Q)āconditional-setāformulae-sequencesuperscript1ādifferential-dsuperscript1superscriptādifferential-dsuperscript1H=\h|e^(α-1)(h- hdP)ā L^1(P),e^(α)(h- hdQ)% ā L^1(Q)\H = h | e( α - 1 ) ( h - ā« h d P ) ā L1 ( P ) , e( α ) ( h - ā« h d Q ) ā L1 ( Q ) . We have for all hāāāāh ā H and for αā(0,1)āŖ(1,ā)011αā(0,1)āŖ(1,ā)α ā ( 0 , 1 ) āŖ ( 1 , ā ) ā«hdPāā«hdQā¤1αDα(P||Q)ā1αā1log(ā«e(αā1)ā¢(hāā«hā¢P)dP)+1αlog(ā«eαā¢(hāā«hā¢Q)dQ) hdP- hdQ⤠1αD_α(P||Q)- 1α-1 % ( e^(α-1)(h- hdP)dP )+ 1α ( e% ^α(h- hdQ)dQ )ā« h d P - ā« h d Q ⤠divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) - divide start_ARG 1 end_ARG start_ARG α - 1 end_ARG log ( ā« e( α - 1 ) ( h - ā« h d P ) d P ) + divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_α ( h - ā« h d Q ) d Q ) Lemma 3. The following limit holds for the RĆ©nyi divergence limαā01αDα(P||Q)=(Q||P). _αā 0 1αD_α(P||Q)= KL(Q||P).limitalic_α ā 0 divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) = sansserif_KL ( Q | | P ) . Transportation Inequalities with RĆ©nyi Divergence. The following theorem shows that when considering the tails of Ļ we can obtain tighter upper bounds using the RĆ©nyi divergence that is more tail adaptive: Theorem 4 (Tail Adaptive Transportation Inequalities). Let αā(0,1)01αā(0,1)α ā ( 0 , 1 ). Assume rāÆā¢Ļāā¢(ĻĻ2)subscriptāÆsubscriptsuperscript2r_ Ļā SubGauss(Ļ^2_Ļ)rāÆ Ļ ā sansserif_SubGauss ( Ļ2italic_Ļ ) and rāÆā¢Ļrefāā¢(Ļref2)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGauss(Ļ^2_ref)r⯠Ļroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ) then we have for all αā(0,1)01αā(0,1)α ā ( 0 , 1 ): Ļā¢rāĻrefā¢rā¤2ā¢((1āα)ā¢ĻĻ2+αā¢Ļref2)ā¢Dα(Ļ||Ļref)α. _Ļr-E_ _refr⤠2((1-% α)Ļ^2_Ļ+αĻ^2_ref) D_α(Ļ||% _ref)α.blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 ( ( 1 - α ) Ļ2italic_Ļ + α Ļ2roman_ref ) divide start_ARG Ditalic_α ( Ļ | | Ļroman_ref ) end_ARG start_ARG α end_ARG end_ARG . (20) In particular if there exits αā(0,1)01αā(0,1)α ā ( 0 , 1 ) such that Dα(Ļ||Ļref)ā¤Ī±ā¢Ļref2(1āα)ā¢ĻĻ2+αā¢Ļref2(Ļ||Ļref)D_α(Ļ|| _ref)⤠αĻ^2_ref% (1-α)Ļ^2_Ļ+αĻ^2_ref KL(Ļ||% _ref)Ditalic_α ( Ļ | | Ļroman_ref ) ⤠divide start_ARG α Ļ2roman_ref end_ARG start_ARG ( 1 - α ) Ļ2italic_Ļ + α Ļ2roman_ref end_ARG sansserif_KL ( Ļ | | Ļroman_ref ), then the tail adaptive upper bound given in Equation (20) is tighter than the one provided by the tails of Ļrefsubscriptref _refĻroman_ref only i.e Ļref2(Ļ||Ļref) Ļ^2_ref KL(Ļ|| _ref)square-root start_ARG Ļ2roman_ref sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG. Note that this is possible because DαsubscriptD_αDitalic_α is increasing in αā(0,1)01αā(0,1)α ā ( 0 , 1 ) (van Erven and Harremos, 2014), i.e Dα(Ļ||Ļref)ā¤(Ļ||Ļref)D_α(Ļ|| _ref)⤠KL(Ļ|| _ref)Ditalic_α ( Ļ | | Ļroman_ref ) ⤠sansserif_KL ( Ļ | | Ļroman_ref ), and αā¢Ļref2(1āα)ā¢ĻĻ2+αā¢Ļref2ā¤1subscriptsuperscript2ref1subscriptsuperscript2subscriptsuperscript2ref1 αĻ^2_ref(1-α)Ļ^2_Ļ+αĻ% ^2_ref⤠1divide start_ARG α Ļ2roman_ref end_ARG start_ARG ( 1 - α ) Ļ2italic_Ļ + α Ļ2roman_ref end_ARG ⤠1. Note that taking limits αā0ā0αā 0α ā 0 (applying Lemma 3) and αā1ā1αā 1α ā 1, and taking the minimum of the upper bounds we obtain: Ļā¢rāĻrefā¢rā¤2min(ĻĻref2(Ļ||Ļref),ĻĻ2(Ļref||Ļ)), _Ļr-E_ _refr⤠2 % (Ļ^2_ _ref KL(Ļ|| _ref),Ļ^2% _Ļ KL( _ref||Ļ)),blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 min ( Ļ2italic_Ļ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT sansserif_KL ( Ļ | | Ļroman_ref ) , Ļ2italic_Ļ sansserif_KL ( Ļroman_ref | | Ļ ) ) end_ARG , this inequality can be also obtained by applying Proposition 3 twice: on the tails of Ļ and Ļrefsubscriptref _refĻroman_ref respectively. Another important implication of Theorem 4, other than tighter than KLsansserif_KL upper bound, is that if we were to change the RL alignment problem (1) to be constrained by Dα,αā(0,1)subscript01D_α,αā(0,1)Ditalic_α , α ā ( 0 , 1 ) instead of KLsansserif_KL, we may end up with a smaller upper limit on the reward improvement. This DαsubscriptD_αDitalic_α constrained alignment may lead to a policy that under-performs when compared to a policy obtained with the KLsansserif_KL constraint. This was indeed observed experimentally in (Wang et al., 2024) that used constraints with α- divergences for αā(0,1)01αā(0,1)α ā ( 0 , 1 ) (that are related to RĆ©nyi divergences) and noticed a degradation in the reward improvement w.r.t the policy obtained using KLsansserif_KL constraints. 4. Transportation Inequality Transfer From Proxy to Golden Reward As we saw in the previous sections, the tightness of (Ļ||Ļref) KL(Ļ|| _ref)square-root start_ARG sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG upper bound in alignment can be due to the tails of the reward of the aligned policy Ļ (Theorem 4) and to the concentration around the mean in finite sample size (Theorem 2). Another important consideration is the mismatch between the golden reward rāsuperscriptr^*rā that one desires to maximize that is expensive and difficult to obtain (for example human evaluation) and a proxy reward r that approximates rāsuperscriptr^*rā. The proxy reward r is used instead of rāsuperscriptr^*rā in RL and in best of n policy. While we may know the tails of the reward r of the reference and aligned model, we donāt have access to this information on the golden reward rāsuperscriptr^*rā. We show in this section how to transfer transportation inequalities from r to rāsuperscriptr^*rā for RL and Best of n policy. Proposition 4 (rāsuperscriptr^*rā Transportation Inequality for RL Policy ). The following inequality holds: Ļβ,rā¢rāāĻrefā¢rāā¤Ļβ,rā¢rāĻrefā¢rā1βā¢logā”(ā«eβ(rārāā(ā«rdĻrefāā«rādĻref)ā¢Ļβ,rā),E_ _β,rr^*-E_ _refr^*ā¤% E_ _β,rr-E_ _refr- 1β% ( e^β(r-r^*- ( rd _ref- r^*dĻ% _ref )d _β,r^* ),blackboard_EĻ start_POSTSUBSCRIPT β , r end_POSTSUBSCRIPT rā - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT rā ⤠blackboard_EĻ start_POSTSUBSCRIPT β , r end_POSTSUBSCRIPT r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r - divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - r start_POSTSUPERSCRIPT ā - ( ā« r d Ļroman_ref - ā« rā d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļitalic_β , rā ) , Assume rāÆā¢Ļrefāā¢(Ļref2)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGauss(Ļ^2_ref)r⯠Ļroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ), and there exists Ī“>00Ī“>0Ī“ > 0 such that: 1βlog(ā«eβ(rārāā(ā«rdĻrefāā«rādĻref)dĻβ,rā)ā„Ī“(Ļβ,rā||Ļref), 1β ( e^β(r-r^*- ( rd _ref% - r^*d _ref )d _β,r^* )ā„Ī“% KL( _β,r^*|| _ref),divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - r start_POSTSUPERSCRIPT ā - ( ā« r d Ļroman_ref - ā« rā d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļitalic_β , rā ) ā„ Ī“ sansserif_KL ( Ļitalic_β , rā | | Ļroman_ref ) , then we have: Ļβ,rāāĻrefrāā¤2Ļref2(Ļβ,r||Ļref)āĪ“(Ļβ,rā||Ļref).E_ _β,rr^*-E_ _refr^*⤠% 2Ļ^2_ref KL( _β,r|| _ref)-% Ī“ KL( _β,r^*|| _ref).blackboard_EĻ start_POSTSUBSCRIPT β , r end_POSTSUBSCRIPT rā - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT rā ⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG - Ī“ sansserif_KL ( Ļitalic_β , rā | | Ļroman_ref ) . Note that 1βā¢logā”(ā«eβ(rārāā(ā«rdĻrefāā«rādĻref)ā¢Ļβ,rā) 1β ( e^β(r-r^*- ( rd _ref% - r^*d _ref )d _β,r^* )divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - r start_POSTSUPERSCRIPT ā - ( ā« r d Ļroman_ref - ā« rā d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļitalic_β , rā ) is interpreted here as an interpolation between the mean and the maximum of its argument on the support of Ļβ,rāsubscriptsuperscript _β,r^*Ļitalic_β , rā (Proposition 9 in (Feydy et al., 2018)). Indeed as βā0ā0βā 0β ā 0, this boils down to the mean on ā«(rārā)ā¢Ļβ,rāā(ā«rā¢Ļrefāā«rāā¢Ļref)superscriptdifferential-dsubscriptsuperscriptdifferential-dsubscriptrefsuperscriptdifferential-dsubscriptref (r-r^*)d _β,r^*- ( rd _ref- r^*dĻ% _ref )ā« ( r - rā ) d Ļitalic_β , rā - ( ā« r d Ļroman_ref - ā« rā d Ļroman_ref ) and βāāāβāāβ ā ā this boils down to maxā¢Ļβ,rāā”rārāā(ā«rā¢Ļrefāā«rāā¢Ļref)subscriptsubscriptsuperscriptsuperscriptdifferential-dsubscriptrefsuperscriptdifferential-dsubscriptref _ supp _β,r^*\r-r^*- ( rd _ref% - r^*d _ref )\maxsansserif_supp Ļ start_POSTSUBSCRIPT β , rā end_POSTSUBSCRIPT r - rā - ( ā« r d Ļroman_ref - ā« rā d Ļroman_ref ) . Our assumption means that r overestimates rāsuperscriptr^*rā and the overestimation is accentuated as we drift from Ļrefsubscriptref _refĻroman_ref on which r was learned. This assumption echoes findings in (Gao et al., 2023) that show that the transportation inequalities suffer from overestimation of proxy reward models of the golden reward (See Figure 8 in (Gao et al., 2023)). Note that in Proposition 4, we are evaluating the golden reward rāsuperscriptr^*rā improvement when using the proxy reward optimal policy Ļβ,rsubscript _β,rĻitalic_β , r. We see that the golden reward of the RL policy inherits the transportation inequality from the proxy one but the improvement of the reward is hindered by possible overestimation of the golden reward by the proxy model. This explains the dip in performance as measured by the golden reward depicted in Figure 1 and reported in (Gao et al., 2023). Proposition 5 (rāsuperscriptr^*rā Transportation Inequality for Best of n Policy). Let ε>00 >0ε > 0. Let r be a surrogate reward such that ā„rārāā„āā¤Īµsubscriptdelimited-ā„superscript r-r^* _ā⤠℠r - rā ā„ā ⤠ε and assume rāÆā¢Ļrefāā¢(Ļref2)subscriptāÆsubscriptrefsubscriptsuperscript2refr_ _refā SubGauss(Ļ^2_ref)r⯠Ļroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ) then the best of n policy Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref satisfies: Ļr,ref(n)ā¢(rā)āĻrefā¢(rā)ā¤2ā¢Ļref2ā¢(logā”(n)ānā1n)+2ā¢Īµā¢((1n)1nā1ā(1n)nā1).subscriptsubscriptsuperscriptrefsuperscriptsubscriptsubscriptrefsuperscript2subscriptsuperscript2ref12superscript111superscript11E_Ļ^(n)_r,ref(r^*)-E_ _ref% (r^*)⤠2Ļ^2_ref ( (n)- n-1n )% +2 ( ( 1n ) 1n-1- ( 1n% ) nn-1 ).blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( rā ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( rā ) ⤠square-root start_ARG 2 Ļ2roman_ref ( log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG ) end_ARG + 2 ε ( ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG ) . Transportation inequalities transfers for the best of n policy from r to rāsuperscriptr^*rā and pays only an additional error term ā„rārāā„āā¢(Ļr,ref(n)|Ļref)subscriptdelimited-ā„superscriptconditionalsubscriptsuperscriptrefsubscriptref r-r^* _ā TV(Ļ^(n)_r,ref% | _ref)ā„ r - rā ā„ā sansserif_TV ( Ļ( n )r , ref | Ļroman_ref ) , an upper bound of this total variation as a function of n is given in Table 1. As mentioned in remark 1, if we have lower bounds on the tail of the reference reward, then we also have a lower bound on the reward improvement that scales like Cā¢Ļā2ā¢logā”(n)ā2ā¢Īµā¢((1n)1nā1ā(1n)nā1).subscriptsuperscript2ā2superscript111superscript11C Ļ^2_ (n)-2 ( ( 1n )^% 1n-1- ( 1n ) nn-1 ).C square-root start_ARG Ļ2roman_ā log ( n ) end_ARG - 2 ε ( ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG ) . This is in line with empirical findings in (Hilton and Gao, 2022) (Gao et al., 2023) that showed that best of n policy is resilient as the reward model r gets closer to rāsuperscriptr^*rā. 5. Conclusion We presented in this paper a comprehensive information theoretical analysis of policy alignment using reward optimization with RL and best of n sampling. We showed for best of n a bound on KLsansserif_KL under realistic assumptions on the reward. Our analysis showed that the alignment reward improvement, is intrinsically constrained by the tails of the reward under the reference policy and controlling the KLsansserif_KL divergence results in an upper bound of the policy improvement. We showed that the KLsansserif_KL bound may not be tight if the tails of the optimized policy satisfy a condition expressed via RĆ©nyi divergence. We also explained the deterioration of the golden reward via overestimation of the proxy reward. References Anantharam [2018] V. Anantharam. A variational characterization of rĆ©nyi divergences. IEEE Transactions on Information Theory, 64(11):6979ā6989, 2018. Bai et al. [2022] Y. Bai, A. Jones, K. Ndousse, A. Askell, A. Chen, N. DasSarma, D. Drain, S. Fort, D. Ganguli, T. Henighan, et al. Training a helpful and harmless assistant with reinforcement learning from human feedback. arXiv preprint arXiv:2204.05862, 2022. Beirami et al. [2024] A. Beirami, A. Agarwal, J. Berant, A. DāAmour, J. Eisenstein, C. Nagpal, and A. T. Suresh. Theoretical guarantees on the best-of-n alignment policy, 2024. Birrell et al. [2021] J. Birrell, P. Dupuis, M. A. Katsoulakis, L. Rey-Bellet, and J. Wang. Variational representations and neural network estimation of rĆ©nyi divergences. SIAM Journal on Mathematics of Data Science, 3(4):1093ā1116, 2021. Boucheron and Thomas [2012] S. Boucheron and M. Thomas. Concentration inequalities for order statistics. 2012. Boucheron et al. [2013] S. Boucheron, G. Lugosi, and P. Massart. Concentration Inequalities - A Nonasymptotic Theory of Independence. Oxford University Press, 2013. ISBN 978-0-19-953525-5. doi: 10.1093/ACPROF:OSO/9780199535255.001.0001. URL https://doi.org/10.1093/acprof:oso/9780199535255.001.0001. Christiano et al. [2017] P. F. Christiano, J. Leike, T. Brown, M. Martic, S. Legg, and D. Amodei. Deep reinforcement learning from human preferences. In I. Guyon, U. V. Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett, editors, Advances in Neural Information Processing Systems, volume 30. Curran Associates, Inc., 2017. URL https://proceedings.neurips.c/paper_files/paper/2017/file/d5e2c0adad503c91f91df240d0cd4e49-Paper.pdf. Coste et al. [2024] T. Coste, U. Anwar, R. Kirk, and D. Krueger. Reward model ensembles help mitigate overoptimization. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=dcjtMYkpXx. Ethayarajh et al. [2024] K. Ethayarajh, W. Xu, N. Muennighoff, D. Jurafsky, and D. Kiela. Kto: Model alignment as prospect theoretic optimization. arXiv preprint arXiv:2402.01306, 2024. Feydy et al. [2018] J. Feydy, T. SĆ©journĆ©, F.-X. Vialard, S. ichi Amari, A. TrouvĆ©, and G. PeyrĆ©. Interpolating between optimal transport and mmd using sinkhorn divergences, 2018. Gao et al. [2023] L. Gao, J. Schulman, and J. Hilton. Scaling laws for reward model overoptimization. In International Conference on Machine Learning, pages 10835ā10866. PMLR, 2023. Go et al. [2024] D. Go, T. Korbak, G. Kruszewski, J. Rozen, and M. Dymetman. Compositional preference models for aligning LMs. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=tiiAzqi6Ol. Hilton and Gao [2022] J. Hilton and L. Gao. Measuring goodhartās law, 2022. Kamath [2015] G. Kamath. Bounds on the expectation of the maximum of samples from a gaussian. URL http://w. gautamkamath. com/writings/gaussian max. pdf, 10:20ā30, 2015. Lambert et al. [2024] N. Lambert, V. Pyatkin, J. Morrison, L. Miranda, B. Y. Lin, K. Chandu, N. Dziri, S. Kumar, T. Zick, Y. Choi, N. A. Smith, and H. Hajishirzi. Rewardbench: Evaluating reward models for language modeling, 2024. Mudgal et al. [2023] S. Mudgal, J. Lee, H. Ganapathy, Y. Li, T. Wang, Y. Huang, Z. Chen, H.-T. Cheng, M. Collins, T. Strohman, et al. Controlled decoding from language models. arXiv preprint arXiv:2310.17022, 2023. Nakano et al. [2021] R. Nakano, J. Hilton, S. Balaji, J. Wu, L. Ouyang, C. Kim, C. Hesse, S. Jain, V. Kosaraju, W. Saunders, et al. Webgpt: Browser-assisted question-answering with human feedback. arXiv preprint arXiv:2112.09332, 2021. Ouyang et al. [2022] L. Ouyang, J. Wu, X. Jiang, D. Almeida, C. Wainwright, P. Mishkin, C. Zhang, S. Agarwal, K. Slama, A. Ray, et al. Training language models to follow instructions with human feedback. Advances in Neural Information Processing Systems, 35:27730ā27744, 2022. Polyanskiy and Wu [2023] Y. Polyanskiy and Y. Wu. Information theory: From coding to learning, 2023. Rafailov et al. [2024] R. Rafailov, A. Sharma, E. Mitchell, C. D. Manning, S. Ermon, and C. Finn. Direct preference optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36, 2024. RĆ©nyi [1953] A. RĆ©nyi. On the theory of order statistics. Acta Mathematica Academiae Scientiarum Hungarica, 4:191ā231, 1953. URL https://api.semanticscholar.org/CorpusID:123132570. Santambrogio [2015] F. Santambrogio. Optimal Transport for Applied Mathematicians: Calculus of Variations, PDEs, and Modeling. BirkhƤuser, Cham, 2015. ISBN 9783319208275. doi: 10.1007/978-3-319-20828-2. Shayevitz [2011] O. Shayevitz. On rĆ©nyi measures and hypothesis testing. In 2011 IEEE International Symposium on Information Theory Proceedings, pages 894ā898, 2011. doi: 10.1109/ISIT.2011.6034266. Stiennon et al. [2020] N. Stiennon, L. Ouyang, J. Wu, D. Ziegler, R. Lowe, C. Voss, A. Radford, D. Amodei, and P. F. Christiano. Learning to summarize with human feedback. Advances in Neural Information Processing Systems, 33:3008ā3021, 2020. Touvron et al. [2023] H. Touvron, L. Martin, K. Stone, P. Albert, A. Almahairi, Y. Babaei, N. Bashlykov, S. Batra, P. Bhargava, S. Bhosale, et al. Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288, 2023. van Erven and Harremos [2014] T. van Erven and P. Harremos. RĆ©nyi divergence and kullback-leibler divergence. IEEE Transactions on Information Theory, 60(7):3797ā3820, 2014. doi: 10.1109/TIT.2014.2320500. Wang et al. [2024] C. Wang, Y. Jiang, C. Yang, H. Liu, and Y. Chen. Beyond reverse KL: Generalizing direct preference optimization with diverse divergence constraints. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=2cRzmWXK9N. Yang et al. [2024] J. Q. Yang, S. Salamatian, Z. Sun, A. T. Suresh, and A. Beirami. Asymptotics of language model alignment, 2024. Yang and Klein [2021] K. Yang and D. Klein. FUDGE: Controlled text generation with future discriminators. In K. Toutanova, A. Rumshisky, L. Zettlemoyer, D. Hakkani-Tur, I. Beltagy, S. Bethard, R. Cotterell, T. Chakraborty, and Y. Zhou, editors, Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 3511ā3535, Online, June 2021. Association for Computational Linguistics. doi: 10.18653/v1/2021.naacl-main.276. URL https://aclanthology.org/2021.naacl-main.276. Zhao et al. [2023] Y. Zhao, M. Khalman, R. Joshi, S. Narayan, M. Saleh, and P. J. Liu. Calibrating sequence likelihood improves conditional language generation. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=0qSOodKmJaN. Appendix A Broader Impact and Limitations We believe this work explaining scaling laws for reward models and alignment will give practitioners insights regarding the limits of what is attainable via alignment. All assumptions under which our statements hold are given. We donāt see any negative societal impact of our work. Appendix B Proofs For Best of n Policy B.1. Best of n Policy KLsansserif_KL Guarantees Proof of Lemma 15. (E(n)||E) KL(E^(n)||E)sansserif_KL ( E( n ) | | E ) =ā«0+āfE(n)ā¢(x)ā¢logā”(fE(n)ā¢(x)fEā¢(x))ā¢xabsentsuperscriptsubscript0subscriptsuperscriptsubscriptsuperscriptsubscriptdifferential-d = _0^+āf_E^(n)(x) ( f_E^(n)(x)% f_E(x) )dx= ā«0+ ā fitalic_E( n ) ( x ) log ( divide start_ARG fitalic_E( n ) ( x ) end_ARG start_ARG fitalic_E ( x ) end_ARG ) d x We have fEā¢(x)=eāxā¢1xā„0subscriptsuperscriptsubscript10f_E(x)=e^-x1_xā„ 0fitalic_E ( x ) = e- x 1x ā„ 0. Note that the CDF of maximum of exponential FE(n)ā¢(x)=(1āeāx)ā¢1xā„0,subscriptsuperscript1superscriptsubscript10F_E^(n)(x)=(1-e^-x)1_xā„ 0,Fitalic_E( n ) ( x ) = ( 1 - e- x ) 1x ā„ 0 , and hence fE(n)ā¢(x)=nā¢(1āeāx)nā1ā¢eāxā¢1xā„0subscriptsuperscriptsuperscript1superscript1superscriptsubscript10f_E^(n)(x)=n(1-e^-x)^n-1e^-x1_xā„ 0fitalic_E( n ) ( x ) = n ( 1 - e- x )n - 1 e- x 1x ā„ 0. Hence we have: (E(n)||E) KL(E^(n)||E)sansserif_KL ( E( n ) | | E ) =ā«0+ānā¢(1āeāx)nā1ā¢eāxā¢logā”(nā¢(1āeāx)nā1ā¢eāxeāx)ā¢xabsentsuperscriptsubscript0superscript1superscript1superscriptsuperscript1superscript1superscriptsuperscriptdifferential-d = _0^+ān(1-e^-x)^n-1e^-x ( n(1-e^% -x)^n-1e^-xe^-x )dx= ā«0+ ā n ( 1 - e- x )n - 1 e- x log ( divide start_ARG n ( 1 - e- x )n - 1 e- x end_ARG start_ARG e- x end_ARG ) d x =ā«0+ānā¢(1āeāx)nā1ā¢eāxā¢logā”(nā¢(1āeāx)nā1)ā¢xabsentsuperscriptsubscript0superscript1superscript1superscriptsuperscript1superscript1differential-d = _0^+ān(1-e^-x)^n-1e^-x (n(1-e^-x)^% n-1 )dx= ā«0+ ā n ( 1 - e- x )n - 1 e- x log ( n ( 1 - e- x )n - 1 ) d x Let u=1āeāx1superscriptu=1-e^-xu = 1 - e- x, we have dā¢u=eāxā¢dā¢xsuperscriptdu=e^-xdxd u = e- x d x. It follows that : (E(n)||E) KL(E^(n)||E)sansserif_KL ( E( n ) | | E ) =ā«01nā¢unā1ā¢logā”(nā¢unā1)ā¢uabsentsuperscriptsubscript01superscript1superscript1differential-d = _0^1nu^n-1 (nu^n-1 )du= ā«01 n uitalic_n - 1 log ( n uitalic_n - 1 ) d u =ā«01nā¢unā1ā¢(logā”(n)+(nā1)ā¢logā”(u))ā¢uabsentsuperscriptsubscript01superscript11differential-d = _0^1nu^n-1 ( (n)+(n-1) (u) )du= ā«01 n uitalic_n - 1 ( log ( n ) + ( n - 1 ) log ( u ) ) d u =logā”(n)ā¢ā«01un+(nā1)ā¢ā«01nā¢unā1ā¢logā”(u)ā¢uabsentsuperscriptsubscript01differential-dsuperscript1superscriptsubscript01superscript1differential-d = (n) _0^1du^n+(n-1) _0^1nu^n-1 (u)du= log ( n ) ā«01 d uitalic_n + ( n - 1 ) ā«01 n uitalic_n - 1 log ( u ) d u =logā”(n)+(nā1)ā¢ā«01dā¢(unā¢logā”uāunn)absent1superscriptsubscript01superscriptsuperscript = (n)+(n-1) _0^1d(u^n u- u^nn)= log ( n ) + ( n - 1 ) ā«01 d ( uitalic_n log u - divide start_ARG uitalic_n end_ARG start_ARG n end_ARG ) =logā”(n)ānā1n.absent1 = (n)- n-1n.= log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG . ā B.2. Best of n Policy f divergence and RĆ©nyi Divergence Best of n Policy f divergence and Renyi divergence Guarantees Given that our proof technique relies on DPI and RĆ©nyi representation, we show that similar results hold for any f-divergence and for the RĆ©nyi divergence: Df(P||Q)=ā«q(x)f(pā¢(x)qā¢(x))dx,D_f (P||Q )= q(x)f ( p(x)q(x) )dx,Ditalic_f ( P | | Q ) = ā« q ( x ) f ( divide start_ARG p ( x ) end_ARG start_ARG q ( x ) end_ARG ) d x , (21) where f is convex and fā¢(1)=010f(1)=0f ( 1 ) = 0. Hence we have by DPI for f-divergences: Theorem 5. Under Assumption 2 the best of n policy satisfies for any f-divergence: Df(Ļr,ref(n)||Ļref)ā¤ā«01f(nunā1)duD_f(Ļ^(n)_r,ref|| _ref)⤠_0^1% f (nu^n-1 )duDitalic_f ( Ļ( n )r , ref | | Ļroman_ref ) ⤠ā«01 f ( n uitalic_n - 1 ) d u (22) Proof of Theorem 5. Df(Ļr,ref(n)||Ļref|X) _f(Ļ^(n)_r,ref|| _ref|X)Ditalic_f ( Ļ( n )r , ref | | Ļref | X ) =Df(Y(n)||Y|X) =D_f(Y^(n)||Y|X)= Ditalic_f ( Y( n ) | | Y | X ) =Df(HX(Rn(Y))||HX(R(Y))|X) =D_f(H_X(R^n(Y))||H_X(R(Y))|X)= Ditalic_f ( Hitalic_X ( Ritalic_n ( Y ) ) | | Hitalic_X ( R ( Y ) ) | X ) ā¤Df(Rn(Y)||R(Y)|X) By the data processing inequality _f(R^n(Y)||R(Y)|X) By the data processing% inequality~⤠Ditalic_f ( Ritalic_n ( Y ) | | R ( Y ) | X ) By the data processing inequality (23) =Df(TX(E(n))||TX(E)) Renyi and Optimal Transport Representations (8) =D_f(T_X(E^(n))||T_X(E)) Renyi and Optimal% Transport Representations eq:OTandRenyi= Ditalic_f ( Titalic_X ( E( n ) ) | | Titalic_X ( E ) ) Renyi and Optimal Transport Representations ( ) =Df(E(n)||E) since TX is a monotonic bijection DPI is an equality =D_f(E^(n)||E) since $T_X$ is a monotonic % bijection DPI is an equality= Ditalic_f ( E( n ) | | E ) since Titalic_X is a monotonic bijection DPI is an equality (24) =ā«0+āfEā¢(x)ā¢fā¢(fE(n)ā¢(x)fEā¢(x))ā¢xabsentsuperscriptsubscript0subscriptsubscriptsuperscriptsubscriptdifferential-d = _0^+āf_E(x)f ( f_E^(n)(x)f_E(x)% )dx= ā«0+ ā fitalic_E ( x ) f ( divide start_ARG fitalic_E( n ) ( x ) end_ARG start_ARG fitalic_E ( x ) end_ARG ) d x (25) =ā«0ā(eāx)ā¢fā¢(nā¢(1āeāx)nā1)ā¢uabsentsuperscriptsubscript0superscriptsuperscript1superscript1differential-d = _0^ā(e^-x)f (n(1-e^-x)^n-1 )du= ā«0ā ( e- x ) f ( n ( 1 - e- x )n - 1 ) d u (26) =ā«01fā¢(nā¢unā1)ā¢u.absentsuperscriptsubscript01superscript1differential-d = _0^1f(nu^n-1)du.= ā«01 f ( n uitalic_n - 1 ) d u . (27) In particular we have the following bounds for common f divergences: ⢠For fā¢(x)=xā¢logā”(x)f(x)=x (x)f ( x ) = x log ( x ) we obtain the KL divergence and we have the result: ā«01nunā1log(nunā1)du=(E(n)||E)=log(n)ānā1n. _0^1nu^n-1 (nu^n-1)du= KL(E^(n)||E)= (n)- n-1% n.ā«01 n uitalic_n - 1 log ( n uitalic_n - 1 ) d u = sansserif_KL ( E( n ) | | E ) = log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG . ⢠For fā¢(x)=(xā1)2superscript12f(x)=(x-1)^2f ( x ) = ( x - 1 )2 we obtain the chi-squared divergence and we have: ā«01(nā¢unā1ā1)2ā¢u=ā«01(n2ā¢u2ā¢(nā1)ā2ā¢nā¢unā1+1)ā¢u=n22ā¢nā1ā¢u2ā¢nā1ā2ā¢un+u|01=n22ā¢nā1ā2+1=n2ā2ā¢n+12ā¢nā1=(nā1)22ā¢nā1superscriptsubscript01superscriptsuperscript112differential-dsuperscriptsubscript01superscript2superscript212superscript11differential-dsuperscript221superscript212superscriptevaluated-at01superscript22121superscript22121superscript1221 _0^1 (nu^n-1-1 )^2du= _0^1(n^2u^2(n-1)-2nu^n-% 1+1)du= n^22n-1u^2n-1-2u^n+u|^1_0= n^22n-1-2+1=% n^2-2n+12n-1= (n-1)^22n-1ā«01 ( n uitalic_n - 1 - 1 )2 d u = ā«01 ( n2 u2 ( n - 1 ) - 2 n uitalic_n - 1 + 1 ) d u = divide start_ARG n2 end_ARG start_ARG 2 n - 1 end_ARG u2 n - 1 - 2 uitalic_n + u |10 = divide start_ARG n2 end_ARG start_ARG 2 n - 1 end_ARG - 2 + 1 = divide start_ARG n2 - 2 n + 1 end_ARG start_ARG 2 n - 1 end_ARG = divide start_ARG ( n - 1 )2 end_ARG start_ARG 2 n - 1 end_ARG. ⢠For fā¢(x)=12ā¢|xā1|121f(x)= 12|x-1|f ( x ) = divide start_ARG 1 end_ARG start_ARG 2 end_ARG | x - 1 |, we obtain the total variation distance (Tā¢V)(TV)( T V ) and we have: 12ā«01|nunā1ā1|du=12(ā«0uā(1ānunā1)du+(ā«uā1(nunā1ā1)du)=(uāā(uā)n), 12 _0^1 |nu^n-1-1 |du= 12( _0^u^*% (1-nu^n-1 )du+( _u^*^1 (nu^n-1-1 )du)=(u^*-(% u^*)^n),divide start_ARG 1 end_ARG start_ARG 2 end_ARG ā«01 | n uitalic_n - 1 - 1 | d u = divide start_ARG 1 end_ARG start_ARG 2 end_ARG ( ā«0u start_POSTSUPERSCRIPT ā end_POSTSUPERSCRIPT ( 1 - n uitalic_n - 1 ) d u + ( ā«uā1 ( n uitalic_n - 1 - 1 ) d u ) = ( uā - ( uā )n ) ,where nā¢(uā)(nā1)=1superscriptsuperscript11n(u^*)^(n-1)=1n ( uā )( n - 1 ) = 1, i.e uā=(1n)1nā1superscriptsuperscript111u^*=( 1n) 1n-1uā = ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG . Hence the TV is (1n)1nā1ā(1n)nā1superscript111superscript11( 1n) 1n-1-( 1n) nn-1( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG. ⢠For fā¢(x)=(1āx)2superscript12f(x)=(1- x)^2f ( x ) = ( 1 - square-root start_ARG x end_ARG )2 we have the hellinger distance: ā«01(nā¢unā12ā1)2ā¢u=ā«01(nā¢unā1ā2ā¢nā¢unā12+1)ā¢u=unā2ā¢nā¢un+12n+12+u|01=2ā¢(1ā2ā¢n+1)=2ā¢(1ān)2n+1superscriptsubscript01superscriptsuperscript1212differential-dsuperscriptsubscript01superscript12superscript121differential-dsuperscript2superscript1212evaluated-at0121212superscript121 _0^1 ( nu n-12-1 )^2du= _0^1(nu^n-% 1-2 nu n-12+1)du=u^n-2 n u n+12% n+12+u |^1_0=2(1- 2 nn+1)=2 (1- n)% ^2n+1ā«01 ( square-root start_ARG n end_ARG udivide start_ARG n - 1 end_ARG start_ARG 2 end_ARG - 1 )2 d u = ā«01 ( n uitalic_n - 1 - 2 square-root start_ARG n end_ARG udivide start_ARG n - 1 end_ARG start_ARG 2 end_ARG + 1 ) d u = uitalic_n - 2 square-root start_ARG n end_ARG divide start_ARG udivide start_ARG n + 1 end_ARG start_ARG 2 end_ARG end_ARG start_ARG divide start_ARG n + 1 end_ARG start_ARG 2 end_ARG end_ARG + u |10 = 2 ( 1 - divide start_ARG 2 square-root start_ARG n end_ARG end_ARG start_ARG n + 1 end_ARG ) = 2 divide start_ARG ( 1 - square-root start_ARG n end_ARG )2 end_ARG start_ARG n + 1 end_ARG ⢠For fā¢(x)=ālogā”(x)f(x)=- (x)f ( x ) = - log ( x ), we obtain the forward KL and we have : ā«01fā¢(nā¢unā1)ā¢u=nā1ālogā”(n)superscriptsubscript01superscript1differential-d1 _0^1f(nu^n-1)du=n-1- (n)ā«01 f ( n uitalic_n - 1 ) d u = n - 1 - log ( n ). ā Guarantees with RĆ©nyi Divergence Turning now to the RĆ©nyi divergence for αā(0,1)āŖ(1,ā)011αā(0,1)āŖ(1,ā)α ā ( 0 , 1 ) āŖ ( 1 , ā ): Dα(P||Q)=1(αā1)log(ā«pα(x)q1āα(x)dx)D_α(P||Q)= 1(α-1) ( p^α(x)q^1-α(% x)dx )Ditalic_α ( P | | Q ) = divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( ā« pitalic_α ( x ) q1 - α ( x ) d x ) the limit as αā1ā1αā 1α ā 1 D1(P||Q))=(P||Q)D_1(P||Q))= KL(P||Q)D1 ( P | | Q ) ) = sansserif_KL ( P | | Q ) . Theorem 6. Under Assumption 2 the best of n policy satisfies: Dα(Ļr,ref(n)||Ļref)ā¤1(αā1)log(nαā¢(nā1)+1)D_α(Ļ^(n)_r,ref|| _ref)⤠1(α% -1) ( n^α(n-1)+1 )Ditalic_α ( Ļ( n )r , ref | | Ļroman_ref ) ⤠divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( divide start_ARG nitalic_α end_ARG start_ARG α ( n - 1 ) + 1 end_ARG ) (28) Proof of Theorem 28. Applying DPI that holds also for the RĆ©nyi divergence twice from Y,Y(n)superscriptY,Y^(n)Y , Y( n ) to R,R(n)superscriptR,R^(n)R , R( n ) and from R,R(n)superscriptR,R^(n)R , R( n ) to E,E(n)superscriptE,E^(n)E , E( n ) we obtain : Dα(Ļr,ref(n)||Ļref|X)ā¤Dα(E(n)||E)D_α(Ļ^(n)_r,ref|| _ref|X)⤠D_α(E^(% n)||E)Ditalic_α ( Ļ( n )r , ref | | Ļref | X ) ⤠Ditalic_α ( E( n ) | | E ) Dα(E(n)||E) D_α(E^(n)||E)Ditalic_α ( E( n ) | | E ) =1(αā1)ā¢logā”(ā«0ānαā¢(1āeāx)αā¢(nā1)ā¢eāαā¢xā¢eāxā¢(1āα)ā¢x)absent11superscriptsubscript0superscriptsuperscript1superscript1superscriptsuperscript1differential-d = 1(α-1) ( _0^ān^α(1-e^-% x)^α(n-1)e^-α xe^-x(1-α)dx )= divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( ā«0ā nitalic_α ( 1 - e- x )α ( n - 1 ) e- α x e- x ( 1 - α ) d x ) =1(αā1)ā¢logā”(ā«0+ānαā¢(1āeāx)αā¢(nā1)ā¢eāxā¢x)absent11superscriptsubscript0superscriptsuperscript1superscript1superscriptdifferential-d = 1(α-1) ( _0^+ān^α(1-e^% -x)^α(n-1)e^-xdx )= divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( ā«0+ ā nitalic_α ( 1 - e- x )α ( n - 1 ) e- x d x ) Let u=1āeāx1superscriptu=1-e^-xu = 1 - e- x we have dā¢u=eāxā¢dā¢xsuperscriptdu=e^-xdxd u = e- x d x Dα(E(n)||E) D_α(E^(n)||E)Ditalic_α ( E( n ) | | E ) =1(αā1)ā¢logā”(ā«01nαā¢uαā¢(nā1)ā¢u)absent11superscriptsubscript01superscriptsuperscript1differential-d = 1(α-1) ( _0^1n^αu^α(n-% 1)du )= divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( ā«01 nitalic_α uitalic_α ( n - 1 ) d u ) =1(αā1)ā¢(logā”nα+logā¢ā«01uαā¢(nā1)ā¢u)absent11superscriptsuperscriptsubscript01superscript1differential-d = 1(α-1) ( n^α+ _0^1u^% α(n-1)du )= divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG ( log nitalic_α + log ā«01 uitalic_α ( n - 1 ) d u ) =1(αā1)ā¢(logā”nα+logā”uαā¢(nā1)+1αā¢(nā1)+1|01)absent11superscriptevaluated-atsuperscript111101 = 1(α-1) ( n^α+ u^α(n-% 1)+1α(n-1)+1 |^1_0 )= divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG ( log nitalic_α + log divide start_ARG uitalic_α ( n - 1 ) + 1 end_ARG start_ARG α ( n - 1 ) + 1 end_ARG |10 ) =1(αā1)ā¢logā”(nαā¢(nā1)+1)absent11superscript11 = 1(α-1) ( n^α(n-1)+1 )= divide start_ARG 1 end_ARG start_ARG ( α - 1 ) end_ARG log ( divide start_ARG nitalic_α end_ARG start_ARG α ( n - 1 ) + 1 end_ARG ) ā From Renyi to KL guarantees Let s1ā¢(α)=(αā1)subscript11s_1(α)=(α-1)s1 ( α ) = ( α - 1 ) , and s2ā¢(α)=logā”(nαā¢(nā1)+1)subscript2superscript11s_2(α)= ( n^α(n-1)+1 )s2 ( α ) = log ( divide start_ARG nitalic_α end_ARG start_ARG α ( n - 1 ) + 1 end_ARG ), we have Dα(E(n)||E)=s2ā¢(α)s1ā¢(α)D_α(E^(n)||E)= s_2(α)s_1(α)Ditalic_α ( E( n ) | | E ) = divide start_ARG s2 ( α ) end_ARG start_ARG s1 ( α ) end_ARG , we have (E(n)||E)=limαā1Dα(E(n)||E)=limαā1s2ā¢(α)sα=00 KL(E^(n)||E)= _αā 1D_α(E^(n)||E)= _α% ā 1 s_2(α)s_α= 00sansserif_KL ( E( n ) | | E ) = limitalic_α ā 1 Ditalic_α ( E( n ) | | E ) = limitalic_α ā 1 divide start_ARG s2 ( α ) end_ARG start_ARG sitalic_α end_ARG = divide start_ARG 0 end_ARG start_ARG 0 end_ARG, hence applying LāHĆ“pital rule we have: limαā1s2ā¢(α)s1ā¢(α)=limαā1s2ā²ā¢(α)s1ā²ā¢(α)=limαā1logā”(n)ānā1αā¢(nā1)+11=logā”(n)ānā1nsubscriptā1subscript2subscript1subscriptā1subscriptsuperscriptā²2subscriptsuperscriptā²1subscriptā111111 _αā 1 s_2(α)s_1(α)= _αā 1 % s _2(α)s _1(α)= _αā 1 (n% )- n-1α(n-1)+11= (n)- n-1nlimitalic_α ā 1 divide start_ARG s2 ( α ) end_ARG start_ARG s1 ( α ) end_ARG = limitalic_α ā 1 divide start_ARG sā²2 ( α ) end_ARG start_ARG sā²1 ( α ) end_ARG = limitalic_α ā 1 divide start_ARG log ( n ) - divide start_ARG n - 1 end_ARG start_ARG α ( n - 1 ) + 1 end_ARG end_ARG start_ARG 1 end_ARG = log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG. Hence we recover the result for the KLsansserif_KL divergence. B.3. Best of n Dominance Proof of Proposition 1 . FE(n)ā¢(x)=(FEā¢(x))nā¤FEā¢(x),āxā„0formulae-sequencesubscriptsuperscriptsuperscriptsubscriptsubscriptfor-all0F_E^(n)(x)=(F_E(x))^n⤠F_E(x),ā xā„ 0Fitalic_E( n ) ( x ) = ( Fitalic_E ( x ) )n ⤠Fitalic_E ( x ) , ā x ā„ 0, which means also that FE(n)ā1ā¢(t)ā„FEā1ā¢(t),ātā[0,1]formulae-sequencesubscriptsuperscript1superscriptsubscriptsuperscript1for-all01F^-1_E^(n)(t)ā„ F^-1_E(t),ā tā[0,1]F- 1E( n ) ( t ) ā„ F- 1E ( t ) , ā t ā [ 0 , 1 ], which means that E(n)superscriptE^(n)E( n ) dominates E in the first stochastic order : E(n)ā¢ā½FSDā¢EsuperscriptFSDsucceeds-or-equalsE^(n) FSD E( n ) underFSD start_ARG ā½ end_ARG E , which means there exists a coupling between E(n)superscriptE^(n)E( n ) and E, ĻāĪ ā¢(E(n),E)Ī superscriptĻā (E^(n),E)Ļ ā Ī ( E( n ) , E ), such that Eā„eEā„ eE ā„ e, for all (E,e)ā¼Ļsimilar-to(E,e) Ļ( E , e ) ā¼ Ļ. On the other hand By RĆ©nyi and Monge map representations we have: R(n)=FRā1āFEā¢(E(n))superscriptsubscriptsuperscript1subscriptsuperscriptR^(n)=F^-1_R F_E(E^(n))R( n ) = F- 1R ā Fitalic_E ( E( n ) ) and R=FRā1āFEā¢(E)subscriptsuperscript1subscriptR=F^-1_R F_E(E)R = F- 1R ā Fitalic_E ( E ), given that T=FRā1āFEsubscriptsuperscript1subscriptT=F^-1_R F_ET = F- 1R ā Fitalic_E is non decreasing the same coupling Ļ guarantees that Tā¢(E)ā„Tā¢(e)T(E)ā„ T(e)T ( E ) ā„ T ( e ), for all (E,e)ā¼Ļsimilar-to(E,e) Ļ( E , e ) ā¼ Ļ and Hence R(n)ā¢ā½FSDā¢RsuperscriptFSDsucceeds-or-equalsR^(n) FSD R( n ) underFSD start_ARG ā½ end_ARG R. ā Corollary 2. Best of n-polciy has higher expectation : ā¢R(n)ā„ā¢R,superscriptER^(n) ,blackboard_E R( n ) ā„ blackboard_E R , and is a safer policy, let the Tail Value at Risk be: TVARpā¢(X)=1pā¢ā«0pQRā¢(t)ā¢tsubscriptTVAR1superscriptsubscript0subscriptdifferential-dTVAR_p(X)= 1p _0^pQ_R(t)dtTVARitalic_p ( X ) = divide start_ARG 1 end_ARG start_ARG p end_ARG ā«0p Qitalic_R ( t ) d t We have TVARpā¢(Rn)ā„TVARpā¢(R),āpā[0,1]formulae-sequencesubscriptTVARsuperscriptsubscriptTVARfor-all01TVAR_p(R^n) _p(R),ā pā[0,1]TVARitalic_p ( Ritalic_n ) ā„ TVARitalic_p ( R ) , ā p ā [ 0 , 1 ] Proof of Corollary 2. First order dominance implies second order dominance (i.e by integrating quantiles). Expectation is obtained for p=11p=1p = 1. ā Appendix C Best of n and RL Policy Proof of Proposition 2. We fix here β=1Ī»Ī1subscriptĪβ= 1 _ β = divide start_ARG 1 end_ARG start_ARG Ī»roman_Ī end_ARG (Ļr,ref(n)||Ļβ,r) KL(Ļ^(n)_r,ref|| _β,r)sansserif_KL ( Ļ( n )r , ref | | Ļitalic_β , r ) =ā«Ļr,ref(n)ā¢(y|x)ā¢logā”(Ļr,ref(n)ā¢(y|x)Ļβ,rā¢(y|x))=ā«Ļr,ref(n)ā¢(y|x)ā¢logā”(Ļr,ref(n)ā¢(y|x)Ļrefā¢(y|x)ā¢eβā¢rā¢(x,y)Zβā¢(x))absentsubscriptsuperscriptrefconditionalsubscriptsuperscriptrefconditionalsubscriptconditionalsubscriptsuperscriptrefconditionalsubscriptsuperscriptrefconditionalsubscriptrefconditionalsuperscriptsubscript = Ļ^(n)_r,ref(y|x) ( Ļ^(n)_r,% ref(y|x) _β,r(y|x) )= Ļ^(n)_r,ref(% y|x) ( Ļ^(n)_r,ref(y|x) _ref(y|x)% e^β r(x,y)Z_β(x) )= ā« Ļ( n )r , ref ( y | x ) log ( divide start_ARG Ļ( n )r , ref ( y | x ) end_ARG start_ARG Ļitalic_β , r ( y | x ) end_ARG ) = ā« Ļ( n )r , ref ( y | x ) log ( divide start_ARG Ļ( n )r , ref ( y | x ) end_ARG start_ARG Ļroman_ref ( y | x ) divide start_ARG eitalic_β r ( x , y ) end_ARG start_ARG Zitalic_β ( x ) end_ARG end_ARG ) =(Ļr,ref(n)||Ļref)+log(Ļrefeβā¢r)āβā«rdĻr,ref(n) = KL(Ļ^(n)_r,ref|| _ref)+ % (E_ _refe^β r )-β rdĻ^(n)_% r,ref= sansserif_KL ( Ļ( n )r , ref | | Ļroman_ref ) + log ( blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT eitalic_β r ) - β ā« r d Ļ( n )r , ref On the other hand by optimality of Ļβ,rsubscript _β,rĻitalic_β , r we have: (Ļβ,r||Ļref)=βā«rdĻβ,rālog(ā«eβā¢rdĻref) KL ( _β,r|| _ref )=β rd _% β,r- ( e^β rd _ref )\\ sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) = β ā« r d Ļitalic_β , r - log ( ā« eitalic_β r d Ļroman_ref ) and hence we have: (Ļr,ref(n)||Ļβ,r) KL(Ļ^(n)_r,ref|| _β,r)sansserif_KL ( Ļ( n )r , ref | | Ļitalic_β , r ) =(Ļr,ref(n)||Ļref)ā(Ļβ,r||Ļref)+β(ā«rdĻβ,rāā«rdĻr,ref(n)) = KL(Ļ^(n)_r,ref|| _ref)-% KL ( _β,r|| _ref )+β ( rd% _β,r- rdĻ^(n)_r,ref )= sansserif_KL ( Ļ( n )r , ref | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) + β ( ā« r d Ļitalic_β , r - ā« r d Ļ( n )r , ref ) We choose n such that : (Ļr,ref(n)||Ļref)ā¤log(n)ānā1nā¤(Ļβ,r||Ļref)=Ī KL(Ļ^(n)_r,ref|| _ref)⤠(n)- n% -1n⤠KL ( _β,r|| _ref )= _KL ( Ļ( n )r , ref | | Ļroman_ref ) ⤠log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG ⤠sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) = Ī and we conclude choosing n=eĪsuperscriptĪn=e n = eroman_Ī therefore for that choice of n that: (Ļr,ref(n)||Ļβ,r)ā¤Ī²(ā«rdĻβ,rāā«rdĻr,ref(n)) KL(Ļ^(n)_r,ref|| _β,r)ā¤Ī² ( rd% _β,r- rdĻ^(n)_r,ref )sansserif_KL ( Ļ( n )r , ref | | Ļitalic_β , r ) ⤠β ( ā« r d Ļitalic_β , r - ā« r d Ļ( n )r , ref ) On the other hand we have: |ā«rā¢Ļβ,rāā«rā¢Ļr,ref(n)|differential-dsubscriptdifferential-dsubscriptsuperscriptref | rd _β,r- rdĻ^(n)_r,ref || ā« r d Ļitalic_β , r - ā« r d Ļ( n )r , ref | =|ā«rā¢expā”(βā¢r)ā¢1Zβā¢Ļrefāā«maxiā”rā¢(xi)ā¢Ļrefā¢(x1)ā¢ā¦ā¢Ļrefā¢(xn)|absent1subscriptdifferential-dsubscriptrefsubscriptsubscriptdifferential-dsubscriptrefsubscript1ā¦differential-dsubscriptrefsubscript = | r (β r) 1Z_βd _ref-% _ir(x_i)d _ref(x_1)⦠d _ref(x_n) |= | ā« r exp ( β r ) divide start_ARG 1 end_ARG start_ARG Zitalic_β end_ARG d Ļroman_ref - ā« maxitalic_i r ( xitalic_i ) d Ļroman_ref ( x1 ) ⦠d Ļroman_ref ( xitalic_n ) | =|ā«(1nā¢āi=1nrā¢(xi)ā¢expā”(βā¢rā¢(xi))Zβāmaxiā”rā¢(xi))ā¢Ļrefā¢(x1)ā¢ā¦ā¢Ļrefā¢(xn)|absent1superscriptsubscript1subscriptsubscriptsubscriptsubscriptsubscriptdifferential-dsubscriptrefsubscript1ā¦differential-dsubscriptrefsubscript = | ( 1n _i=1^n r(x_i) (% β r(x_i))Z_β- _ir(x_i) )d _ref(x_1)% ⦠d _ref(x_n) |= | ā« ( divide start_ARG 1 end_ARG start_ARG n end_ARG āi = 1n divide start_ARG r ( xitalic_i ) exp ( β r ( xitalic_i ) ) end_ARG start_ARG Zitalic_β end_ARG - maxitalic_i r ( xitalic_i ) ) d Ļroman_ref ( x1 ) ⦠d Ļroman_ref ( xitalic_n ) | =|ā«(1nā¢āi=1nrā¢(xi)ā¢expā”(βā¢rā¢(xi))āi=1nexpā”(βā¢rā¢(xi))ā¢āi=1nexpā”(βā¢rā¢(xi))Zβāmaxiā”rā¢(xi))ā¢Ļrefā¢(x1)ā¢ā¦ā¢Ļrefā¢(xn)|absent1superscriptsubscript1subscriptsubscriptsuperscriptsubscript1subscriptsuperscriptsubscript1subscriptsubscriptsubscriptsubscriptdifferential-dsubscriptrefsubscript1ā¦differential-dsubscriptrefsubscript = | ( 1n _i=1^n r(x_i) (% β r(x_i)) _i=1^n (β r(x_i)) _i=1^n (% β r(x_i))Z_β- _ir(x_i) )d _ref(x_1)% ⦠d _ref(x_n) |= | ā« ( divide start_ARG 1 end_ARG start_ARG n end_ARG āi = 1n divide start_ARG r ( xitalic_i ) exp ( β r ( xitalic_i ) ) end_ARG start_ARG āi = 1n exp ( β r ( xitalic_i ) ) end_ARG divide start_ARG āi = 1n exp ( β r ( xitalic_i ) ) end_ARG start_ARG Zitalic_β end_ARG - maxitalic_i r ( xitalic_i ) ) d Ļroman_ref ( x1 ) ⦠d Ļroman_ref ( xitalic_n ) | ā¤ā«|maxā”rā¢(xi)ā¢(1nā¢āi=1nexpā”(βā¢rā¢(xi))Zβā1)|ā¢Ļrefā¢(x1)ā¢ā¦ā¢Ļrefā¢(xn)absentsubscript1superscriptsubscript1subscriptsubscript1differential-dsubscriptrefsubscript1ā¦differential-dsubscriptrefsubscript ⤠| r(x_i) ( 1n _i=1^n% (β r(x_i))Z_β-1 ) |d _ref(x_1)% ⦠d _ref(x_n)⤠⫠| max r ( xitalic_i ) ( divide start_ARG divide start_ARG 1 end_ARG start_ARG n end_ARG āi = 1n exp ( β r ( xitalic_i ) ) end_ARG start_ARG Zitalic_β end_ARG - 1 ) | d Ļroman_ref ( x1 ) ⦠d Ļroman_ref ( xitalic_n ) ā¤MZβā¢|āi=1nexpā”(βā¢rā¢(xi))āZβ|absentsubscriptsuperscriptsubscript1subscriptsubscript ⤠MZ_βE | _i=1^n (β r% (x_i))-Z_β |⤠divide start_ARG M end_ARG start_ARG Zitalic_β end_ARG blackboard_E | āi = 1n exp ( β r ( xitalic_i ) ) - Zitalic_β | where we used the following fact, followed by Jensen inequality : āi=1nrā¢(xi)ā¢expā”(βā¢rā¢(xi))āi=1nexpā”(βā¢rā¢(xi))ā¤maxiā”rā¢(xi).superscriptsubscript1subscriptsubscriptsuperscriptsubscript1subscriptsubscriptsubscript _i=1^n r(x_i) (β r(x_i)) _i=1^n (β r(x% _i))⤠_ir(x_i).āi = 1n divide start_ARG r ( xitalic_i ) exp ( β r ( xitalic_i ) ) end_ARG start_ARG āi = 1n exp ( β r ( xitalic_i ) ) end_ARG ⤠maxitalic_i r ( xitalic_i ) . Assume that the reward is bounded hence we have by Hoeffding inequality : āā¢(|1nā¢āi=1nexpā”(βā¢rā¢(xi))āZβ|ā„t)ā¤2ā¢eānā¢t22ā¢(expā”(βā¢M)āexpā”(āβā¢M))2ā1superscriptsubscript1subscriptsubscript2superscriptsuperscript22superscript2P ( | 1n _i=1^n (β r(x_i))-Z_β% |ā„ t )⤠2e^- nt^22( (β M)- (-β M))^2% blackboard_P ( | divide start_ARG 1 end_ARG start_ARG n end_ARG āi = 1n exp ( β r ( xitalic_i ) ) - Zitalic_β | ā„ t ) ⤠2 e- divide start_ARG n t start_POSTSUPERSCRIPT 2 end_ARG start_ARG 2 ( exp ( β M ) - exp ( - β M ) )2 end_ARG end_POSTSUPERSCRIPT Hence we have: ā¢|āi=1nexpā”(βā¢rā¢(xi))āZβ|ā¤2ā¢Ļ2ā¢expā”(βā¢M)āexpā”(āβā¢M)nsuperscriptsubscript1subscriptsubscript22E | _i=1^n (β r(x_i))-Z_β |⤠2 % Ļ2 (β M)- (-β M) nblackboard_E | āi = 1n exp ( β r ( xitalic_i ) ) - Zitalic_β | ⤠2 square-root start_ARG divide start_ARG Ļ end_ARG start_ARG 2 end_ARG end_ARG divide start_ARG exp ( β M ) - exp ( - β M ) end_ARG start_ARG square-root start_ARG n end_ARG end_ARG (Ļr,ref(expā”(Ī))||ĻĪ»Ī,r)ā¤MĪ»Īā¢Z1/Ī»Ī2ā¢Ļ(exp(βM)āexp(āβM))expā”(āĪ). KL(Ļ^( ( ))_r,ref|| _ _ ,r)% ⤠M _ Z_1/ _ 2Ļ( (β M)-% (-β M)) (- ).sansserif_KL ( Ļ( exp ( Ī ) )r , ref | | Ļitalic_Ī» start_POSTSUBSCRIPT Ī , r end_POSTSUBSCRIPT ) ⤠divide start_ARG M end_ARG start_ARG Ī»roman_Ī Z1 / Ī» start_POSTSUBSCRIPT Ī end_POSTSUBSCRIPT end_ARG square-root start_ARG 2 Ļ end_ARG ( exp ( β M ) - exp ( - β M ) ) square-root start_ARG exp ( - Ī ) end_ARG . ā Appendix D Transportation Inequalities and KL Divergence D.1. Transportation Inequalities with KL The following Lemma (Lemma 4.14 in [Boucheron et al., 2013]) uses the Donsker-Varadhan representation of the KL divergence to obtain bounds on the change of measure , and using the tails of Ļrefsubscriptref _refĻroman_ref. Lemma 4 (Lemma 4.14 in [Boucheron et al., 2013]). Let Ļ be a convex and continuously differentiable function Ļ on a possibly unbounded interval [0,b)0[0,b)[ 0 , b ), and assume Ļā¢(0)=Ļā²ā¢(0)=00superscriptā²00Ļ(0)=Ļ (0)=0Ļ ( 0 ) = Ļā² ( 0 ) = 0. Define for every xā„00xā„ 0x ā„ 0, the convex conjugate Ļāā¢(x)=supĪ»ā[0,b)Ī»ā¢xāĻā¢(Ī»)superscriptsubscriptsupremum0Ļ^*(x)= _Ī»ā[0,b)Ī» x-Ļ(Ī»)Ļā ( x ) = supitalic_Ī» ā [ 0 , b ) Ī» x - Ļ ( Ī» ) , and let Ļāā1ā¢(t)=infxā„0:Ļāā¢(x)>tsuperscriptabsent1infimumconditional-set0superscriptĻ^*-1(t)= \xā„ 0:Ļ^*(x)>t\Ļā - 1 ( t ) = inf x ā„ 0 : Ļā ( x ) > t . Then the following statements are equivalent: (i) For Ī»ā[0,b)0Ī»ā[0,b)Ī» ā [ 0 , b ) logā”(ā«eĪ»ā¢(rāā«rā¢Q)ā¢Q)ā¤Ļā¢(Ī»),superscriptdifferential-ddifferential-d ( e^Ī»(r- rdQ)dQ )ā¤Ļ(Ī»),log ( ā« eitalic_Ī» ( r - ā« r d Q ) d Q ) ā¤ Ļ ( Ī» ) , (i) For any probability measure P that is absolutely continuous with respect to Q and such that (P||Q)<ā KL(P||Q)<āsansserif_KL ( P | | Q ) < ā: ā«rdPāā«rdQā¤Ļāā1((P||Q)). rdP- rdQā¤Ļ^*-1( KL(P||Q)).ā« r d P - ā« r d Q ⤠Ļā - 1 ( sansserif_KL ( P | | Q ) ) . Lemma 5 ( Inverse of the conjugate [Boucheron et al., 2013]). (1) If Qāā¢(Ļ2)superscript2Qā SubGauss(Ļ^2)Q ā sansserif_SubGauss ( Ļ2 ), we have for tā„00tā„ 0t ā„ 0 Ļāā1ā¢(t)=2ā¢Ļ2ā¢t.superscriptabsent12superscript2Ļ^*-1(t)= 2Ļ^2t.Ļā - 1 ( t ) = square-root start_ARG 2 Ļ2 t end_ARG . (2) If Qāā¢(Ļ2,c)superscript2Qā Subgamma(Ļ^2,c)Q ā sansserif_Subgamma ( Ļ2 , c ), we have for tā„00tā„ 0t ā„ 0 Ļāā1ā¢(t)=2ā¢Ļ2ā¢t+cā¢tsuperscriptabsent12superscript2Ļ^*-1(t)= 2Ļ^2t+ctĻā - 1 ( t ) = square-root start_ARG 2 Ļ2 t end_ARG + c t. We give here a direct proof for the subgaussian case: Proof. By the Donsker Varadhan representation of the KLsansserif_KL we have: (P||Q)=suphā«hdPālog(ā«ehdQ) KL(P||Q)= _h hdP- ( e^hdQ )sansserif_KL ( P | | Q ) = supitalic_h ā« h d P - log ( ā« eitalic_h d Q ) Fix x and M>00M>0M > 0 and define for 0<Ī»<M00<Ī»<M0 < Ī» < M hĪ»ā¢(y)=Ī»ā¢(rā¢(x,y)āĻrefā¢(y|x)ā¢rā¢(x,y))subscriptāsubscriptsubscriptrefconditionalh_Ī»(y)=Ī» (r(x,y)-E_ _ref(y|x)r(x,y) )hitalic_Ī» ( y ) = Ī» ( r ( x , y ) - blackboard_EĻ start_POSTSUBSCRIPT ref ( y | x ) end_POSTSUBSCRIPT r ( x , y ) ) We omit in what follows x and y, but the reader can assume from here on that Ļ and Ļrefsubscriptref _refĻroman_ref are conditioned on x. Note that Rref|x=(r(x,.))āÆĻref(.|x)R_ref|x=(r(x,.))_ _ref(.|x)Rroman_ref | x = ( r ( x , . ) )⯠Ļroman_ref ( . | x ) and we assume Rref|xconditionalsubscriptrefR_ref|xRroman_ref | x subgaussian. Note that Ļrefā¢ehĪ»=Ļref|xā¢eĪ»ā¢(rāĻref|xā¢r)=MRref|xā¢(Ī»),subscriptsubscriptrefsuperscriptsubscriptāsubscriptconditionalsubscriptrefsuperscriptsubscriptconditionalsubscriptrefsubscriptconditionalsubscriptrefE_ _refe^h_Ī»=E_ _% ref|xe^Ī»(r-E_ _ref|xr)=M_R_% ref|x(Ī»),blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT eitalic_hitalic_Ī» = blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT eitalic_Ī» ( r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ) = Mitalic_R start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT ( Ī» ) , where MRref|xsubscriptconditionalsubscriptrefM_R_ref|xMitalic_R start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT the moment generating function of the reward under the reference policy. Rref|xconditionalsubscriptrefR_ref|xRroman_ref | x is subgaussian we have for all Ī»āāĪ» Ī» ā blackboard_R: Ļref|xā¢ehĪ»ā¤eĪ»2ā¢Ļ22ā¤eM2ā¢Ļ22<āsubscriptconditionalsubscriptrefsuperscriptsubscriptāsuperscriptsuperscript2superscript22superscriptsuperscript2superscript22E_ _ref|xe^h_λ⤠e Ī»% ^2Ļ^22⤠e M^2Ļ^22<āblackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT eitalic_hitalic_Ī» ⤠edivide start_ARG Ī» start_POSTSUPERSCRIPT 2 Ļ2 end_ARG start_ARG 2 end_ARG end_POSTSUPERSCRIPT ⤠edivide start_ARG M start_POSTSUPERSCRIPT 2 Ļ2 end_ARG start_ARG 2 end_ARG end_POSTSUPERSCRIPT < ā Hence hĪ»āāsubscriptāāh_Ī» _Ī» ā H and we have for all Ļ<<Ļrefmuch-less-thansubscriptrefĻ<\!\!< _refĻ < < Ļroman_ref and for all 0<M<ā00<M<ā0 < M < ā and 0<Ī»<M00<Ī»<M0 < Ī» < M: Ī»Ļ|x(rāĻref|xr)ā¤(Ļ||Ļref|x)+log(Ļref|xeĪ»ā¢(rāĻref|xā¢r)) _Ļ|x(r-E_ _ref|xr)⤠KL% (Ļ|| _ref|x)+ (E_ _ref|xe^% Ī»(r-E_ _ref|xr) )Ī» blackboard_EĻ | x ( r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ) ⤠sansserif_KL ( Ļ | | Ļroman_ref | x ) + log ( blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT eitalic_Ī» ( r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ) ) or equivalently: Ļ|xrāĻref|xrā¤1Ī»(Ļ||Ļref|x)+1Ī»log(Ļref|xeĪ»ā¢(rāĻref|xā¢r))E_Ļ|xr-E_ _ref|xr⤠1Ī»% KL(Ļ|| _ref|x)+ 1Ī» (E_% _ref|xe^Ī»(r-E_ _ref|xr) )blackboard_EĻ | x r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ⤠divide start_ARG 1 end_ARG start_ARG Ī» end_ARG sansserif_KL ( Ļ | | Ļroman_ref | x ) + divide start_ARG 1 end_ARG start_ARG Ī» end_ARG log ( blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT eitalic_Ī» ( r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ) ) Finally we have for Ļ<<Ļrefmuch-less-thansubscriptrefĻ<\!\!< _refĻ < < Ļroman_ref for all 0<Ī»<M00<Ī»<M0 < Ī» < M: Ļ|xrāĻref|xrā¤1Ī»(Ļ||Ļref|x)+1Ī»log(MRref|x(Ī»))E_Ļ|xr-E_ _ref|xr⤠1Ī»% KL(Ļ|| _ref|x)+ 1Ī» (M_R_% ref|x(Ī») )blackboard_EĻ | x r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ⤠divide start_ARG 1 end_ARG start_ARG Ī» end_ARG sansserif_KL ( Ļ | | Ļroman_ref | x ) + divide start_ARG 1 end_ARG start_ARG Ī» end_ARG log ( Mitalic_R start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT ( Ī» ) ) (29) Being a subgaussian, the MGF of Rref|xconditionalsubscriptrefR_ref|xRroman_ref | x is bounded as follows: logā”(MRref|xā¢(Ī»))ā¤Ī»2ā¢Ļ22.subscriptconditionalsubscriptrefsuperscript2superscript22 (M_R_ref|x(Ī») )⤠λ^2Ļ^2% 2.log ( Mitalic_R start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT ( Ī» ) ) ⤠divide start_ARG Ī»2 Ļ2 end_ARG start_ARG 2 end_ARG . Hence we have for : Ļ|xrāĻref|xrā¤1Ī»(Ļ||Ļref|x)+Ī»ā¢Ļ22E_Ļ|xr-E_ _ref|xr⤠1Ī»% KL(Ļ|| _ref|x)+ Ī»Ļ^22blackboard_EĻ | x r - blackboard_EĻ start_POSTSUBSCRIPT ref | x end_POSTSUBSCRIPT r ⤠divide start_ARG 1 end_ARG start_ARG Ī» end_ARG sansserif_KL ( Ļ | | Ļroman_ref | x ) + divide start_ARG Ī» Ļ2 end_ARG start_ARG 2 end_ARG Integrating over x we obtain for all Ļ<<Ļrefmuch-less-thansubscriptrefĻ<\!\!< _refĻ < < Ļroman_ref and all 0<Ī»<M00<Ī»<M0 < Ī» < M: ĻrāĻrefrā¤1Ī»(Ļ||Ļref)+Ī»ā¢Ļ22E_Ļr-E_ _refr⤠1Ī» % KL(Ļ|| _ref)+ Ī»Ļ^22blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠divide start_ARG 1 end_ARG start_ARG Ī» end_ARG sansserif_KL ( Ļ | | Ļroman_ref ) + divide start_ARG Ī» Ļ2 end_ARG start_ARG 2 end_ARG Define : Ī“(Ī»)=1Ī»(Ļ||Ļref)+Ī»ā¢Ļ22Ī“(Ī»)= 1Ī» KL(Ļ|| _ref)+ % Ī»Ļ^22Ī“ ( Ī» ) = divide start_ARG 1 end_ARG start_ARG Ī» end_ARG sansserif_KL ( Ļ | | Ļroman_ref ) + divide start_ARG Ī» Ļ2 end_ARG start_ARG 2 end_ARG minimizing the upper bound Ī“ā¢(Ī»)Ī“(Ī»)Ī“ ( Ī» ) for Ī»ā(0,M]0Ī»ā(0,M]Ī» ā ( 0 , M ], taking derivative Ī“ā²ā¢(Ī»)=ā(Ļ||Ļref)Ī»2+Ļ22=0Ī“ (Ī»)=- KL(Ļ|| _ref)Ī»^% 2+ Ļ^22=0ΓⲠ( Ī» ) = - divide start_ARG sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG start_ARG Ī»2 end_ARG + divide start_ARG Ļ2 end_ARG start_ARG 2 end_ARG = 0 gives Ī»ā=2(Ļ||Ļref)Ļ2Ī»^*= 2 KL(Ļ|| _ref)Ļ^2Ī»ā = square-root start_ARG divide start_ARG 2 sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG start_ARG Ļ2 end_ARG end_ARG. Taking M=2ā¢Ī»ā,2superscriptM=2Ī»^*,M = 2 Ī»ā , Ī»āsuperscriptĪ»^*Ī»ā is the minimizer. Putting this in the bound we have finally for all rewards r for all Ļ: Ļā¢rāĻrefā¢rā¤2Ļ2(Ļ||Ļref).E_Ļr-E_ _refr⤠2Ļ^2 % KL(Ļ|| _ref).blackboard_EĻ r - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT r ⤠square-root start_ARG 2 Ļ2 sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG . (30) ā Proof of Corollary 1. (i) This follows from optimality of ĻĪ»ĪsubscriptsubscriptĪ _ _ Ļitalic_Ī» start_POSTSUBSCRIPT Ī end_POSTSUBSCRIPT and applying the transportation inequality for gaussian tail. (i) This follows from applying Corollary 2 (best of n policy has larger mean ) and 17 for bounding the KLsansserif_KL. ā Proof of Theorem 2. For the penalized RL we have by optimality: ā«rdĻβ,rā1β(Ļβ,r||Ļref) rd _β,r- 1β KL( _β,r||% _ref)ā« r d Ļitalic_β , r - divide start_ARG 1 end_ARG start_ARG β end_ARG sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) =1βā¢logā”(ā«eβā¢rā¢Ļref)absent1superscriptdifferential-dsubscriptref = 1β ( e^β rd _ref )= divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β r d Ļroman_ref ) =1βā¢logā”(ā«eβā¢(rāā«rā¢Ļref)ā¢Ļref)+ā«rā¢Ļrefabsent1superscriptdifferential-dsubscriptrefdifferential-dsubscriptrefdifferential-dsubscriptref = 1β ( e^β(r- rd _ref% )d _ref )+ rd _ref= divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - ā« r d Ļroman_ref ) d Ļroman_ref ) + ā« r d Ļroman_ref It follows that : 1βā¢logā”(ā«eβā¢(rāā«rā¢Ļref)ā¢Ļref)1superscriptdifferential-dsubscriptrefdifferential-dsubscriptref 1β ( e^β(r- rd _ref% )d _ref )divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - ā« r d Ļroman_ref ) d Ļroman_ref ) =ā«rdĻβ,rāā«rdĻrefā1β(Ļβ,r||Ļref) = rd _β,r- rd _ref- 1β% KL( _β,r|| _ref)= ā« r d Ļitalic_β , r - ā« r d Ļroman_ref - divide start_ARG 1 end_ARG start_ARG β end_ARG sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) (31) On the other hand by the variational representation of the RĆ©nyi divergence we have: ā«rā¢Ļβ,rāā«rā¢Ļrefdifferential-dsubscriptdifferential-dsubscriptref rd _β,r- rd _refā« r d Ļitalic_β , r - ā« r d Ļroman_ref ā¤Dβ(Ļβ,r||Ļref)βā1βā1ā¢logā”(ā«e(βā1)ā¢(rāā«rā¢Ļβ,r)ā¢Ļβ,r) ⤠D_β( _β,r|| _ref)β-% 1β-1 ( e^(β-1)(r- rd _β,r)d _% β,r )⤠divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG - divide start_ARG 1 end_ARG start_ARG β - 1 end_ARG log ( ā« e( β - 1 ) ( r - ā« r d Ļitalic_β , r ) d Ļitalic_β , r ) +1βā¢logā”(ā«eβā¢(rāā«rā¢Ļref)ā¢Ļref)1superscriptdifferential-dsubscriptrefdifferential-dsubscriptref + 1β ( e^β(r- rd _ref% )d _ref )+ divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - ā« r d Ļroman_ref ) d Ļroman_ref ) (32) Summing Equations (31) and (32) we obtain a bound on the moment generating function at β of rāÆā¢Ļβ,rsubscriptāÆsubscriptr_ _β,rr⯠Ļitalic_β , r (this is not a uniform bound , it holds only for β): 1βā1ā¢logā”(ā«e(βā1)ā¢(rāā«rā¢Ļβ,r)ā¢Ļβ,r)11superscript1differential-dsubscriptdifferential-dsubscript 1β-1 ( e^(β-1)(r- rd _β,% r)d _β,r )divide start_ARG 1 end_ARG start_ARG β - 1 end_ARG log ( ā« e( β - 1 ) ( r - ā« r d Ļitalic_β , r ) d Ļitalic_β , r ) ā¤Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)β. ⤠D_β( _β,r|| _ref)- KL% ( _β,r|| _ref)β.⤠divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG . (33) Let us assume β>11β>1β > 1 we have therefore the following bound on the logarithmic moment generation function at βā11β-1β - 1 ĻrāÆā¢Ļβ,r(βā1)ā¤Ī²ā1β(Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)) _r_ _β,r(β-1)⤠β-1β (D_β% ( _β,r|| _ref)- KL( _β,r|| _% ref) )Ļitalic_r start_POSTSUBSCRIPT ⯠Ļitalic_β , r end_POSTSUBSCRIPT ( β - 1 ) ⤠divide start_ARG β - 1 end_ARG start_ARG β end_ARG ( Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) ) Let Ri,β=rāÆā¢Ļβ,r,i=1ā¢ā¦ā¢mformulae-sequencesubscriptsubscriptāÆsubscript1ā¦R_i,β=r_ _β,r,i=1⦠mRitalic_i , β = r⯠Ļitalic_β , r , i = 1 ⦠m , the reward evaluation of m independent samples of Ļβ,rsubscript _β,rĻitalic_β , r we have: āā¢āi=1m(Ri,βāā«rā¢Ļβ,r)>mā¢tāsuperscriptsubscript1subscriptdifferential-dsubscript \ _i=1^m(R_i,β- rd _β,r% )>mt \blackboard_P āi = 1m ( Ritalic_i , β - ā« r d Ļitalic_β , r ) > m t =āā¢(eāi=1m(βā1)ā¢(Ri,βāā«rā¢Ļβ,r)>emā¢(βā1)ā¢t)absentāsuperscriptsuperscriptsubscript11subscriptdifferential-dsubscriptsuperscript1 =P(e _i=1^m(β-1)(R_i,β- rd _% β,r)>e^m(β-1)t)= blackboard_P ( eāitalic_i = 1 start_POSTSUPERSCRIPT m ( β - 1 ) ( Ritalic_i , β - ā« r d Ļitalic_β , r ) end_POSTSUPERSCRIPT > eitalic_m ( β - 1 ) t ) ā¤eā(βā1)ā¢mā¢tā¢emā¢ĻRβā¢(βā1)absentsuperscript1superscriptsubscriptsubscript1 ⤠e^-(β-1)mte^m _R_β(β-1)⤠e- ( β - 1 ) m t eitalic_m Ļitalic_R start_POSTSUBSCRIPT β end_POSTSUBSCRIPT ( β - 1 ) ā¤eā(βā1)ā¢mā¢tā¢emβā1β(Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)) ⤠e^-(β-1)mte^m β-1β (D_β(Ļ% _β,r|| _ref)- KL( _β,r|| _ref)% )⤠e- ( β - 1 ) m t eitalic_m divide start_ARG β - 1 end_ARG start_ARG β end_ARG ( Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) ) ā¤eāmā¢(βā1)ā¢(tāDβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)β) ⤠e^-m(β-1) (t- D_β( _β,r|| _% ref)- KL( _β,r|| _ref)β )⤠e- m ( β - 1 ) ( t - divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG ) (34) Let t0>0subscript00t_0>0t0 > 0, hence we have for β>11β>1β > 1: āā¢1mā¢āi=1mRi,β>ā«rā¢Ļβ,r+t0+Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)βā¤eāmā¢(βā1)ā¢t0P \ 1m _i=1^mR_i,β> rd _β,r+t_% 0+ D_β( _β,r|| _ref)- KL( _β,% r|| _ref)β \⤠e^-m(β-1)t_0blackboard_P divide start_ARG 1 end_ARG start_ARG m end_ARG āi = 1m Ritalic_i , β > ā« r d Ļitalic_β , r + t0 + divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG ⤠e- m ( β - 1 ) t0 Now turning to Rref=rāÆā¢ĻrefsubscriptrefsubscriptāÆsubscriptrefR_ref=r_ _refRroman_ref = r⯠Ļroman_ref, since Rrefāā¢(Ļref2)subscriptrefsubscriptsuperscript2refR_refā SubGauss(Ļ^2_ref)Rroman_ref ā sansserif_SubGauss ( Ļ2roman_ref ) we have for every t0>0subscript00t_0>0t0 > 0 : āā¢ā1mā¢āi=1mRi,ref>āā«rā¢Ļref+t0ā¤eāmā¢t022ā¢Ļref2ā1superscriptsubscript1subscriptrefdifferential-dsubscriptrefsubscript0superscriptsubscriptsuperscript202subscriptsuperscript2refP \- 1m _i=1^mR_i,ref>- rd _% ref+t_0 \⤠e^- mt^2_02Ļ^2_ref% blackboard_P - divide start_ARG 1 end_ARG start_ARG m end_ARG āi = 1m Ritalic_i , ref > - ā« r d Ļroman_ref + t0 ⤠e- divide start_ARG m t start_POSTSUPERSCRIPT 20 end_ARG start_ARG 2 Ļ2roman_ref end_ARG end_POSTSUPERSCRIPT Hence we have with probability at least 1āeāmā¢t022ā¢Ļref2āeāmā¢(βā1)ā¢t01superscriptsubscriptsuperscript202subscriptsuperscript2refsuperscript1subscript01-e^- mt^2_02Ļ^2_ref-e^-m(β-1)t_01 - e- divide start_ARG m t start_POSTSUPERSCRIPT 20 end_ARG start_ARG 2 Ļ2roman_ref end_ARG end_POSTSUPERSCRIPT - e- m ( β - 1 ) t0: 1mā¢āi=1mRi,βā1mā¢āi=1mRi,ref1superscriptsubscript1subscript1superscriptsubscript1subscriptref 1m _i=1^mR_i,β- 1m _i=1^mR_% i,refdivide start_ARG 1 end_ARG start_ARG m end_ARG āi = 1m Ritalic_i , β - divide start_ARG 1 end_ARG start_ARG m end_ARG āi = 1m Ritalic_i , ref ā¤ā«rā¢Ļβ,rāā«rā¢Ļref+2ā¢t0+Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)β ⤠rd _β,r- rd _ref+2t_0+ D% _β( _β,r|| _ref)- KL( _β,r|| _% ref)β⤠⫠r d Ļitalic_β , r - ā« r d Ļroman_ref + 2 t0 + divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG ā¤2Ļref2(Ļ||Ļref)+2ā¢t0+Dβ(Ļβ,r||Ļref)ā(Ļβ,r||Ļref)β. ⤠2Ļ^2_ref KL(Ļ|| _ % ref)+2t_0+ D_β( _β,r|| _ref)- KL% ( _β,r|| _ref)β.⤠square-root start_ARG 2 Ļ2roman_ref sansserif_KL ( Ļ | | Ļroman_ref ) end_ARG + 2 t0 + divide start_ARG Ditalic_β ( Ļitalic_β , r | | Ļroman_ref ) - sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) end_ARG start_ARG β end_ARG . ā Appendix E Proofs for Transportation Inequalities and RĆ©nyi Divergence Proposition 6 (Fenchel Conjugate Propreties). Let F and G be convex functions on a space E and FāsuperscriptF^*Fā, GāsuperscriptG^*Gā be their convex conjugates defined on EāsuperscriptE^*Eā. We have: (1) Let Fγā¢(x)=γā¢Fā¢(x)subscriptF_γ(x)=γ F (x )Fitalic_γ ( x ) = γ F ( x ) we have: Fγāā¢(p)=γā¢Fāā¢(pγ)subscriptsuperscriptsuperscriptF^*_γ(p)=γ F^* ( pγ )Fāitalic_γ ( p ) = γ Fā ( divide start_ARG p end_ARG start_ARG γ end_ARG ) (35) (2) Duality: minxāEā”Fā¢(x)+Gā¢(x)=maxpāEāāFāā¢(āp)āGāā¢(p)subscriptsubscriptsuperscriptsuperscriptsuperscript _xā EF(x)+G(x)= _pā E^*-F^*(-p)-G^*(p)minitalic_x ā E F ( x ) + G ( x ) = maxitalic_p ā Eā - Fā ( - p ) - Gā ( p ) (36) (3) Toland Duality: minxāEā”Fā¢(x)āGā¢(x)=minpā”Gāā¢(p)āFāā¢(p)subscriptsubscriptsuperscriptsuperscript _xā EF(x)-G(x)= _pG^*(p)-F^*(p)minitalic_x ā E F ( x ) - G ( x ) = minitalic_p Gā ( p ) - Fā ( p ) (37) Proof of Theorem 3. Let γ>00γ>0γ > 0 , let FP,γ(R)=γ(R||P)F_P,γ(R)=γ KL(R||P)Fitalic_P , γ ( R ) = γ sansserif_KL ( R | | P ), the Fenchel conjugate of FP,1(.)F_P,1(.)Fitalic_P , 1 ( . ) is defined for hāh bounded and measurable function as follows FP,1āā¢(h)=logā”Pā¢eh.subscriptsuperscript1āsubscriptsuperscriptāF^*_P,1(h)= _Pe^h.Fāitalic_P , 1 ( h ) = log blackboard_EP eitalic_h . It follows by 1) in Proposition 6 that : FP,γāā¢(h)=γā¢FP,1āā¢(hγ)=γā¢logā”Pā¢ehγsubscriptsuperscriptāsubscriptsuperscript1āsubscriptsuperscriptāF^*_P,γ(h)=γ F^*_P,1( hγ)=γ _% Pe hγFāitalic_P , γ ( h ) = γ Fāitalic_P , 1 ( divide start_ARG h end_ARG start_ARG γ end_ARG ) = γ log blackboard_EP edivide start_ARG h end_ARG start_ARG γ end_ARG. For 0<α<1010<α<10 < α < 1: The objective function in (18) is the sum of convex functions: FP,αā¢(R)+FQ,1āαā¢(R)subscriptsubscript1F_P,α(R)+F_Q,1-α(R)Fitalic_P , α ( R ) + Fitalic_Q , 1 - α ( R ), by (2) in Proposition 6, we have by duality: (1āα)Dα(P||Q) (1-α)D_α(P||Q)( 1 - α ) Ditalic_α ( P | | Q ) =infRFP,αā¢(R)+FQ,1āαā¢(R)absentsubscriptinfimumsubscriptsubscript1 = _RF_P,α(R)+F_Q,1-α(R)= infitalic_R Fitalic_P , α ( R ) + Fitalic_Q , 1 - α ( R ) =suphāāāFP,αāā¢(āh)āFQ,1āαāā¢(h)absentsubscriptsupremumāāsubscriptsuperscriptāsubscriptsuperscript1ā = _h -F^*_P,α(-h)-F^*_Q,1-α(h)= supitalic_h ā H - Fāitalic_P , α ( - h ) - Fāitalic_Q , 1 - α ( h ) =suphāāāαā¢logā”Pā¢eāhαā(1āα)ā¢logā”Qā¢eh1āαabsentsubscriptsupremumāāsubscriptsuperscriptā1subscriptsuperscriptā1 = _h -α _Pe^- h% α-(1-α) _Qe h1-α= supitalic_h ā H - α log blackboard_EP e- divide start_ARG h end_ARG start_ARG α end_ARG - ( 1 - α ) log blackboard_EQ edivide start_ARG h end_ARG start_ARG 1 - α end_ARG Replacing hāh by (1āα)ā¢(α)ā¢h1ā(1-α)(α)h( 1 - α ) ( α ) h does not change the value of the sup and hence we obtain: (1āα)Dα(P||Q) (1-α)D_α(P||Q)( 1 - α ) Ditalic_α ( P | | Q ) =suphāāāαā¢logā”Pā¢eā(1āα)ā¢(α)ā¢hαā(1āα)ā¢logā”Qā¢e(1āα)ā¢(α)ā¢h1āαabsentsubscriptsupremumāāsubscriptsuperscript1ā1subscriptsuperscript1ā1 = _h -α _Pe^- (1-% α)(α)hα-(1-α) _Qe (1-α)(% α)h1-α= supitalic_h ā H - α log blackboard_EP e- divide start_ARG ( 1 - α ) ( α ) h end_ARG start_ARG α end_ARG - ( 1 - α ) log blackboard_EQ edivide start_ARG ( 1 - α ) ( α ) h end_ARG start_ARG 1 - α end_ARG =suphāāāαā¢logā”Pā¢eā(1āα)ā¢hā(1āα)ā¢logā”Qā¢eαā¢h.absentsubscriptsupremumāāsubscriptsuperscript1ā1subscriptsuperscriptā = _h -α _Pe^-(1-α)h-% (1-α) _Qe^α h.= supitalic_h ā H - α log blackboard_EP e- ( 1 - α ) h - ( 1 - α ) log blackboard_EQ eitalic_α h . dividing by 1αā¢(1āα)11 1α(1-α)divide start_ARG 1 end_ARG start_ARG α ( 1 - α ) end_ARG both sides we obtain for 0<α<1010<α<10 < α < 1: 1αDα(P||Q)=suphāāā11āαlogPeā(1āα)ā¢hā1αlogQeαā¢h 1αD_α(P||Q)= _h - 11-α % E_Pe^-(1-α)h- 1α _Qe^α hdivide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) = supitalic_h ā H - divide start_ARG 1 end_ARG start_ARG 1 - α end_ARG log blackboard_EP e- ( 1 - α ) h - divide start_ARG 1 end_ARG start_ARG α end_ARG log blackboard_EQ eitalic_α h For α>11α>1α > 1: The objective function in (18) is the difference of convex functions: FP,αā¢(R)āFQ,αā1ā¢(R)subscriptsubscript1F_P,α(R)-F_Q,α-1(R)Fitalic_P , α ( R ) - Fitalic_Q , α - 1 ( R ), by Toland Duality (3) in Proposition 6 we have: (1āα)Dα(P||Q) (1-α)D_α(P||Q)( 1 - α ) Ditalic_α ( P | | Q ) =infRFP,αā¢(R)āFQ,αā1ā¢(R)absentsubscriptinfimumsubscriptsubscript1 = _RF_P,α(R)-F_Q,α-1(R)= infitalic_R Fitalic_P , α ( R ) - Fitalic_Q , α - 1 ( R ) =infhāāFQ,αā1āā¢(h)āFP,αāā¢(h)absentsubscriptinfimumāāsubscriptsuperscript1āsubscriptsuperscriptā = _h F^*_Q,α-1(h)-F^*_P,α(h)= infitalic_h ā H Fāitalic_Q , α - 1 ( h ) - Fāitalic_P , α ( h ) =infhāā(αā1)ā¢logā”Qā¢eh(αā1)āαā¢logā”Pā¢ehαabsentsubscriptinfimumāā1subscriptsuperscriptā1subscriptsuperscriptā = _h (α-1) _Qe h(% α-1)-α _Pe hα= infitalic_h ā H ( α - 1 ) log blackboard_EQ edivide start_ARG h end_ARG start_ARG ( α - 1 ) end_ARG - α log blackboard_EP edivide start_ARG h end_ARG start_ARG α end_ARG The inf does not change when we replace hāh by αā¢(αā1)ā¢h1āα(α-1)hα ( α - 1 ) h, hence we have: (αā1)Dα(P||Q) (α-1)D_α(P||Q)( α - 1 ) Ditalic_α ( P | | Q ) =āinfhāā(αā1)ā¢logā”Qā¢eαā¢(αā1)ā¢h(αā1)āαā¢logā”Pā¢eαā¢(αā1)ā¢hαabsentsubscriptinfimumāā1subscriptsuperscript1ā1subscriptsuperscript1ā =- _h (α-1) _Qe % α(α-1)h(α-1)-α _Pe α(α% -1)hα= - infitalic_h ā H ( α - 1 ) log blackboard_EQ edivide start_ARG α ( α - 1 ) h end_ARG start_ARG ( α - 1 ) end_ARG - α log blackboard_EP edivide start_ARG α ( α - 1 ) h end_ARG start_ARG α end_ARG =suphāāαā¢logā”Pā¢e(αā1)ā¢hā(αā1)ā¢logā”Qā¢eαā¢habsentsubscriptsupremumāāsubscriptsuperscript1ā1subscriptsuperscriptā = _h α _Pe^(α-1)h-(% α-1) _Qe^α h= supitalic_h ā H α log blackboard_EP e( α - 1 ) h - ( α - 1 ) log blackboard_EQ eitalic_α h dividing both sides by 1αā¢(αā1)11 1α(α-1)divide start_ARG 1 end_ARG start_ARG α ( α - 1 ) end_ARG we obtain for α>11α>1α > 1: 1αDα(P||Q)=suphāā1αā1logPe(αā1)ā¢hā1αlogQeαā¢h. 1αD_α(P||Q)= _h 1α-1 % E_Pe^(α-1)h- 1α _Qe^α h.divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) = supitalic_h ā H divide start_ARG 1 end_ARG start_ARG α - 1 end_ARG log blackboard_EP e( α - 1 ) h - divide start_ARG 1 end_ARG start_ARG α end_ARG log blackboard_EQ eitalic_α h . ā Proof of Lemma 2 . Adding and subtracting in the exponential ā«hā¢Pādifferential-d hdPā« h d P and ā«hā¢Qādifferential-d hdQā« h d Q resp we obtain the result: 1αā1ā¢logā”(ā«e(αā1)ā¢hā¢P)ā1αā¢logā”(ā«eαā¢hā¢Q)=1αā1ā¢logā”(ā«e(αā1)ā¢(hāā«hā¢P+ā«hā¢P)ā¢P)ā1αā¢logā”(ā«eαā¢(hāā«hā¢Q+ā«hā¢Q)ā¢Q)=ā«hā¢Pāā«hā¢Q+1αā1ā¢logā”(ā«e(αā1)ā¢(hāā«hā¢P)ā¢P)ā1αā¢logā”(ā«eαā¢(hāā«hā¢Q)ā¢Q)11superscript1ādifferential-d1superscriptādifferential-d11superscript1ādifferential-dādifferential-ddifferential-d1superscriptādifferential-dādifferential-ddifferential-dādifferential-dādifferential-d11superscript1ādifferential-ddifferential-d1superscriptādifferential-ddifferential-d 1α-1 ( e^(α-1)hdP )- 1α % ( e^α hdQ )= 1α-1 ( e^(α-1% )(h- hdP+ hdP)dP )- 1α ( e^α(h-% hdQ+ hdQ)dQ )= hdP- hdQ+ 1α-1 (% e^(α-1)(h- hdP)dP )- 1α ( e^% α(h- hdQ)dQ )divide start_ARG 1 end_ARG start_ARG α - 1 end_ARG log ( ā« e( α - 1 ) h d P ) - divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_α h d Q ) = divide start_ARG 1 end_ARG start_ARG α - 1 end_ARG log ( ā« e( α - 1 ) ( h - ā« h d P + ā« h d P ) d P ) - divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_α ( h - ā« h d Q + ā« h d Q ) d Q ) = ā« h d P - ā« h d Q + divide start_ARG 1 end_ARG start_ARG α - 1 end_ARG log ( ā« e( α - 1 ) ( h - ā« h d P ) d P ) - divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_α ( h - ā« h d Q ) d Q ) ā Proof of Lemma 3. Note that we have for 0<α<1010<α<10 < α < 1, 1αDα(P||Q)=11āαD1āα(Q||P) 1αD_α(P||Q)= 11-αD_1-α(Q||P)divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) = divide start_ARG 1 end_ARG start_ARG 1 - α end_ARG D1 - α ( Q | | P ) (See Proposition 2 in van Erven and Harremos [2014]). Taking limits we obtain limαā01αDα(P||Q)=D1(Q||P)=(Q||P). _αā 0 1αD_α(P||Q)=D_1(Q||P)= KL(Q||% P).limitalic_α ā 0 divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) = D1 ( Q | | P ) = sansserif_KL ( Q | | P ) . ā Proof of Theorem 4 . For 0<α<1010<α<10 < α < 1, we have for all hāāāāh ā H : ā«hā¢Pāā«hā¢Qādifferential-dādifferential-d hdP- hdQā« h d P - ā« h d Q ā¤1αDα(P||Q)+11āαlog(ā«e(αā1)ā¢(hāā«hā¢P)dP)+1αlog(ā«eαā¢(hāā«hā¢Q)dQ) ⤠1αD_α(P||Q)+ 11-α (% e^(α-1)(h- hdP)dP )+ 1α ( e^% α(h- hdQ)dQ )⤠divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) + divide start_ARG 1 end_ARG start_ARG 1 - α end_ARG log ( ā« e( α - 1 ) ( h - ā« h d P ) d P ) + divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_α ( h - ā« h d Q ) d Q ) (38) Assuming r is bounded 0<r<b00<r<b0 < r < b then we have (r)āÆā¢PāPā¢rsubscriptāÆsubscript(r)_ P-E_Pr( r )⯠P - blackboard_EP r and (r)āÆā¢QāQā¢rsubscriptāÆsubscript(r)_ Q-E_Qr( r )⯠Q - blackboard_EQ r are sub-Gaussian with parameter Ļ2=b24superscript2superscript24Ļ^2= b^24Ļ2 = divide start_ARG b2 end_ARG start_ARG 4 end_ARG. Hence we have for Ī»āāĪ» Ī» ā blackboard_R: Pā¢eĪ»ā¢(rāā«rā¢P)ā¤expā”(Ī»2ā¢ĻP22)⢠and ā¢Qā¢eĪ»ā¢(rāā«rā¢Q)ā¤expā”(Ī»2ā¢ĻQ22),subscriptsuperscriptdifferential-dsuperscript2subscriptsuperscript22 and subscriptsuperscriptdifferential-dsuperscript2subscriptsuperscript22E_Pe^Ī»(r- rdP)⤠( Ī»^2Ļ^2% _P2 ) and E_Qe^Ī»(r- rdQ)⤠(% Ī»^2Ļ^2_Q2 ),blackboard_EP eitalic_Ī» ( r - ā« r d P ) ⤠exp ( divide start_ARG Ī»2 Ļ2italic_P end_ARG start_ARG 2 end_ARG ) and blackboard_EQ eitalic_Ī» ( r - ā« r d Q ) ⤠exp ( divide start_ARG Ī»2 Ļ2italic_Q end_ARG start_ARG 2 end_ARG ) , Fix a finite M>00M>0M > 0. For 0<Ī»<M00<Ī»<M0 < Ī» < M and P=Ļ|xconditionalP=Ļ|xP = Ļ | x and Q=Ļref|xconditionalsubscriptrefQ= _ref|xQ = Ļroman_ref | x, consider hĪ»=Ī»ā¢rsubscriptāh_Ī»=Ī» rhitalic_Ī» = Ī» r, thanks to subgaussianity and boundedness of Ī», hĪ»āāsubscriptāāh_Ī» _Ī» ā H for all Ī»ā(0,M)0Ī»ā(0,M)Ī» ā ( 0 , M ). Hence we have by Equation (38) for all Ī»ā(0,M)0Ī»ā(0,M)Ī» ā ( 0 , M ): Ī»(ā«rdPāā«rdQ)ā¤1αDα(P||Q)+11āαlog(ā«eĪ»ā¢(αā1)ā¢(rāā«rā¢P)dP)+1αlog(ā«eĪ»ā¢Ī±ā¢(rāā«rā¢Q)dQ)Ī» ( rdP- rdQ )⤠1αD_α(P||Q)+% 11-α ( e^Ī»(α-1)(r- rdP)dP )+% 1α ( e^λα(r- rdQ)dQ )Ī» ( ā« r d P - ā« r d Q ) ⤠divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( P | | Q ) + divide start_ARG 1 end_ARG start_ARG 1 - α end_ARG log ( ā« eitalic_Ī» ( α - 1 ) ( r - ā« r d P ) d P ) + divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_Ī» α ( r - ā« r d Q ) d Q ) we have by sub-Gaussianity: 11āαā¢logā”(ā«eĪ»ā¢(αā1)ā¢(rāā«rā¢P)ā¢P)11superscript1differential-ddifferential-d 11-α ( e^Ī»(α-1)(r- rdP)% dP )divide start_ARG 1 end_ARG start_ARG 1 - α end_ARG log ( ā« eitalic_Ī» ( α - 1 ) ( r - ā« r d P ) d P ) ā¤11āαā¢Ī»2ā¢(1āα)2ā¢ĻP22=Ī»2ā¢(1āα)ā¢ĻP22absent11superscript2superscript12subscriptsuperscript22superscript21subscriptsuperscript22 ⤠11-α Ī»^2(1-α)^2Ļ^2_% P2= Ī»^2(1-α)Ļ^2_P2⤠divide start_ARG 1 end_ARG start_ARG 1 - α end_ARG divide start_ARG Ī»2 ( 1 - α )2 Ļ2italic_P end_ARG start_ARG 2 end_ARG = divide start_ARG Ī»2 ( 1 - α ) Ļ2italic_P end_ARG start_ARG 2 end_ARG 1αā¢logā”(ā«eĪ»ā¢Ī±ā¢(rāā«rā¢Q)ā¢Q)1superscriptdifferential-ddifferential-d 1α ( e^λα(r- rdQ)dQ )divide start_ARG 1 end_ARG start_ARG α end_ARG log ( ā« eitalic_Ī» α ( r - ā« r d Q ) d Q ) ā¤1αā¢Ī»2ā¢Ī±2ā¢ĻQ22=Ī»2ā¢Ī±ā¢ĻQ22absent1superscript2superscript2subscriptsuperscript22superscript2subscriptsuperscript22 ⤠1α Ī»^2α^2Ļ^2_Q2% = Ī»^2αĻ^2_Q2⤠divide start_ARG 1 end_ARG start_ARG α end_ARG divide start_ARG Ī»2 α2 Ļ2italic_Q end_ARG start_ARG 2 end_ARG = divide start_ARG Ī»2 α Ļ2italic_Q end_ARG start_ARG 2 end_ARG It follows that for all Ī»ā(0,M)0Ī»ā(0,M)Ī» ā ( 0 , M ) Ī»ā¢(ā«rā¢Ļā¢|xāā«rā¢Ļref|ā¢x)differential-ddifferential-dsubscriptref Ī» ( rdĻ|x- rd _ref|x )Ī» ( ā« r d Ļ | x - ā« r d Ļroman_ref | x ) ā¤1αā¢Dαā¢(Ļā¢|x|ā¢|Ļref|ā¢x)+Ī»2ā¢(1āα)ā¢ĻP22+Ī»2ā¢Ī±ā¢ĻQ22absent1subscriptsubscriptrefsuperscript21subscriptsuperscript22superscript2subscriptsuperscript22 ⤠1αD_α(Ļ|x|| _ref|x)+ % Ī»^2(1-α)Ļ^2_P2+ Ī»^2αĻ^2_Q% 2⤠divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( Ļ | x | | Ļroman_ref | x ) + divide start_ARG Ī»2 ( 1 - α ) Ļ2italic_P end_ARG start_ARG 2 end_ARG + divide start_ARG Ī»2 α Ļ2italic_Q end_ARG start_ARG 2 end_ARG =1αā¢Dαā¢(Ļā¢|x|ā¢|Ļref|ā¢x)+Ī»2ā¢((1āα)ā¢ĻP2+αā¢ĻQ2)2absent1subscriptsubscriptrefsuperscript21subscriptsuperscript2subscriptsuperscript22 = 1αD_α(Ļ|x|| _ref|x)+ % Ī»^2((1-α)Ļ^2_P+αĻ^2_Q)2= divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( Ļ | x | | Ļroman_ref | x ) + divide start_ARG Ī»2 ( ( 1 - α ) Ļ2italic_P + α Ļ2italic_Q ) end_ARG start_ARG 2 end_ARG Integrating over x we obtain: Ī»(ā«rdĻāā«rdĻref)ā¤1αDα(Ļ||Ļref)+Ī»2ā¢((1āα)ā¢ĻP2+αā¢ĻQ2)2 Ī» ( rdĻ- rd _ref )⤠% 1αD_α(Ļ|| _ref)+ Ī»^2((1-α)% Ļ^2_P+αĻ^2_Q)2Ī» ( ā« r d Ļ - ā« r d Ļroman_ref ) ⤠divide start_ARG 1 end_ARG start_ARG α end_ARG Ditalic_α ( Ļ | | Ļroman_ref ) + divide start_ARG Ī»2 ( ( 1 - α ) Ļ2italic_P + α Ļ2italic_Q ) end_ARG start_ARG 2 end_ARG Finally we have: ā«rdĻāā«rdĻrefā¤1Ī»ā¢Ī±Dα(Ļ||Ļref)+Ī»ā¢((1āα)ā¢ĻP2+αā¢ĻQ2)2 rdĻ- rd _ref⤠1λαD_% α(Ļ|| _ref)+ Ī»((1-α)Ļ^2_P+% αĻ^2_Q)2ā« r d Ļ - ā« r d Ļroman_ref ⤠divide start_ARG 1 end_ARG start_ARG Ī» α end_ARG Ditalic_α ( Ļ | | Ļroman_ref ) + divide start_ARG Ī» ( ( 1 - α ) Ļ2italic_P + α Ļ2italic_Q ) end_ARG start_ARG 2 end_ARG minimizing over Ī»ā(0,M)0Ī»ā(0,M)Ī» ā ( 0 , M ): we obtain Ī»ā=2Dα(Ļ||Ļref)((1āα)ā¢ĻP2+αā¢ĻQ2)ā¢Ī±Ī»^*= 2D_α(Ļ|| _ref)((1-α)% Ļ^2_P+αĻ^2_Q)αλā = square-root start_ARG divide start_ARG 2 Ditalic_α ( Ļ | | Ļroman_ref ) end_ARG start_ARG ( ( 1 - α ) Ļ2italic_P + α Ļ2italic_Q ) α end_ARG end_ARG, M is free of choice, choosing M=2ā¢Ī»ā2superscriptM=2Ī»^*M = 2 Ī»ā, gives that Ī»āsuperscriptĪ»^*Ī»ā is the minimizer and hence we have for all αā(0,1)01αā(0,1)α ā ( 0 , 1 ): ā«rā¢Ļāā«rā¢Ļrefā¤2((1āα)ĻP2+αĻQ2)Dα(Ļ||Ļref)α. rdĻ- rd _ref⤠2((1-α)% Ļ^2_P+αĻ^2_Q)D_α(Ļ|| _ref)% α.ā« r d Ļ - ā« r d Ļroman_ref ⤠square-root start_ARG divide start_ARG 2 ( ( 1 - α ) Ļ2italic_P + α Ļ2italic_Q ) Ditalic_α ( Ļ | | Ļroman_ref ) end_ARG start_ARG α end_ARG end_ARG . ā Appendix F Goodhart Laws Proof of Proposition 4. We have by duality: 1βlog(ā«eβā¢rādĻref)=supνā«rādνā1β(ν||Ļref) 1β ( e^β r^*d _ref )= _% ν r^*dν- 1β KL(ν|| _ref)divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β r start_POSTSUPERSCRIPT ā end_POSTSUPERSCRIPT d Ļroman_ref ) = supitalic_ν ā« rā d ν - divide start_ARG 1 end_ARG start_ARG β end_ARG sansserif_KL ( ν | | Ļroman_ref ) hence for ν=Ļβ,rsubscriptν= _β,rν = Ļitalic_β , r we have: 1βlog(ā«eβā¢rādĻref)ā„ā«rādĻβ,rā1β(Ļβ,r||Ļref) 1β ( e^β r^*d _ref )ā„% r^*d _β,r- 1β KL( _β,r|| _% ref)divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β r start_POSTSUPERSCRIPT ā end_POSTSUPERSCRIPT d Ļroman_ref ) ā„ ā« rā d Ļitalic_β , r - divide start_ARG 1 end_ARG start_ARG β end_ARG sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) Hence: ā«rādĻβ,rā¤1βlog(ā«eβā¢rādĻref)+1β(Ļβ,r||Ļref) r^*d _β,r⤠1β ( e^% β r^*d _ref )+ 1β KL( _β,r% || _ref)ā« rā d Ļitalic_β , r ⤠divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β r start_POSTSUPERSCRIPT ā end_POSTSUPERSCRIPT d Ļroman_ref ) + divide start_ARG 1 end_ARG start_ARG β end_ARG sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) On the other hand by optimality of Ļβ,rsubscript _β,rĻitalic_β , r we have: (Ļβ,r||Ļref)=βā«rdĻβ,rālog(ā«eβā¢rdĻref) KL ( _β,r|| _ref )=β rd _% β,r- ( e^β rd _ref )\\ sansserif_KL ( Ļitalic_β , r | | Ļroman_ref ) = β ā« r d Ļitalic_β , r - log ( ā« eitalic_β r d Ļroman_ref ) Hence we have: ā«rāā¢Ļβ,rsuperscriptdifferential-dsubscript r^*d _β,rā« rā d Ļitalic_β , r ā¤1βā¢logā”(ā«eβā¢rāā¢Ļref)+ā«rā¢Ļβ,rā1βā¢logā”(ā«eβā¢rā¢Ļref)ā¤ā«rā¢Ļβ,r+1βā¢logā”(ā«eβā¢rāā¢Ļrefā«eβā¢rā¢Ļref)absent1superscriptsuperscriptdifferential-dsubscriptrefdifferential-dsubscript1superscriptdifferential-dsubscriptrefdifferential-dsubscript1superscriptsuperscriptdifferential-dsubscriptrefsuperscriptdifferential-dsubscriptref ⤠1β ( e^β r^*d _% ref )+ rd _β,r- 1β ( e^β rd% _ref )⤠rd _β,r+ 1β (% e^β r^*d _ref e^β rd _% ref )⤠divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β r start_POSTSUPERSCRIPT ā end_POSTSUPERSCRIPT d Ļroman_ref ) + ā« r d Ļitalic_β , r - divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β r d Ļroman_ref ) ⤠⫠r d Ļitalic_β , r + divide start_ARG 1 end_ARG start_ARG β end_ARG log ( divide start_ARG ā« eitalic_β r start_POSTSUPERSCRIPT ā end_POSTSUPERSCRIPT d Ļroman_ref end_ARG start_ARG ā« eitalic_β r d Ļroman_ref end_ARG ) It follows that: ā«rāā¢Ļβ,rāā«rāā¢Ļrefsuperscriptdifferential-dsubscriptsuperscriptdifferential-dsubscriptref r^*d _β,r- r^*d _refā« rā d Ļitalic_β , r - ā« rā d Ļroman_ref ā¤ā«rā¢Ļβ,rāā«rā¢Ļref+1βā¢logā”(ā«eβā¢(rāāā«rāā¢Ļref)ā¢Ļrefā«eβā¢(rāā«rā¢Ļref)ā¢Ļref)absentdifferential-dsubscriptdifferential-dsubscriptref1superscriptsuperscriptsuperscriptdifferential-dsubscriptrefdifferential-dsubscriptrefsuperscriptdifferential-dsubscriptrefdifferential-dsubscriptref ⤠rd _β,r- rd _ref+ 1β% ( e^β(r^*- r^*d _ref)d _% ref e^β(r- rd _ref)d _ref )⤠⫠r d Ļitalic_β , r - ā« r d Ļroman_ref + divide start_ARG 1 end_ARG start_ARG β end_ARG log ( divide start_ARG ā« eitalic_β ( r start_POSTSUPERSCRIPT ā - ā« rā d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļroman_ref end_ARG start_ARG ā« eitalic_β ( r - ā« r d Ļroman_ref ) d Ļroman_ref end_ARG ) ā«eβā¢(rāāā«rāā¢Ļref)ā¢Ļrefā«eβā¢(rāā«rā¢Ļref)ā¢Ļrefsuperscriptsuperscriptsuperscriptdifferential-dsubscriptrefdifferential-dsubscriptrefsuperscriptdifferential-dsubscriptrefdifferential-dsubscriptref e^β(r^*- r^*d _ref)d _% ref e^β(r- rd _ref)d _refdivide start_ARG ā« eitalic_β ( r start_POSTSUPERSCRIPT ā - ā« rā d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļroman_ref end_ARG start_ARG ā« eitalic_β ( r - ā« r d Ļroman_ref ) d Ļroman_ref end_ARG =ā«eβ(rāārā(ā«rādĻrefāā«rdĻref)ā¢eβā¢rā¢dā¢Ļrefā«eβā¢rā¢Ļref = e^β(r^*-r- ( r^*d _ref- rd% _ref ) e^β rd _ref e^β r% d _ref= ā« eitalic_β ( r start_POSTSUPERSCRIPT ā - r - ( ā« rā d Ļroman_ref - ā« r d Ļroman_ref ) end_POSTSUPERSCRIPT divide start_ARG eitalic_β r d Ļroman_ref end_ARG start_ARG ā« eitalic_β r d Ļroman_ref end_ARG =ā«eβ(rāārā(ā«rādĻrefāā«rdĻref)ā¢Ļβ,r = e^β(r^*-r- ( r^*d _ref- rd% _ref )d _β,r= ā« eitalic_β ( r start_POSTSUPERSCRIPT ā - r - ( ā« rā d Ļroman_ref - ā« r d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļitalic_β , r Hence we have finally: ā«rāā¢Ļβ,rāā«rāā¢Ļrefā¤ā«rā¢Ļβ,rāā«rā¢Ļref+1βā¢logā”(ā«eβ(rāārā(ā«rādĻrefāā«rdĻref)ā¢Ļβ,r) r^*d _β,r- r^*d _ref⤠rd _β,r% - rd _ref+ 1β ( e^β(r^*-r-% ( r^*d _ref- rd _ref )d _% β,r )ā« rā d Ļitalic_β , r - ā« rā d Ļroman_ref ⤠⫠r d Ļitalic_β , r - ā« r d Ļroman_ref + divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r start_POSTSUPERSCRIPT ā - r - ( ā« rā d Ļroman_ref - ā« r d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļitalic_β , r ) ā«rāā¢Ļβ,rāā«rāā¢Ļrefā¤ā«rā¢Ļβ,rāā«rā¢Ļrefā1βā¢logā”(ā«eβ(rārāā(ā«rdĻrefāā«rādĻref)ā¢Ļβ,rā) r^*d _β,r- r^*d _ref⤠rd _β,r% - rd _ref- 1β ( e^β(r-r^*-% ( rd _ref- r^*d _ref )d _% β,r^* )ā« rā d Ļitalic_β , r - ā« rā d Ļroman_ref ⤠⫠r d Ļitalic_β , r - ā« r d Ļroman_ref - divide start_ARG 1 end_ARG start_ARG β end_ARG log ( ā« eitalic_β ( r - r start_POSTSUPERSCRIPT ā - ( ā« r d Ļroman_ref - ā« rā d Ļroman_ref ) end_POSTSUPERSCRIPT d Ļitalic_β , rā ) The proof follows from using the subgaussianity of rāÆā¢ĻrefsubscriptāÆsubscriptrefr_ _refr⯠Ļroman_ref and the assumption on the soft max. ā Proof of Proposition 5. Ļā¢(rāār)āĻrefā¢(rāār)ā¤2ā¢ārārāāāā¢(Ļ,Ļref)subscriptsuperscriptsubscriptsubscriptrefsuperscript2subscriptnormsuperscriptsubscriptref _Ļ(r^*-r)-E_ _ref(r^*-r% )⤠2||r-r^*||_ā TV(Ļ, _ref)blackboard_EĻ ( rā - r ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( rā - r ) ⤠2 | | r - rā | |ā sansserif_TV ( Ļ , Ļroman_ref ) For Ļr,ref(n)subscriptsuperscriptrefĻ^(n)_r,refĻ( n )r , ref, we have: Ļr,ref(n)ā¢(rā)āĻrefā¢(rā)ā¤Ļr,ref(n)ā¢(r)āĻrefā¢(r)+2ā¢ārārāāāā¢(Ļr,ref(n),Ļref)subscriptsubscriptsuperscriptrefsuperscriptsubscriptsubscriptrefsuperscriptsubscriptsubscriptsuperscriptrefsubscriptsubscriptref2subscriptnormsuperscriptsubscriptsuperscriptrefsubscriptrefE_Ļ^(n)_r,ref(r^*)-E_ _ref% (r^*) _Ļ^(n)_r,ref(r)-E_ _ % ref(r)+2||r-r^*||_ā TV(Ļ^(n)_r,ref, _% ref)blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( rā ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( rā ) ⤠blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( r ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( r ) + 2 | | r - rā | |ā sansserif_TV ( Ļ( n )r , ref , Ļroman_ref ) and Ļr,ref(n)ā¢(rā)āĻrefā¢(rā)ā„Ļr,ref(n)ā¢(r)āĻrefā¢(r)ā2ā¢ārārāāāā¢(Ļr,ref(n),Ļref)subscriptsubscriptsuperscriptrefsuperscriptsubscriptsubscriptrefsuperscriptsubscriptsubscriptsuperscriptrefsubscriptsubscriptref2subscriptnormsuperscriptsubscriptsuperscriptrefsubscriptrefE_Ļ^(n)_r,ref(r^*)-E_ _ref% (r^*) _Ļ^(n)_r,ref(r)-E_ _ % ref(r)-2||r-r^*||_ā TV(Ļ^(n)_r,ref, _% ref)blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( rā ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( rā ) ā„ blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( r ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( r ) - 2 | | r - rā | |ā sansserif_TV ( Ļ( n )r , ref , Ļroman_ref ) By the data processing inequality we have: ā¢(Ļr,ref(n),Ļref)ā¤ā¢(Rr,ref(n),R)=(1n)1nā1ā(1n)nā1subscriptsuperscriptrefsubscriptrefsubscriptsuperscriptrefsuperscript111superscript11 TV(Ļ^(n)_r,ref, _ref)⤠TV(R^(% n)_r,ref,R)=( 1n) 1n-1-( 1n) n% n-1sansserif_TV ( Ļ( n )r , ref , Ļroman_ref ) ⤠sansserif_TV ( R( n )r , ref , R ) = ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG If r has subguassian tails under Ļrefsubscriptref _refĻroman_ref than we have: Ļr,ref(n)ā¢(rā)āĻrefā¢(rā)ā¤2ā¢Ļ2ā¢(logā”(n)ānā1n)+2ā¢ārārāāāā¢((1n)1nā1ā(1n)nā1)subscriptsubscriptsuperscriptrefsuperscriptsubscriptsubscriptrefsuperscript2superscript212subscriptnormsuperscriptsuperscript111superscript11E_Ļ^(n)_r,ref(r^*)-E_ _ref% (r^*)⤠2Ļ^2 ( (n)- n-1n )+2||r-r^*||_% ā (( 1n) 1n-1-( 1n) nn-1 )blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( rā ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( rā ) ⤠square-root start_ARG 2 Ļ2 ( log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG ) end_ARG + 2 | | r - rā | |ā ( ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG ) Ļr,ref(n)ā¢(rā)āĻrefā¢(rā)ā¤2ā¢Ļ2ā¢(logā”(n)ānā1n)+2ā¢infrāāārārāāāā¢((1n)1nā1ā(1n)nā1).subscriptsubscriptsuperscriptrefsuperscriptsubscriptsubscriptrefsuperscript2superscript212subscriptinfimumāsubscriptnormsuperscriptsuperscript111superscript11E_Ļ^(n)_r,ref(r^*)-E_ _ref% (r^*)⤠2Ļ^2 ( (n)- n-1n )+2 _rā% H||r-r^*||_ā (( 1n) 1n-1-( 1% n) nn-1 ).blackboard_EĻ( n ) start_POSTSUBSCRIPT r , ref end_POSTSUBSCRIPT ( rā ) - blackboard_EĻ start_POSTSUBSCRIPT ref end_POSTSUBSCRIPT ( rā ) ⤠square-root start_ARG 2 Ļ2 ( log ( n ) - divide start_ARG n - 1 end_ARG start_ARG n end_ARG ) end_ARG + 2 infitalic_r ā H | | r - rā | |ā ( ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG 1 end_ARG start_ARG n - 1 end_ARG - ( divide start_ARG 1 end_ARG start_ARG n end_ARG )divide start_ARG n end_ARG start_ARG n - 1 end_ARG ) . ā