Sunday, August 23, 2026

Data on AI's Risk of Bias

Employers' recent turn to AI to screen job applications raises concerns about algorithmic bias. This concern, in turn, has fueled efforts to "blind" algorithms to various applicant characteristics, such as, e.g., gender. Whether efforts to "blind" algorithms actually work endures as an empirical question.

Data on this question are analyzed in a recent paper, Blinding Gender: An Algorithmic Bias Experiment. In it, Charlotte Alexander (Georgia Tech--Business) et al. lever 9,000 recommendation letters submitted by applicants to medical residency programs in the service of testing "blinding" efforts.

The paper's core finding emphasizes that "even after blinding, our best performing model successfully predicts applicant gender 63% of the time, indicating that recommendation letters retain implicit linguistic patterns that continue to reveal identity." The authors conclude that "blinding strategies fail as a mechanical matter, in that they do not actually blind AI models to applicants’ gender" as the recommendation letters retain linguistic patterns that reveal applicants' identities (or here, gender). To be sure, as a naive ex ante prediction baseline should yield approximately 50%, whether the 63% rate found in the paper is "enough" to safely scaffold a conclusion that "blinding" efforts "fail" remains debatable. Regardless, and any quibbles notwithstanding, an excerpted abstract follows.

Wednesday, August 12, 2026

Tax Rates, Salary Caps, and NHL Team Performance

As I come across comparatively fewer empirical tax papers than I do for other law-related fields, I was delighted to stumble across Tax Differentials and Team Performance Under the NHL Salary Cap. In it, Martin Higgins (Concordia Univ. - Edmonton) and Mackenzie Frost Common (Alberta) exploit the NHL's adoption of a salary cap after the 2004-05 NHL lockout to assess the competitive implications of tax rate variation. This is not an abstract question as prior research on labor markets and institutional rules in professional sports implies that compensation constraints (e.g., salary caps) may influence competitive outcomes.

Monday, August 3, 2026

Graphing Summary Stats in Stata

As Stata graphics commands are filled with many deep and overly-complicated "rabbit holes," it's nice to come across developments that make nice, if small, improvements. A new user-created updated command, statplot, does just that. Specifically, the statplot command presents summary statistics for a variable and allows for labeling categories along the axis rather than in a legend. One example comparing output from the standard graph bar command (A) and what statplot can generate (B) follows. (Additional examples, with coding suggestions, are discussed here.)