[DT22]: Are There Factive Predicates? #
Six experiments testing whether the twenty clause-embedding predicates of
[DT21] contain a coherent class of factive predicates under either
standard definition: the clausal complement's content (CC) is presupposed (3a,
[KK70]), or presupposed and entailed (3b). The paper's traditional
four-way classification (13) is traditionalClass. Definition 3a expects the
certainty ratings of canonically factive predicates to be categorically higher than
those of all other predicates — Separates, which over a finite domain holds iff
some threshold puts exactly the factive class on top (separates_iff_exists_threshold).
The data refute that expectation in both response tasks: the optionally factive
inform outrates the canonically factive reveal (0.81 vs 0.70 in experiment 1a,
0.90 vs 0.69 in 1b), so the ratings do not separate the class and no nonarbitrary
line can be drawn (certainty1a_not_separated, certainty1a_no_threshold;
likewise for 1b). The entailment experiments undermine definition 3b: in
experiment 2a only be right and prove rated with the entailed controls, yet
both project below every canonically factive predicate
(entailment_projection_dissociation); experiment 2b adds know, see,
discover, and confirm — a heterogeneous class — and the contradictoriness
experiments 3a/3b identify no entailed CCs at all. The paper concludes that no
coherent class of factive predicates is supported, while cautioning (objection 3)
that gradient ratings alone cannot rule out a binary category plus lexical
ambiguity. The results bear on projection analyses ([Hei83],
[vdS92]) whose explanandum is delimited by exactly this class.
Per-predicate mean ratings (certainty1a, certainty1b, inference2a) are
stored as ℚ, so comparisons close by norm_num; the traditional classification
agrees with the Fragment's factivity flags
(traditionalClass_consistent_with_fragment).
The traditional classification #
The traditional four-way classification of the twenty clause-embedding predicates ((13) of [DT22]), by whether the complement content is taken to be presupposed and entailed.
- factive : TraditionalClass
CC presupposed (and, on definition 3b, entailed): know, discover, ...
- nonveridicalNonfactive : TraditionalClass
CC neither presupposed nor entailed: think, say, ...
- veridicalNonfactive : TraditionalClass
CC entailed but not presupposed: be right, demonstrate.
- optionallyFactive : TraditionalClass
CC only sometimes presupposed: acknowledge, admit, ...
Instances For
Equations
- DegenTonhauser2022.instDecidableEqTraditionalClass x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
The classification in (13).
Equations
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.beAnnoyed = DegenTonhauser2022.TraditionalClass.factive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.discover = DegenTonhauser2022.TraditionalClass.factive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.know = DegenTonhauser2022.TraditionalClass.factive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.reveal = DegenTonhauser2022.TraditionalClass.factive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.see = DegenTonhauser2022.TraditionalClass.factive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.pretend = DegenTonhauser2022.TraditionalClass.nonveridicalNonfactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.say = DegenTonhauser2022.TraditionalClass.nonveridicalNonfactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.suggest = DegenTonhauser2022.TraditionalClass.nonveridicalNonfactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.think = DegenTonhauser2022.TraditionalClass.nonveridicalNonfactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.beRight = DegenTonhauser2022.TraditionalClass.veridicalNonfactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.demonstrate = DegenTonhauser2022.TraditionalClass.veridicalNonfactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.acknowledge = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.admit = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.announce = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.confess = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.confirm = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.establish = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.hear = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.inform = DegenTonhauser2022.TraditionalClass.optionallyFactive
- DegenTonhauser2022.traditionalClass DegenTonhauser2021.Predicate.prove = DegenTonhauser2022.TraditionalClass.optionallyFactive
Instances For
Categorical distinction as separation #
Every in-class element outrates every out-of-class element.
Equations
- DegenTonhauser2022.Separates cls rating = ∀ ⦃p q : α⦄, cls p → ¬cls q → rating q < rating p
Instances For
A class is separated by a rating iff some threshold puts exactly the class above it; the separating threshold is the top out-of-class rating.
Data: certainty and inference ratings #
Computed from the authors' data at github.com/judith-tonhauser/projective-probability, rounded to two decimals and listed in descending order as in the paper's figures.
Mean certainty rating, experiment 1a ('certain that', gradient slider; Figure 2). From results/5-projectivity-no-fact (n = 266; main-clause control mean 0.11).
Equations
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.beAnnoyed = 0.88
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.know = 0.86
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.see = 0.81
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.inform = 0.81
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.discover = 0.78
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.hear = 0.75
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.acknowledge = 0.72
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.reveal = 0.70
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.admit = 0.66
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.confess = 0.64
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.announce = 0.58
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.demonstrate = 0.49
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.establish = 0.36
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.confirm = 0.34
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.prove = 0.30
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.say = 0.24
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.suggest = 0.22
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.think = 0.20
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.beRight = 0.18
- DegenTonhauser2022.certainty1a DegenTonhauser2021.Predicate.pretend = 0.15
Instances For
Proportion of 'yes' responses, experiment 1b ('certain that', forced choice; Figure 4). From results/8-projectivity-no-fact-binary (n = 436; main-clause control mean 0.00).
Equations
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.know = 0.93
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.beAnnoyed = 0.92
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.inform = 0.90
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.see = 0.86
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.discover = 0.84
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.hear = 0.81
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.acknowledge = 0.78
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.reveal = 0.69
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.admit = 0.67
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.confess = 0.58
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.announce = 0.57
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.demonstrate = 0.31
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.establish = 0.19
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.confirm = 0.16
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.prove = 0.13
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.suggest = 7e-2
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.pretend = 7e-2
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.say = 7e-2
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.think = 4e-2
- DegenTonhauser2022.certainty1b DegenTonhauser2021.Predicate.beRight = 3e-2
Instances For
Mean inference rating, experiment 2a ('does it follow', gradient slider; Figure 9). From results/4-veridicality3 (n = 259; entailing control mean 0.96, non-entailing 0.03).
Equations
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.prove = 0.96
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.beRight = 0.96
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.see = 0.95
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.discover = 0.94
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.confirm = 0.94
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.know = 0.93
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.beAnnoyed = 0.92
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.admit = 0.91
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.acknowledge = 0.90
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.establish = 0.90
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.reveal = 0.90
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.confess = 0.89
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.demonstrate = 0.85
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.inform = 0.83
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.announce = 0.81
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.say = 0.68
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.hear = 0.50
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.suggest = 0.34
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.think = 0.32
- DegenTonhauser2022.inference2a DegenTonhauser2021.Predicate.pretend = 0.12
Instances For
No categorical projection distinction (definition 3a) #
The exp 1a certainty ratings do not separate the canonically factive class: the optionally factive inform (0.81) outrates the factive reveal (0.70).
No threshold recovers the classification from the exp 1a ratings — the paper's "nonarbitrary line" argument.
The forced-choice replication (exp 1b) does not separate the class either: inform at 0.90 vs reveal at 0.69.
No threshold recovers the classification from the exp 1b ratings.
Entailment vs projection (definition 3b) #
Definition 3b's best contenders are the least projective: be right and prove carry the top exp 2a inference ratings yet project below every canonically factive predicate.
Fragment bridge #
Canonically factive verbs have factivePresup = true in the Fragment, matching
(13); the copular "be annoyed" is covered by
copular_presup_matches_classification.
Nonveridical nonfactive verbs have factivePresup = false in the Fragment.
The traditional classification matches Fragment factivity: factive verbs have
factivePresup = true, nonveridical nonfactives false.
"be annoyed" is a presupposition trigger while "be right" is not, matching (13).