On Language Models' Sensitivity to Suspicious Coincidences
Sriram Padmanabhan, Kanishka Misra, Kyle Mahowald, Eunsol Choi
TL;DR
The paper investigates whether language models exhibit suspicious coincidences in inductive generalization, using the Bayesian size principle as a reference. It analyzes two domains, the Number game and City game, across five LMs with zero-shot, chain-of-thought, and knowledge-based prompting. Zero-shot LMs show little alignment with the smallest-hypothesis bias, but prompting that exposes the hypothesis space (especially Knowledge prompts) yields human-like sensitivity and, for GPT-4o, near-Bayesian performance in the number domain. The results imply that incorporating explicit hypothesis-landscape access can substantially enhance inductive reasoning in LMs, with practical implications for designing prompts or distillation methods to foster principled generalization.
Abstract
Humans are sensitive to suspicious coincidences when generalizing inductively over data, as they make assumptions as to how the data was sampled. This results in smaller, more specific hypotheses being favored over more general ones. For instance, when provided the set {Austin, Dallas, Houston}, one is more likely to think that this is sampled from "Texas Cities" over "US Cities" even though both are compatible. Suspicious coincidence is strongly connected to pragmatic reasoning, and can serve as a testbed to analyze systems on their sensitivity towards the communicative goals of the task (i.e., figuring out the true category underlying the data). In this paper, we analyze whether suspicious coincidence effects are reflected in language models' (LMs) behavior. We do so in the context of two domains: 1) the number game, where humans made judgments of whether a number (e.g., 4) fits a list of given numbers (e.g., 16, 32, 2); and 2) by extending the number game setup to prominent cities. For both domains, the data is compatible with multiple hypotheses and we study which hypothesis is most consistent with the models' behavior. On analyzing five models, we do not find strong evidence for suspicious coincidences in LMs' zero-shot behavior. However, when provided access to the hypotheses space via chain-of-thought or explicit prompting, LMs start to show an effect resembling suspicious coincidences, sometimes even showing effects consistent with humans. Our study suggests that inductive reasoning behavior in LMs can be enhanced with explicit access to the hypothesis landscape.
