Phenomena/Questions/MentionSome.lean #
@cite{groenendijk-stokhof-1984} @cite{belnap-1982}
Empirical data on mention-some interpretations from @cite{groenendijk-stokhof-1984}, Chapter VI, Section 5.
Overview #
This file contains theory-neutral empirical data on:
- Mention-some vs choice reading distinctions
- Embedded mention-some paraphrases
- The negative answer problem (why "not in drawer" fails)
- Verb licensing (why "depends" blocks mention-some)
- Mention-two / cumulative quantification (@cite{belnap-1982} examples)
Sources #
- @cite{groenendijk-stokhof-1984}. Studies on the Semantics of Questions. Ch. VI, Sec. 5.
- @cite{belnap-1982}. Questions and Answers in Montague Grammar.
Data point distinguishing mention-some from choice readings.
, Section 5.1-5.3: Both yield non-exhaustive answers, but differ in their semantic source and paraphrase possibilities.
- question : String
The question
- mentionSomeAnswer : String
A valid mention-some answer
The corresponding choice answer (if applicable)
- distinction : String
How to distinguish the readings
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Classic mention-some: "Where can I buy X?"
, p. 331: The questioner's practical goal makes a single answer sufficient.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Where is a pen?" - mention-some vs potential choice.
If interpreted with wide-scope ∃ over pens, could be choice.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Who has something I can write with?"
Equations
- One or more equations did not get rendered due to their size.
Instances For
G&S's newspaper example with different contexts.
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
Data on embedded mention-some questions under attitude verbs.
, Section 5.3: Paraphrases help identify the reading.
- sentence : String
The sentence with embedded question
- mentionSomeParaphrase : String
Paraphrase under mention-some reading
Paraphrase under choice reading (if available)
Paraphrase under mention-all reading
- verb : String
The embedding verb
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John knows where he can buy an Italian newspaper" (mention-some).
, (9)-(10): John knows of at least one place that sells them.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John knows who has a pen" - three-way ambiguity.
, Section 5.3: Can be mention-some, choice (which pen), or mention-all.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John wonders where he can buy an Italian newspaper" (mention-some).
, (11)-(12): John wants to know of some place (not all places).
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John asked who has a pen" - embedded under "ask".
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Mary told John where he can buy an Italian newspaper".
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
Data illustrating why partial answerhood doesn't capture mention-some.
, Section 5.2: Negative answers satisfy P-ANS but are NOT acceptable mention-some answers. This is the key problem with the P-ANS analysis.
- question : String
The question
- positiveAnswer : String
A valid positive mention-some answer
- negativeAnswer : String
A negative answer that satisfies P-ANS but isn't mention-some
- whyNegativeFails : String
Why negative fails as mention-some
A complete "nowhere" type answer
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The pen location example.
"Not in the drawer" satisfies P-ANS but doesn't help find the pen.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Coffee shop example with negative.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Newspaper example.
: Negative answers don't satisfy the questioner's goal.
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
Data on which verbs allow/block mention-some readings.
, Section 5.4: Verbs like "depends" and "matter" BLOCK mention-some because they require complete information about the question.
- sentence : String
Example sentence
- verb : String
The matrix verb
- mentionSomePossible : Bool
Does mention-some reading exist?
- explanation : String
Explanation of why verb allows/blocks
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
"It depends on who has a pen" - BLOCKS mention-some.
, Section 5.4: "depends" requires knowing the complete answer.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"It matters who has a pen" - BLOCKS mention-some.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Who gets the prize is determined by who wins" - BLOCKS mention-some.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John knows who has a pen" - ALLOWS mention-some.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John wonders who has a pen" - ALLOWS mention-some.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"John found out who has a pen" - ALLOWS mention-some.
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
Data on mention-n readings with numeral quantification.
, Section 5.3 (citing Belnap): Questions like "Where do two unicorns live?" have multiple readings involving cumulative quantification.
- question : String
The question
- numeral : Nat
The numeral involved
- mentionSomeAnswer : String
Mention-some answer (one place with n entities)
- cumulativeAnswer : String
Mention-n/cumulative answer (multiple places covering n entities)
- choiceAnswer : String
Choice answer (identify specific entities)
- cumulativeContext : String
Context where cumulative is natural
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@cite{belnap-1982}'s unicorn example.
"Where do two unicorns live?" - classic example of cumulative quantification.
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Where do three students work?"
Equations
- One or more equations did not get rendered due to their size.
Instances For
"Who do two professors recommend?"
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
Data on how human concerns/goals license mention-some.
, Section 5.4: The questioner's practical goal makes partial information sufficient.
- question : String
The question
- humanConcern : String
The underlying human concern/goal
- whyPartialSuffices : String
Why partial answer suffices
- exampleAnswer : String
A valid mention-some answer
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Buying coffee - classic practical goal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Borrowing a pen - immediate practical need.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Finding a doctor - practical health concern.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Getting directions - travel goal.
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
Total number of mention-some phenomena examples.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Number of verb licensing examples that BLOCK mention-some.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Number of verb licensing examples that ALLOW mention-some.
Equations
- One or more equations did not get rendered due to their size.