Copredication Data #
@cite{asher-2011} @cite{gotham-2017} @cite{pustejovsky-1995}
Empirical judgments for copredication — the phenomenon where predicates selecting different semantic aspects apply to the same polysemous noun phrase.
Phenomena #
Book copredication: "The book is heavy and interesting" — heavy selects physical object, interesting selects informational content.
Counting under copredication: "Three books were mastered and burned" — ambiguous between counting physical volumes vs. informational contents.
Lunch copredication: "The lunch was delicious but took forever" — delicious selects food, took forever selects event.
Acceptability judgment for copredication examples.
- acceptable : Acceptability
- marginal : Acceptability
- unacceptable : Acceptability
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A copredication datum: a sentence with two predicates on different aspects.
- sentence : String
The sentence
- noun : String
The polysemous noun
- aspect₁ : String
The aspect selected by the first predicate
- aspect₂ : String
The aspect selected by the second predicate
- judgment : Acceptability
Acceptability judgment
Instances For
Equations
Equations
- One or more equations did not get rendered due to their size.
Instances For
The canonical book copredication example.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Lunch copredication: food + event aspects.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Newspaper copredication: organization + physical aspects.
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
"Three books were mastered and burned" with two copies of the same novel. @cite{gotham-2017}: physical count = 3, informational count = 2 (if one novel has two copies).
Equations
- Phenomena.Polysemy.masteredAndBurned = { sentence := "Three books were mastered and burned", noun := "book", physicalCount := 3, informationalCount := 2, countsDiverge := true }
Instances For
All copredication data points.
Equations
Instances For
All copredication data points are acceptable.