Documentation

Linglib.Studies.TurcoBraunDimroth2014

[TBD14] — Polarity Marking in Dutch and German #

[TBD14]

Cross-linguistic production study comparing how Dutch and German speakers mark polarity switches (negation → affirmation) in two discourse contexts: polarity contrast (different topic situations) and polarity correction (same topic situation, mutually exclusive claims).

Key Findings #

  1. Dutch uses the affirmative particle wel as its dominant strategy (~88% in contrast, ~63% in correction).
  2. German uses Verum focus (pitch accent on finite verb) as its dominant strategy (~82% in contrast, ~78% in correction).
  3. German has zero sentence-internal polarity particles.
  4. Correction contexts elicit more prosodic prominence than contrast contexts in both languages.
  5. Dutch wel accent type varies by context: downstepped fall (!HL L%) in contrast, plain fall (HL L%) in correction.

Theoretical contribution #

[TBD14] (p. 104, following Blühdorn 2012) argue that VF and wel operate at different semantic levels: VF targets the assertion operator (the element carrying the assertive relation between topic and comment), while wel targets the polarity operator ([±Pol]). Both achieve polarity contrast/correction pragmatically, but they are structurally distinct; the two-level theory is formalised in the polarity-marking-levels section below.

Data Sources #

Note: Production percentages are approximate (read from bar charts).

Polarity-marking levels (p. 104, following Blühdorn 2012) #

Particles target the polarity operator directly; Verum focus targets the assertion operator that wraps it — predicting opposite co-occurrence patterns with sentential negation.

The semantic level at which a polarity-marking device operates: polarity (affirmative particles like Dutch wel set [+Pol]) vs assertion (German Verum focus highlights the assertion operator, [Hoh92]).

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

      A sentence decomposed into its polarity-relevant layers: a polarity-neutral radical, the polarity value [±Pol], and the overtly marked level, if any (Option — assertion-level and polarity-level marking are mutually exclusive by construction).

      • radical : WBool

        Polarity-neutral propositional content

      • The polarity value [±Pol]

      • marking : Option PolarityMarkingLevel

        Which structural level is overtly marked, if any

      Instances For

        Apply polarity to the radical: polarity is the innermost operator.

        Equations
        Instances For

          Assertion-level marking (VF) is compatible with either polarity; polarity-level marking (particles) requires [+Pol] — the particle IS the polarity operator.

          Equations
          Instances For

            Unmarked sentences are always well-formed; marked sentences need a level compatible with their polarity value.

            Equations
            Instances For
              theorem TurcoBraunDimroth2014.vf_negative_wellformed {W : Type u_1} (radical : WBool) :
              { radical := radical, pol := Features.Polarity.negative, marking := some PolarityMarkingLevel.assertion }.wellFormed = true

              VF on a negative sentence is well-formed: Das Kind HAT nicht geweint — emphatic denial (Gussenhoven 1983).

              theorem TurcoBraunDimroth2014.vf_positive_wellformed {W : Type u_1} (radical : WBool) :
              { radical := radical, pol := Features.Polarity.positive, marking := some PolarityMarkingLevel.assertion }.wellFormed = true
              theorem TurcoBraunDimroth2014.particle_negative_illformed {W : Type u_1} (radical : WBool) :
              { radical := radical, pol := Features.Polarity.negative, marking := some PolarityMarkingLevel.polarity }.wellFormed = false

              Polarity particles require [+Pol]: *Het kind heeft wel niet gehuild is contradictory.

              theorem TurcoBraunDimroth2014.particle_positive_wellformed {W : Type u_1} (radical : WBool) :
              { radical := radical, pol := Features.Polarity.positive, marking := some PolarityMarkingLevel.polarity }.wellFormed = true
              theorem TurcoBraunDimroth2014.functional_equivalence_positive {W : Type u_1} (radical : WBool) :
              have vf := { radical := radical, pol := Features.Polarity.positive, marking := some PolarityMarkingLevel.assertion }; have prt := { radical := radical, pol := Features.Polarity.positive, marking := some PolarityMarkingLevel.polarity }; vf.eval = prt.eval

              Both strategies yield the same truth conditions on a positive proposition — the paper's "functional equivalence" of wel and VF.

              Types #

              Languages compared in the study.

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

                  A production-strategy distribution datum (percentages as rationals). The distribution is keyed by Strategy, so adding a strategy constructor forces updating every datum.

                  Instances For

                    A prosodic prominence datum (pitch range in semitones).

                    • pitchRangeST :

                      Pitch range in semitones

                    • beta :

                      Regression coefficient (contrast relative to correction baseline)

                    • se :

                      Standard error

                    • pValue :

                      p-value (encoded as rational for decidable comparison)

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

                          An accent-rate datum for Dutch wel (Fig. 3).

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

                                Accent type distribution on Dutch wel (Fig. 5). ToDI annotation: !HL L% (downstepped fall) vs HL L% (fall).

                                • pctDownsteppedFall :

                                  Percentage realized as downstepped fall (!H*L L%)

                                • pctFall :

                                  Percentage realized as plain fall (H*L L%)

                                • pctOther :

                                  Percentage other realizations

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

                                      Production Strategy Data (Fig. 2: Dutch, Fig. 6: German) #

                                      Dutch contrast: ~88% particle, 0% VF, ~5% other, ~7% unmarked

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

                                        Dutch correction: ~63% particle, ~5% VF, ~7% other, ~25% unmarked

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

                                          German contrast: 0% particle, ~82% VF, 0% other, ~18% unmarked. "Others" in the paper's coding = doch pre-utterance + VF combinations; these occur only in correction (p. 102).

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

                                            German correction: 0% particle, ~78% VF, ~8% other, ~14% unmarked. The ~8% "other" = doch pre-utterance followed by VF (p. 102): "always followed by a Verum focus utterance."

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

                                                Dutch wel Accent Data (Fig. 3) #

                                                Wel is accented ~93% of the time in contrast contexts.

                                                Equations
                                                Instances For

                                                  Wel is accented ~97% of the time in correction contexts.

                                                  Equations
                                                  Instances For

                                                    Dutch wel Accent Type Data (Fig. 5) #

                                                    ToDI annotation (Gussenhoven 2005): in contrast, wel is mostly realized as a downstepped fall (!HL L%); in correction, as a plain fall (HL L%). The plain fall is more prominent.

                                                    Contrast: ~60% downstepped fall, ~30% fall, ~10% other

                                                    Equations
                                                    Instances For

                                                      Correction: ~30% downstepped fall, ~60% fall, ~10% other

                                                      Equations
                                                      Instances For

                                                        Prosodic Prominence Data (p. 102) #

                                                        German VF pitch range in contrast: 3.1 semitones. β = −1.85 (contrast is 1.85 ST below correction baseline), SE = 0.39, p < .0001. The regression coefficient is for the contrast condition relative to the correction baseline (correction is the reference level).

                                                        Equations
                                                        Instances For

                                                          German VF pitch range in correction: 5.3 semitones. This is the reference level (baseline) in the regression model.

                                                          Equations
                                                          Instances For

                                                            Verification Theorems — Dominant Strategies #

                                                            Verification Theorems — German Zero Particles #

                                                            Verification Theorems — Dutch VF Asymmetry #

                                                            Dutch speakers occasionally use VF in polarity correction (~5%), but never in contrast — an asymmetry the paper notes (p. 102) but does not explain.

                                                            Verification Theorems — German doch Correction-Only #

                                                            The "others" category in German is exclusively doch+VF combinations (p. 102). These appear only in correction, consistent with Env.contrast ∉ dochPreUtterance.environments in the Fragment.

                                                            Verification Theorems — Dutch wel Accent #

                                                            Wel is accented in >90% of tokens in both contexts.

                                                            Accent type shifts between contexts: correction favors plain fall (HL) over downstepped fall (!HL). The plain fall is more prominent, consistent with the cross-linguistic pattern that correction elicits more prosodic prominence.

                                                            Verification Theorems — Prosodic Prominence #

                                                            Correction elicits more prosodic prominence than contrast on German VF.

                                                            The correction–contrast difference is significant (p < .05).

                                                            Bridge Theorems — Fragment Connections #

                                                            Dutch wel and German VF instantiate different strategy types.

                                                            Dutch wel is sentence-internal; German doch is not. This captures the key typological contrast: Dutch has a sentence-internal particle for polarity switches, German does not.

                                                            Bridge Theorems — Polarity-Marking Levels #

                                                            Blühdorn (2012): Dutch wel targets [±Pol] (polarity level); German VF targets the assertion operator (assertion level). This explains why VF can co-occur with negation (emphatic denial) while wel cannot.

                                                            The two dominant strategies operate at different semantic levels. This is the paper's key theoretical claim (p. 104).

                                                            Cross-Linguistic Extension #

                                                            [TBD14] compare Dutch and German; the analysis naturally extends to other Western European languages with comparable polarity-marking inventories: English (emphatic do), French (si), Swedish (jo), Spanish (sí (que)), Italian (sì che). See also [Hol16], [BH13], [Wil13], [GJ18].

                                                            We aggregate the seven-language sample and verify the strategy–level, correction-only, context-general, and sentence-internality generalizations as quantified statements over the inventory rather than as individual per-entry rfls.

                                                            All polarity-marking entries across the seven-language sample.

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

                                                              Generalization 1 — Strategy/level mapping. Every particle and polarity-reversal entry targets the polarity level; every Verum-focus entry targets the assertion level.

                                                              Generalization 2 — Reversal particles license correction. Every polarity-reversal entry has .correction present in environments. The earlier "correction-only" version of this generalization (also asserting .contrast ∉ e.environments) was falsified by Italian sì che and Spanish sí que per [GJ18] ex. 17 + [BH13] ex. 4-5 (both license non-contradictory contrast contexts). The surviving cross-linguistic generalization is the correction direction only.

                                                              Generalization 3 — Non-reversal strategies are context-general. Every particle or Verum-focus entry has both .contrast and .correction present in environments.