Galaxy-Brained Explanations

I keep seeing experts offer elaborate causal stories for phenomena that have a much simpler and more proximate explanation. The complicated account is often interesting to hear, but the simple one usually suffices to explain the observed facts. Below, I provide examples.

Japan’s Lower-Than-Average GDP Per Capita Growth

Over the past few decades, Japan’s per-capita GDP growth has lagged behind other developed countries. Kenneth Rogoff (former Chief Economist of the International Monetary Fund), in an interview with Dwarkesh Patel, provides an elaborate story. He blames the Plaza Accord of 1985, when the United States pressed Japan to let the yen appreciate and to liberalize its financial system. The yen then doubled in value within three years, Japanese interest rates fell, credit flooded the economy, and banks, having been newly freed from strict regulation, funneled money into real estate and equities with little scrutiny. When the bubble collapsed in 1991, the bad loans froze the financial system and began what became Japan’s “lost decade.” Rogoff even estimates Japan would be 50 percent richer per person today had the episode never occurred.

The simpler claim is this: Japan has lower per-capita GDP growth because it has fewer workers per capita (due to the age of its population). Once you control for the age distribution, Japan’s per-worker GDP growth is unremarkable1. There’s no need to blame the Plaza Accord, and it’s highly dubious Japan would have had an additional 50% per-capita GDP growth without it. Just look at the graphs.

Alt Text

The Effectiveness of Burrows’s Delta

Burrows’s Delta is a simple stylometric measure used for authorship attribution. The method converts raw word frequencies into standardized scores and computes a distance between documents. In his paper, Interpreting Burrows’s Delta: Geometric and Probabilistic Foundations, Shlomo Argamon offers a complex statistical explanation for the effectiveness of Burrows’s Delta. Modeling documents as multivariate Gaussian (or Laplace) distributions, he shows that choosing the nearest candidate document is equivalent to choosing the highest-probability candidate under the distribution.

But the truth of Burrows’s Delta is much simpler. The authors of Understanding and explaining Delta measures for authorship attribution show that ternarization is highly effective and robust technique. For each feature the method asks, “do these two documents both use the word above average, below average, or about average?” Adding up those per-word agreements and disagreements yields strong signal for authorship. All other variants of Burrows’s Delta can be viewed as approximations for this method.

The Effectiveness of Improper Linear Models

The Robust Beauty of Improper Linear Models in Decision Making focuses on (what else?) improper linear models. A proper linear model is one in which the weights are derived by optimizing some criterion. Examples include simple linear regression, discriminant function analysis, and ridge regression. An improper linear model uses nonoptimal weights. The weights may be chosen to be equal, on the basis of a person’s intuition, or even at random.

One possible way of building an improper linear model is through the use of bootstrapping. The process involves building a proper linear model of an expert’s judgements about an outcome criterion and then to use that linear model in place of the judge. Such a model can be said to be a paramorphic representation of the judge. Why does bootstrapping work? One proposed reason was that a linear model distills underlying policy (in the implicit weights) from otherwise variable behavior. That is, boostrapping works because the linear model catches the essence of the judge’s valid expertise while eliminating unreliability.

However, when experiments were performed, paramorphic models performed about as well as random linear models (that is, models where the weights were randomly chosen from $\mathcal{N}(0,1)$ and the signs were determined on an a priori basis). Equal-weighting models performed even better. The truth, it seems, is that linear models are robust over deviations from optimal weighting. That is, the solution to the problem of obtaining optimal weights in one that has a (rather broad) “flat maximum”. Weights that are near-optimal (and this includes a lot of weights) provide almost the same performance as optimal weights.

  1. Jesús Fernández-Villaverde, Gustavo Ventura, and Wen Yao, “The Wealth of Working Nations,” NBER Working Paper 31914 (2023), https://doi.org/10.3386/w31914.