Questions: Unification and Feature Agreement

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A grammar specifies that to form a grammatical sentence, the subject and verb feature structures must unify. The subject is specified as [NUM: singular, PERS: 3rd] and the verb requires [NUM: plural, PERS: 3rd, TENSE: past]. What is the result?

AUnification succeeds because person features match, and the NUM conflict is resolved in favor of the verb
BUnification fails because the NUM values conflict, correctly predicting the sentence is ungrammatical
CUnification partially succeeds, yielding a combined structure that marks the sentence as pragmatically unusual
DUnification succeeds because the verb's specification is more complete and overrides the subject
Question 2 Multiple Choice

What is the primary advantage of modeling agreement through unification rather than writing separate procedural rules for each agreement type (e.g., 'if subject is singular, make verb singular')?'

AUnification is faster to compute and requires less memory than rule-based approaches
BUnification applies only to syntactic features, so semantic interpretation can proceed independently
CA single declarative unification constraint handles all agreement phenomena uniformly — the grammar specifies what must match, and unification applies the logic without special-casing each agreement type
DUnification eliminates the need for feature structures by encoding agreement in word order
Question 3 True / False

Unification can succeed even when two feature structures have conflicting values for a shared attribute, provided the conflict is on a minor or optional feature.

TTrue
FFalse
Question 4 True / False

An underspecified feature — one represented as a variable that has not yet been assigned a specific value — can unify with any specific value, allowing grammatical specifications to be completed through combination with other elements.

TTrue
FFalse
Question 5 Short Answer

How does unification provide a declarative account of grammaticality? Explain why a unification failure corresponds to an ungrammatical sentence.

Think about your answer, then reveal below.