| { |
| "paper_id": "J97-4007", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T02:43:29.897093Z" |
| }, |
| "title": "Industrial Parsing of Software Manuals", |
| "authors": [ |
| { |
| "first": "Richard", |
| "middle": [ |
| "E E" |
| ], |
| "last": "Sutcliffe", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "and University of Limerick) Amsterdam: Editions Rodopi", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Heinz-Detlev", |
| "middle": [], |
| "last": "Koch", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "and University of Limerick) Amsterdam: Editions Rodopi", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Annette", |
| "middle": [], |
| "last": "Mcelligott", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "and University of Limerick) Amsterdam: Editions Rodopi", |
| "location": {} |
| }, |
| "email": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "University of Sussex", |
| "location": {} |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "", |
| "pdf_parse": { |
| "paper_id": "J97-4007", |
| "_pdf_hash": "", |
| "abstract": [], |
| "body_text": [ |
| { |
| "text": "This book is a collection of articles written by research teams (eight from seven countries) that participated in the workshop Industrial Parsing of Software Manuals, held at the University of Limerick, Ireland, in 1995. However, unlike a typical proceedings volume, the book has a strong unifying theme: reporting the behavior and measuring the performance of a collection of parsing systems on a single text using the same evaluation criteria. The book also has a well-defined structure: all the articles have a standardized organization with the same section headings and tables. Both aspects are intended to facilitate direct comparison between the systems. Indeed, the book is targeted at the nonspecialist reader who wants a parser and knows the sort of result required from it, setting out to provide some initial answers to questions such as what the most appropriate algorithm would be, whether an existing parser could be adapted, whether its output could be converted to the form required, and what coverage and accuracy might be expected.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "The text used for testing consisted of utterances extracted'from Dynix, Lotus, and Trados software user manuals, such as: For information, refer to \"undoing one or more actions\" in this chapter and Automatic Substitution of Interchangeable Elements. Participants were asked to report the outcome of parsing the text, firstly with an unmodified system, then after relevant lexicon alterations, and finally, after grammar alterations as well. The articles report parser performance along four dimensions: .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": ". . ability, in principle, to identify particular types of construction, ranging from recognition of verbs and nouns, through recognition of phrase boundaries, to attachment of prepositional phrases and analysis of co-ordination and gapping, amongst others; coverage, expressed in terms of the percentage of utterances for which the parser is able to produce some analysis (whether correct or not); efficiency, giving the time taken to analyze the utterances, specifying the type of machine used; and accuracy, measuring the proportion of each type of construction (as in 1, above) that was identified correctly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "One unexpected outcome of the workshop was the great diversity in the types of output produced by the parsers (the appendices illustrate this by giving analyses from all the systems for five of the utterances). This diversity made direct, quantitative evaluation of accuracy difficult, so the reported results are necessarily to some extent subjective. Thus, a second theme of the book--in the form of two chapters, one by Lin and one by Atwell, following the editorial introduction---concerns standardization of parse output and using this as an objective basis for evaluating parser accuracy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "Lin argues that the current widely used method of measuring parser accuracy-with respect to manually-annotated phrase boundaries in a test text (Grishman, Macleod, and Sterling 1992) --is flawed. He demonstrates that a high score for phrase boundary correctness does not guarantee that a reasonable semantic reading can be produced; conversely, many phrase boundary disagreements stem from systematic differences between parsing schemes that are well-justified within the context of their own theories. He then elaborates an earlier proposal of his (Lin 1995) for evaluation based on dependency structure annotation. Atwell, though, referring to the multiple layers of syntactic markup specified in the current European EAGLES (1996) guidelines, comments that in transforming constituency-based analyses into a dependency-based representation, certain kinds of grammatical information would be lost that might be important for further stages of processing, such as \"logical\" information (e.g. location of traces, or moved constituents). Atwell goes on to propose a common encoding format for parser output that would allow notational differences to be factored out, although it still does not form a basis for straightforward quantitative evaluation.", |
| "cite_spans": [ |
| { |
| "start": 144, |
| "end": 182, |
| "text": "(Grishman, Macleod, and Sterling 1992)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 549, |
| "end": 559, |
| "text": "(Lin 1995)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "The rest of the book comprises eight chapters, one from each participating research team. The systems described (and the institution at which they were developed and from which the research team came, if the same) are these: ALICE (University of Manchester Institute of Science and Technolology), ENGCG (University of Helsinki), Sleator and Temperley's (1991) Link Parser, PRINCIPAR (University of Manitoba), a robust system constructed from the Alvey NL Tools (Briscoe et al. 1987) , SEXTANT (Rank Xerox Research Centre, Grenoble), DESPAR (National University of Singapore), and TOSCA (University of Nijmegen). The approaches to parsing taken by these systems cover a wide spread, and include implementations of linguistically motivated phrase structure and principle-based theories, and systems based on categorial grammar, hand-crafted finite-state constraints, and extended hidden Markov models.", |
| "cite_spans": [ |
| { |
| "start": 329, |
| "end": 359, |
| "text": "Sleator and Temperley's (1991)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 461, |
| "end": 482, |
| "text": "(Briscoe et al. 1987)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "Surprisingly, given the obvious care with which the editors set up this enterprise so that the various systems could be compared, there is no concluding chapter discussing the strengths and weaknesses of the competing approaches and summarizing the results reported and lessons learned. Instead, the introductory chapter ends with a disappointing section less than a page long, offering a few generalized and anodyne remarks about the exercise as a whole. Except for the odd confused entry in the index, the book is in general well-produced, though the use of leading zeros in numbers in every table in the book (e.g., 00, 002.9, 098%) impairs readability and mars the otherwise good presentation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| }, |
| { |
| "text": "Although the systems described are diverse, the book cannot be taken as a representative overview of the field of robust parsing, as one significant class of system is not represented: that of statistical constituency-based parsers trained on Treebanks (see, for example, Magerman [1995] , Carroll and Briscoe [1996] ; Charniak [1996] ; Collins [1996] ). This weakens the claim of the book to be a source of reliable answers for the nonspecialist about the state of the art. However, each chapter serves to summarize and exemplify a single approach, and as a whole I would recommend the book as an accessible and readable survey of a range of current parsing systems and techniques.", |
| "cite_spans": [ |
| { |
| "start": 272, |
| "end": 287, |
| "text": "Magerman [1995]", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 290, |
| "end": 316, |
| "text": "Carroll and Briscoe [1996]", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 319, |
| "end": 334, |
| "text": "Charniak [1996]", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 337, |
| "end": 351, |
| "text": "Collins [1996]", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "2.", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A formalism and environment for the development of a large grammar of English", |
| "authors": [ |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Briscoe", |
| "suffix": "" |
| }, |
| { |
| "first": "Claire", |
| "middle": [], |
| "last": "Grover", |
| "suffix": "" |
| }, |
| { |
| "first": "Branimir", |
| "middle": [], |
| "last": "Boguraev", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| } |
| ], |
| "year": 1987, |
| "venue": "Proceedings of the lOth International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "703--708", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Briscoe, Ted, Claire Grover, Branimir Boguraev, and John Carroll. 1987. A formalism and environment for the development of a large grammar of English. In Proceedings of the lOth International Joint Conference on Artificial Intelligence, pages 703-708.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Apportioning development effort in a probabilistic LR parsing system through evaluation", |
| "authors": [ |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Carroll", |
| "suffix": "" |
| }, |
| { |
| "first": "Ted", |
| "middle": [], |
| "last": "Briscoe", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the 1st ACL SIGDAT Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "92--100", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Carroll, John and Ted Briscoe. 1996. Apportioning development effort in a probabilistic LR parsing system through evaluation. In Proceedings of the 1st ACL SIGDAT Conference on Empirical Methods in Natural Language Processing, pages 92-100.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Tree-bank grammars", |
| "authors": [ |
| { |
| "first": "Eugene", |
| "middle": [], |
| "last": "Charniak", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Charniak, Eugene. 1996. Tree-bank grammars. Technical Report CS-96-02, Brown University, Department of Computer Science.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "A new statistical parser based on bigram lexical dependencies", |
| "authors": [ |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Collins", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proceedings of the 34th", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Collins, Michael. 1996. A new statistical parser based on bigram lexical dependencies. In Proceedings of the 34th", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Annual Meeting of the Association for Computational Linguistics", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "184--191", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Annual Meeting of the Association for Computational Linguistics, pages 184-191.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "EAGLES preliminary recommendations for the syntactic annotation of corpora", |
| "authors": [], |
| "year": 1996, |
| "venue": "EAGLES", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "EAGLES, Text Corpora Working Group. 1996. EAGLES preliminary recommendations for the syntactic annotation of corpora, EAG--TCWG--SASG1/P-B, March 1996.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Evaluating parsing strategies using standardized parse files", |
| "authors": [ |
| { |
| "first": "Ralph", |
| "middle": [], |
| "last": "Grishman", |
| "suffix": "" |
| }, |
| { |
| "first": "Catherine", |
| "middle": [], |
| "last": "Macleod", |
| "suffix": "" |
| }, |
| { |
| "first": "John", |
| "middle": [], |
| "last": "Sterling", |
| "suffix": "" |
| } |
| ], |
| "year": 1992, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Grishman, Ralph, Catherine Macleod, and John Sterling. 1992. Evaluating parsing strategies using standardized parse files.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Proceedings of the 3rd Association for Computational Linguistics Conference on Applied Natural Language Processing", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "156--161", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "In Proceedings of the 3rd Association for Computational Linguistics Conference on Applied Natural Language Processing, pages 156-161.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A dependency-based method for evaluating broad-coverage parsers", |
| "authors": [ |
| { |
| "first": "Dekang", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 14th International Joint Conference on Artificial Intelligence", |
| "volume": "", |
| "issue": "", |
| "pages": "1420--1425", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lin, Dekang. 1995. A dependency-based method for evaluating broad-coverage parsers. In Proceedings of the 14th International Joint Conference on Artificial Intelligence, pages 1420-1425.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Statistical decision-tree models for parsing", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Magerman", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "276--283", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Magerman, David. 1995. Statistical decision-tree models for parsing. In Proceedings of the 33rd Annual Meeting of the Association for Computational Linguistics, pages 276-283.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Parsing English with a link grammar", |
| "authors": [ |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Sleator", |
| "suffix": "" |
| }, |
| { |
| "first": "Davy", |
| "middle": [], |
| "last": "Temperley", |
| "suffix": "" |
| } |
| ], |
| "year": 1991, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sleator, Daniel and Davy Temperley. 1991. Parsing English with a link grammar. Technical Report CMU-CS-91-196, Carnegie Mellon University, School of Computer Science.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "John Carroll is a UK EPSRC Advanced Fellow at the University of Sussex, working on robust parsing of text and applications to real-world tasks. Carroll's address is: Cognitive and Computing Sciences", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "John Carroll is a UK EPSRC Advanced Fellow at the University of Sussex, working on robust parsing of text and applications to real-world tasks. Carroll's address is: Cognitive and Com- puting Sciences, University of Sussex, Falmer, Brighton BN1 9QH, UK; e-mail: john.carroll@ cogs.susx.ac.uk", |
| "links": null |
| } |
| }, |
| "ref_entries": {} |
| } |
| } |