Documentation

Linglib.Phenomena.Reference.Studies.KursatDegen2021

@cite{kursat-degen-2021} #

@cite{degen-etal-2020} @cite{waldon-degen-2021} @cite{engelhardt-etal-2006}

Perceptual difficulty differences predict asymmetry in redundant modification with color and material adjectives. Proceedings of the Linguistic Society of America 6(1): 676-688, 2021.

Core Argument #

Material adjectives are harder to perceive than color adjectives (Exps 1, 3), and color adjectives are used redundantly more often than material adjectives (Exp 2). This anti-correlation between perceptual difficulty and redundant-use rate supports a noise-based RSA account (@cite{waldon-degen-2021}) where the noise parameter reflects perceptual difficulty of property verification.

Experiments #

Verified Data #

All regression coefficients verified against paper text (§2.3, §3.3, §4.3).

Derivational Chain #

The cs-RSA model (@cite{degen-etal-2020}) explains redundant modification via noisy perception. The derivation proceeds in four steps:

  1. Model structure: The cs-RSA meaning function φ decomposes into independent per-feature noise channels (proven in DegenEtAl2020: φ_product_of_experts).

  2. Parameterization: Each noise channel has match/mismatch parameters that determine its discrimination (noise gap). The cs-RSA model's default color params (0.99/0.01) match the RSA.Noise module's (proven below: csrsa_params_match_noise).

  3. Ordering prediction: The noise gap determines how much signal a modifier provides. Color's gap (0.98) exceeds material's gap (0.40), so color modifiers provide more discriminative signal to the L0 listener (proven: color_gap_exceeds_material).

  4. Empirical confirmation: The predicted ordering (color more redundant than material) matches Exp 2 (β = 2.32, p < .0001), and the perceptual difficulty ordering that grounds the noise parameters is confirmed by Exps 1 and 3.

Note: the material noise parameters in RSA.Noise (0.70/0.30) are hypothetical, not derived from this paper. This paper establishes the ordering (color easier than material), not the specific channel parameters. The full S1 redundancy prediction requires the incremental model of @cite{waldon-degen-2021}.

@[reducible, inline]

Property types tested across experiments — re-exported from Core.PropertyDomain for local use.

Equations
Instances For

    A regression result from one of the paper's mixed-effects models. Sign convention varies by experiment: in Exps 1/3, positive β means material > color (harder); in Exp 2, positive β means color > material (more redundant). See individual def docstrings for interpretation.

    • beta : Float

      Fixed-effect coefficient

    • se : Float

      Standard error

    • tStat : Option Float

      t-statistic (when reported)

    • significant : Bool

      All reported effects are p < .0001

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

        Material → higher error rates (§2.3: β = 0.48, SE = 0.12, p < .0001). Log odds of incorrect response.

        Equations
        Instances For

          Material → slower RTs (§2.3: β = 5.44, SE = 4.74, t = 11.49, p < .0001). RT difference in ms (material − color). NOTE: The paper's SE and t are inconsistent (5.44/4.74 ≈ 1.15 ≠ 11.49); likely SE = 0.474 (giving 5.44/0.474 ≈ 11.48). Values as printed.

          Equations
          Instances For

            Color used redundantly more than material (§3.3: β = 2.32, SE = 0.64, p < .0001). Log odds of including the redundant modifier.

            Equations
            Instances For

              The strong version of the perceptual difficulty hypothesis — within-property-type difficulty predicts item-level redundancy — is not supported (§3.3: insufficient speakers for material items).

              Equations
              Instances For

                Material → higher error rates in context (§4.3: β = 0.96, SE = 0.09, p < .0001).

                Equations
                Instances For

                  Material → slower RTs in context (§4.3: β = 0.24, SE = 0.018, t = −59.62, p < .0001). Log-transformed RT.

                  Equations
                  Instances For

                    Material is harder to perceive than color: both error and RT effects are significant in Exp 1 (isolated properties) and Exp 3 (in context).

                    All difficulty effects have positive β: material produces more errors and slower RTs than color.

                    Color is used redundantly more than material: positive β in Exp 2.

                    The core finding: perceptual difficulty and redundant use are anti-correlated across property types. Material is harder to perceive (positive β in Exps 1, 3) AND less redundantly used (positive β in Exp 2 means color > material). All effects significant.

                    The cs-RSA model's meaning function φ (@cite{degen-etal-2020}) is a product of independent per-feature noise channels (proven in DegenEtAl2020.φ_product_of_experts). The φ function uses RSA.Noise parameter values by construction — this is structural, not coincidental (proven in DegenEtAl2020.φ_grounded_in_noise).

                    Color's noise gap (0.98) exceeds material's (0.40). In the cs-RSA product-of-experts model, this means a color modifier contributes a stronger discriminative signal to φ than a material modifier: φ_match/φ_mismatch = onMatch/onMismatch, which increases with gap.

                    Full discrimination ordering: color > size > material. Each step in this chain means the modifier provides less signal to the L0 listener, so the S1 speaker has less reason to include it redundantly.

                    The predicted ordering (color more redundant than material) matches the observed data: Exp 2 β = 2.32 > 0 (color used redundantly more), and the noise gap ordering (color > material) is grounded by the perceptual difficulty data (Exps 1 and 3).

                    The full redundancy prediction requires the incremental CI-RSA model (@cite{waldon-degen-2021}), which processes utterances word-by-word. The incremental model's three predictions are verified as theorems in WaldonDegen2021.lean — here we re-export the key result showing that redundant color > redundant size in English, which is the color/size analogue of the color/material asymmetry tested in Exp 2.

                    Both this study and @cite{engelhardt-etal-2006} show that speakers produce unnecessary modifiers. @cite{engelhardt-etal-2006} Exp 1 finds a 31% overall over-description rate; this study's Exp 2 further shows the rate varies by property type (β = 2.32: color > material). The noise model explains this variation: high-discrimination properties (color) provide more signal, so the S1 speaker has more reason to include them even when not strictly necessary.

                    @cite{dale-reiter-1995}'s Incremental Algorithm uses a fixed PreferredAttributes list. This study's Exp 2 data — colour used redundantly more than material (β = 2.32) — suggests the preference ordering should track discrimination: higher-discrimination properties (colour) are preferred over lower ones (material).

                    The noise discrimination ordering (colour > size > material) from RSA.Noise provides exactly this ranking, connecting D&R's preference-based REG to RSA's noise-based semantics.