Skip to content

ErgSemantics_Ellipsis

EmilyBender edited this page Apr 15, 2014 · 26 revisions

ESD Test Suite Examples

Did you?
There were.
Abrams tried to.

Linguistic Characterization

English allows the complement of an auxiliary or of the infinitival marker to to be omitted, if it can be reconstructed from context. Sometimes called VP ellipsis, this construction is better identified as post-auxiliary ellipsis, since the missing constituent need not be VP if the auxiliary in question can take a non-VP complement (e.g. Who is at the door?/Kim is.). The interpretation of elided constituents is an interesting and complex area of English grammar, especially as it appears to be constrained by the linguistic context, though that can be from a prior sentence, including one uttered by a different speaker. [FIXME: Citation Needed]

Motivating Examples

A sample context that would support each of the test suite examples is given below:

I saw the movie.  Did you?
I thought there weren't any dogs, but there were.
Browne didn't want to go, but Abrams tried to.

MRS Fingerprints

From the point of view of the sentence-by-sentence processing done by the ERG, the interpretation is not given by the sentence itself. Accordingly, the elided element(s) are represented via one of two EPs. These characteristic EPs can be used to trigger the search for an appropriate antecedent, which will typically be not just a single EP but rather a subgraph of some MRS from some utterance in context.

The first, used when the subject is referential (non-expletive) has an ARG1 role.

ellipsis_ref(ARG1:x0)

This serves two purposes: First, it reflects the fact that the subject in such cases will be interpreted as playing some role within the reconstructed subgraph after the antecedent expression has been found. Second, it ensures that the MRS produced by the grammar in cases of ellipsis with contentful subjects will be connected graphs. Without that ARG1 position, the semantic contribution of the subject (of the head licensing the ellipsis) would not be integrated.

The second characteristic EP appears when the subject is an expletive:

ellipsis_expl(ARG1:u0)

This EP also has an ARG1 role, but it is not linked to anything.

Interactions

  • Negation

Reflections

  • I see two parses for Weren't there? One has be_v_there and one doesn't. The first is the only one I expected: I thought there were going to be dogs, but there weren't.

Open Questions

  • ARG1 is meant as an underspecification over several possible roles (at least ARG1, ARG2, ARG3; others?). Should we choose here a different symbol for that underspecification (ARGn, ARG)? Decision on 4/15/14: go with ARG.

    • Abrams wasn't hired, but Browne was.

    • Abrams wasn't given an assignment, but Browne was.

  • I can't get ellipsis_expl to show up with it, even in the example from the testsuite (1212). [Identified as grammar bug.]

  • Why would ellipsis_expl need an ARG1? [No. To fix in the grammar.]

Grammar Version

1212

More Information

Clone this wiki locally