Questions: Typed Feature Structures

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A parser encounters the sentence 'The dogs runs.' The subject DP has the feature [NUM: pl] and the verb has the subcategorization constraint [NUM: sg]. In a typed feature structure grammar, how is the ungrammaticality detected?

AA separate post-parse agreement checker scans the sentence and flags the number mismatch as a violation
BUnification of the subject's feature structure with the verb's requirements fails because [NUM: pl] and [NUM: sg] are incompatible values, blocking the parse
CThe type hierarchy classifies 'dogs' and 'runs' as incompatible types before features are consulted
DThe grammar's phrase structure rules explicitly list permitted subject-verb combinations, and this pair is absent
Question 2 Multiple Choice

In a typed feature structure grammar, the type 'ditransitive-verb' is a subtype of 'transitive-verb,' which is a subtype of 'verb.' When assigning the feature structure to a ditransitive verb like 'give,' what does the type hierarchy contribute?

ANothing — each verb type must list all its required features independently, since types cannot share information
BThe feature structure of 'give' automatically inherits all features required of 'verb' and 'transitive-verb,' and adds only the features specific to ditransitive verbs
CThe hierarchy reclassifies 'give' as a basic verb type to simplify the representation
DThe type hierarchy is used only for semantic classification, not for constraining feature structures
Question 3 True / False

Unification of two feature structures usually succeeds as long as both structures are well-typed — that is, consistent with the constraints of the type hierarchy.

TTrue
FFalse
Question 4 True / False

A typed feature structure can simultaneously encode the syntactic category of a linguistic element and detailed grammatical properties (number, case, subcategorization requirements) in a single unified object.

TTrue
FFalse
Question 5 Short Answer

What is unification in the context of typed feature structures, and how does unification failure serve as the mechanism for ruling out ungrammatical constructions?

Think about your answer, then reveal below.