Documentation

Linglib.Studies.LiuRotter2025

[LR25]: Linguistic and Social Meaning Match — modal concord #

Modal concord (MC) doubles two modal elements of the same force and flavor (may possibly, must certainly). The semantic-vacuity account ([Zei07]) treats one element as uninterpretable, so MC and the single modal (SM) should be truth-conditionally identical. [LR25] tests this in one 2×2 (FORCE × NUMBER) Latin-square experiment (93 of 104 US-English participants, Prolific) and finds MC is not vacuous: doubling strengthens speaker commitment for necessity but weakens it for possibility — a FORCE × NUMBER crossover (interaction β̂ = −1.85, χ²(1) = 41.51, p < .001; necessity sub-effect β̂ = +1.50, possibility β̂ = −0.35). The concord effect is thus a sign indexed by force, supporting the modal-spread analysis ([GM18]).

This file formalizes that structure, not the regression tables: the effect of concord as a force-indexed SignType, the crossover as the property that distinguishes the spread account from vacuity, and the data as a sign-prediction target.

Main definitions #

Main results #

Implementation notes #

The effect of concord is a SignType (the magnitude is a model estimate, not a formal commitment); the rival accounts are ModalForce → SignType. Cell means live in Data.Examples.LiuRotter2025 (×100, on the 1–7 scale); they do not reduce in the kernel (string-keyed paperFeatures, comparison), so concrete shifts are computed via #eval while the kernel-checkable content is each account's systematic error.

The concord effect as a force-indexed sign #

The modal-spread account ([GM18]): the modal adverb in an MC construction is not vacuous; doubling reinforces the force, raising speaker commitment for necessity (∀) and lowering it for possibility (∃).

Equations
Instances For

    The semantic-vacuity / syntactic-agreement account ([Zei07]): one modal carries an uninterpretable feature and contributes no operator at LF, so MC and SM are truth-conditionally identical — concord has no commitment effect, whatever the force.

    Equations
    Instances For

      The FORCE × NUMBER interaction: the concord effect reverses sign with force.

      MC is semantically non-vacuous: concord shifts commitment under both forces.

      Vacuity predicts no interaction: the (null) effect is the same for every force.

      The crossover refutes vacuity: the spread effect disagrees with the agreement account's force-blind null already at necessity (+1 vs 0).

      A second profile: the warmth penalty #

      Beyond commitment, the social-meaning measures split in two ([LR25] Table 5). Confidence — and, for necessity, formality — tracks commitment, showing the same force-indexed crossover (the "match" of the title: meaning strength and social perception move together). Friendliness, warmth, and coolness instead show a force-blind main effect of NUMBER: MC is rated lower than SM regardless of force, a uniform social cost of doubling.

      The warmth profile: a force-blind penalty. MC is perceived as less warm (friendly, warm, cool) than SM under both forces — a NUMBER main effect with no interaction, distinct from the commitment crossover.

      Equations
      Instances For

        The warmth penalty is not the commitment crossover: it disagrees with the spread effect at necessity (−1 vs +1), being constant where spread reverses.

        The concord precondition in the fragment #

        Both MC stimulus pairs share concord-compatible force — the structural precondition for concord ([Zei07]). The auxiliaries carry uninterpretable features in the fragment, so the agreement account's vacuous element is must/may; the crossover overturns its prediction that this element contributes nothing.

        must + certainly (the necessity MC stimulus) share necessity-type force.

        may + possibly (the possibility MC stimulus) share possibility force.

        Zeijlstra's vacuous element: the modal auxiliaries are uninterpretable in the fragment, so under the agreement account they contribute no operator.

        Predicting against the data #

        The four condition cells (Data.Examples.LiuRotter2025) carry the Table 1 means (×100, on the 1–7 Likert scale) for every measure. An account predicts the sign of the concord shift MC − SM per force; the observed sign is read off the cell means.

        An observed concord shift for one measure under one force: the MC and SM cell means.

        Instances For

          The observed sign of the concord shift (MC − SM).

          Equations
          Instances For

            An account errs on an observation when its predicted sign disagrees with the observed shift sign.

            Equations
            Instances For

              The agreement account errs on every cell with a real shift: predicting a null effect, it cannot match any nonzero MC − SM difference.

              When the observed shift carries the sign the spread account predicts, the account does not err — the content the agreement account cannot deliver.

              The observed shifts #

              forceKey/findCell/observedShift join the MC and SM cells of Examples.all to read the observed sign for any measure. The #evals exhibit the paper's findings: the spread sign predicts both commitment and confidence (the crossover, ±1 by force), while warmth is a uniform penalty (−1 under both forces). Means do not reduce in the kernel, so these are computed, not proved.

              def LiuRotter2025.findCell (force number : String) :

              The cell with the given force and number ("MC"/"SM") values.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def LiuRotter2025.cellMean (measure : String) (e : Data.Examples.LinguisticExample) :
                Option

                Read a Likert mean (stored ×100) for measure from a cell's features.

                Equations
                Instances For

                  The observed MC − SM shift for measure under force, joining the cells.

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