arXiv ScienceSearch

arXiv subjects

Daniel Luo

Publications and source records attributed to Daniel Luo.

8 recordsLinked to original sources

Fair Commodity Taxation

We study optimal taxation in monopoly screening problems with a redistribution-minded regulator. When the regulator moves before the monopolist, any nondecreasing allocation can be implemented as the monopolist's optimum under an appropriate tax schedule. Despite this flexibility, we show that our redistribution-minded regulator never strictly benefits from randomization or nonlinear taxes. Under a strengthening of Myersonian regularity, which we call strong regularity, we characterize the tax rates on the fairness-efficiency frontier: it is enough for the regulator to consider policies which consist of a per-unit excise tax and a lump-sum rebate, with all (and only) tax rates between the consumer-surplus maximizing rate and the Laffer peak appearing on the frontier. Finally, we show subsidies are never used, and that every frontier threshold policy rations more than the unregulated monopolist.

econ.TH

Mind the Gap: Revealing Inconsistencies Across Heterogeneous AI Accelerators

While NVIDIA remains the dominant provider of AI accelerators within cloud data center, emerging vendors such as AMD, Intel, Mac, and Huawei offer cost-effective alternatives with claims of compatibility and performance. This paper presents the first empirical study investigating divergence in machine learning model across heterogeneous AI accelerators. Utilizing an automated pipeline, we synthesize over 100,000 variant models derived from 4,000 real-world models and execute them across five different enterprise-grade accelerators. Our findings suggest that newer AI platforms from Mac and Huawei support at least 17\% fewer operators than NVIDIA. These platforms also exhibit a higher rate of output discrepancies (exceeding 5\%), which stem from differences in operator implementations, handling of exceptional numerical values, and instruction scheduling. They are also more susceptible to failures during model compilation-based acceleration, and in some cases, the compiled models produce outputs that differ noticeably from those generated using the standard execution mode. In addition, we identify 7 implementation flaws in PyTorch and 40 platform-specific issues across vendors. These results underscore the challenges of achieving consistent machine learning behavior in an increasingly diverse hardware ecosystem.

cs.DC

Paying and Persuading

I study dynamic contracting where Sender privately observes a Markovian state and seeks to motivate Receiver, who acts. Sender provides incentives in two ways: payments, which alter payoffs ex-post, and (Bayesian) persuasion, which shapes Receiver interim beliefs about payoffs. For all stage game payoffs, discount rates, and Markov transition rules, transfers are a last resort--there is an optimal contract where payments occur only after Sender commits to reveal the state at every continuation history. In an example, the optimal contract is a loyalty program: Sender chooses the static optimal information structure until a random promotion time, after which Sender reveals the state and pays Receiver.

econ.TH

Marginal Reputation

We study reputation formation where a long-run player repeatedly observes private signals and takes actions. Short-run players observe the long-run player's past actions but not her past signals. The long-run player can thus develop a reputation for playing a distribution over actions, but not necessarily for playing a particular mapping from signals to actions. Nonetheless, we show that the long-run player can secure her Stackelberg payoff if distinct commitment types are statistically distinguishable and the Stackelberg strategy is confound-defeating. This property holds if and only if the Stackelberg strategy is the unique solution to an optimal transport problem. If the long-run player's payoff is supermodular in one-dimensional signals and actions, she secures the Stackelberg payoff if and only if the Stackelberg strategy is monotone. Applications include deterrence, delegation, signaling, and persuasion. Our results extend to the case where distinct commitment types may be indistinguishable but the Stackelberg type is salient under the prior.

econ.TH

Reputation in the Shadow of Exit

I study reputation formation when player actions endogenously determine the probability the game permanently ends. Exit can render reputation useless even to a patient player whose actions are perfectly monitored, in contrast to canonical commitment payoff theorems. However, I identify conditions for the long-run player to attain their Stackelberg payoff in all Markov equilibria. Along the way, I highlight the role Markov strategies play in pinning down the value of reputation. I apply my results to give qualified commitment foundations for the infinite chain-store game. I also analyze repeated global games with exit, and obtain new predictions about regime survival.

econ.TH

When and Where To Submit A Paper

What is the optimal order in which a researcher should submit their papers to journals of differing quality? I analyze a sequential search model without recall where the researcher's expected value from journal submission depends on the history of past submissions. Acceptances immediately terminate the search process and deliver some payoff, while rejections carry information about the paper's quality, affecting the researcher's belief in acceptance probability over future journals. When journal feedback does not change the paper's quality, the researcher's optimal strategy is monotone in their acceptance payoff. Submission costs distort the researcher's effective acceptance payoff, but maintain monotone optimality. If journals give feedback which can affect the paper's quality, such as through \textit{referee reports}, the search order can change drastically depending on the agent's prior belief about their paper's quality. However, I identify a set of \textit{assortative matched} conditions on feedback such that monotone strategies remain optimal whenever the agent's prior is sufficiently optimistic.

econ.TH

(Robust) Information Acquisition Design

We study the design of information acquisition games-environments where a designer contracts their action on Sender's choice of experiment and the realized signals about some state. We develop a revelation-like principle for this setting and characterize the incentive properties of implementable allocations. We next turn to robust allocations-those that can be implemented regardless of the prior-and show that robustness is equivalent to experiment-neutrality of the mechanism. We conclude by considering two applications. First, for general good allocation problems, we show all efficient allocations are robust, even when agent preferences feature state-dependent outside options and allocation externalities. Second, we apply our model to school choice and uncover a novel informational justification for deferred acceptance when school preferences depend on students' unknown ability.

econ.TH

Jumanji: a Diverse Suite of Scalable Reinforcement Learning Environments in JAX

Open-source reinforcement learning (RL) environments have played a crucial role in driving progress in the development of AI algorithms. In modern RL research, there is a need for simulated environments that are performant, scalable, and modular to enable their utilization in a wider range of potential real-world applications. Therefore, we present Jumanji, a suite of diverse RL environments specifically designed to be fast, flexible, and scalable. Jumanji provides a suite of environments focusing on combinatorial problems frequently encountered in industry, as well as challenging general decision-making tasks. By leveraging the efficiency of JAX and hardware accelerators like GPUs and TPUs, Jumanji enables rapid iteration of research ideas and large-scale experimentation, ultimately empowering more capable agents. Unlike existing RL environment suites, Jumanji is highly customizable, allowing users to tailor the initial state distribution and problem complexity to their needs. Furthermore, we provide actor-critic baselines for each environment, accompanied by preliminary findings on scaling and generalization scenarios. Jumanji aims to set a new standard for speed, adaptability, and scalability of RL environments.

cs.LG