Questions: Parsing Preferences and Computational Complexity

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Consider two sentences: (A) 'The reporter who attacked the senator resigned.' (B) 'The reporter that the senator attacked resigned.' Both are grammatical. Research consistently shows sentence (A) is processed faster. What is the primary reason?

ASentence (A) uses 'who' while (B) uses 'that,' and 'who' is a simpler relative pronoun.
BSentence (A) is a subject relative clause where the dependency is shorter and more frequent; sentence (B) is an object relative clause with a longer dependency and an intervening noun phrase.
CSentence (B) is grammatically marked as passive voice, which always increases processing difficulty.
DSentence (A) follows late closure more strictly, while (B) violates it, causing a reanalysis penalty.
Question 2 Multiple Choice

Which principle best explains why a parser initially analyzes 'The horse raced past the barn fell' as meaning the horse raced past the barn, rather than recognizing it as a passive reduced relative clause?

AThe parser applies minimal attachment, preferring 'raced' as the main verb requiring no additional syntactic structure.
BThe parser applies late closure, attaching 'barn' to the most recently opened noun phrase.
CThe parser has insufficient working memory to track the subject 'horse' while processing 'raced.'
DThe parser expects passive voice to be marked overtly, and reduced relatives violate this expectation.
Question 3 True / False

Object relative clauses are harder to process than subject relative clauses because they are grammatically incorrect in standard English.

TTrue
FFalse
Question 4 True / False

Center-embedded sentences like 'The reporter that the senator that the lobbyist attacked accused ran' are difficult to process because maintaining multiple open dependencies simultaneously exhausts working memory.

TTrue
FFalse
Question 5 Short Answer

Why does dependency distance predict parsing difficulty better than sentence length alone?

Think about your answer, then reveal below.