Benjamin Aw
Add updated pkl file v3
6fa4bc9
raw
history blame contribute delete
No virus
20.7 kB
{
"paper_id": "M98-1020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T03:16:06.315388Z"
},
"title": "Oki Electric Industry : Description of the Oki System as Used for MET-2",
"authors": [
{
"first": "J",
"middle": [],
"last": "Fukumoto",
"suffix": "",
"affiliation": {
"laboratory": "Kansai Lab",
"institution": "R&D group Oki Electric Industry Co., Ltd. Crystal Tower",
"location": {
"addrLine": "1-2-27 Shiromi, Chuo-ku",
"postCode": "540-6025",
"settlement": "Osaka",
"country": "JAPAN"
}
},
"email": "ffukumoto@kansai.oki.co.jp"
},
{
"first": "M",
"middle": [],
"last": "Shimohata",
"suffix": "",
"affiliation": {
"laboratory": "Kansai Lab",
"institution": "R&D group Oki Electric Industry Co., Ltd. Crystal Tower",
"location": {
"addrLine": "1-2-27 Shiromi, Chuo-ku",
"postCode": "540-6025",
"settlement": "Osaka",
"country": "JAPAN"
}
},
"email": "simohata@kansai.oki.co.jp"
},
{
"first": "F",
"middle": [],
"last": "Masui",
"suffix": "",
"affiliation": {
"laboratory": "Kansai Lab",
"institution": "R&D group Oki Electric Industry Co., Ltd. Crystal Tower",
"location": {
"addrLine": "1-2-27 Shiromi, Chuo-ku",
"postCode": "540-6025",
"settlement": "Osaka",
"country": "JAPAN"
}
},
"email": "masui@kansai.oki.co.jp"
},
{
"first": "M",
"middle": [],
"last": "Sasaki",
"suffix": "",
"affiliation": {
"laboratory": "Kansai Lab",
"institution": "R&D group Oki Electric Industry Co., Ltd. Crystal Tower",
"location": {
"addrLine": "1-2-27 Shiromi, Chuo-ku",
"postCode": "540-6025",
"settlement": "Osaka",
"country": "JAPAN"
}
},
"email": "sasakig@kansai.oki.co.jp"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "",
"pdf_parse": {
"paper_id": "M98-1020",
"_pdf_hash": "",
"abstract": [],
"body_text": [
{
"text": "This paper describes the Oki Information Extraction system as used for MET-2 evaluation (Japanese task) [1] [2] . System architecture of Oki MET system is basically the same as the one for the NE system for MUC-7 evaluation although recognition rules of both systems are dierent because of language dierence (Japanese and English).",
"cite_spans": [
{
"start": 104,
"end": 107,
"text": "[1]",
"ref_id": null
},
{
"start": 108,
"end": 111,
"text": "[2]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "Oki MET system [3] [4] is based on term recognition rules of surface linguistic expressions and parse trees which is generated by the parsing module of MT system. The MET system rstly identies term boundaries by Japanese character types. Named Entities are recognized using a Japanese sux list and a word list for each NE type. After recognition of surface patterns, each sentence of a text is parsed and NE elements are recognized by structural pattern rules. The structural pattern recognition rules are described in GDL and are executed on the GDL system.",
"cite_spans": [
{
"start": 15,
"end": 18,
"text": "[3]",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "INTRODUCTION",
"sec_num": null
},
{
"text": "Oki MET system consists of a surface pattern recognition module, a SGML tag processing module, a structural pattern recognition module and ltering program to convert internal expression of parser to surface expression. Architecture of the system is shown in Figure 1 .",
"cite_spans": [],
"ref_spans": [
{
"start": 258,
"end": 266,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "SYSTEM DESCRIPTION",
"sec_num": null
},
{
"text": "In the surface pattern recognition module, the system rstly identies term boundaries by Japanese character types such as Hiragana, Kanji, Number and so on. Then, NE elements are recognized using a Japanese sux list and a word list for each NE type. The detected NE elements in a text are SGML-tagged. In the SGML tag processor, these tags and original SGML tags in a text are embedded in their adjacent words for morphological and syntax analysis. Each tagprocessed sentence is parsed by the morphological and syntax analyzer which is originally used in the MT system. After parsing, structural patterns are recognized by structural pattern recognition rules, although the number of rules is not much in the current implementation. These rules are described in GDL and are executed on the GDL system after parsing. The recognized patterns are expressed in node attributes of a parse tree. In order to obtain NE results, node information of NE tags is extracted and embedded in a text as SGML tags by the NE lter. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "SYSTEM DESCRIPTION",
"sec_num": null
},
{
"text": "At surface level processing, term boundaries of an input text is identied by Japanese character types which are Hiragana and some symbols such as brackets and Japanese punctuation. The system rstly extracts a sequence of Japanese characters, which are not Hiragana characters, Japanese comma \\ \" and Japanese period \\ \", from a text. Some sequences of Hiragana characters registered in a list of functional Hiragana words and a list of proper nouns are merged with their adjacent terms.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RECOGNITION OF NE ELEMENTS Segmentation",
"sec_num": null
},
{
"text": "In the following example, is extracted by merging the Kanji sequence and the Hiragana sequence which is registered in a list of functional Hiragana words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "RECOGNITION OF NE ELEMENTS Segmentation",
"sec_num": null
},
{
"text": "As for a list of proper nouns, is generated by merging the divided terms, , and by information of the location name registered in a list of proper nouns. The term is also recognized by the location noun .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "In order to identify scope and type of an NE element, segmented terms are divided into basic terms according to term lists as shown in Table . Name The divided basic terms are merged by concatenation rules and then NE elements and their type such as a person, an organization and a location is recognized. Figure 2 shows concatenation rules which are applied in this order. According to the rules (1), (2) and (3), each type of an NE element is identied by a sequence of a basic name and a sux. A sequence of a location name and a person name sux is recognized as a person name by rule (4) because a location name is often used as a person name. Rule (5), (6) and (7) show that a person / organization / location name and a sequence of an organization name modier are important cues to identify an organization name. Rules (8) describes that an organization name is identied as an NE element when it has no sux information. Rules (9) describes the case of a location name. Stop word lists are used to remove an element from candidates for NE elements. When a candidate for NE elements contains an element of a stop word list, it might be a general noun, not a proper noun.",
"cite_spans": [],
"ref_spans": [
{
"start": 135,
"end": 142,
"text": "Table .",
"ref_id": null
},
{
"start": 306,
"end": 314,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "After recognition of NE elements at surface level, some heuristics are applied to each sentence to identify more NE elements. Some of them are as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "The words \\ \", \\ \", \\ \" and \\ \" are merged with a location name.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "If Japanese characters \\ \" and \\ \" are independent element after segmentation, they are recognized as a location name.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "If one character country names such as \\ \", \\ \" and \\ \" appear in a sequence, they are recognized as a location name.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "A person name without a person name sux is not recognized as an NE element because most of person names accompany with a sux. Original texts are SGML-tagged ones and NE elements are also SGML-tagged after Surface pattern recognition. In order to parse a SGML-tagged text, these tags have to be concealed. In a parse tree, the tag information is expressed in node attribute of a parse tree, therefore, system can handles information obtained at surface level pattern during parsing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "After parsing 3 , structural pattern rules are applied to a parse tree in order to recognize NE elements. Semantic information utilized in parsing rules is used to correct the scope of NE elements. For example, if there is an unknown word between a person name and a word which has a meaning of human, the sequence of words are recognized as a person name. In the following sentence, \\ \" is recognized as a person name in surface name recognition and \\ \" has a meaning of human in a parse tree level, then \\ \" is recognized as a person name.",
"cite_spans": [
{
"start": 14,
"end": 15,
"text": "3",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "12",
"sec_num": null
},
{
"text": "After structural pattern recognition, information of the NE tags is extracted from the parse tree and added to the pattern tagged text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Post-processing",
"sec_num": null
},
{
"text": "We took the same kind of approach to develop the Oki MET-2 system as the NE system for MUC-7 although target languages are dierent. That is, both systems consist of a surface linguistic pattern recognition module and a structural pattern recognition module using parsing module of MT system. However, performance of the Japanese NE system is higher than that of the English NE system. It is because of the dierence of uniformity of expressions in texts. Most of the person names in Japanese newspaper articles have a term of respect or title. On the other hand, in English ones, the rst NE element has a term of respect or title but its repeated ones are represented by the name only.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DISCUSSION AND FUTURE DIRECTIONS",
"sec_num": null
},
{
"text": "The parsing module of the Japanese-English MT system has been originally developed for language transformation, therefore, a part of tree structure of the original language is sometimes converted to structure of the target language during parsing. That is, some parts of tree structure express sentence structure of the target language and others express sentence structure of the original language. This caused some problems of pattern matching of Name recognition on a parse tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DISCUSSION AND FUTURE DIRECTIONS",
"sec_num": null
},
{
"text": "Extracted terms are marked by brackets \\\" and \\\".2 One Kanji character will be handled by some heuristics which are discussed later.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "In order to parse a SGML-tagged text, tag information has to be concealed like the Tag-processing of the MUC-7 NE system.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We have participated the MET-2 task in Japanese which has only the NE task. We are planning to apply our IE technology developed for MUC-7 tasks to a practical Japanese information extraction system. Moreover, it will be good to participate Japanese CO, TE, TR and ST tasks if they will be dened in the next conference.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF1": {
"ref_id": "b1",
"title": "Proceedings of 6th Message Understanding Conference (MUC-6)",
"authors": [],
"year": 1995,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Proceedings of 6th Message Understanding Conference (MUC-6), DARPA, (1995).",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "\\Analysis of Lengthy Sentences Using an English Comparative Structure Model",
"authors": [
{
"first": "F",
"middle": [],
"last": "Masui",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Tsunashima",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Sugio",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Tazoe",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Shiino",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "40--48",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Masui, F., Tsunashima, T., Sugio, T., Tazoe, T. and Shiino, T.: \\Analysis of Lengthy Sen- tences Using an English Comparative Structure Model\", System and Computers in Japan, pp.40{48, SCRIPTA TECHNICA Inc., (1996).",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Overview of the Oki MET system",
"uris": null,
"type_str": "figure",
"num": null
},
"FIGREF1": {
"text": "Sample Concatenation Rules",
"uris": null,
"type_str": "figure",
"num": null
},
"TABREF2": {
"html": null,
"content": "<table><tr><td>Original form</td><td>Divided form</td><td>Results</td></tr><tr><td/><td colspan=\"2\">&lt; l n &gt;&lt; ls &gt;&lt; ln &gt;&lt; ls &gt; &lt; l n &gt;&lt; ls &gt; &lt; l n &gt; &lt; p n &gt;&lt; ps &gt; &lt; p s &gt; &lt; l n &gt; &lt; p s &gt; &lt; l n &gt;&lt; os &gt; &lt; o n &gt;&lt; onm &gt;&lt; onm &gt; &lt; l n &gt;&lt; onm &gt; &lt; l n &gt;&lt; os &gt; &lt; onm &gt;&lt; onm &gt; &lt; onm &gt;&lt; onm &gt;&lt; os &gt; &lt; l s &gt;&lt; onm &gt;&lt; onm &gt;&lt; os &gt; &lt; o &lt; l &lt; l &lt; l &gt; &lt; p &gt;&lt; ps &gt; &gt;&lt; l &gt; &gt; &lt; p &gt;&lt; ps &gt; &lt; p &gt;&lt; ps &gt; &lt; o &gt; &lt; o &gt; &lt; o &gt; &lt; o &gt; &lt; o &gt; &gt;</td></tr></table>",
"type_str": "table",
"text": "examples of Name recognition from divided form. Each tag name in this table indicates that the tagged element is an element of Name of list presented inTable .For example,xxx of the tagged element \\ < p n xxx>\" shows is an element of a person name list.",
"num": null
},
"TABREF3": {
"html": null,
"content": "<table><tr><td>Tag-processing for Parsing</td></tr></table>",
"type_str": "table",
"text": "Term Lists",
"num": null
}
}
}
}