ACL-OCL / Base_JSON /prefixJ /json /J90 /J90-1006.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "J90-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T02:54:45.044143Z"
},
"title": "INTERPRETING ANAPHORS IN NATURAL LANGUAGE TEXTS",
"authors": [
{
"first": "David",
"middle": [
"M"
],
"last": "Carter",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Deborah",
"middle": [],
"last": "Dahl",
"suffix": "",
"affiliation": {},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "J90-1006",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "This book explores an approach to text understanding, in particular anaphora resolution, that tries to limit the use of detailed domain knowledge and commonsense inference by exploiting general linguistic knowledge as much as possible. Carter proposes that, because natural language texts are relatively redundant and are constructed considerately, it should be possible in many cases to recover the interpretation of the text by using either linguistic or nonlinguistic techniques. Linguistic techniques are preferable because they are more general and less open-ended. Carter's approach is called \"shallow processing.\" Since domain knowledge and reasoning tend to be expensive to implement, maintain, and use during processing, the shallow processing approach should be much more efficient and portable than an approach based heavily on domain-specific knowledge. If it can at the same time provide reasonable accuracy, then it should be very useful. This seems to be a very sensible approach in principle, and Carter demonstrates that it is quite effective in practice.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The shallow processing hypothesis is tested in a program called SPAR (Shallow Processing Anaphor Resolver), which was implemented as part of the author's University of Cambridge thesis. Shallow processing is presented as an engineering solution to the problem of dealing with the use of domain knowledge in text understanding, for certain applications, not as a psychological hypothesis. In the SPAR architecture, general linguistic techniques, such as focusing, are used first. Domain reasoning is only used if more than one candidate referent remains after the application of linguistic knowledge. Although this approach is tested specifically only for reference resolution, obviously it could be extended to other areas of natural language processing in which both linguistic and domain knowledge could be used, such as reasoning.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The book presents an excellent and very clear review of both current and older approaches to anaphora resolution, as well as a clear description of the SPAR system. For this reason, it would serve as a very good text for a seminar on reference resolution as well as an extra reading for a class on knowledge representation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "One attractive aspect of the SPAR system is that it builds on previous work where appropriate, and extends it where required. In particular, it integrates the work of Boguraev (1979) in parsing, the work of Sidner (1979) in focusing, and the work of Wilks (1975) in preference semantics. Where Sidner's work, for example, is incomplete, as in the treatment of intrasentential anaphora, Carter presents a reasonable extension to handle the additional phenomena. One minor oversight in this work is that, in the treatment of one-anaphora, Carter fails to explore recent pragmatically oriented approaches, such as those discussed by Webber (1983) and Dahl (1984) , who propose unified treatments of definite pronouns and one-anaphora.",
"cite_spans": [
{
"start": 167,
"end": 182,
"text": "Boguraev (1979)",
"ref_id": "BIBREF0"
},
{
"start": 207,
"end": 220,
"text": "Sidner (1979)",
"ref_id": "BIBREF4"
},
{
"start": 250,
"end": 262,
"text": "Wilks (1975)",
"ref_id": "BIBREF7"
},
{
"start": 630,
"end": 643,
"text": "Webber (1983)",
"ref_id": "BIBREF6"
},
{
"start": 648,
"end": 659,
"text": "Dahl (1984)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Instead, SPAR uses the older, and probably less effective, syntactic approach suggested by Webber (1978) and Halliday and Hasan (1976) .",
"cite_spans": [
{
"start": 91,
"end": 104,
"text": "Webber (1978)",
"ref_id": "BIBREF5"
},
{
"start": 109,
"end": 134,
"text": "Halliday and Hasan (1976)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Another commendable aspect of this work is that Carter presents specific statistics on the accuracy of his system--93% of pronominal anaphors (out of 242) and 82% of nonpronominal anaphors (out of 80) are resolved correctly. Although these statistics go beyond what is usually reported, it would have been even more interesting to see a detailed breakdown of anaphor types and accuracy. It would also have been interesting to see statistics on the efficiency of the system, since the overall algorithm is quite complex. This high level of accuracy provides evidence that shallow processing is a promising approach. However, these statistics do raise the issue that we don't really know what level of accuracy in anaphora resolution is \"good enough.\" In fact, the \"good enough\" level of accuracy may vary by application. Ninety-three percent may be accurate enough for some applications, such as machine translation, or message routing, but not for others, such as database update. Perhaps the relatively inexpensive shallow processing approach will turn out to be the method of choice for applications with lower accuracy requirements. A related issue that this work raises is how accurate we can expect to get--that is, how good is human performance on anaphora resolution, and how close is Carter's system to that level? These are questions that we simply don't know the answers to, and that await future research, Carter has done a valuable service in providing his statistics, but it is difficult to interpret them without having these bases of comparison and without having comparable statistics from other approaches.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In addition to supporting the shallow processing hypothesis, this work also supports the usefulness (at least from an engineering standpoint) of an architecture that provides a clear separation of linguistic and nonlinguistic knowledge, since it is hard to see how shallow processing could be implemented without this separation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Although SPAR is implemented as a complete natural language system, it unfortunately still has something of a \"toy\" flavor for two reasons. First of all, the data texts were written specifically for this project, although not by people who knew about SPAR. Although many of the phenomena in these texts undoubtedly occur in more realistic texts, the work would perhaps have been more convincing had Carter used texts written for other purposes. Naturally occurring texts often contain problematic constructions such as nominalizations, which present many interesting challenges for semantics and anaphor resolution in natural language systems (Dahl et al. 1987) , but which don't occur in Carter's texts. The system also has a toy flavor because the end application, paraphrase, is less obviously useful than many other applications that might have been selected. There is no reason to think that these problems affect the fundamental soundness of the work, but they do tend to make it less interesting.",
"cite_spans": [
{
"start": 643,
"end": 661,
"text": "(Dahl et al. 1987)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "This work presents a very comprehensive implementation of the state of the art of reference resolution in natural language processing. However, one is left at the end with a frustrating sense that the whole process consists of exploiting a set of more or less unrelated heuristics, which in fact lead to very accurate reference resolution, but which don't seem to fit together into a general picture of a unified phenomenon. For example, Carter points out (using Sidner's terminology) that the discourse focus is preferred to intra-sentential candidates, but that intra-sentential candidates are preferred to potential discourse foci. It is only natural to wonder why these preferences (and others) should be the way they are, and whether they can be expected to fall out from more general principles. This is not specifically a criticism of Carter, but points out an unsatisfying aspect of much computational work in anaphora resolution. It is in fact at least partially the result of the clarity of his presentation that this issue emerges.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "I found this book very stimulating, interesting, and clear. I would recommend it to anyone interested in reference resolution or computational pragmatics in general.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Computational Linguistics Volume 16, Number 1, March 1990 Book Reviews Phonological Parsing in Speech Recognition",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Computational LinguisticsVolume 16, Number 1, March 1990",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Deborah Dahl received her Ph.D. in linguistics from the University of Minnesota in 1984. Her dissertation was on the interpretation of one-anaphora in discourse. She is currently a senior staff scientist in the natural language processing group at Unisys Paoli Research Center. Her group is developing PUNDIT, a large text processing system in Prolog. She designed and implemented PUNDIT's components for reference resolution and noun phrase semantics. She has also worked on the interpretation of indefinite noun phrases and the interaction of prosodic information with pronoun interpretation. Church argues against the so-called \"standard position\" in speech recognition, i.e. the use of syntactic-semantic knowledge to disambiguate uncertain sounds in utterances. The argument proceeds by showing first that allophonic variation in speech is a source of useful information and not an obstacle for speech recognition. The claim sounds reasonable, but is not trivial because much of the work in the past was based on an opposite view. A part of this claim is that allophonic cues often indicate the location of boundaries (Nakatani's position).Another important issue in the book is that syllable structure is very useful as a framework for describing allophonic variation. This is also a very reasonable claim from the linguistic point of view, but it is something that many of the leading current phonological theories fail to achieve.The author assumes a constituency hypothesis where many allophonic and phonological processes share the same environments (e.g. foot-initial, foot-internal). This is done in a phrase-structure and chart-parsing framework. The",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "annex",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Automatic Resolution of Linguistic Ambiguity",
"authors": [
{
"first": "B",
"middle": [
"K"
],
"last": "Boguraev",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Boguraev, B. K. 1979 Automatic Resolution of Linguistic Ambiguity. University of Cambridge Computer Laboratory, TR-11.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Structure and Function of one-anaphora in English",
"authors": [
{
"first": "Deborah",
"middle": [
"A"
],
"last": "Dahl",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dahl, Deborah A. 1985 The Structure and Function of one-anaphora in English. Indiana University Linguistics Club, Bloomington, Indiana.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Nominalizations in PUNDIT",
"authors": [
{
"first": "Deborah",
"middle": [
"A"
],
"last": "Dahl",
"suffix": ""
},
{
"first": "Martha",
"middle": [
"S"
],
"last": "Palmer",
"suffix": ""
},
{
"first": "Rebecca",
"middle": [
"J"
],
"last": "Passonneau",
"suffix": ""
}
],
"year": 1987,
"venue": "Proceedings of the 25th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dahl, Deborah A.; Palmer, Martha S.; and Passonneau, Rebecca J. 1987 \"Nominalizations in PUNDIT.\" Proceedings of the 25th Annual Meet- ing of the Association for Computational Linguistics, Stanford, CA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Towards a Computational Theory of Definite Anaphora Comprehension in English Discourse",
"authors": [
{
"first": "Candace",
"middle": [
"L"
],
"last": "Sidner",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sidner, Candace L. 1979 Towards a Computational Theory of Definite Anaphora Comprehension in English Discourse. MIT Artificial Intelli- gence Laboratory, TR-537.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A Formal Approach to Discourse Anaphora",
"authors": [
{
"first": "Bonnie",
"middle": [
"L"
],
"last": "Webber",
"suffix": ""
}
],
"year": 1978,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Webber, Bonnie L. 1978 A Formal Approach to Discourse Anaphora. Garland, New York.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "So What Can We Talk About Now?",
"authors": [
{
"first": "Bonnie",
"middle": [
"L"
],
"last": "Webber",
"suffix": ""
}
],
"year": 1983,
"venue": "Computational Models of Discourse",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Webber, Bonnie L. 1983 \"So What Can We Talk About Now?\" In Brady, M. and Berwiek, R. (eds.), Computational Models of Discourse. MIT Press, Cambridge, MA.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A Preferential, Pattern-Seeking Semantics for Natural Language Inference",
"authors": [
{
"first": "Yorick",
"middle": [
"A"
],
"last": "Wilks",
"suffix": ""
}
],
"year": 1975,
"venue": "Artificial Intelligence",
"volume": "6",
"issue": "",
"pages": "53--74",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wilks, Yorick A. 1975 \"A Preferential, Pattern-Seeking Semantics for Natural Language Inference.\" Artificial Intelligence 6:53-74.",
"links": null
}
},
"ref_entries": {}
}
}