Type of monotonicity position being tested.
Instances For
Equations
- Phenomena.Entailment.Monotonicity.instBEqPosition.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Direction of the set inclusion in the inference.
Instances For
Equations
- Phenomena.Entailment.Monotonicity.instBEqDirection.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A monotonicity inference judgment.
- determiner : String
The determiner being tested
- position : Position
Which argument position
- direction : Direction
Direction of inference
- premise : String
The premise
- conclusion : String
The conclusion
- setRelation : String
Given set relation (e.g., "dogs ⊆ animals")
- judgedValid : Bool
Do speakers judge this as valid?
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Every" is DE in restrictor: dogs ⊆ animals, but "every animal" ↛ "every dog"
The valid direction is: every animal barks → every dog barks (If every animal barks, and dogs are animals, then every dog barks)
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Every" restrictor: upward is invalid.
"Every dog barks" ↛ "Every animal barks"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Every" is UE in scope: barks ⊆ makes_noise
"Every dog barks" → "Every dog makes noise"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Some" is UE in restrictor: dogs ⊆ animals
"Some dog barks" → "Some animal barks"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Some" is UE in scope: barks ⊆ makes_noise
"Some dog barks" → "Some dog makes noise"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"No" is DE in restrictor: dogs ⊆ animals
"No animal barks" → "No dog barks"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"No" is DE in scope: barks ⊆ makes_noise
"No dog makes noise" → "No dog barks"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"No" scope: upward is invalid.
"No dog barks" ↛ "No dog makes noise"
Equations
- One or more equations did not get rendered due to their size.
Instances For
All monotonicity judgments
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
"Every": DE restrictor, UE scope
Equations
Instances For
"Some": UE restrictor, UE scope
Equations
Instances For
"No": DE restrictor, DE scope
Equations
Instances For
All patterns
Equations
Instances For
"Every" has the classic DE-restrictor, UE-scope pattern
"Some" is UE in both positions
"No" is DE in both positions