Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "M91-1026",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:15:24.135545Z"
},
"title": "LANGUAGE SYSTEMS, INC . DESCRIPTION OF THE DBG SYSTEM AS USED FOR MUC-3",
"authors": [
{
"first": "Christine",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Systems, Inc",
"location": {
"addrLine": "6269 Vaniel Avenue, Suite F Woodland Hills",
"postCode": "91367",
"region": "CA"
}
},
"email": ""
},
{
"first": "Bonnie",
"middle": [
"Glover"
],
"last": "Stalls",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Systems, Inc",
"location": {
"addrLine": "6269 Vaniel Avenue, Suite F Woodland Hills",
"postCode": "91367",
"region": "CA"
}
},
"email": ""
},
{
"first": "Robert",
"middle": [
"S"
],
"last": "Belvi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Systems, Inc",
"location": {
"addrLine": "6269 Vaniel Avenue, Suite F Woodland Hills",
"postCode": "91367",
"region": "CA"
}
},
"email": ""
},
{
"first": "Robert",
"middle": [
"E"
],
"last": "Stumberge",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Language Systems, Inc",
"location": {
"addrLine": "6269 Vaniel Avenue, Suite F Woodland Hills",
"postCode": "91367",
"region": "CA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "M91-1026",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "LSI's Data Base Generation (DBG) approach to natural language understanding is characterized by thre e main features: First, the DBG system is comprehensive. It performs full-scale lexical, syntactic, semantic, and discourse analyses of the entire message text being processed and produces a complete knowledge representatio n of the text. Second, the DBG system is modular and flexible . The modular and transparent system architectur e ensures easy extension, maintenance, and upgrading of the system . And, third, the DBG system is generic but at the same time domain-sensitive . It applies domain modeling to text interpretation, which enables the extension of the system to any number of new domains . In addition, it provides a powerful capability for handling unknown data in familiar domains . DBG's development has been based on analysis of large volumes of messag e traffic (thousands of Air Force and Army messages) in five domains, as described below . The system ca n currently process a large number of messages in each of these domains and has been formally tested on previously unseen messages in three of these, with competitive tests against humans performing the same task in tw o domains. The functional flow of the DBG system is shown in Figure 1 ",
"cite_spans": [],
"ref_spans": [
{
"start": 1259,
"end": 1267,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "Foundational aspects of our approach include the use of frame hierarchies based on principles of mathematical logic for the knowledge representation ; the incorporation of elements of discourse structure using insights o n narrative structure from linguistics, anthropology, and sociology ; and a multifunctional integrated unexpecte d inputs (UX) -subsystem to deal with unknown input and that in addition grades the system on its performance . More recently, we have developed a bottom-up parser based on principles of government-binding (GB) theory , and a flexible mechanism for integrating and distributing lexical and semantic information . Several of these aspects have anticipated developments in the field of natural language understanding, whereas others, such as th e (UX) subsystem, are, as far as we know, original with us . Other key aspects of DBG, for example, the incorporation of the sublanguage approach first defined by Zellig Harris in [5] and further developed by Naomi Sage r and the NYU Linguistic String Project in [10] , have made use of existing specialized natural language understanding techniques to solve the particular problems that we have faced, such as the challenge of building a generic system that could process messages from a variety of specialized military domains .",
"cite_spans": [
{
"start": 957,
"end": 960,
"text": "[5]",
"ref_id": "BIBREF4"
},
{
"start": 1040,
"end": 1044,
"text": "[10]",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "THE DBG APPROACH TO NATURAL LANGUAGE PROCESSIN G",
"sec_num": null
},
{
"text": "From a conceptual linguistic perspective, our system is principle-based . This is most obvious in the sentenc e processing mechanisms (versus mechanisms employed in processing larger units of language), wherein we rel y heavily, though not exclusively on recent work in the Government and Binding grammatical framework ( [2] an d [3] ) . Underlying our system design is a conviction that there is a strong isomorphism between syntactic structure and semantic composition. The system attempts to take maximal advantage of this isomorphism to produc e greater comprehension and efficiency in processing . An example of a parse-tree built using GB-based principle s is shown in Figure 2 .",
"cite_spans": [
{
"start": 321,
"end": 324,
"text": "[2]",
"ref_id": "BIBREF1"
},
{
"start": 330,
"end": 333,
"text": "[3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [
{
"start": 675,
"end": 683,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "THE DBG APPROACH TO NATURAL LANGUAGE PROCESSIN G",
"sec_num": null
},
{
"text": "This isomorphism requires a strong linkage between the lexical/syntactic and semantic knowledge for word s and phrases. We have created an external representation for words and concepts which encodes lexical, syntactic and semantic knowledge in a single structure. This representation allows an application developer to concisely express the knowledge required by the system during syntactic and semantic processing . The representation is read into the DBG system by a mechanism which formulates and distributes entries to the appropriat e database (lexical/syntactic or semantic), linking corresponding lexical and semantic entries . During processing , the links between words and their conceptual representations allow the system to validate the semantic \"correctness\" of a word's attachment into the parse tree . An example of the translation from external to interna l frame/lexicon entries is shown in Figure 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 909,
"end": 917,
"text": "Figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "THE DBG APPROACH TO NATURAL LANGUAGE PROCESSIN G",
"sec_num": null
},
{
"text": "The system architecture reflects the approach described above . From the outset, the DBG system was created to handle actual messages . As the core system was ported to new applications, with new domains an d messages, enhanced capabilities were usually required . These capabilities were added to the core system, thus providing us with a steadily improving system with increased functionality and robustness . Although our research on natural language understanding systems goes back almost 20 years, the actual implementations fo r the individual components of the system are all quite recent, generally occurring within the last two to fou r years. The modularity of the DBG system has allowed the individual components to be improved and in severa l cases completely redesigned without requiring changes in the underlying system architecture . The present major redesign of the parser, . accomplished in the course of the MUC-3 effort, has involved the redistribution of processing tasks and re-integration of information shared among four of the main system modules (lexical, syntactic, semantic, and knowledge representation), however the basic system architecture has remained the same .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "The DBG system consists of a series of modules that process message text in stages, and each major level o f analysis is contained in a separate module . The system is organized such that the output data structure generated by each module serves as input to the succeeding module, and is then available to all later modules . The individual modules contain domain-independent processing mechanisms as well as rule sets that allow the incorporation of domain-sensitive features, which aid in processing and in many cases are essential for the correc t interpretation of the message . The functional flow of the system is illustrated in Figure 1 In processing, the message is first extracted from the message stream and the message text is segmented int o distinct words and sentences. Successive lexical, syntactic, and semantic modules then analyze the individual sentences . In each sentence, the lexical definitions of the words and multi-word phrases are found in the lexico n (or derived from Unexpected Input processing, as described below), yielding a lexicalization for the sentence . The lexicalization is then passed to the Government Binding-based parser .",
"cite_spans": [],
"ref_spans": [
{
"start": 635,
"end": 643,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "The parser mechanism works by projecting incoming words to maximal X-bar projections (three-level nodegraphs), examining successive node pairs, performing various syntactic and semantic checks, and then attachin g valid node pairs. The parse structure which is built up through these attachments is represented as an acyclic , directed graph . The mechanism can be thought of as a \"window\" which moves through the emerging parsegraph of the sentence, examining/attaching a pair of nodes at a time . The parser attaches theta-role informatio n (similar to case frames) to properly attached verb-argument nodes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "The parse structure/graph for a sentence is then passed to the functional parse module which traverses th e graph to extract semantic elements and their relations based on the local graph structure, theta-role assignment , and semantic labels derived from the underlying semantic hierarchy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "At the final stage, the sentential semantic parses of a message are searched for data elements having th e appropriate category and relations to other elements to instantiate output frames . At this stage data elements from more than one sentence may be combined in the output knowledge representation, depending on the narrative structure of the messages in the particular domain . The knowledge representation is in the form of fram e structures specifying the properties of events and entities in particular domains and the relations of these event s and entities to one another. In particular, the hierarchical organization of these frames enables the explici t representation of the relations of various event types to one another (i .e., domain events and meta-events , [6] ) . Domain information is stored in a frame subsystem and information implicit to the message i s provided by a mechanism of inheritance built into the frame subsystem . The system thus has the capability of incorporating domain information not explicitly contained in the message, thus representing a deeper understanding of the message text.",
"cite_spans": [
{
"start": 776,
"end": 779,
"text": "[6]",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "I\" N\" I' / n N' I Asp\" [+agr, -past] I ssp p N police Asp V\" have V' V C\" reported I C ' C I\" that I V \" [+agr, +past] Adv V\" tonight I V' V D\" bombed I D' D N \" the I N' N Gen\" embassies Gen' Gen Co.&Ds)\" of / D\" Co f`)' D' Conj D\" and I D N\" D' the I /\\ N' D N\" the N N' prc N soviet unio n",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "A key feature of the system that increases its flexibility and provides a built-in means of extending the system to new material is the Unexpected Inputs (UX) subsystem . The UX subsystem, which is a fully integrate d part of the DBG system, automatically handles new or erroneous material at all levels, including lexical, syntactic, and semantic/discourse unexpected input. At the same time, it tallies the number of times it is invoked, the number of error hypotheses utilized, and the type and degree of deviance of the data it processes in order to provide the user with a measure of its performance and a check on the system output.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "The UX subsystem accomplishes its task by intelligently relaxing the well-formedness constraints on textua l data that the system normally requires and by providing tools for adding new words to the system . At the lexical level, the Lexical Unexpected input module (LUX) corrects errors by allowing partial matches betwee n words in the text and the lexical entries stored in the lexicon . These partial matches are based on a set of erro r hypotheses relating to typographical and Baudot code transmission errors. New or unidentified material is passed to the on-line Word Acquisition Module (WAM1) for preliminary classification by the user by means o f menu selection ; alternatively, the system can operate in an autonomous mode, wherein a word class is assigne d based on the system's morphological analysis of the word. The new words can also be stored for later incorporation into the system by means of a second, more extensive mode of the Word Acquisition Module (WAM2) , which operates off-line to allow periodic lexicon update by the System Administrator .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "Unknown syntactic material is processed by the Parsing Unexpected Inputs processor (PUX) . This modul e constructs parse fragments using the same syntactic grammar rules as the normal syntactic parser but allowin g output of other than complete sentences . The semantic rules can then operate on these parse fragments to extract meaningful data. At the discourse level, the Template Unexpected Input module (TUX) searches for expecte d information missing in the final output knowledge representation from among leftover or unused semantic information . Since such information can include unidentified strings --e .g ., the name of a new terrorist group in the MUC-3 domain --TUX provides a means for recognizing unknown proper names and specifying their functio n in a text. Finally, the Self-Evaluation Module (SEM) rates the overall processing by the UX Subsystem by combining reports for the other UX modules and numerically rating the accuracy of processing performed by them .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "Due to the close integration of syntactic and semantic checking required by the parser, a facility is also provided which reads integrated frame/lexicon representations (human writable/readable) and converts them int o entries for the system-internal lexicon and frame databases . This mechanism ensures that lexical entries containing syntactic data are properly linked to frame entries containing semantic data. As mentioned before, an example of the translation from external to internal frame/lexicon entries is shown in Figure 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 525,
"end": 533,
"text": "Figure 3",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "DBG runs on all Sun workstations (including Sun3, Sun4 and Sun386i models) under the SunOS (UNIX ) operating system using Quintus Prolog .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DBG SYSTEM ARCHITECTURE",
"sec_num": null
},
{
"text": "We have conducted formal tests of the DBG system on previously unseen messages from two domains , Space Event and Long Range Air . In these tests, the system's performance was measured in comparison both to ideal output and to humans performing essentially the same task as the system--extracting information fro m message text and generating application-oriented output templates(*) containing that information . We then collected and evaluated the test data, including the output frames, SEM scores, and the processing time, an d analyzed and categorized the system errors . For both domains, the mean percentage scores for correctly fille d output vector (an application oriented output structure similar to the MUC-3 templates) slots were above 90% . The results of these tests appear in [7] for the Space Event domain and in [11] for Long Range Air .",
"cite_spans": [
{
"start": 792,
"end": 795,
"text": "[7]",
"ref_id": "BIBREF6"
},
{
"start": 830,
"end": 834,
"text": "[11]",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "The five domains to which the DBG system has so far been applied are subdomains of the Air Force, Army , and Navy. Although these domains have in common the fact that they are military, the event and object type s of the individual domains exhibit considerable variation and the message structures are of correspondingly varying degrees of predictability. Ranged along an axis of predictability, the domains are : The three degrees of predictability shown here correspond to characteristics of the domain . The most predictable type, the Space Event domain, has the most limited set of event and object types, i .e., the launch, orbit, and deorbit of certain satellites . Long Range Air is similarly structured, although somewhat less limited, with a certain number of airplane types that can engage in several types of events (e .g ., flying, refueling, performing various missions, taking off, landing) . Less predictable are the main battle events that take place on land and sea ; these are described in the messages of the AirLand Battle Management corpus and the MUC-2 naval corpus . Least predictable are the ongoing events at the company and platoon levels, especially when these are describe d in terms of spoken, rather than written message traffic . The Ft. Riley voice corpus, which consists of lower echelon voice communications collected during the four days of a training exercise, exemplifies this degree o f predictability .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "<--",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "The medium of the message is also important. The messages from four of the domains are written . The headers of the written messages are typically formatted and provide information about the message source, distribution and type; however, the main body of the message is free text, in some cases containing tabular data a s well . The message text typically contains at least three different kinds of discourse--title sentences (comparabl e to the telegraphic style of newspaper headlines), reports of events in the domain, and analysis of those events. We have described the role and different properties of these various kinds of discourse in [8] .",
"cite_spans": [
{
"start": 645,
"end": 648,
"text": "[8]",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "In the fifth domain, the message corpus consists of transcribed Army radiotelephone dialogs from fieldtraining exercises. This voice data is highly unpredictable and complex to analyze . The message equivalent i n this corpus is the dialog, defined as continuous conversation between the same speaker/hearer(s), usually on a particular topic. A major task in processing this corpus is to locate relevant dialogs and synthesize the information within them.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "Message structure also differs in these domains according to whether it is event-driven or topic-driven, o r both . Event-driven messages (Space Event and Long Range Air) are structured narratives of specific even t types ; generally speaking, no message is sent unless a particular event of that type (e .g ., a satellite launch) occurs. The meaningful discourse unit for this type is the paragraph . Topic-driven (AirLand Battle Management and MUC-2) are usually periodic status reports that have labeled or numbered portions of text wit h predefined general topics (e .g., current location of forward elements) ; a context is established but the text is less predictable . The main meaningful discourse unit is the sentence ; sentences within the same paragraph may o r may not be related . Conversation, in addition to its other distinctive properties, combines the two other types . The Ft. Riley corpus of transcribed voice data contains both event-driven (i .e ., information about the battle as it unfolds) and topic-driven (e .g., periodic spot reports) types of information, as well as a great deal of less predictable conversational material. (This corpus is described in [1] , [4] , and [9] ) .",
"cite_spans": [
{
"start": 1183,
"end": 1186,
"text": "[1]",
"ref_id": "BIBREF0"
},
{
"start": 1189,
"end": 1192,
"text": "[4]",
"ref_id": "BIBREF3"
},
{
"start": 1199,
"end": 1202,
"text": "[9]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "In more recent work, we are attempting to exploit more fully the notion of text grammar or discourse modeling at all processing levels as well as in extending the system to new domains, such as the terrorist inciden t messages of the MUC-3 corpus . A text grammar, following van Dijk [12] , is a semantic and pragmatic model of discourse. It specifies how domain information is expressed within the discourse at the phrase, sentence , paragraph, message, and even intermessage levels . An example of a text grammar rule at the sentence level i s the following content rule for title sentences in launch messages from the Space Event corpus (elements i n parentheses are optional) :",
"cite_spans": [
{
"start": 284,
"end": 288,
"text": "[12]",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "Sentence[title] --> Object (Booster) (Action) Launchsite (Time) Dat e This information may be actualized in the title sentence of a message in a variety of lexicosyntacti c configurations. Knowledge and expectations concerning the kinds of information being processed at a certai n point in the message can be crucial in efficiently processing and accurately representing that information and i n filling in gaps where there is new or erroneous information that is not understandable by other means (in the case of DBG, by the UX subsystem processing) . In the DBG system, it can direct template(*) generation an d filling and interpret unexpected input, as well as tracking possible antecedents for anaphoric references .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "Currently, each application of DBG contains rules using slightly different strategies to generate and fill templates, depending on the various properties, as described above, of the domain, the domain sublanguage, and the message type . We envision comprehensive high-level domain-sensitive text grammar rules, selected from a generic set of options, that would direct template-generation and filling and could be used to extend the system t o an entirely new domain . Because of the major redesign of the core system modules which is in the process o f being implemented and tested, we have not yet incorporated this more global model of text grammar into ou r system . However, the flexibility and modularity of the DBG system makes such an approach feasible, and MUC-3 provides a fertile ground for further development of DBG and for testing a more comprehensive tex t grammar approach to message processing .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "FORMAL TESTING OF THE DBG SYSTEM AND EXTENSION TO NEW DOMAINS",
"sec_num": null
},
{
"text": "(*) It is important to note that the tenn \"template \" in the DBG system is a label for the generic message level semantic and pragmati c representational units, not an application oriented structure like the MUC-3 templates . It is the glass box output or internal representational output, as opposed to the MUC-3 templates, which are black box outputs mapped to the external representation required by a given application.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Operating Systems Division",
"authors": [
{
"first": "R",
"middle": [
"S"
],
"last": "Belvin",
"suffix": ""
},
{
"first": "H",
"middle": [
"K"
],
"last": "Holmback",
"suffix": ""
},
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
},
{
"first": "B",
"middle": [
"G"
],
"last": "Stalls",
"suffix": ""
},
{
"first": "R",
"middle": [
"E"
],
"last": "Stumberger",
"suffix": ""
}
],
"year": 1989,
"venue": "Message Fusion: Final Report\", (CDRL A003, CLIN 0002",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Belvin, R .S ., Holmback, H.K ., Montgomery, C .A., Stalls, B .G ., and Stumberger, R.E ., \"Message Fusion: Final Report\", (CDRL A003, CLIN 0002, Contract No . DAAA15-85-C-0115, Ballistic Research Labora- tory), Logicon Inc., Operating Systems Division, OSD-W-R88-06, 1989 .",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Principle-Based Parsing",
"authors": [
{
"first": "Robert",
"middle": [
"C"
],
"last": "Berwick",
"suffix": ""
}
],
"year": 1987,
"venue": "MIT Artificial Intelligence Laboratory",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berwick, Robert C ., \"Principle-Based Parsing\", Technical Report 972, MIT Artificial Intelligence Labora- tory, MIT, Cambridge, MA, 1987 . Burge et al [1989 ]",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Lectures on Government and Binding",
"authors": [
{
"first": "Noam",
"middle": [
"A"
],
"last": "Chomsky",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chomsky, Noam A ., \"Lectures on Government and Binding\", Foris, Dordrecht, 1981 .",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Proceeding s of the 1986 Conference on Intelligent Systems and Machines",
"authors": [
{
"first": "B",
"middle": [
"C"
],
"last": "Glover",
"suffix": ""
},
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "193--198",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Glover, B . C ., and C . A . Montgomery, \"Message Fusion : The Maneuver Sublanguage\", in `Proceeding s of the 1986 Conference on Intelligent Systems and Machines', pp . 193-198, Oakland University, Roches - ter, MI, 1986 .",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Mathematical Structures of Language",
"authors": [
{
"first": "Z",
"middle": [
"S"
],
"last": "Harris",
"suffix": ""
}
],
"year": 1968,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Harris, Z. S ., \"Mathematical Structures of Language\", Wiley (Interscience), New York, 1968 .",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Distinguishing Fact from Opinion and Events from Meta-Events",
"authors": [
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
}
],
"year": 1983,
"venue": "Proceedings o f the Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "55--61",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Montgomery, C .A., \"Distinguishing Fact from Opinion and Events from Meta-Events\", in `Proceedings o f the Conference on Applied Natural Language Processing', pp . 55-61, Santa Monica, CA, 1983 .",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Proceedings of the Annual AI Systems i n Government Conference",
"authors": [
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Burge",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Holmback",
"suffix": ""
},
{
"first": "J",
"middle": [
"L"
],
"last": "Kuhns",
"suffix": ""
},
{
"first": "B",
"middle": [
"G"
],
"last": "Stalls",
"suffix": ""
},
{
"first": ")",
"middle": [],
"last": "Glover",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Stumberger",
"suffix": ""
},
{
"first": "R",
"middle": [
"L"
],
"last": "Russel",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "258--265",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Montgomery, C .A ., Burge, J., Holmback, H ., Kuhns, J.L., Stalls, B .G . (Glover), Stumberger, R, and R . L . Russel Jr., \"The DBG Message Understanding System\", in `Proceedings of the Annual AI Systems i n Government Conference', pp . 258-265, Computer Society of the IEEE, Washington, D.C ., 1989 .",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A Sublanguage for Reporting and Analysis of Space Events,\" i \u01f9 Analyzing Language in Restricted Domains: Sublanguage Description and Processing",
"authors": [
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
},
{
"first": "B",
"middle": [
"C"
],
"last": "Glover",
"suffix": ""
}
],
"year": 1986,
"venue": "",
"volume": "",
"issue": "",
"pages": "129--161",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Montgomery, C . A., and B . C . Glover, \"A Sublanguage for Reporting and Analysis of Space Events,\" i \u01f9 Analyzing Language in Restricted Domains: Sublanguage Description and Processing', R . Grishman an d R . Kittredge (eds .), pp . 129-161, Lawrence Erlbaum Associates, Hillside, NJ, 1986 .",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "A Text Grammar for Automated Analysis of C3I Messages",
"authors": [
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
},
{
"first": "B",
"middle": [
"C"
],
"last": "Glover",
"suffix": ""
}
],
"year": 1984,
"venue": "i \u01f9 Proceedings of the 1984 Conference on Intelligent Systems and Machines",
"volume": "",
"issue": "",
"pages": "347--352",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Montgomery, C . A . and B . C . Glover, \" A Text Grammar for Automated Analysis of C3I Messages\", i \u01f9 Proceedings of the 1984 Conference on Intelligent Systems and Machines', pp . 347-352, Oakland University, Rochester, MI, 1984 .",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Natural Language Information Processing : A Computer Grammar of English and Its Applications",
"authors": [
{
"first": "N",
"middle": [],
"last": "Sager",
"suffix": ""
}
],
"year": 1981,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sager, N ., \"Natural Language Information Processing : A Computer Grammar of English and Its Applica- tions\", Addison-Wesley, Reading, MA, 1981 .",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Long Range Air (LRA) Data Base Generato r (DBG) Final Technical Report",
"authors": [
{
"first": "B",
"middle": [
"G"
],
"last": "Stalls",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Stumberger",
"suffix": ""
},
{
"first": "C",
"middle": [
"A"
],
"last": "Montgomery",
"suffix": ""
}
],
"year": 1990,
"venue": "Griffiss Air Forc e Base",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stalls, B .G ., Stumberger, R . and Montgomery, C . A., \"Long Range Air (LRA) Data Base Generato r (DBG) Final Technical Report\" , RADC-TR-89-366, Rome Air Development Center, Griffiss Air Forc e Base, Rome, NY, 1990 .",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Some Aspects of Text Grammar",
"authors": [
{
"first": "T",
"middle": [
"A"
],
"last": "Van Dijk",
"suffix": ""
}
],
"year": 1972,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "van Dijk, T . A., \"Some Aspects of Text Grammar\", Mouton, The Hague, 1972 .",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "(actually Figure 1 of our site repor t [Language Systems Inc : MUC-3 Test Results and Analysis] in this proceedings).",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF1": {
"text": "(which is actually Figure 1 of our site report [Language Systems Inc : MUC-3 Test Results and Analysis] in this proceedings) .",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF2": {
"text": "Parse Tree for Test Set 1 -Message 99 -Sentence Police have reported that terrorists tonight bombe d the embassies of the prc and the soviet union \" , isa, value, attack) .I ..1 f(bombing, frame_type, value, class) , f(bombing, external_arg, theta_role, agent) . i I I f(bombing, internal_arg, theta_role, patient) . -'' f(bombing, oblique_arg, theta_role, agent) . % pp(by) I f(bombing, patient, selection, physical object) . . ((bombing, instrument, selection, explosive) . % i n h e r i t e d : ( f(bombing, agent, selection, [human, organizational_entity]) .) I f(bomb, isa, value, explosive_device) . f(bomb, frame_type, value, class) . . f(bomb, type, value, object) . Entries to Lexicon database : 1(<BaseAtom>, <BaseChars>, <LexCat>, <Subcats>, <FrameRef>) . --\u2022--\u2022->l(bomb, \"bomb\", infin, [strict(np)], bombing) . \" 'j D(bombing, \"bombing\", noun, [], bombing) . )nE1(bomb, \"bomb\", noun, [], bomb).",
"uris": null,
"num": null,
"type_str": "figure"
},
"FIGREF3": {
"text": "Sample FLEX Entry described in",
"uris": null,
"num": null,
"type_str": "figure"
}
}
}
}