Tieu, Bill, Romoli & Crain (2020) @cite{tieu-etal-2020} #
Testing theories of plural meanings. Cognition 205, 104307.
Three experiments comparing adults' and children's interpretations of bare plurals in upward- and downward-entailing environments. The results support an implicature approach to multiplicity inferences: children compute fewer multiplicity inferences than adults, in parallel with their behavior on standard scalar implicatures, and the two inference types are correlated within children.
Core Argument #
The paper adjudicates between three theories of why "Emily fed giraffes" means "more than one":
- Ambiguity: plural is polysemous (inclusive/exclusive), Strongest Meaning Hypothesis selects the stronger reading.
- Implicature: plural literally means "one or more," the "more than one" inference is a scalar implicature with the singular as alternative.
- Homogeneity: multiplicity arises from homogeneity presupposition.
Key discriminating prediction (Uniformity Prediction): if multiplicity inferences are scalar implicatures, children should compute fewer of both, and rates should be correlated.
Connection to Linglib #
- Imports
Multiplicitydata for the monotonicity pattern - Imports
HornScalefor the singular/plural scale - Links multiplicity inferences to
ScalarImplicatures/BasicDE blocking
A truth-value judgment trial: participant sees a story where the character acts on one object from a set, then judges a bare plural test sentence.
- story : String
Story context
- sentence : String
Test sentence
- polarity : Core.Polarity
Polarity of test sentence
- acceptanceIndicatesMultiplicity : Bool
Does accepting the sentence indicate computing multiplicity?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Experiment 1: upward-entailing (positive) trial.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Experiment 1: downward-entailing (negative) trial.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Inference rate for a group in a condition.
- group : String
Which group
- inferenceType : String
Inference type
- polarity : Core.Polarity
Polarity of context
- rate : String
Rate of inference-consistent responses (qualitative)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Experiment 1 key results (qualitative — no exact numbers cited).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Experiment 2 key results (qualitative).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Uniformity Prediction: if multiplicity inferences are scalar implicatures, then the between-group pattern (children < adults) should be the same for both inference types.
The paper confirms this prediction and additionally finds that children's rates on the two types are significantly correlated.
- childrenFewerMultiplicity : Bool
Do children compute fewer multiplicity inferences than adults?
- childrenFewerSI : Bool
Do children compute fewer scalar implicatures than adults?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
All three components of the Uniformity Prediction are confirmed.
The singular/plural scale predicts multiplicity as a scalar implicature: using the plural (weaker) implicates the negation of the singular (stronger).
In DE contexts, the scale reverses (weaker alternatives are relevant), so the multiplicity inference does not arise.
In UE contexts, the singular is the relevant alternative, producing the multiplicity inference.
The paper's findings match the monotonicity pattern in the data file: multiplicity arises in UE (positive) but not DE (negative).
The implicature approach uniquely predicts all three findings.
Experiment 3 uses a ternary judgment task (small/medium/large strawberry for false/neither/true) with adults on Amazon Mechanical Turk.
In singular contexts (one object acted upon), the three theories predict different status for positive vs negative plural sentences:
- "Koala bought pears" (only bought one) — literally true but misleading
- "Koala didn't buy pears" (only bought one) — literally false
Result: adults gave intermediate reward for positive, minimal for negative, confirming the implicature approach's prediction that they differ in status.
- sentence : String
Test sentence
- polarity : Core.Polarity
Polarity
- preferredReward : String
Preferred reward level (qualitative)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Plurals.Studies.TieuEtAl2020.exp3_positive_plural = { sentence := "Koala bought pears", polarity := Core.Polarity.positive, preferredReward := "intermediate" }
Instances For
Equations
- Phenomena.Plurals.Studies.TieuEtAl2020.exp3_negative_plural = { sentence := "Koala didn't buy pears", polarity := Core.Polarity.negative, preferredReward := "minimal" }
Instances For
Adults assign different status to positive vs negative in singular contexts. This confirms the implicature approach's singular context prediction.
The singular context finding matches the implicature theory's prediction.
The multiplicity inference exhibits DE blocking — the same pattern as classical scalar implicatures documented in ScalarImplicatures/Basic.lean.
Specifically: the some/all DE blocking datum shows implicatures arise in UE but not DE, exactly paralleling the multiplicity pattern.
Both the number scale and the quantifier scale predict the same pattern: stronger alternatives in UE, none/weaker in DE.