Documentation

Linglib.Studies.BeltramaSchwarz2024

[BS24b]: Social stereotypes affect imprecision resolution #

[BS24b] ask whether a speaker's social persona shifts how comprehenders resolve numeral imprecision, and find that it does — but asymmetrically across tasks. Two stereotypes anchor the high vs. low ends of the precision scale ([Bel18], [BSB23]): a Nerdy persona (studious, articulate, introverted, uptight) indexes high Competence and precise speech; a Chill persona (laid-back, sociable, extroverted, care-free) indexes high Warmth and tolerant speech.

The puzzle this file formalizes is the task asymmetry. In an inference task (Experiment 1, a Covered-Screen paradigm) both personae move interpretation: Nerdy speakers' round numerals are read more strictly, Chill speakers' more loosely. In a judgment task (Experiment 2, a Truth-Value Judgment), only the Chill effect survives — the Nerdy strictness vanishes. [BS24b] (§7) attribute this to the prejudiciality of rejection: in a TVJ, calling a statement "wrong" commits the comprehender to blaming the speaker (an instance of testimonial (in)justice, [Fri07]), and comprehenders are reluctant to blame a speaker they read as conscientious. We make that the structural pivot: acceptance shifts always manifest; rejection shifts are suppressed exactly in tasks where rejection is prejudicial — which derives the asymmetry rather than stipulating it.

Main definitions #

Main results #

Empirical findings (prose, per [BS24b]) #

Effect sizes are documented here, not encoded as theorems (regression coefficients are not Lean content). Experiment 1 (Covered-Screen, n = 282, §4.5): in the critical Imprecise cell, COVERED (= precise/rejection) rates were higher for Nerdy than for the no-persona baseline (z = 6.62, p < .0001) and lower for Chill (z = 7.61, p < .0001); no persona contrast in the controls. Experiment 2 (Truth-Value Judgment, n = 244, §5.3): WRONG (= rejection) rates were lower for Chill (z = 8.43, p < .0001) but did not differ from baseline for Nerdy (z = 0.15, p = .87). The pooled analysis (§6) found a Nerdy × Task interaction (β = 0.62, z = 1.99, p = .04): higher rejection for Nerdy than baseline in the Covered-Screen task (z = 4.40, p < .0001) but no difference in the TVJ (z = 1.51, p = .28).

Implementation notes #

The illustrated stimulus (the "$200" ticket dialogue against a $207 screen) and the text-reported observed directions live in Data.Examples.BeltramaSchwarz2024; the structural predictions are checked against them by #guard. Persona ↔ precision indexing reuses Pragmatics.SocialMeaning (the [Eck08] field and [Bur19]'s Eckert–Montague lift); speakerModulatedHalo scales the substrate haloWidth by a speaker multiplier — the paper's claim that the halo is a property of the number–speaker pair, not the number alone.

Conditions #

Speaker persona condition (between-subjects, §4.1). The two stereotypes anchor the high/low ends of the precision scale; noPersona is the baseline with no social description.

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

      Experimental task (§4 vs. §5): inferring the speaker's referent from a round numeral (Covered-Screen) vs. judging an utterance true/false against a known value (Truth-Value Judgment).

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

          Trait descriptors made explicit to participants for each persona (§4.1).

          Equations
          Instances For

            Persona-indexed precision (Hypothesis 1) #

            The persona → precision link is an [Eck08] indexical field over the [FCG07] social dimensions: precise speech indexes Competence and anti-Solidarity (pedantic/uptight) but away from Warmth; approximate speech the reverse (§2).

            The indexical field for numeral precision. The variable under study is the semantic PrecisionMode itself, not a study-local proxy.

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

              Production and comprehension cohere: the precision mode a persona favors positively indexes the dimension that persona foregrounds.

              The precision shift #

              A persona's precision mode induces a shift on the reject-the-imprecise-reading scale: precise interpretation pushes toward rejection (+1), tolerant interpretation toward acceptance (-1). The shift is derived from personaPrecision, not stipulated per persona.

              A persona's shift on the rejection scale, derived from its precision mode; the baseline persona is neutral.

              Equations
              Instances For

                Task asymmetry from the prejudiciality of rejection #

                The pivot (§7): a rejection response is socially prejudicial in a Truth-Value Judgment (it blames the speaker, [Fri07]) but not in a Covered-Screen inference (it merely posits a different referent). A persona's shift manifests unless it is a rejection-shift in a prejudicial task — which suppresses Nerdy strictness in the TVJ while leaving Chill tolerance untouched.

                The shift that actually manifests in a task: a persona's personaShift, suppressed to neutral exactly when it points toward rejection (+1) in a task where rejection is prejudicial.

                Equations
                Instances For

                  The blocking is structural: a shift is suppressed to neutral exactly when the persona is neutral, or its shift points toward rejection in a prejudicial task. The asymmetry follows from this, not from stipulated per-cell values.

                  Roundness gating #

                  Persona effects only have something to act on when the numeral is round enough to carry an imprecise reading: $200 does, $207 does not ([Kri07a]; Semantics.Numerals.Precision).

                  The round numeral uttered in the illustrated stimulus (§2, Figure 1).

                  Equations
                  Instances For

                    The close-but-not-exact amount shown on the Imprecise screen (Figure 1).

                    Equations
                    Instances For

                      Any multiple of 10 carries an imprecise reading (general; derived from the roundness keystone).

                      Roundness gates the persona effect: the round numeral supports imprecision, the displayed value does not.

                      [BSB23]'s round stimulus (50) is the same kind of object: a round numeral whose precision resolution is under study.

                      Speaker-modulated halo #

                      speakerModulatedHalo widens or narrows a numeral's pragmatic halo by a speaker-specific multiplier; Chill speakers get a wider halo than Nerdy ones.

                      def BeltramaSchwarz2024.speakerModulatedHalo (multiplier : ) (n : ) :

                      Speaker-conditioned pragmatic halo width: scales the substrate haloWidth by a speaker's tolerance multiplier.

                      Equations
                      Instances For

                        A larger multiplier yields a wider halo — the monotonicity that ties the Competence/Warmth ordering to tolerance width.

                        The round numeral has positive halo width, so speaker modulation bites.

                        Data: predicted shift matches observed direction #

                        The structural predictedShift is checked against the text-reported observed rejection direction in every persona × task cell of the illustrated stimulus.

                        def BeltramaSchwarz2024.observedDirection (s : String) :
                        SignType

                        A text-reported rejection direction as a sign on the rejection scale.

                        Equations
                        Instances For

                          The predicted shift equals the observed direction for a data row.

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