HOMEWORK 4

Question 1 (3 points)

The Stanford NLP group maintains an online demo that uses the Stanford Parser to deliver phrase-structure trees and Stanford dependency graphs of free-form text that users enter:

Your task: at the parser demo,

  1. enter the sentence Bill and Chris live in California;
  2. identify the two differences between the typed dependencies representation and the collapsed typed dependencies representation; and
  3. summarize the justification that de Marneffe et al. 2006 provide for these differences.

Question 2 (3 points)

Negation is extremely important semantically and extremely complex in its syntactic expression. The following is a sample of negating words and constructions in English:

not, never, nothing, no as in No, it's raining, no as in no student, n't, nowhere, none, few, seldom, rarely, have yet to, deny, ...

Your task: Using the parser demo or the Stanford dependencies manual, identify three distinct ways in which negation is expressed in collapsed Stanford dependency structures. Feel free to extend the above list of negations as you see fit (the more the merrier!).

Question 3 (4 points)

A bit of background: Syrett and Lidz (2010)* report on a corpus study of adverb–adjective combinations in English, seeking to find patterns that can be traced to interpretive restrictions and preferences. For example, half full sounds normal and is easy to interpret, whereas half tall is odd and hard to interpret. This pattern presumably traces to the sort of scales along which we measure full and tall. (You might mutter to yourself different combinations of completely, somewhat, and mostly with full, smart, and damp to get a feel for what the patterns are like.)

Your task: propose a matrix design (as discussed in class on Thursday) that (i) makes use of Stanford dependency structures (regular or collapsed) and (ii) could be used to provide a data-rich picture of what the patterns of adverb–adjective modification are like. Describe the design by answering at least the following questions:

  1. What do the rows represent?
  2. What do the columns represent?
  3. What are the cells filled with? (Presumably counts, but counts of what?)

In addition, articulate one specific research question that your design would help address. (Try to be creative here; this task could stimulate new research!)

* Syrett, Kristen and Lidz, Jeffrey. 2010. 30-Month-olds use the distribution and meaning of adverbs to interpret novel adjectives. Language Learning and Development 6(4): 258-282.