Exercise-ch6: Difference between revisions
(132 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Quantifier denotation == | == Quantifier denotation == | ||
<quiz display="simple"> | Complete the paraphrase for the following sentences with quantifiers. | ||
Example: ''(at least) | <quiz display=simple> | ||
{Sentence: ''Pat read many books.'' | |||
|type="{}"} | |||
For { many|Many _6 } ''x'' such that { x _2 } is a { book _6 }, Pat { read _6} ''x''. | |||
{Sentence: ''Most students work hard.'' | |||
|type="{}"} | |||
For { most _5 } { x _2 } such { that _5 } ''x'' is a { student _8 }, { x _2 } works { hard _5 }. | |||
{Sentence: ''Pat knows some good movies.'' | |||
|type="{}"} | |||
For { some _5 } ''x'' { such _5 } { that _5 } { x _2 } { is _3} { a _2 } { good _5 } { movie _6 }, { Pat _4 } { knows _6 } { x _2 }. | |||
</quiz> | |||
Complete the paraphrases for the following ambiguous sentences with quantifiers. | |||
<quiz display=simple> | |||
{Sentence: ''Every linguist knows at least two languages.'' | |||
|type="{}"} | |||
Reading 1: For { at _3 } least { two _4 } ''x'' such that { x _2 } is a { language _9 }, for every ''y'' such that { y _2} { is _3 } a { linguist _8 }, { y _2 } knows { x _2 }. | |||
Reading 2: { For _4 } { every _6 } ''y'' { such _5 } that { y _2} { is _3 } { a _2 }{ linguist _8 }, { for _4 } at least { two _4 } ''x'' { such _5 } { that _5 } { x _2 } is { a _2 } { language _9 }, { y _2 } { knows _6 } { x _2 }. | |||
{Sentence: ''Few actors star in many movies.'' | |||
|type="{}"} | |||
Reading 1: { For _4 } { few _4 } ''x'' { such _5 } { that _5 } { x _2 } is an actor, { for _4 } { many _4 } { y _2 } { such _5 } { that _5 } ''y'' is a { movie _6 }, { x _2 } { stars _6 } in { y _2 }. | |||
Reading 2: { For _4 } { many _4 } ''y'' { such _5 } { that _5 } { y _2} { is _3 } { a _2 } { movie _6 }, { for _4 } { few _4 } { x _2 } { such _5 } { that _5 } { x _2 } is { an _3 } { actor _6 }, ''x'' { stars _6 } in { y _2 }. | |||
</quiz> | |||
== Logical forms for sentences with quantifiers == | |||
Provide the logical form of the following sentences. (Ignore the eventuality quantification.)<br /> | |||
(Use: (i) lower case letters for variables (e,x,y,z, ...), (ii) upper case letters for predicates and name constant (LIKE, PAT, ...), (iii) capitalized words for quantifiers (Every, Most, Atleast, ..., (iv) use "*" for the bullet operator.) | |||
Note that the brackets and the "bullet operator" also count as symbols.<br /> | |||
''Example:''<br /> | |||
Sentence: ''Alex met some student.''<br /> | |||
Logical form: Some x (STUDENT * x : ((MEET * e) * x) * ALEX) | |||
<quiz display=simple> | |||
{Sentence: ''Chris read many book.'' | |||
|type="{}"} | |||
Logical form: { Many _5 } x ({ BOOK _6 } * { x _1}: ((READ { * _2 } e) * { x _1 }) * { CHRIS _7 }) | |||
{Sentence: ''Few students know Pat.'' | |||
|type="{}"} | |||
Logical form: { Few _9 } { x _3 } { ( _3 } { STUDENT _9 } { * _3 } { x _3 } { : _3 } { ( _3 } { ( _3 } { KNOW _9 } { * _3 } { e _3 } { ) _3 } { * _3 } { PAT _5 } { ) _3 } { * _3 } { x _3 } { ) _3} | |||
</quiz> | |||
Provide the logical form of the following sentences. For the solutions, mark the -seemingly emtpy- line below the sentence with your mouse. | |||
# Sentence: ''Every student asked Alex.''<br />Logical form: <span style="color:#FFFFFF">∀ ''x'' ('''student''' • ''x'' : (('''help''' • ''e'') • '''alex''') • ''x'')</span> | |||
# Sentence: ''Alex talked to Chris about many movies.''<br />Logical form: <span style="color:#FFFFFF">'''Many''' ''x'' ('''movie''' • ''x'' : ((('''talk-to-about''' • ''e'') • '''chris''') • ''x'') • '''alex''')</span> | |||
# Sentence: ''Chomsky wrote at least four books that Alex has read.''<br />Logical form: <span style="color:#FFFFFF">'''AtLeast-4''' ''x'' (('''book''' • ''x'' ∧ (('''read''' • ''e'') • ''x'') • '''alex''') : (('''write''' • ''u'') • ''x'') • '''chomsky''')</span> | |||
== Eventuality quantification == | |||
Add the eventualiy quantification in the right position in the logical forms of the following sentences. Write "_" if nothing needs to be put in a particular slot and "Exists" for the existential quantifier and add the appropriate variable. | |||
<quiz display=simple> | |||
{Sentence: ''Pat was asleep.'' | |||
|type="{}"} | |||
Logical form: { Exists s _9 } (('''be-asleep''' • ''s'') • '''pat''') | |||
{Sentence: ''Pat wasn't asleep.'' | |||
|type="{}"} | |||
Logical form: { _ _9 } ¬ { Exists s _9 } (('''be-asleep''' • ''s'') • '''pat''') | |||
{Sentence: ''Alex studied in Frankfurt and lived in Berlin.'' | |||
|type="{}"} | |||
Logical form: { _ _9 } ({ Exists u _9 } (('''study-in''' • ''u'') • '''frankfurt''') • '''alex''' ∧ { Exists v _9 } (('''live-in''' • ''v'') • '''berlin''') • '''alex''') | |||
{Sentence: ''Alex walked and Chris ran.'' | |||
|type="{}"} | |||
Logical form: { _ _9 } ( { Exists e _9 } ('''walk''' • ''e'') • '''alex''' ∧ { Exists u _9 } ('''run''' • ''u'') • '''chris''') | |||
{Sentence: ''Two students worked in the library.'' | |||
|type="{}"} | |||
Logical form for the collective reading: <br /> { Exists e _9 } '''Two''' ''x'' ({ _ _9} '''student''' • ''x'': { _ _9 } ('''work-in-library''' • ''e'') • ''x'') <br /> | |||
Logical form for the distributive reading: <br /> { _ _9 } '''Two''' ''x'' ({ _ _9} '''student''' • ''x'': { Exists e _9 } ('''work-in-library''' • ''e'') • ''x'')<br /> | |||
</quiz> | </quiz> | ||
== LRS combinatorics for quantifiers == | |||
=== Eventuality quantification === | |||
Which meaning contributions stem from which words in the sentence? | |||
<quiz display=simple> | |||
{Sentence: ''Pat called.''<br /> | |||
Logical form: ∃''e'' (('''call''' • ''e'') • '''pat''') | |||
|type="[]"} | |||
|''e'' ¦| '''pat''' ¦| '''call''' ¦| '''call''' • ''e'' ¦| ('''call''' • ''e'') • '''pat''' ¦| ∃''e'' (...) | |||
-+---- ''Pat'' | |||
+-++++ ''called'' | |||
{Sentence: ''Pat didn't call.''<br /> | |||
Logical form: ¬∃''e'' (('''call''' • ''e'') • '''pat''') | |||
|type="[]"} | |||
|''e'' ¦| '''pat''' ¦| '''call''' ¦| '''call''' • ''e'' ¦| ('''call''' • ''e'') • '''pat''' ¦| ∃''e'' (...) ¦ | ¬(...) | |||
-+----- ''Pat'' | |||
+-+---+ ''didn't'' | |||
+-++++- ''call'' | |||
|| Note: "dummy"-''do'' is a content raiser, i.e., its DR value and its MAIN value are identical with those of its complement, the VP ''call'' here. | |||
</quiz> | |||
=== Sentences with quantifiers === | |||
Which meaning contributions stem from which words in the sentence? | |||
<quiz display=simple> | |||
{Sentence: ''Some students called.''<br /> | |||
Logical form: '''Some''' ''x'' ('''student''' • ''x'': ∃''e'' (('''call''' • ''e'') • '''x''') | |||
|type="[]"} | |||
|''e'' ¦| '''x''' ¦| '''call''' ¦| '''student''' ¦ | '''Some''' ¦ | '''call''' • ''e'' ¦| ('''call''' • ''e'') • '''x''' ¦| ∃''e'' (...) ¦ | '''student''' • ''x'' ¦ | '''Some''' ''x'' (...:...) | |||
-+--+----+ ''Some'' | |||
---+----+- ''students'' | |||
+-+--+++-- ''called'' | |||
{Sentence: ''Many farmers grow few vegetables.''<br /> | |||
Logical form for reading 1: '''Many''' ''x'' ('''farmer''' • ''x'': '''Few''' ''y'' ('''vegetable''' • ''y'' : ∃''e'' ((('''grow''' • ''e'') • ''x'') • ''y'')))<br /> | |||
Logical form for reading 2: '''Few''' ''y'' ('''vegetable''' • ''y'': '''Many''' ''x'' ('''farmer''' • ''x'' : ∃''e'' ((('''grow''' • ''e'') • ''x'') • ''y'')))<br /> | |||
|type="[]"} | |||
|''e'' ¦| '''x''' ¦| ''y'' ¦ | '''farmer''' ¦ | '''vegetable''' ¦ | '''grow''' ¦| '''Many''' ¦ | '''Few''' ¦ | '''farmer''' • ''x'' ¦ | '''vegetable''' • ''y'' ¦ | '''grow''' • ''e'' ¦| ('''grow''' • ''e'') • ''y'' ¦ | (('''grow''' • ''e'') • ''y'') • ''x'' ¦ | ∃''e'' (...) ¦ | '''Many''' ''x'' (...:...) ¦ | '''Few''' ''y'' (...:...) | |||
-+----+-------+- ''Many'' | |||
---+----+------- ''farmers'' | |||
+----+----++++-- ''grow'' | |||
--+----+-------+ ''few'' | |||
----+----+------ ''vegetables'' | |||
</quiz> | |||
=== INTERNAL-CONTENT and MAIN value === | |||
Indicate the MAIN and the INTERNAL-CONTENT value of the words in the sentences.<br /> | |||
To get the special characters right, copy the relevant parts from the indicated logical form of the sentences. | |||
<quiz display=simple> | |||
{Sentence: ''Pat read many books.''<br /> | |||
Logical form: '''Many''' ''x'' ('''book''' • ''x'' : ∃''e'' ((('''read''' • ''e'') • ''x'') • '''pat''')) | |||
|type="{}"} | |||
''Pat'': MAIN { pat _10 } IN-CONT { pat _50} | |||
''read'': MAIN { read _8} IN-CONT { ((read • e) • x) • pat _50} | |||
''many'': MAIN { Many _8 } IN-CONT { ∃e (((read • e) • x) • pat)) _50} | |||
''books'': MAIN { book _7 } IN-CONT { book • x _50} | |||
{Sentence: ''Alex might call.''<br /> | |||
Logical form: '''Might''' (∃''e'' (('''call''' • ''e'') • '''alex''')) | |||
|type="{}"} | |||
''Alex'': MAIN { alex _10 } IN-CONT { alex _50} | |||
''might'': MAIN { Might _8} IN-CONT { (call • e) • alex _50} | |||
''call'': MAIN { call _8 } IN-CONT { (call • e) • alex _50} | |||
|| ''might'' is an INTERNAL-CONTENT raiser, i.e., its INTERNAL-CONTENT value is identical with that of its complement VP. | |||
</quiz> | |||
{{FeedbackExercises}} | |||
<hr /> | |||
Back to | |||
* the material for [[Textbook-chapters#Chapter_6:_Simplified_LRS|chapter 6]] | |||
* the overview over [[Textbook-chapters|all chapters]]. |
Latest revision as of 22:39, 5 August 2014
Exercises for chapter 6: Quantifiers
Quantifier denotation
Complete the paraphrase for the following sentences with quantifiers.
Complete the paraphrases for the following ambiguous sentences with quantifiers.
Logical forms for sentences with quantifiers
Provide the logical form of the following sentences. (Ignore the eventuality quantification.)
(Use: (i) lower case letters for variables (e,x,y,z, ...), (ii) upper case letters for predicates and name constant (LIKE, PAT, ...), (iii) capitalized words for quantifiers (Every, Most, Atleast, ..., (iv) use "*" for the bullet operator.)
Note that the brackets and the "bullet operator" also count as symbols.
Example:
Sentence: Alex met some student.
Logical form: Some x (STUDENT * x : ((MEET * e) * x) * ALEX)
Provide the logical form of the following sentences. For the solutions, mark the -seemingly emtpy- line below the sentence with your mouse.
- Sentence: Every student asked Alex.
Logical form: ∀ x (student • x : ((help • e) • alex) • x) - Sentence: Alex talked to Chris about many movies.
Logical form: Many x (movie • x : (((talk-to-about • e) • chris) • x) • alex) - Sentence: Chomsky wrote at least four books that Alex has read.
Logical form: AtLeast-4 x ((book • x ∧ ((read • e) • x) • alex) : ((write • u) • x) • chomsky)
Eventuality quantification
Add the eventualiy quantification in the right position in the logical forms of the following sentences. Write "_" if nothing needs to be put in a particular slot and "Exists" for the existential quantifier and add the appropriate variable.
LRS combinatorics for quantifiers
Eventuality quantification
Which meaning contributions stem from which words in the sentence?
Sentences with quantifiers
Which meaning contributions stem from which words in the sentence?
INTERNAL-CONTENT and MAIN value
Indicate the MAIN and the INTERNAL-CONTENT value of the words in the sentences.
To get the special characters right, copy the relevant parts from the indicated logical form of the sentences.
Feel free to send feedback on this exercise to Manfred Sailer.
Back to
- the material for chapter 6
- the overview over all chapters.