Alexandropoulou and Gotzner (2024a): relative and absolute adjectives under negation #
Two rating experiments set Horn's face-based account of negative strengthening against Krifka's complexity-based one on three kinds of negated antonym pairs: weak relative (not large vs not small), weak absolute (not clean vs not dirty) and strong (not gigantic vs not tiny, not pristine vs not filthy). The accounts' applicability conditions differ — Horn needs a semantic extension gap, Krifka's M-principle needs semantically equivalent competitors — so the three cases pull them apart (the paper's Table 1).
The predictions are computed from the mechanisms over the four surface forms:
Horn's R-strengthening of the face-threatening negated positive and Q/R
middling of the double negative (hornRanges), Krifka's BiOT quadruplet from
Krifka2007b (krifkaRanges), and its NACH extension as a comparison of
complexity deviations (deviation). The gap condition is read off the
Fragment's antonym classification. The reported findings — an asymmetry for
weak relatives only — confirm Horn on the weak cases, refute both Krifka
variants, and leave Horn's strong-adjective prediction unsupported.
References #
Design cells #
Equations
- AlexandropoulouGotzner2024a.instDecidableEqCell x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
- One or more equations did not get rendered due to their size.
The evaluatively positive and negative members of the cell's antonym pair.
Equations
- AlexandropoulouGotzner2024a.Cell.weakRelative.pair = (English.Predicates.Adjectival.large, English.Predicates.Adjectival.small)
- AlexandropoulouGotzner2024a.Cell.weakAbsolute.pair = (English.Predicates.Adjectival.clean, English.Predicates.Adjectival.dirty)
- AlexandropoulouGotzner2024a.Cell.strongRelative.pair = (English.Predicates.Adjectival.gigantic, English.Predicates.Adjectival.tiny)
- AlexandropoulouGotzner2024a.Cell.strongAbsolute.pair = (English.Predicates.Adjectival.pristine, English.Predicates.Adjectival.filthy)
Instances For
The design's strength factor.
Equations
Instances For
The pair leaves a semantic extension gap: its antonyms are contrary.
Equations
- c.HasGap = (c.pair.1.antonymRelation = some Features.NegationType.contrary)
Instances For
The relative/absolute split of the cells is the Fragment's derived Kennedy class.
Only the weak absolute pair lacks a gap.
Communicated ranges #
The scale regions each surface form may communicate.
Equations
Instances For
Positive and negative forms communicate mirror-image ranges.
Equations
- r.Symmetric = ∀ (f : Degree.AntonymForm), r f.flip = Finset.image Krifka2007b.Region.flip (r f)
Instances For
Equations
- AlexandropoulouGotzner2024a.instDecidableSymmetric r = Fintype.decidableForallFintype
Equations
- r.asymmetry = if r.Symmetric then Features.Asymmetry.symmetric else Features.Asymmetry.asymmetric
Instances For
Horn's ranges, given a semantic gap: the negated positive is R-strengthened to the face-threatening antonym it conceals, while the prolix double negative is Q/R-restricted to the gap the simpler positive could not describe.
Equations
- AlexandropoulouGotzner2024a.hornRanges Degree.AntonymForm.positive = {Krifka2007b.Region.positive}
- AlexandropoulouGotzner2024a.hornRanges Degree.AntonymForm.negative = {Krifka2007b.Region.negative}
- AlexandropoulouGotzner2024a.hornRanges Degree.AntonymForm.notPositive = {Krifka2007b.Region.negative}
- AlexandropoulouGotzner2024a.hornRanges Degree.AntonymForm.notNegative = {Krifka2007b.Region.plateauLow, Krifka2007b.Region.plateauHigh}
Instances For
Krifka's ranges: the BiOT quadruplet of Krifka2007b.
Equations
- AlexandropoulouGotzner2024a.krifkaRanges f = Finset.image (fun (x : Degree.AntonymForm × Krifka2007b.Region) => x.2) ({x ∈ Krifka2007b.krifkaQuadruplet | x.1 = f})
Instances For
The Negative Adjectives Complexity Hypothesis #
Form complexity with (true) or without (false) NACH. Under NACH the negative
adjective carries a covert negative morpheme, so small counts like unhappy;
without it the simple antonyms are equally simple and their negations equally
complex.
Equations
- AlexandropoulouGotzner2024a.complexity true x✝ = x✝.complexity
- AlexandropoulouGotzner2024a.complexity false Degree.AntonymForm.positive = 0
- AlexandropoulouGotzner2024a.complexity false Degree.AntonymForm.negative = 0
- AlexandropoulouGotzner2024a.complexity false Degree.AntonymForm.notPositive = 3
- AlexandropoulouGotzner2024a.complexity false Degree.AntonymForm.notNegative = 3
Instances For
The simple form co-extensive with a form under bivalent semantics.
Equations
Instances For
Excess complexity of a form over its co-extensive simple form — the amount of stereotype deviation the M-principle assigns it.
Equations
Instances For
Without NACH both negated forms deviate equally from their antonyms; with it not small deviates more from large than not large does from small.
Table 1 #
Horn's prediction, where a semantic gap makes the account applicable.
Equations
- AlexandropoulouGotzner2024a.horn c = if c.HasGap then some AlexandropoulouGotzner2024a.hornRanges.asymmetry else none
Instances For
Krifka's prediction, with or without NACH: the M-principle needs semantically equivalent competitors, which only weak pairs provide (by bivalence for relatives, by entailment for absolutes).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Findings #
The reported interpretation patterns. Experiment 1 found a Negation effect for weak relatives (β = 0.64, p < .01) and none with strong as the reference level (p = 0.86); Experiment 2 found none for weak absolutes (p = 0.17) and only a marginal one for strong absolutes (p = 0.07).
Equations
Instances For
Horn is confirmed wherever it applies to a weak pair.
Horn's asymmetry for strong pairs is not observed.
Krifka's original account fails on weak relatives, its NACH extension on weak absolutes.
A semantic extension gap is a precondition for negative strengthening.
Rows #
Fragment entry for an adjective of the size and cleanliness items.
Equations
- AlexandropoulouGotzner2024a.entryOf "large" = some English.Predicates.Adjectival.large
- AlexandropoulouGotzner2024a.entryOf "small" = some English.Predicates.Adjectival.small
- AlexandropoulouGotzner2024a.entryOf "gigantic" = some English.Predicates.Adjectival.gigantic
- AlexandropoulouGotzner2024a.entryOf "tiny" = some English.Predicates.Adjectival.tiny
- AlexandropoulouGotzner2024a.entryOf "clean" = some English.Predicates.Adjectival.clean
- AlexandropoulouGotzner2024a.entryOf "dirty" = some English.Predicates.Adjectival.dirty
- AlexandropoulouGotzner2024a.entryOf "pristine" = some English.Predicates.Adjectival.pristine
- AlexandropoulouGotzner2024a.entryOf "filthy" = some English.Predicates.Adjectival.filthy
- AlexandropoulouGotzner2024a.entryOf x✝ = none
Instances For
The surface form of a statement row, from its polarity and negation conditions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A statement is in a negated condition exactly when it contains not.