|
{ |
|
"paper_id": "W98-0108", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T06:03:46.219982Z" |
|
}, |
|
"title": "The LEXSYS Project", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Sussex Brighton", |
|
"location": { |
|
"postCode": "BNl 9QH", |
|
"country": "UK" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Nicolas", |
|
"middle": [], |
|
"last": "Nicolov", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Sussex Brighton", |
|
"location": { |
|
"postCode": "BNl 9QH", |
|
"country": "UK" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Olga", |
|
"middle": [], |
|
"last": "Shaumyan", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Sussex Brighton", |
|
"location": { |
|
"postCode": "BNl 9QH", |
|
"country": "UK" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Martine", |
|
"middle": [], |
|
"last": "Smets", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Sussex Brighton", |
|
"location": { |
|
"postCode": "BNl 9QH", |
|
"country": "UK" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Sussex Brighton", |
|
"location": { |
|
"postCode": "BNl 9QH", |
|
"country": "UK" |
|
} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Roger", |
|
"middle": [], |
|
"last": "Evans", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Gerald", |
|
"middle": [], |
|
"last": "Gazdar", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "", |
|
"pdf_parse": { |
|
"paper_id": "W98-0108", |
|
"_pdf_hash": "", |
|
"abstract": [], |
|
"body_text": [ |
|
{ |
|
"text": "We present an overview of the ongoing LExSvs project 1 . The aim is to bring together, and evaluate, a variety of current NLP techniques, including the organisation of grammars into inheritance hierarchies for compact representation, exploitation of diverse precompilation techniques for efficient parsing, and use of statistical analysis to disambiguate parse results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In conjunction with this we are using several existing tools and resources, such as the lexicon developed in the Alvey Natural Language Tools project (Briscoe et al., 1987) , lexical frequency information from the SPARKLE project 2 , and an established lexical knowledge representation language DATR (Evans and Gazdar, 1996a) to represent the grammar. The overall architecture of LExSvs is shown in Figure 1 and the following sections discuss each of. the system's main components.", |
|
"cite_spans": [ |
|
{ |
|
"start": 150, |
|
"end": 172, |
|
"text": "(Briscoe et al., 1987)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 300, |
|
"end": 325, |
|
"text": "(Evans and Gazdar, 1996a)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 399, |
|
"end": 407, |
|
"text": "Figure 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The text is first tokenised and then a sentencesplitter is applied to it to determine likely sentence boundaries. The resulting sentences are tagged with extended part-of-speech (PoS) labels using a first-order HMM tagger (Elworthy, 1994) trained on the SUSANNE corpus (Sam.pson, 1995) . The SUSANNE lexicon is augmented with open-class words from tlie LOB corpus and the tagger incorporates a part-of-speech guesser that empirically achieves around 85% label assignment accuracy for unknown words. For each word the tagger returns multiple-labe! hypotheses, but filters out any whose probabilities are below a preset factor of the most probable. The thresholding technique allows us to fine-tune the trade-off between the costs of incorrect tagging and processing complexity due to lexical ambiguity.", |
|
"cite_spans": [ |
|
{ |
|
"start": 222, |
|
"end": 238, |
|
"text": "(Elworthy, 1994)", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 269, |
|
"end": 285, |
|
"text": "(Sam.pson, 1995)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The morphological analyser", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "After tagging, a lemmatiser finds the lemma, or base form, corresponding to each word-label pair, using an enhanced version of the GATE project stemmer (Cunningham et al., 1995) . Finally, the lemma and PoS label are combined with syntactic information associated with the word 's morphological form ( e.g. number for nouns).", |
|
"cite_spans": [ |
|
{ |
|
"start": 152, |
|
"end": 177, |
|
"text": "(Cunningham et al., 1995)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The morphological analyser", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Lexicalized D-Tree Grammar (LDTG) (Rambow et al., 1995) is a variant of LTAG. The primitive elements of LDTG are called elementary d-trees and are combined together to form larger structures during a derivation. Although, for convenience, we present d-trees graphically as though they were conventional trees, they are more correctly thought of as expressions in a tree description logic (Rogers and Vijay-Shanker, 1992) . These expressions partially describe trees by asserting various relationships between nodes: parenthood, domination, precedence (indicating that one node is to the left of anoth~r ), equality and inequality.", |
|
"cite_spans": [ |
|
{ |
|
"start": 34, |
|
"end": 55, |
|
"text": "(Rambow et al., 1995)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 388, |
|
"end": 420, |
|
"text": "(Rogers and Vijay-Shanker, 1992)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The grammar", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "There are two substitution-like operations for composing d-trees, both of which involve combining two descriptions while equating exactly one node from each description. One of the operations is always used to add complemen.ts and involves equating a frontier node (in the d-tree that is getting the complement) with the root of some component (in the d-tree that is providing the complement), such that the two nodes Figure 2 . These are the two cases that appear in our grammar for English 3 : at the top left is the case in which the entire complement d-tree appears below the point of substitution; the top right gives the case in which the complement involves extraction where the extracted component is placed at the top of the d-tree. A secon<l operation is used to add mo<lifiers. In terms of tree descriptions, this operation is similar to the complement-a<lding operation since it also involves combining two dtrees w hile eq uating a pair of nodes. In this case, however, it involves equating an internal node (in the d-tree that is getting the modifier) with the root of some component (in the d-tree that is providing the modifier), such that the two nodes being equated are compatible. Two schematic examples are shown at the bottom of Figure 2 . As in the case of the complementadding operation. these are the two cases that appear in our grammar for English: at the bottom left is the case in which the entire modifying d-tree appears below the point of modification; the bottom right gives the case in which the modifier involves extraction, where the extracted component is placed at the top of the d-tree 4 \u2022 We are in the process of developing a wide-JThe general case is cxplained in Rambow et al. (1995) . 4 fn the examples shown at the boltorn of Figure 2 the modifier d-tree is placed lo the left of the subtree it rnodifies. lt is also possible for rnodification to tak\" place on the right.", |
|
"cite_spans": [ |
|
{ |
|
"start": 1624, |
|
"end": 1627, |
|
"text": "4 \u2022", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1705, |
|
"end": 1725, |
|
"text": "Rambow et al. (1995)", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 1728, |
|
"end": 1729, |
|
"text": "4", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 418, |
|
"end": 426, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1250, |
|
"end": 1258, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The grammar", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "coverage LDTG based on the XTAG grammar. There are a number of differences between the formalisms and the analyses they allow. One of the main differences is that the LDTG formalism allows the existence of VPcomplements for main verbs, and this has a number of consequences: e.g. the grammar does not assume the existence of PRO, auxiliary and main verbs anchor the same type of tree, there are no predicative trees, passive participles anchor VPtrees 5 \u2022 See Smets { 1998) for more details.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The grammar", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "As in the XTAG system, Es's are grouped into families. Currently we have 44 families with around 60 families expected in total. The total number of {unanchored) ES's in the current grammar is 650 with approximately 1000 Es's expected. The grammar is encoded using the lexical knowledge representation language DATR (Evans and Gazdar, 1996b ) , based on the scheme proposed for LTAG by Evans, Gazdar and Weir (1995) . Encoding is compacted through the use of 36 lexical rules and nonmonotonic inheritance. Details are presented in Smets and Evans {1998).", |
|
"cite_spans": [ |
|
{ |
|
"start": 315, |
|
"end": 341, |
|
"text": "(Evans and Gazdar, 1996b )", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 385, |
|
"end": 414, |
|
"text": "Evans, Gazdar and Weir (1995)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The grammar", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The lexicon is a reworked version of the Alvey Natural Language Tools (ANLT) lexicon (Carroll and Grover, 1989) where category and feature assignments are expressed in DATR notation to conform to the encoding used for the grammar and the results of morphological anal-", |
|
"cite_spans": [ |
|
{ |
|
"start": 85, |
|
"end": 111, |
|
"text": "(Carroll and Grover, 1989)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lexicon", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The analyses that we are able to implement are also adopted in a number of theories: GPSG, HPSG, LFG, CG. Figure 2 : Composition operations ysis. Although not currently exploited, this uniform notation would permit the lex.icon to form the leaf nodes in the grammar hierarchy and so inherit automatically any of the syntactic information (such as default feature assignment) contained there. The lex.icon contains only lemmas, with wordform information supplied by the morphological analyser. lt should be noted that the morphological form of a linguistic datum affects how much of a family is selected: so the ing form of the verb will not inherit all of the Es's associated with the \\'erb. but only the forms stipulated as ing or non-finite.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 106, |
|
"end": 114, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "The lexicon", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "\u2022 1~ 1 y 1 X y 1\\ I \\ ~~~~", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lexicon", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "In separate but related work ( Ilriscoe an<l Carroll, 1997), we are acquiring the complementation possibilities for predicates from !arge amounts of text information about. In that work we distinguish 160 verbal subcategorisation dasses-a superset of those found in the ANLT and COMLEX Syntax dictionariesa.n<l we acquire relative frequencies for each dass found for each verb. The approach uses a previously-existing phrase-structure parser which yields 'shallow' parses, a subcategorisation dass classifier, and a priori estimates of the probability of membership of these classes. Car-roU et al, (1998a) d':'monst.rat.e that ad<ling t.his frequency information to a (non-lex.icalised) statistical pa.rser significantly increases its disambiguation accuracy. \\Ve intend also to incorporate this information into the system <lescribe<l in this paper, at the point where lemmas a.re associated with tree families: each lemma / family combination would have a separate probability. Carroll and Weir ( 1997) ou tline other alternative probabilistic models, some of which we also inten<l to investigate.", |
|
"cite_spans": [ |
|
{ |
|
"start": 981, |
|
"end": 1005, |
|
"text": "Carroll and Weir ( 1997)", |
|
"ref_id": "BIBREF3" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lexicon", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The same shallow phrase-structure parser is also providing data for the acquisition of selectional preferences, at present again just for verbs, and only for NP and PP subject, direct and indirect verbal complements (McCarthy, 1997) . The technique uses the WordNet hypernym hierarchy (Fellbaum, 1998) in tandem with Minimum Description Length learning (Rissanen, 1978) to induce semantic classes of nominal heads at an appropriate level of abstraction. We have results of acquisition from a 10 million word extract from the British National Corpus, and will augment the lex.icon with the acquired selectionai frequencies and use them during parsing as a f urther source of disambiguation information.", |
|
"cite_spans": [ |
|
{ |
|
"start": 216, |
|
"end": 232, |
|
"text": "(McCarthy, 1997)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 285, |
|
"end": 301, |
|
"text": "(Fellbaum, 1998)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 353, |
|
"end": 369, |
|
"text": "(Rissanen, 1978)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The lexicon", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "We have implemented a simple bottom-up parsing algorithm which is being used for grammar development . The parser simulates anchor-up traversal of ES 's. This traversal begins at the anchor no<le with the parser working outwards as it moves upwards towards the root of the ES. When visiting nodes during this traversal, the parser must perforrn various actions. Which particular action is required at each node is determined by the type of node ( e.g. whether it is a frontier or internal node) and its position relative to the anchor (whether it is to the right or left of the anchor ). We refer to each step in this sequence as a parser action and to a sequence of parser actions associated with a ES, as an elementary computation ( E.:C) of that E.:S.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The parser", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Prior to parsing, each word of the input is associated with a set of E.:S's that it can anchor. Each ES in the grammar can be pre-compiled into a (fiat) sequence of parser actions. These sequences, rather than the ES's themselves, are the objects that the parser manipulates during parsing.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The parser", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The parser fills a 2-dimensional table ( where each cell corresponds to a substring of the inpu t) by ad van eing through these parser action sequences as actions are executed. ln addition to action sequences, the items in cells contain multisets that hold suspended action sequences. In LTAG , adjunction has the effect of embedding one tree within another, where a stack can be used by a parser to control the unbounded nesting of Es's that can occur in derivations. LDTG also allows embedding of Es's; however, multisets rat her than s tacks are used to control this embedding. This difference is due to the limited control provided by LDTG over the relative positioning of the components of two composed ES 's. Each entry in the parse table contains a list of pointers to the entries that caused it to be added. Once the table is complete, top-down pruning is performed to remove entries that do not form part of a complete parse. This produces a parse forest from which phrase structure trees are derived.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The parser", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Building an efficient parser for a widecoverage LDTG or LTAG grammar represents a challenge. Each word in the input string introduces a large number of ES's into the parse table: one for each of its possible alternative readings. In the current grammar the words come, break and give anchor around 130, 180 and 340 ES's, respectively. In fact, if we include ES's for all alternative feature values, these figures rise by an order of magnitude. There can be substantial overlap in structure among the Es's associated with a given input word. Existing LTAG parsing algorithms treat each ES as in-dependent, which results in considerable duplication of processing of comrnon structure during parsing. Evans and Weir (1997; 1998) propose that a significant amount of overlapping among Ec's can be pre-cornpiled out by performing the following steps: (1) compile each ES into a finite state automaton; (2) for each set of Es's that a single word can anchor, merge the corresponding automata into a single automaton; (3) minimise the number of states in the merged automaton ( using standard techniques ); and (4) rather than associating each input word with a set of d-trees, associate it with a minimized autornaton and parse as usual. A preliminary indication of how the Evans-Weir proposal will work in practise on the LEXSYs grammar is discussed in (Carroll et al\" 1998b) where we show that using minimized automata leads to a several-hundred-fold reduction in the number of automata states. Even greater savings are achieved when all feature information from the lexicon is included. In fact, the use of minimized automata appears to provide an efficient solution to processing ES 's whose node labels involve feature structures that might normally be encoded with disjunctive feature values (but which we encode with multiple instances of the ES). We are in the process of implementing a parser that exploits this technique in order to more fully evaluate its practical value.", |
|
"cite_spans": [ |
|
{ |
|
"start": 698, |
|
"end": 719, |
|
"text": "Evans and Weir (1997;", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 720, |
|
"end": 725, |
|
"text": "1998)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 1348, |
|
"end": 1370, |
|
"text": "(Carroll et al\" 1998b)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The parser", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "LEXSYs is being developed as a wide-coverage parsing system using a lexicalized grammar formalism. We are employing two techniques to keep the scope of the task under control: (1) encoding grammar nsing DATR to achieve compact representation, and (2) parsing with minimized automata to achieve computation sharing. We feel that this approach allows us to maintain a separation between the issues of linguistic adequacy and processing pragrnatics (grammar storage, parsing efficiency, etc.). The future work will also incorporate a stochastic component for parse disambiguation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Summary", |
|
"sec_num": "6" |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "Automatie extraction of su bcategorization from corpora", |
|
"authors": [ |
|
{ |
|
"first": "Ted", |
|
"middle": [], |
|
"last": "Briscoe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the 5th ACL Conference on Applied Natural Language Pmcessing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "356--363", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ted Briscoe and John Carroll. 1997. Automatie extraction of su bcategorization from corpora. In Proceedings of the 5th ACL Conference on Applied Natural Language Pmcessing, pages 356-363, Washington, DC.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "A formalism and environment for the development of a !arge grammar of English", |
|
"authors": [ |
|
{ |
|
"first": "Edward", |
|
"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 JOth International Joint Conference on A rtificial lntelligence", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "703--708", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Edward Briscoe, Claire Grover, Branimir Bogu- raev, and John Carroll. 1987. A formalism and environment for the development of a !arge grammar of English. In Proceedings of the JOth International Joint Conference on A rtificial lntelligence, pages 703-708, Milan, Italy.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "The derivation of a !arge computational lex.icon of English from LDOCE", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Clairc", |
|
"middle": [], |
|
"last": "Grovcr", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1989, |
|
"venue": "Computational Lexicogmphy for Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John Carroll and Clairc Grovcr. 1989. The derivation of a !arge computational lex.icon of English from LDOCE. In B. Doguraev and E. Briscoe, editors, Computational Lexicogm- phy for Natural Language Processing. Long- man.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Encoding frcquency information in lexicalized grammars", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the 5th International Workshop on Parsing Tcchnologies", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "8--17", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John Carroll and David Weir. 1997. Encod- ing frcquency information in lexicalized gram- mars. In Proceedings of the 5th International Workshop on Parsing Tcchnologies, pages 8- 17.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Can subcatcgorisation probabilities help a statistical parser", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Guido", |
|
"middle": [], |
|
"last": "Minnen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ted", |
|
"middle": [], |
|
"last": "Briscoe", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of the 6th ACL/SIGDAT Workshop on Very Large Corpora", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John Carroll, Guido Minnen, and Ted Briscoe. 1998a. Can subcatcgorisation probabilities help a statistical parser? In Proceedings of the 6th ACL/SIGDAT Workshop on Very Large Corpora, Montreal, Canada.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Grammar compaction and computation sharing in automaton-based parsing", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [], |
|
"last": "Carroll", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nicolas", |
|
"middle": [], |
|
"last": "Nicolov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Olga", |
|
"middle": [], |
|
"last": "Shaumyan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martine", |
|
"middle": [ |
|
"Smets" |
|
], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of lhe First Worl.\u2022shop on Tabulation in Parsing and Deduction", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "16--25", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John Carroll, Nicolas Nicolov, Olga Shaumyan, Martine Smets. and David Weir. 1998b. Grammar compaction and computation shar- ing in automaton-based parsing. In Proceed- ings of lhe First Worl.\u2022shop on Tabulation in Parsing and Deduction, pages 16-25.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "A general architecture for text engineering (GATE) -A new approach to language R&D. Research memo CS-95-21", |
|
"authors": [ |
|
{ |
|
"first": "Hamish", |
|
"middle": [], |
|
"last": "Cunningham", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Robert", |
|
"middle": [], |
|
"last": "Gaizauskas", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yorick", |
|
"middle": [], |
|
"last": "Wilks", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hamish Cunningham, Robert Gaizauskas, and Yorick Wilks. 1995. A general architecture for text engineering (GATE) -A new ap- proach to language R&D. Research memo CS-95-21. Department of Computer Science, University of Sheffi.eld, UI\\.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Does Baum-Welch reestimation help taggers?", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Elworthy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1994, |
|
"venue": "1n Proceedings of tlie 4lh ACL Conference on Applied Natural Language Processing (ANLP'94)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David Elworthy. 1994. Does Baum-Welch re- estimation help taggers? 1n Proceedings of tlie 4lh ACL Conference on Applied Natural Language Processing (ANLP'94), Stuttgart, Germany.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "DATR: A Language for Lexical Knowledge Represen tation", |
|
"authors": [ |
|
{ |
|
"first": "Roger", |
|
"middle": [], |
|
"last": "Evans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gerald", |
|
"middle": [], |
|
"last": "Gazdar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Computational Linguistics", |
|
"volume": "22", |
|
"issue": "2", |
|
"pages": "167--191", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roger Evans and Gerald Gazdar. 1996a. DATR: A Language for Lexical Knowledge Represen tation. Computational Linguistics, 22(2):167-24 7.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "DATR: A language for lexical knowledge representation", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Roger F:Va", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Geral<l", |
|
"middle": [], |
|
"last": "Ns", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Gazdar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1996, |
|
"venue": "Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roger F:va.ns and Geral<l Gazdar. 1996b. DATR: A language for lexical knowledge rep- resentation. Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Automaton-based parsing for lex.ical.ized grammars", |
|
"authors": [ |
|
{ |
|
"first": "E\\", |
|
"middle": [], |
|
"last": "Roger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Ans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the Sth Inter--national Workshop on Parsing Technologies", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "66--76", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roger E\\\u2022ans and David Weir. 1997. Automaton-based parsing for lex.ical.ized grammars. In Proceedings of the Sth Inter- -national Workshop on Parsing Technologies, pages 66-76.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "A structure-sharing parser for lexicalized grammars", |
|
"authors": [ |
|
{ |
|
"first": "Roger", |
|
"middle": [], |
|
"last": "Evans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of the 36th Meeting of the Association Jor Computational Linguistics and the 16th International Conference on Computationa{ Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roger Evans and David Weir. 1998. A structure-sharing parser for lexicalized gram- mars. In Proceedings of the 36th Meeting of the Association Jor Computational Linguis- tics and the 16th International Conference on Computationa{ Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Encoding lexicalized tree adjoining grammars with a nonmonotonic inheritance hierarchy", |
|
"authors": [ |
|
{ |
|
"first": "Roger", |
|
"middle": [], |
|
"last": "Evans", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Gerald", |
|
"middle": [], |
|
"last": "Gazdar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Proceedings of the 33rd Meeting of the Association Jor Computational Linguistics (ACL'9S}", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "77--84", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roger Evans, Gerald Gazdar, and David Weir. 1995. Encoding lexicalized tree adjoining grammars with a nonmonotonic inheritance hierarchy. In Proceedings of the 33rd Meet- ing of the Association Jor Computational Lin- guistics (ACL'9S}, pages 77-84.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "WordNet: An Electronic Lexical Database", |
|
"authors": [], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C. Fellbaum, editor. 1998. WordNet: An Elec- tronic Lexical Database, MIT Press.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Word sense disambiguation for acquisition of selectional preferences", |
|
"authors": [ |
|
{ |
|
"first": "Diana", |
|
"middle": [], |
|
"last": "Mccarthy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Proceedings of the Proceedings of the ACL/EACL 97 Workshop Automatie Information Extraction and Building of Lexical Semantic Resources for NLP Applications", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "52--61", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Diana McCarthy. 1997. Word sense disam- biguation for acquisition of selectional pref- erences. In Proceedings of the Proceedings of the ACL/EACL 97 Workshop Automatie In- formation Extraction and Building of Lexical Semantic Resources for NLP Applications, pages 52-61, Madrid, Spain.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "D-Tree Grammars", |
|
"authors": [ |
|
{ |
|
"first": "Owen", |
|
"middle": [], |
|
"last": "Rambow", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Vijay-Shanker", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Weir", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Proceedings of the 33rd Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "151--158", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Owen Rambow, K. Vijay-Shanker, and David Weir. 1995. D-Tree Grammars. In Proceed- ings of the 33rd Meeting of the Association for Computational Linguistics, pages 151-158.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Modeling by shortest data description", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Llissanen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1978, |
|
"venue": "Automatica", |
|
"volume": "14", |
|
"issue": "", |
|
"pages": "465--471", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. llissanen. 1978. Modeling by shortest data description. Automatica, 14:465-471.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Reasoning with descriptions of trees", |
|
"authors": [ |
|
{ |
|
"first": "James", |
|
"middle": [], |
|
"last": "Rogers", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Vijay-Shanker", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "Proceedings of the 30th Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "72--80", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "James Rogers and K. Vijay-Shanker. 1992. Reasoning with descriptions of trees. In Pro- ceedings of the 30th Meeting of the Associa- tion for Computational Linguistics, pages 72- 80.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "English Jor the Computer", |
|
"authors": [ |
|
{ |
|
"first": "Geoffrey", |
|
"middle": [], |
|
"last": "Sampson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Geoffrey Sampson. 1995. English Jor the Com- puter. Oxford University Press, Oxford, UK.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "A compact encoding of a DTG grammar", |
|
"authors": [ |
|
{ |
|
"first": "Martine", |
|
"middle": [], |
|
"last": "Smets", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Roger", |
|
"middle": [], |
|
"last": "Evans", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of the TAG+ Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martine Smets and Roger Evans. 1998. A com- pact encoding of a DTG grammar. In Pro- ceedings of the TAG+ Workshop.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Comparison of XTAG and DTG", |
|
"authors": [ |
|
{ |
|
"first": "Martine", |
|
"middle": [], |
|
"last": "Smets", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proceedings of the TAG+ Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martine Smets. 1998. Comparison of XTAG and DTG. In Proceedings of the TAG+ Workshop.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"type_str": "figure", |
|
"text": "compatible. Two schematic examples of this operation are shown at the top of", |
|
"uris": null |
|
} |
|
} |
|
} |
|
} |