Documentation

Linglib.Phenomena.Plurals.Studies.TieuEtAl2020

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":

  1. Ambiguity: plural is polysemous (inclusive/exclusive), Strongest Meaning Hypothesis selects the stronger reading.
  2. Implicature: plural literally means "one or more," the "more than one" inference is a scalar implicature with the singular as alternative.
  3. 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 #

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?

                  • correlatedInChildren : Bool

                    Are the two rates correlated within children?

                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      Instances For

                        The singular/plural scale predicts multiplicity as a scalar implicature: using the plural (weaker) implicates the negation of the singular (stronger).

                        The paper's findings match the monotonicity pattern in the data file: multiplicity arises in UE (positive) but not DE (negative).

                        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.

                        Instances For
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            Equations
                            Instances For
                              Equations
                              Instances For

                                Adults assign different status to positive vs negative in singular contexts. This confirms the implicature approach's singular context 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.