ACL-OCL / Base_JSON /prefixM /json /M93 /M93-1014.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "M93-1014",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:14:12.151973Z"
},
"title": "NEC : DESCRIPTION OF THE VENIEX SYSTE M AS USED FOR MUC-5",
"authors": [
{
"first": "Kazunori",
"middle": [],
"last": "Muraki",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "NEC Corp. Information Technology Research Laboratories Human Language Research",
"location": {
"addrLine": "Laborator y 4-1-1, Miyamae-ku",
"postCode": "216",
"settlement": "Kawasaki",
"region": "Miyazaki"
}
},
"email": "k-muraki@hum.cl.nec.co.jp"
},
{
"first": "Shinichi",
"middle": [],
"last": "Doi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "NEC Corp. Information Technology Research Laboratories Human Language Research",
"location": {
"addrLine": "Laborator y 4-1-1, Miyamae-ku",
"postCode": "216",
"settlement": "Kawasaki",
"region": "Miyazaki"
}
},
"email": "doi@hum.cl.nec.co.jp"
},
{
"first": "Shinichi",
"middle": [],
"last": "Ando",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "NEC Corp. Information Technology Research Laboratories Human Language Research",
"location": {
"addrLine": "Laborator y 4-1-1, Miyamae-ku",
"postCode": "216",
"settlement": "Kawasaki",
"region": "Miyazaki"
}
},
"email": "ando@hum.cl.nec.co.jp"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "M93-1014",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "NEC Corporation has had years of experience in natural language processing and machine translation [l , 2, 3, 4, 5] , and currently markets commercial natural language processing systems . Utilizing dictionaries and parsing engines we have already had, we have developed the VENIEX System (VENus for Information EXtraction) as used for MUC-5 in only three months. Our method is to apply both domain-specifi c keyword-based analysis and full sentential parsing with general grammar [6, 7] . The keyword dictionary o f VENIEX contains about thirty thousand entries, whose semantic structures are sub..ME_Capability frame , and the parsing and discourse processing are controlled with the information given in this semantic structure of keywords . The resulting scores of VENIEX for formal run *texts were from 0 .7181(minimum) t o 0 .7548(maximum) in Richness-Normalized Error and 48 .33 in F-MEASURES(P&R) .",
"cite_spans": [
{
"start": 99,
"end": 115,
"text": "[l , 2, 3, 4, 5]",
"ref_id": null
},
{
"start": 481,
"end": 484,
"text": "[6,",
"ref_id": "BIBREF5"
},
{
"start": 485,
"end": 487,
"text": "7]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "The overall system architecture is shown in Fig. 1 . An input text is divided into sentences and eac h sentence is processed separately. ME_Capability frames are extracted from each sentence . An example of the procedure of information extraction from one sentence by VENIEX is shown in Fig . 2-4 .",
"cite_spans": [],
"ref_spans": [
{
"start": 44,
"end": 50,
"text": "Fig. 1",
"ref_id": "FIGREF1"
},
{
"start": 287,
"end": 296,
"text": "Fig . 2-4",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "SYSTEM ARCHITECTUR E",
"sec_num": null
},
{
"text": "The characteristic modules of VENIEX are as follows :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SYSTEM ARCHITECTUR E",
"sec_num": null
},
{
"text": "\u2022 Keyword Dictionary which contains about thirty thousand entries, whose semantic structures ar e sub_ ME_Capability frame , \u2022 Parser which generates ME_Capability frames by correlating keywords during full sentential parsing , whose process is controlled with the information in this semantic structure of keywords , \u2022 Discourse Processor which combines MECapability frames of each sentence .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SYSTEM ARCHITECTUR E",
"sec_num": null
},
{
"text": "We call this lexical-information-driven method for parsing and discourse processing \"Lexical-Discourse-Parsing\" . This method utilizes the merits of both domain-specific keyword-based analysis and full sentential parsing and discourse processing with general grammar. It also reduces expenses of general parsing and discourse processing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SYSTEM ARCHITECTUR E",
"sec_num": null
},
{
"text": "This module divides an input text into a header and a body of the text, and stores the document number , date and source information from the header for entry into the template . It also divides the body of the text into sentences, which will be processed separately during morphological analysis and parsing . ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Preprocesso r",
"sec_num": null
},
{
"text": "( Output : templa..e -\") - Our system utilizes two dictionaries, a syntactic dictionary and a keyword dictionary. Both dictionaries are converted from the machine translation dictionaries we had developed . The syntactic dictionary contain s about ninety thousand entries and the keyword dictionary contains about thirty thousand entries, includin g the names of corporations, pieces of equipment, devices, place names, etc. Also, we extracted the names w e didn't have in our original dictionaries from the Tipster corpus, and enlarged the keyword dictionary .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "+ i '",
"sec_num": null
},
{
"text": "We added semantic structures which are sub_ME_Capability frame -partial structure of ME_Capability frame-to the entries of the keyword dictionary. Examples of the sub-frames are shown in Fig . 2 . Fig .2-a) is an example of an Entity sub-frame, which provides slots for a name and a type of an entity. This sub-frame can provide other-name-slot whose value is a list of other names of the entity including nicknames and abbreviations, such as \"NEC\" and \" E \" of \" 8 *It% \" .",
"cite_spans": [],
"ref_spans": [
{
"start": 187,
"end": 194,
"text": "Fig . 2",
"ref_id": null
},
{
"start": 197,
"end": 206,
"text": "Fig .2-a)",
"ref_id": null
}
],
"eq_spans": [],
"section": "+ i '",
"sec_num": null
},
{
"text": "is an example of a ME_Capability sub-frame, which provides slots for the process type an d detailed information of the process including its type and the equipment used . The words to which a ME_Capability sub-frame is added are extracted from technical term dictionaries of microelectronics and th e Tipster corpus . Fig .2-c) is an example of a Relation sub-frame, which is added to words representing the relation betwee n words with an Entity sub-frame and words with a ME_Capability sub-frame . These sorts of words are generally Japanese verbs . The Relation sub-frame provides case slots with a case marker -Japanese postpositiona l particles-representing grammatical relations . Each case slot contains a sub-slot representing whether the filler of this case slot is a word with an Entity sub-frame or a word with a ME_Capability sub-frame . If i t is a word with an Entity sub-frame, the case slot also contains a sub-slot representing the role of the Entity sub-frame to a ME_Capability sub-frame, whose value is a list of \" MRI' (developer)\", \" M1Z . (manufacturer)\", \" kk4 (distributor)\" or \"J k/ 11~(purchaser_or_user)\" . Therefore, the Relation sub-frame i n Fig .2 -c) means that :",
"cite_spans": [],
"ref_spans": [
{
"start": 318,
"end": 327,
"text": "Fig .2-c)",
"ref_id": null
},
{
"start": 1173,
"end": 1179,
"text": "Fig .2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Fig .2-b)",
"sec_num": null
},
{
"text": "\u2022 The Japanese verb \" l (manufacture)\" has two case slots .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fig .2-b)",
"sec_num": null
},
{
"text": "\u2022 The filler of the first slot with a subject marker \" 7r\" is a word with an Entity sub-frame, whose role to a ME_Capability sub-frame is \" * AZ' (manufacturer)\" .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fig .2-b)",
"sec_num": null
},
{
"text": "\u2022 The filler of the second slot with an object marker \" \" is a word with a ME_Capability sub-frame .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fig .2-b)",
"sec_num": null
},
{
"text": "This module divides input sentences into morphemes and gives every morpheme lexical attributes wit h a syntactic dictionary and a keyword dictionary. For example, an input sentence \" R *Acs Ofr CVD I\u00ae.1~6 0 (Nihon-shinkuu-gijutsu manufactures a piece of CVD-equipment.)\" is divided as shown i n Fig . 3 , and the semantic structures shown in Fig. 2 are given to morphemes \" 5 * I!#5t$T \", \"CVD fib \" and \"IS \" .",
"cite_spans": [],
"ref_spans": [
{
"start": 295,
"end": 302,
"text": "Fig . 3",
"ref_id": "FIGREF2"
},
{
"start": 342,
"end": 348,
"text": "Fig. 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Morphological Analyzer",
"sec_num": null
},
{
"text": "If a morpheme is encountered that doesn't exist in the dictionaries, it is marked as an unknown wor d and its part of speech is estimated from neighboring morphemes . For example, in a text that contains many nouns, the recognition of unknown words becomes an important function because these words ma y be important proper nouns . Numerical values are also tagged with the same kinds of information as word s because they often perform as content words, and are often useful for determining sentence structures .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Morphological Analyzer",
"sec_num": null
},
{
"text": "This module re-collects morphemes given by the Morphological Analyzer and produces phrases . It also combines the ME_Capability sub-frames given to the words in a phrase, and assigns a new combine d ME_Capability sub-frame to the output phrase .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Local Parser",
"sec_num": null
},
{
"text": "This module also deduces keywords from particular suffixes and patterns . For example, the nouns preceding the suffix \"it \" or \" .t4\u00b1 \" is considered as business entities . Unknown noun preceding parenthese s inserted a place name can be business entities, too . ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Local Parser",
"sec_num": null
},
{
"text": "ME_Capability frames from sub-frames described in a keyword dictionary by correlating keywords durin g full sentential parsing, whose process is controlled with the information in the sub-frames . For example, as illustrated in Fig . 4 , the Parser recognizes the structure of the sentence \" B *X=#i*>3 t CVD l~'k l $ Z . \" and constructs a ME_Capability frame from sub-frames shown in Fig . 2 .",
"cite_spans": [],
"ref_spans": [
{
"start": 228,
"end": 235,
"text": "Fig . 4",
"ref_id": "FIGREF3"
},
{
"start": 386,
"end": 393,
"text": "Fig . 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Parser can handle a wide variety of complex sentences . It analyzes and generates modifying connections between phrases and the relation between keywords . It constructs semantic structures which ar e",
"sec_num": null
},
{
"text": "This module can also deduce keywords . If an unknown noun fills a Relation sub-frame's case slot whose filler must be a word with an Entity sub-frame, this noun can be considered as an entity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parser can handle a wide variety of complex sentences . It analyzes and generates modifying connections between phrases and the relation between keywords . It constructs semantic structures which ar e",
"sec_num": null
},
{
"text": "In addition, the Parser recognizes special expressions whose sub_ME_Capability frames are used for discourse processing . It selects the most important Entity sub-frame and the ME-Capability sub-frame, an d also analyzes the Entity sub-frame and the ME_Capability sub-frame represented by anaphoric expressions . Parser keep these sub-frames respectively in \"currentEnt\" slot, \"currentME\" slot, \"anaphorEnt\" slot an d \"anphorME\" slot . We will later show examples of these slots with a walkthrough example .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Parser can handle a wide variety of complex sentences . It analyzes and generates modifying connections between phrases and the relation between keywords . It constructs semantic structures which ar e",
"sec_num": null
},
{
"text": "Though it is not illustrated in Fig . 1 , VENIEX has another module as a fail-safe system between the Parse r and the Discourse Processor. If the Parser cannot analyze an input sentence and outputs only fragments of ME_Capability frame, this Postparser module re-collects and combines the fragments without considering the sentence structure .",
"cite_spans": [],
"ref_spans": [
{
"start": 32,
"end": 39,
"text": "Fig . 1",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "The Parser can handle a wide variety of complex sentences . It analyzes and generates modifying connections between phrases and the relation between keywords . It constructs semantic structures which ar e",
"sec_num": null
},
{
"text": "This module combines ME_Capability frames generated by the Parser into frames representing content o f the whole article . It recognizes relation among the ME_Capability frames by resolving co-reference for entitie s and microelectronics . The co-reference resolution is achieved by unifying \"currentEnt\" with \"anaphorEnt \" and unifying \"currentME\" with \"anphorME\" . VENIEX can resolve co-reference represented by a wide variety of expressions : anaphoric expression (identical and unidentical), cleft sentence, ellipsis, name of Entities , etc [7] . We will later show an example of this process with a walkthrough example as well .",
"cite_spans": [
{
"start": 545,
"end": 548,
"text": "[7]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Processor",
"sec_num": null
},
{
"text": "In VENIEX, the outputs of the Discourse Processor are ME_Capability frames . In other words, essential information has already been extracted during morphological, syntactic and discourse analysis. All that remains is to transform the frames and the information of the input article stored by the Preprocessor t o the output templates in the official form .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Template Generato r",
"sec_num": null
},
{
"text": "VENIEX has two steps for ME information extraction; 1) extracting ME_Capability frames separately from each sentence, 2) combining the frames above into frames representing content of the whole text . Thi s method has two tasks in constructing a body of knowledge with small pieces of information contained in more than one sentence . First, it must construct new information with pieces of partial information scattere d in different sentences . Second, it must identify identical information represented by different expressions . VENIEX attains these tasks by discourse processing on surface expressions focused on ellipsis, anaphor a and so on . The walkthrough text, however, has discourse problems that can't be solved with that particula r surface process . Therefore VENIEX can't merge the information sufficiently and outputs two ME object s for only one ME object in the text. Also, VENIEX fails in complement of ellipsis and extracts only on e entity for two entities. As a result, the evaluation of walkthrough text is 66 .67 P&R.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "PROCESSING WALKTHROUGH TEX T Overvie w",
"sec_num": null
},
{
"text": "The Morphological Analyzer divides a sentence into morphemes and assigns corresponding syntactic information to each morpheme using the syntactic dictionary. At the same time, it assigns some information from the keyword dictionary to morphemes . The notation \"/\" in Fig . 5 is a delimiter of two morphemes. A morpheme recognized as a keyword is followed by a corresponding sub_ME_Capability frame, which is a partial structure of ME_Capability frame, loaded from the keyword dictionary. For example the word \" *A'' , which means \"manufacturing\" , has information that the entity which appears as the subject plays a manufacturer part of the object, th e ME_Capability frame. The word \" 8 *AM* \", which is a company name, has information that the typ e is company. The word \" *Xli C V D ((t*71l*l ) \", which means \"CVD equipment\", conveys information that the type is layering and that the film is metal, and implies the existence of equipment .",
"cite_spans": [],
"ref_spans": [
{
"start": 267,
"end": 274,
"text": "Fig . 5",
"ref_id": "FIGREF5"
}
],
"eq_spans": [],
"section": "Morphological Analyze r",
"sec_num": null
},
{
"text": "VENIEX gathers the sub_ME_Capability frames and combines them into the ME_Capability frames .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": ".2----f Yy-~;/at)L] ;",
"sec_num": "4"
},
{
"text": "The Local Parser recognizes a Japanese phrase by utilizing local patterns and the syntactic informatio n given by the Morphological Analyzer . The Local Parser combines sub_ME_Capability frames in one phrase .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Local Parser",
"sec_num": null
},
{
"text": "The way of combination differs according to the sort of keywords ; \" s :/ T 4 t 4 --\" (entity), \" 4f n S-",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Local Parser",
"sec_num": null
},
{
"text": "L P' l q 4 .z gg \" (microelectronics), \" BM \" (relationship) and so on. x : relations. The way to combine the frames depends on the sort of each of the keywords .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "/T4 T'( -Al } } /IW tta ) {key~~(q q x L' 4 I\u2022 u z fl {) top{ R1 Ra }} } / t / /1MMfii C V D (1) 1W {key -74oxL7h p =7 .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "The output of the Parser to walkthrough text is shown in Fig. 7 . In Fig . 7 , the number following a notation of \"_\" is an index . If two objects have a same index, these objects are the identical.",
"cite_spans": [],
"ref_spans": [
{
"start": 57,
"end": 63,
"text": "Fig. 7",
"ref_id": null
},
{
"start": 69,
"end": 76,
"text": "Fig . 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "+++ 00 ++++++++++++++++++++++++++++++++ + {entities [ x YT45-4 -{ T( *IA (\u00ae) 7-t!i-.3.--h .y7 (lam) ; spell BTU4L5' -~' /a-')1' ; SURF [e-T4 -. -4Y9 -fvajJL, }-743--x(%9-.1-:/al-) q }} ; J g 1 g/TUJ1lg 0 ; keg q ; Slag q ; ;OA4' q }] : SUS [e-5-4-7-7)1,/iyr/, e-T 4 .L-7)11 i '] ; Figure 7 : Walkthrough -The result of parsing -",
"cite_spans": [],
"ref_spans": [
{
"start": 128,
"end": 181,
"text": "; SURF [e-T4 -. -4Y9 -fvajJL, }-743--x(%9-.1-:/al-)",
"ref_id": "FIGREF1"
},
{
"start": 283,
"end": 291,
"text": "Figure 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "In the 1st sentence (No . 00), for example, manufacture and distribution on the CVD equipment is extracted. The sentence consists of two simple sentences and the extracted information lies in the 2nd simple sentence. VENIEX recognizes that these two simple sentences share the nominative case, and combines th e ME_Capability frames according to the path of information ;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "{\"Q*As#0 \"_\" rlLt0 \"-{\"tZ \" -\"CVD E \"} } ({Entity -\"agree\" -{\"manufacture and distribute\" -Equipment}}) .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "This results in VENIEX extracting the ME_Capability frame, as shown in Fig . 7 .",
"cite_spans": [],
"ref_spans": [
{
"start": 71,
"end": 78,
"text": "Fig . 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "The Parser in VENIEX extracts 5 ME_Capability frames from 4 sentences ; the 1st sentence, the 2nd sentence (No . 01), the 6th sentence (No . 05) and the 7th sentence (No . 06) . As for the 6th sentence, VENIEX succeed in extracting 2 ME_Capability frames from the noun phrase, \" 8 *A # Miff F rig \u2022 Pkn L T to 3 C JtJ CVD \", and an entire of sentence .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "Meanwhile, the Parser keeps a sub_ME_Capability frame, which appears as an entity or microelectronics in the sentence, respectively in \"entities\" slot and \"currentME\" slot . Additionally, for an entity (sub_ME_Capability frame), which is the subjective case in the given sentence, the Parser keeps it in \"cur-rentEnt\" slot . For a sub_ME_Capability frame represented by anaphoric expressions, the Parser also instantiates \"anaphorEnt\" slot or \"anaphorME\"slot . After anaphora resolution, it puts referred \"currentEnt\" slo t or \"currentME\" slot in corresponding \"anaphorEnt\" slot or \"anaphorME\"slot .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "I .",
"sec_num": null
},
{
"text": "The Discourse Processor merges ME_Capability frames the Parser output by utilizing \"entities\" slot , \"currentEnt\" slot, \"currentME\" slot, \"anaphorEnt\" slot and \"anaphorME\" slot. For example, the 2nd sentence in the walkthrough carries information that the entity \" *As 'J \" distributes some equipment and the equipment which appears in anaphoric expression \" Jiff \" refers to the CVD equipment in the 1st sentence . In processing the 2nd sentence, the Discourse Processor recognizes the expression \" fit \" as an anaphoric expression and instantiates the \"anaphorME\" while extracting sub_ME_Capability frame (see Fig . 7 ) . It checks consistency between the \"anaphorME\" slot and the \"currentME\" slot instantiated in processing the previous sentence and identifies these as the same object .",
"cite_spans": [],
"ref_spans": [
{
"start": 612,
"end": 619,
"text": "Fig . 7",
"ref_id": null
}
],
"eq_spans": [],
"section": "Discourse Processor",
"sec_num": null
},
{
"text": "VENIEX makes two mistakes in discourse processing for walkthrough text .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Processor",
"sec_num": null
},
{
"text": "One appears in ellipsis processing . Ellipsis of nominative in the 6th sentence must be resolved for extracting the entity which is the distributor . The distributor entity must be \"BTU 7 )t'!< i 4 \" in the 3rd sentence because it is clear, according to context, that the 2nd paragraph is written about its activities. But VENIEX selects \"currentEnt\" slot which is the nominative of the 2nd sentence, because it lacks knowledg e to process a paragraph or joint venture .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Processor",
"sec_num": null
},
{
"text": "The other mistake is caused by failure in merging ME_Capability frame in the 1st paragraph with one i n the 2nd paragraph . These frames must be identical objects because the topic of the article is a joint venture , and a joint venture distributes often products of parent company .' (We think, however, that the equivalence of the CVD equipment cannot be decided based only on these clues, and it is possible to interpret that thi s equipment are different .) VENIEX processes all ME objects separately when there is no specified referentia l ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Discourse Processor",
"sec_num": null
},
{
"text": "The resulting scores of VENIEX at formal run were from 0 .7476(minimum) to 0 .7858(maximum) i n Richness-Normalized Error and 47.41 in F-MEASURES(P&R), which are shown in Table 1 . We have improved the system a little after the formal run -only by debugging parsing rules, not by adding new rules and/or dictionaries-, and the current scores of VENIEX for formal run texts are from 0 .7181(minimum ) to 0.7548(maximum) in Richness-Normalized Error and 48 .33 in F-MEASURES(P&R), which are shown i n Table 2 . The current scores for dry run texts are also shown in Table 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 171,
"end": 178,
"text": "Table 1",
"ref_id": null
},
{
"start": 499,
"end": 506,
"text": "Table 2",
"ref_id": null
},
{
"start": 564,
"end": 571,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "RESULTS AND FUTURE WORK",
"sec_num": null
},
{
"text": "Though we have developed the VENIEX System in only three months, there wasn't so much differenc e in scores with other systems in MUG-5 . But the scores were lower than we had expected . The main reaso n is the lowness of recall rate . We didn't have enough time to collect keywords, especially verbs representin g the relations between entities and microelectronics .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RESULTS AND FUTURE WORK",
"sec_num": null
},
{
"text": "We have developed many new functions for the MUG5 system, such as co-reference resolution and keyword deduction . We have been evaluating these functions separately to judge weather they worked as w e designed . For example, to evaluate the performance of keyword deduction function in the Local Parser and the Parser, we made an information extraction experiment without dictionaries of entities . The resultin g scores for formal run text are shown in Table 4 . The result says that this function works well. Throug h the development of VENIEX system for MUG-5, we have learned that we can realize information extractio n system with our natural language processing techniques . But to improve the system, we must make mor e detailed evaluation of performance of each function .",
"cite_spans": [],
"ref_spans": [
{
"start": 454,
"end": 461,
"text": "Table 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "RESULTS AND FUTURE WORK",
"sec_num": null
},
{
"text": "One of the biggest theme of future work is automated or semi-automated training of the system . We plan to develop a bootstrapping method to improve the system with iterating cycles of \"refining system\" -\"evaluating the performance\" .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RESULTS AND FUTURE WORK",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "VENUS : Two-phase Machine Translation System",
"authors": [
{
"first": "K",
"middle": [],
"last": "Muraki",
"suffix": ""
}
],
"year": null,
"venue": "Future Generations Computer Systems",
"volume": "2",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Muraki, K ., \"VENUS : Two-phase Machine Translation System\", Future Generations Computer Sys- tems, 2, 198 6",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Multi-lingual Machine Translation System",
"authors": [
{
"first": "S",
"middle": [],
"last": "Ichiyama",
"suffix": ""
}
],
"year": 1989,
"venue": "",
"volume": "",
"issue": "",
"pages": "18--131",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ichiyama, S., \"Multi-lingual Machine Translation System\", Office Equipment and Products, 18-131 , August 1989",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Multi-lingual Sentence Generation from the PIVOT interlingua",
"authors": [
{
"first": "A",
"middle": [],
"last": "Okumura",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Muraki",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Akamine",
"suffix": ""
}
],
"year": 1991,
"venue": "Proceedings of MT SUMMIT III",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Okumura, A ., Muraki, K . and Akamine, S., \"Multi-lingual Sentence Generation from the PIVOT inter - lingua\", Proceedings of MT SUMMIT III, July 199 1",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Long Sentence Analysis by Domain-Specific Patter n Grammar",
"authors": [
{
"first": "S",
"middle": [],
"last": "Doi",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Muraki",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Kamei",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Yamabana",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of EACL 93",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Doi, S., Muraki, K ., Kamei, S . and Yamabana, K ., \"Long Sentence Analysis by Domain-Specific Patter n Grammar\", Proceedings of EACL 93, April 1993",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "On Representation of Preference Scores",
"authors": [
{
"first": "K",
"middle": [],
"last": "Yamabana",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Kamei",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Muraki",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of TMI-93",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yamabana, K ., Kamei, S. and Muraki, K ., \"On Representation of Preference Scores\", Proceedings of TMI-93, July 1993",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Information Extraction System based on Keywords and Text Structure",
"authors": [
{
"first": "S",
"middle": [],
"last": "Ando",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Doi",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Muraki",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 47th Annual Conference of IPSJ",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ando, S., Doi, S. and Muraki, K ., \"Information Extraction System based on Keywords and Text Struc- ture\", Proceedings of the 47th Annual Conference of IPSJ, October 1993 (in Japanese )",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Context Analysis in Information Extraction System based on Keywords and Text Structure",
"authors": [
{
"first": "S",
"middle": [],
"last": "Doi",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Ando",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Muraki",
"suffix": ""
}
],
"year": 1993,
"venue": "Proceedings of the 47th Annual Conference of IPSJ",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Doi, S ., Ando, S. and Muraki, K ., \"Context Analysis in Information Extraction System based on Key - words and Text Structure\", Proceedings of the 47th Annual Conference of IPSJ, October 1993 (i n Japanese)",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"text": "Input : Tipster text ) , -; .. .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. .. .. .. . . .. .. . . . . .. . . . . . . . . . . . . . . . . . . . . . . .. . . .. ... . .. . . . . . . . . . . . . . . . . . . .",
"type_str": "figure",
"uris": null
},
"FIGREF1": {
"num": null,
"text": "System Architecture of VENIE X Dictionarie s",
"type_str": "figure",
"uris": null
},
"FIGREF2": {
"num": null,
"text": "Example of Input Sentenc e",
"type_str": "figure",
"uris": null
},
"FIGREF3": {
"num": null,
"text": "Example of Information Extractio n Parser This module re-collects phrases produced by Local Parser and outputs parse trees and semantic structures , which are ME_Capability frames . Its function involves not only parsing but also semantic interpretation , lexical disambiguation and information extraction . The main body of the analyzer is a unification-base d chart parser, and the parsing strategy is bottom-up breadth-first. The solution with the highest preferenc e score is selected . Our Local Parser and Discourse Processor are based on the same parsing engine and diffe r only in parsing rules. Sharing engines and functions by modules, we can efficiently develop the VENIEX system .",
"type_str": "figure",
"uris": null
},
"FIGREF4": {
"num": null,
"text": "t s ;/ r 4 T 4 -~: 8 *A_a T'fT 4",
"type_str": "figure",
"uris": null
},
"FIGREF5": {
"num": null,
"text": "below shows the result of morphological analysis of the 1st sentence of the walkthrough . /*4'W /M A {key Ii {slot ['WWI) {csh ~+t ; ckey {key -7 4E7 LL' 1-U .= { Ili top{RIR f}} } /q)/ ; ; {key [ 'f {slot [\"YI'PI' g J {csh 711 ; ckey = :/T 4 T 4 -; rolslots Mt, Rat , *WiJ{csh t ; ckey 7 ,( 13 -T -L~j Fo=' fl }]} } /) ( -t -/ . / 13 *AM* {key x Yt4T4 -{ :'5 4T4-8U k ; spell *Asa }} / (/*4\u00b1/4 *iIR *'-{key 1(b : , {gazette B* (C1) **III (W) *4 (tti) ; level 3} } /rti/ . /#t$c/Vf/11i1/1 /) /li/ ;\u2666; 1 {key Hk {gazette *RI (\u00ae) ; level i} } / 0)/*/Jj {key t% {slot Ef i {csh ti* ; ckey .X. :/5 -45 --rolslots [ i ] } , 1~~]{csh ; ckey 7 .(gnxL4 F o =Agtit }]} } /M/4 /VP/0)/>ikt $ {key 9tl {slot [4S',j {csh 0 ; ckey x-:/t 4 T 4 -; rolslots [PO' A', Wi g , is / BTU'f ./4' -tintr i {key SY5-4T4 -{x ;/t t4-SU 11 ; SU k [e-T4 -3 -4 -~stb,",
"type_str": "figure",
"uris": null
},
"FIGREF6": {
"num": null,
"text": "{csh 'k ; ckey z ' ( 'tixLy 1-0=7.51it } , ftig4i] {csh orO , ckey .x,/T4T4-; roleslots [JJIA / illfi ]}]} } {key 4$11i1iiH{slot [f*-N''i{csh 0 ; ckey x ./t4T4t J {csh T ; ckey 11f4 }}] } / L/f:/0 / Walkthrough -The result of morphological analysis -",
"type_str": "figure",
"uris": null
},
"FIGREF7": {
"num": null,
"text": "The output of the Morphological Analyzer is shown in Fig . 6 . / *A Sli ; li tc .'o) {key -74 I-A*a{ Mk top{ aft Man} / * L-2i-, {key P4* {slot [ r~4 {csh ht ; ckey x-:/f-4 4 -; roleslots W M, *AL MIM } , 1 W sJ {csh T. ; ckey ~(q 1:7x -l/ 4 F Q= 4 ~)l~ }] } } / B* ##4i (*414M)IIA3I: O r1 . 4iAA*t**fc) y~1\u00b1 {key xYT {key DIM {slot [ 424 3 ) {csh ckey -' 4 T 4 -; roleslots ma*, '>Sl>]`, RIM} , } , 1847 {csh T ; ckey D}]} } /BTU-f Yy -t'/a i )l. #t (*\u00b17-\u25ba tt .-\u2022h Ii )",
"type_str": "figure",
"uris": null
},
"FIGREF8": {
"num": null,
"text": "Walkthrough -The result of local parsing -In Fig. 6, the entity \" B *Ast f \" acquires the new information by extracting the keyword which shows its location in the identical phrase .",
"type_str": "figure",
"uris": null
},
"FIGREF9": {
"num": null,
"text": "The Parser recognizes the syntactic structure of each sentence in the input text . An ME_Capability frame in a phrase is combined with corresponding ME_Capability frames in other phrases if they have syntacti c r-MAN DI } {key b, {gazette fL1 (WI) ; level 1} } / # 4i'lr/n A . /'` 'ja m {key I10* {slot [ MaJ {csh bt ; ckey .x. :'/ -I-4 T T -; roleslots [] RAJ {csh ; ckey 74 gaxV4 FQ=7 .c }]} }",
"type_str": "figure",
"uris": null
},
"FIGREF10": {
"num": null,
"text": "Agtfi {MAt/TUJ q ; Vq 9 q ; fj top{ MR l { Slag [x LT 4 T 4 -_92602607]}} ;",
"type_str": "figure",
"uris": null
},
"FIGREF11": {
"num": null,
"text": "expression .As a result, VENIEX output the template shown inFig . 8. Ci 8 : 890804 =Is -.z tli p Tf : \" 8 #UBifr AE **MI ' .Fl : < z4 q ux1\u2022 u=x OE -000452-1 > Er = L F E= Rlalt -000452r : E3* (1) 4**J1l (!~) *')-ftf ( ) Walkthrough -The template -",
"type_str": "figure",
"uris": null
},
"TABREF1": {
"html": null,
"type_str": "table",
"content": "<table><tr><td>.PPE'433 {csh or($ ,</td><td>'. e) ;</td></tr><tr><td colspan=\"2\">ckey x YT4T4 -; roleslots</td><td>I]</td></tr><tr><td>/ k / **Lk .</td><td/></tr></table>",
"num": null,
"text": ""
}
}
}
}