| Reference: Chapter 14 of Allen |
| Aim: |
| This section concerns the problem of deciding what phrases (especially noun phrases) refer to. It introduces a simple model of global discourse structure called the history list, and presents an algorithm for referent determination in simple cases. |
| Keywords: anaphor, antecedent, cataphor, co-refer, DE, DE list, discourse entity, discourse entity list, evoke, history list, local discourse context, reference, referential ambiguity |
| Plan: |
|
A key concept in reference is that of an anaphor.
anaphora: The explication of a
word by words appearing previous to it in the text: Mary died. She was very
old. (She is explained by Mary.)
(Macquarie Dictionary)
| 1a | Jack[i] lost his wallet[j] in his car[k]. |
| 1b | He[i] looked for it[j] for several hours. |
| 1c | Later he[i] found the wallet[j] under the front seat[k??]. |
| 2a | Jack forgot his wallet. |
| 2b | Sam did too. |
| 5 | Jack forgot his wallet, and Sam did too. |
|
Jack his wallet his car |
|
lost his wallet lost his wallet in his car |
|
looked for it looked for it for several hours |
|
Jack lost his wallet in the car He looked for it for several hours |
| 8a | John bought a car[i] yesterday. |
| 8b | It[i] was very expensive. |
| indefinite noun phrases | creates new DE |
| proper names | describe some object often already in KB |
| definite noun phrases and pronouns | refer to objects previously mentioned or known, often DE in local context |
| complex NP like John and Mary | evokes a set consisting of all the conjuncts |
| 10a | Three boys[i] each bought a pizza[j]. |
| 10b | They[i] ate them[j] in the park. |
Initial translation of 10a:
∃ B : |B| = 3 & {x | Boy(x)} ⊇ B
∀ b : b ∈ B .
∃ p : Pizza(p) . Buy(b, p)
Discourse entities from 10a:
B1: |B1| = 3 & {x | Boy(x)} ⊇ B1
P1: P1 = {x | Pizza(x) & ∃ y ∈ B1 . x = sk4(y)}
Semantic content:
∀ b : b ∈ B1. sk4(b) ∈ P1 & Buy1(b, sk4(b))
This is related to the ambiguity issue we considered with the sentence Every man loves a woman in the section on logical form.
Constraints include number, gender, and other grammatical phenomena such as the rules for the use of reflexive pronouns.
Semantic constraints imposing selectional restrictions may occur too: e.g. in There was cheese on the table. Jack ate it. the word it cannot refer to the table.
| 18a | Helen bought a car[i] and a boat yesterday. |
| 18b | She paid too much for the car[i]. |
| 20a | My club held a raffle. |
| 20b | The winner won a car. |
| 22a | Jack brought a pencil to class. |
| 22b | However, he found that the lead was broken. |
| 20a | My club held a raffle. |
| 20b | The winner won a car. |
∃ w : Win(w, *PRO*)
where *PRO* is a "pro-form", which can then be looked for in the local context.
| 22a | Jack brought a pencil to class. |
| 22b | However, he found that the lead was broken. |
Interpret the lead as
∃ ! l : Lead(l) & *R* (l, *PRO*)
where this time the relation *R* and the pro-form *PRO* must be identified.
| Summary: Local Discourse and Reference |
| Concentrating mostly on anaphoric reference to noun phrases, we have described a simple algorithm for deciding what object in the history list a phrase in the text refers to. The key ideas presented include searching the history list in most-recent-first order, using relationships between objects to determine indirect references. We also looked briefly at the effects of the use of quantifiers like "each" on the referent of an object within the scope of the quantifier. |
CRICOS Provider Code No. 00098G
Copyright (C) Bill Wilson, 2007, except where another source is acknowledged.
Most material is adapted from James Allen's book "Natural Language Understanding".