Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "O04-1032",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:00:13.365382Z"
},
"title": "The Construction of a Chinese Named Entity Tagged Corpus: CNEC1.0",
"authors": [
{
"first": "Cheng-Wei",
"middle": [],
"last": "Shih",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Academia Sinica",
"location": {}
},
"email": ""
},
{
"first": "Tzong-Han",
"middle": [],
"last": "Tsai",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Academia Sinica",
"location": {}
},
"email": "thtsai@iis.sinica.edu.tw"
},
{
"first": "Shih-Hung",
"middle": [],
"last": "Wu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Academia Sinica",
"location": {}
},
"email": "shwu@iis.sinica.edu.tw"
},
{
"first": "Chiu-Chen",
"middle": [],
"last": "Hsieh",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Academia Sinica",
"location": {}
},
"email": ""
},
{
"first": "Wen-Lian",
"middle": [],
"last": "Hsu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Academia Sinica",
"location": {}
},
"email": "hsu@iis.sinica.edu.tw"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In order to build an automatic named entity recognition (NER) system for machine learning, a large tagged corpus is necessary. This paper describes the manual construction of a Chinese named entity tagged corpus (CNEC 1.0) that can be used to improve NER performance. In this project, we define five named entity tags: PER (person name), LOC (location name), ORG (organization name), LAO (location as organization), and OAL (organization as location) for named entity categories. In addition, we propose a special tag, DIFF (Difficulty), to annotate ambiguous cases during corpus construction. A, corpus-annotating procedure, a tagging tool, and an original corpus are also introduced. Finally, we demonstrate a part of our manual-tagged corpus.",
"pdf_parse": {
"paper_id": "O04-1032",
"_pdf_hash": "",
"abstract": [
{
"text": "In order to build an automatic named entity recognition (NER) system for machine learning, a large tagged corpus is necessary. This paper describes the manual construction of a Chinese named entity tagged corpus (CNEC 1.0) that can be used to improve NER performance. In this project, we define five named entity tags: PER (person name), LOC (location name), ORG (organization name), LAO (location as organization), and OAL (organization as location) for named entity categories. In addition, we propose a special tag, DIFF (Difficulty), to annotate ambiguous cases during corpus construction. A, corpus-annotating procedure, a tagging tool, and an original corpus are also introduced. Finally, we demonstrate a part of our manual-tagged corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Named entity recognition (NER), which includes the identification and classification of certain proper nouns in a text, is an important task in information extraction. It is useful in many natural language processing systems for document indexing and managing data with named entities [Tsai et. al 2004] . Since numerous new proper nouns are generated every day, it is not enough for an IR system to index names from Internet documents or refer to gazettes. Therefore, NER has become an important method for information processing in recent years.",
"cite_spans": [
{
"start": 285,
"end": 303,
"text": "[Tsai et. al 2004]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Machine learning (ML) is one of the most popular methods in NER, due to its easy maintenance and portability [Tsai et. al 2004] . Typical machine learning approaches applied in NER include the Hidden Markov Model (HMM) [Bikel et. al 1997] , Support Vector Machine (SVM) [Asahara 2003 ], and Maximum Entropy (ME) [Borthwick 1998 ]. No matter which approach is used, a tagged named entity corpus with clear annotating criteria is needed in the training phase of building an NER system. However, constructing such a corpus is a labor-intensive task, so few researchers have focused on it. The Automatic Content Extraction program (ACE) executed by the Linguistic Data Consortium (LDC) [Http://wave.ldc.upenn.edu/] annotates seven common entities in English, simplified Chinese, and Arabic. Meanwhile, the IREX (Information Retrieval and Extraction Exercise) [Http://nlp.cs.nyu.edu/irex/] defines 8 kinds of named entities (NE) in Japanese [Sekine and Isahara 2000] , and the shared task in CoNLL 2002 [Erik 2002 ] [Erik et. 2002 ] develops the NER system using four types of NE in English, German, Dutch, and Spanish. However, as none of these methods focus on traditional Chinese, there is an urgent need for a traditional Chinese NE corpus and NE annotating standards to support an automatic Chinese NER system like Mencius [Tsai et. al 2004] .",
"cite_spans": [
{
"start": 109,
"end": 127,
"text": "[Tsai et. al 2004]",
"ref_id": "BIBREF8"
},
{
"start": 219,
"end": 238,
"text": "[Bikel et. al 1997]",
"ref_id": "BIBREF0"
},
{
"start": 270,
"end": 283,
"text": "[Asahara 2003",
"ref_id": "BIBREF1"
},
{
"start": 312,
"end": 327,
"text": "[Borthwick 1998",
"ref_id": "BIBREF2"
},
{
"start": 936,
"end": 961,
"text": "[Sekine and Isahara 2000]",
"ref_id": null
},
{
"start": 987,
"end": 997,
"text": "CoNLL 2002",
"ref_id": "BIBREF4"
},
{
"start": 998,
"end": 1008,
"text": "[Erik 2002",
"ref_id": "BIBREF4"
},
{
"start": 1009,
"end": 1025,
"text": "] [Erik et. 2002",
"ref_id": "BIBREF4"
},
{
"start": 1323,
"end": 1341,
"text": "[Tsai et. al 2004]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The categories of named entities defined by Message Understanding Conferences (MUC) are the names of persons, organizations, locations, temporal expressions and number expressions [Grishman and Sundheim 1996] . Since temporal and number expressions, such as \"the past year\" and \"40 percent\", are generally used as adjectives to describe other entities, we disregard them and focus on the annotation of person names, organization names, and location names as NEs. We separate organizations and locations into four non-overlapping categories to accommodate common Chinese usage. We also propose a temporary tag, \"Difficulty\", to represent named entities that are ambiguous. The remainder of this paper is organized as follows. Section 2 discusses the main issues of labeling named entities. Section 3 introduces all the NE categories used in CNEC1.0. Section 4 describes our annotation procedure and environment. Finally, in Section 5, we present our conclusion and the direction of future research.",
"cite_spans": [
{
"start": 180,
"end": 208,
"text": "[Grishman and Sundheim 1996]",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The applications of a corpus determine the kinds of entities to be tagged. In our project, the NER system should support information extraction, question answering, and information retrieval of new documents. The following three issues should be considered before tagging Chinese named entities.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Named entities annotation issues",
"sec_num": null
},
{
"text": "We think named entities should be proper nouns. Therefore, each named entity should denote a unique object, so words without uniqueness should not be annotated. For example, in the sentence \" /He parked his car in the parking lot.\", we cannot be sure which parking lot he parked in. Therefore, the term \" /parking lot\" will not be labeled",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proper nouns",
"sec_num": "2.1"
},
{
"text": "Generally, a named entity can be determined in three ways: viewing its literal meaning, checking the context, and semantic understanding as shown in the following example: \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inner feature and Outer feature",
"sec_num": "2.2"
},
{
"text": "/ Mayor of Taipei City, Ma Ying-Jeou\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inner feature and Outer feature",
"sec_num": "2.2"
},
{
"text": "\" /Taipei Main Station is crowded.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inner feature and Outer feature",
"sec_num": "2.2"
},
{
"text": "\" /I heard that Yuan-Dong has moved out.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inner feature and Outer feature",
"sec_num": "2.2"
},
{
"text": "Obviously, we can easily determine that the term \" / Ma Ying-jeou\" in Sentence (1) is a person name according to the position of the title \" / Mayor of Taipei City\". \" /Taipei Main Station\" in sentence (2) can be identified as a location name because of the term \" /Station\". However, sometimes we cannot identify or judge a word as a proper noun by its literal meaning. For example, in Sentence (3), we do not know if the term \" / Yuan-Dong\" represents a person or a company. These kinds of inaccuracies are due to abbreviations or borrowings. For this reason, two types of feature are used to classify the recognition modes of named entities the inner feature and the outer feature. In the above examples, sentence (1) is the outer feature type, while sentence (2) can be classified by its inner features. In our work, we do not limit the types of features annotators apply during tagging, but if a named entity cannot be identified by both inner and outer features, as in sentence (3), we ask annotators not to mark it. This eliminates confusing terms and keeps the corpus as clear as possible",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inner feature and Outer feature",
"sec_num": "2.2"
},
{
"text": "Named entities are occasionally nested or appear next to one another in a text. In some cases we can combine them to form a larger entity because they may describe the same object. Therefore, determining the boundary of named entities is an important issue. We have found that different named entities have a corresponding annotation policy, which can be classified as maximum and minimum semantic unit matching. Minimum semantic unit matching is recommended for named entities such as person names and location names because these entities singly represent a unique item. For example, the sentence \" /Ban-Qiao City, Taipei County\" is tagged as two place names because \" /Taipei County\" and \" /Ban-Qiao City\" both denote specific independent entities. On the other hand, named entities such as organizations should apply the maximum unit policy. The term \" /Department of Environmental Protection, Taipei City Government\" cannot be separated into \" /Taipei City\" and \" /Department of Environmental Protection\" for retaining the original meaning.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Maximum and minimum semantic unit matching",
"sec_num": "2.3"
},
{
"text": "We propose five target named entity categories for annotating the \"unique identifiers\" of entities, including organizations, persons and locations, as well as one function tag. These are shown in Table 1 and explained in the following sub-sections. For practical purposes, we began our experiment with these NE tags. In our opinion, DIFF is essential for identifying ambiguous cases. Named entities that are difficult to classify are isolated from others for data cleansing to ensure that the content of the corpus is clear. DIFF entities will become the future expansion direction of our NER processing domain.",
"cite_spans": [],
"ref_spans": [
{
"start": 196,
"end": 203,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Named entity categories",
"sec_num": "3"
},
{
"text": "Traditionally, the structure of Chinese person names follows the principle that the surname (one or two characters) is placed before the person's chosen names (one or two characters). In our research, the annotation of person names follows this principle. But some entities with \"person\" meaning as Diff tag such as nicknames, incomplete Chinese person names, foreigners' names and pronouns, are marked as Diff. These exceptions are discussed below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Person name -PER",
"sec_num": "3.2"
},
{
"text": "Nicknames are not only given to people, but are sometimes given to pets or even objects like toys and vehicles. Because of their uniqueness, we mark nicknames as DIFF within a context, as the following example shows. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Nicknames",
"sec_num": "3.2.1"
},
{
"text": "Following the full name principle, an incomplete Chinese person name indicates that the surname or chosen name may be omitted. For instance, \"Shin, Cheng-Wei\" is a full person name, but we sometimes only use the chosen name \"Cheng-Wei\" to address the person. Another example of an incomplete person name is a surname that follows a title or an appellation such as \" (Mr. Lee)\". Both of these cases are tagged as DIFF.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incomplete Chinese person names",
"sec_num": "3.2.2"
},
{
"text": "[ <DIFF>]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incomplete Chinese person names",
"sec_num": "3.2.2"
},
{
"text": "[President Chen<DIFF>] went to Hokaido for sightseeing this morning.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Incomplete Chinese person names",
"sec_num": "3.2.2"
},
{
"text": "Chinese NER has difficulty dealing with foreigners' names because of the following name constructions: direct translation, Japanese person names, and Korean person names. First, direct translation cannot normally meet the principle of Chinese person names. For example, the Chinese translation of \"Mel Gibson\" is \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Foreigners' names",
"sec_num": "3.2.3"
},
{
"text": "(Mei-er-ji-bo-xun)\", which obviously doesn't meet the naming rule. Second, Japanese mostly uses Chinese characters for person names, but, there isn't a surname or composite first name as in Chinese person names. For example, in \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Foreigners' names",
"sec_num": "3.2.3"
},
{
"text": "(Japanese prime minister)[ ](Junichiro Koizumi)\", Koizumi is his surname and Junichiro is his first name. These names don't match the Chinese person naming principle. Finally, we treat Korean person names as PER because most of them match the Chinese naming rules, e.g. \" /Lee-Ying-Ai\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Foreigners' names",
"sec_num": "3.2.3"
},
{
"text": "As most foreigners' names may cause confusion in Chinese NER, we use DIFF tag as a temporary solution in CNEC 1.0 to solve the problem.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Foreigners' names",
"sec_num": "3.2.3"
},
{
"text": "[ <DIFF>]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Foreigners' names",
"sec_num": "3.2.3"
},
{
"text": "[Mel Gibson<DIFF>] has achieved both fame and wealth by directing the movie \"The Passion of the Christ.\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Foreigners' names",
"sec_num": "3.2.3"
},
{
"text": "Some NER researchers claim their systems can handle pronouns as named entities for person names. However, because of the \"uniqueness\" of NEs, pronouns are beyond our scope and we do not annotate them as NE tags.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Pronouns",
"sec_num": "3.2.4"
},
{
"text": "Basically, a location name pinpoints a place's geographical position on an accurate map or in other reference material. Proper names like \"Hyde Park\", \"New York Art Theater\" or \"Berlin Wall\" are suitable for NER, but terms like \"a park\", \"a theater\", or \"a wall\" are not. So the main purpose in tagging location names is to recognize an existent location in geographic.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Location names -LOC",
"sec_num": "3.3"
},
{
"text": "A location name included in another compound word such as \" \"(Spanish seafood rice) is an issue in NE annotation. In Chinese, a term's noun and adjective forms are the same, In this case, \"Spanish\" and \"Spain\" are translated as the same Chinese word( ). Therefore, we suggest a syntactic frame: insert \"de \" between a possible location name and the other words close to (A de( ) B) to solve such cases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Location names -LOC",
"sec_num": "3.3"
},
{
"text": "In English:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Chinese Word 1:",
"sec_num": null
},
{
"text": "Spanish seafood rice ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Chinese Word 1:",
"sec_num": null
},
{
"text": "Location abbreviations are terms composed of two or more place names in a single entity. The other type of location abbreviation is multi-name expression containing conjoined modifiers. For instance, (Taichung) (Changhua) (Nantou) (area) is a common way to describe the location of three neighboring cities in Taiwan. We suggest that such cases should be tagged as DIFF.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Location abbreviations",
"sec_num": null
},
{
"text": "[ <DIFF>]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Location abbreviations",
"sec_num": null
},
{
"text": "[Tao-Chu-Miao<DIFF>] area it has been raining torrentially for a couple of days.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Location abbreviations",
"sec_num": null
},
{
"text": "# Tao-Taoyuan; Chu: Hsihchu; Miao: Miaoli",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Location abbreviations",
"sec_num": null
},
{
"text": "World place names can be divided into two sets: locations written in a foreign language and translated location names (written in Chinese). A translated name such as \" /New York\" can be considered as a location name in CNEC 1.0. But an original name, like Tokyo, should be tagged as DIFF. The following two sentences demonstrate the criteria we set. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "World place names",
"sec_num": "3.3.3"
},
{
"text": "In general, organizations include companies, government bodies, institutes, and other organized groups. We define an organization as having the ability to execute plans and projects. The tagging of ORG has to apply maximum semantic unit matching. A typical case is shown below.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Organization names -ORG",
"sec_num": "3.4"
},
{
"text": "The maximum semantic unit is used because this entity cannot be separated into \" (Yulon Motor)\" and \" (Sanyi plant)\". \"Sanyi plant\" cannot be tagged as a LOCATION according to the uniqueness characteristic of an NE. Like location names, some ambiguity may occur in the following cases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "[ (Yulon Motor Sanyi plant)<ORG>]",
"sec_num": null
},
{
"text": "Organization abbreviation tagging follows the rules for location abbreviations described in Subsection 3. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Organization abbreviations",
"sec_num": "3.4.1"
},
{
"text": "Through the tagging process, we have found that most Chinese people have a problem tagging similar concepts like groups, bands, crowds and teams as organizations. Hence, we give a definition of an organization to help annotators determine if a term is an ORG. \"An organization has five fundamental parts: a founder, capital, structure (departments, section, class, etc.,), a hierarchy (chief, director, dean) and employees.\" According to this definition, we do not mark a term as an organization if it doesn't have an organized structure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Groups, bands, crowds, and teams",
"sec_num": null
},
{
"text": "Location as Organization (LAO) and Organization as Location (OAL) are proposed for semantically meaningful NE in Chinese NEC. In some cases, \"location\" represents an organization-like role to make decisions or to perform some duties. Compare the following two examples from the China Times news corpus:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LAO and OAL",
"sec_num": "3.5"
},
{
"text": "1. \"[ <ORG>] [ <OAL>] \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LAO and OAL",
"sec_num": "3.5"
},
{
"text": "[Taipei municipal government<ORG>] agreed to the protest in front of the [presidential plaza <LOC>].",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "LAO and OAL",
"sec_num": "3.5"
},
{
"text": "[Presidential Office <LAO>] announced \"one China, one Taiwan policy\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "[ <ORG>]",
"sec_num": "2."
},
{
"text": "The above examples show that the term \" (presidential plaza / presidential office)\" has a double meaning in Chinese: location and organization. The first term \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "[ <ORG>]",
"sec_num": "2."
},
{
"text": "\" is obviously a place name, but, the second \"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "[ <ORG>]",
"sec_num": "2."
},
{
"text": "\" is an organization. This use of the same term to indicate a place name and an organization name, we call it \"borrowing\", is common in Chinese. Sometimes we cannot sure if a location entity is a real location name or just a borrowing. In order to avoid confusion, we separate the LAO tag and OAL tag in location and organization names.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "[ <ORG>]",
"sec_num": "2."
},
{
"text": "Differentiating between a borrowing and a true NE depends on an entity's category., By deciding which category an entity belongs to in common usage, we can tell whether it is a borrowing, or not. For example, a country's name can refer to its geographical position, but it may also be used as an organization name, as in: \" /China warned the United States yesterday to stop selling advanced arms to Taiwan.\" Obviously, in this case we can tell the country names are borrowings and should be annotated as LAO as follows: ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "[ <ORG>]",
"sec_num": "2."
},
{
"text": "The most famous corpus in Chinese NER is MET-2 made by MUC [Chinchor, 1998 ]. However, it only contains single domain data and is not large enough for building a machine-learning-based NER system [Tsai et. al 2004] . We, therefore, collected over a million sentences without any annotations from the online United Daily News (UDN) and China Times for the period December 2002 to December 2003 as raw data. The sentences extracted from raw data recorded in XML format shown in Figure 1 .",
"cite_spans": [
{
"start": 59,
"end": 74,
"text": "[Chinchor, 1998",
"ref_id": "BIBREF7"
},
{
"start": 196,
"end": 214,
"text": "[Tsai et. al 2004]",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 476,
"end": 484,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Manual Annotating Process",
"sec_num": "4"
},
{
"text": "We chose high school students as annotators and gave them basic training before they performed the annotations. The training process was:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fig. 1. Original corpus",
"sec_num": null
},
{
"text": "1. All the students attended courses about the project, including an introduction to named entity recognition, segmentation, and parts-of-speech tagging.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fig. 1. Original corpus",
"sec_num": null
},
{
"text": "2. Students took a qualifying test to select participants for the tagging task.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Fig. 1. Original corpus",
"sec_num": null
},
{
"text": "3. Participants had to acquaint themselves with the annotating criteria we suggest ed and the operation of the tagging tool program. (Figure 2 shows the interface of the tagging tool.) The participants were then divided into three groups.",
"cite_spans": [],
"ref_spans": [
{
"start": 133,
"end": 142,
"text": "(Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Fig. 1. Original corpus",
"sec_num": null
},
{
"text": "Each group was given the same sentence set containing 21,000 randomly extracted sentences; 13,208 from the UDN and 8,892 from the China Times. Table 2 shows the distribution of sentences. Participants were asked to finish the tagging task with the tagging tool program in two weeks. Figure 3 shows a tagged XML file in which the annotations are marked. Tagging results were then collected from each group and checked for consistency. . 3 . Tagged corpus. The marked area shows the annotations the participants made: \"pos\" means the named entity's starting location in the sentence and \"len\" is the length of the NE. The label \"name\" indicates what kind of NE the word is.",
"cite_spans": [],
"ref_spans": [
{
"start": 143,
"end": 150,
"text": "Table 2",
"ref_id": "TABREF6"
},
{
"start": 283,
"end": 291,
"text": "Figure 3",
"ref_id": null
},
{
"start": 434,
"end": 437,
"text": ". 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Fig. 1. Original corpus",
"sec_num": null
},
{
"text": "In this paper we describe the construction of a tagged corpus for Chinese NER. We define the criteria of Chinese NE tagging, and design a standard tagging procedure for NE corpus annotation. We also demonstrate an annotator training procedure and the statistics of the corpus. The resulting corpus, CNEC 1.0, can be used to improve the performance of Mencius, our Chinese NER system. We do not use some ambiguous entities, labeled as DIFF, that involve issues such as abbreviations, cross-language loanwords and borrowings for training the NER model. As these entities need to be re-classified, advanced annotation will be executed in the next version of CNEC.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and Future work",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Nymble: a High-Performance Learning Name Finder",
"authors": [
{
"first": "D",
"middle": [],
"last": "Bikel",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Miller",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Schwartz",
"suffix": ""
},
{
"first": "Ralph",
"middle": [],
"last": "Weischedel",
"suffix": ""
}
],
"year": 1997,
"venue": "Proceedings of the Fifth Conference on Applied Natural Language Processing",
"volume": "",
"issue": "",
"pages": "194--201",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Bikel, S. Miller, Richard Schwartz and Ralph Weischedel: \"Nymble: a High-Performance Learning Name Finder\" Proceedings of the Fifth Conference on Applied Natural Language Processing, 1997, pp. 194-201.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Japanese Named Entity Extraction with Redundant Morphological Analysis",
"authors": [
{
"first": "M",
"middle": [],
"last": "Asahara",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Matsumoto",
"suffix": ""
}
],
"year": 2003,
"venue": "HLT-North American Chapter of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Asahara and Y. Matsumoto: \"Japanese Named Entity Extraction with Redundant Morphological Analysis\", HLT-North American Chapter of the Association for Computational Linguistics, Edmonton, Canada, 2003,",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Exploiting Diverse Knowledge Sources via Maximum Entropy in Named Entity Recognition",
"authors": [
{
"first": "A",
"middle": [],
"last": "Borthwick",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Sterling",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Agichtein",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 1998,
"venue": "Sixth Workshop on Very Large Corpora",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Borthwick, J. Sterling, E. Agichtein, R. Grishman, \"Exploiting Diverse Knowledge Sources via Maximum Entropy in Named Entity Recognition\", Sixth Workshop on Very Large Corpora, 1998.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "A Decision Tree Method for Finding and Classifying Names in Japanese Texts",
"authors": [
{
"first": "S",
"middle": [],
"last": "Sekine",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Shinnou",
"suffix": ""
}
],
"year": 1998,
"venue": "Sixth Workshop on Very Large Corpora",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Sekine, R. Grishman, H. Shinnou \"A Decision Tree Method for Finding and Classifying Names in Japanese Texts\", Sixth Workshop on Very Large Corpora, 1998.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Introduction to the CoNLL-2001 Shared Task: Language-Independent Named Entity Recognization",
"authors": [
{
"first": "F",
"middle": [
"Erik"
],
"last": "Sang",
"suffix": ""
},
{
"first": "T",
"middle": [
"K"
],
"last": "",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceeding of the 6 th Conference on Natural Language Learning",
"volume": "",
"issue": "",
"pages": "155--158",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. Erik Sang T.K., \"Introduction to the CoNLL-2001 Shared Task: Language-Independent Named Entity Recognization\", Proceeding of the 6 th Conference on Natural Language Learning 2002 (CoNLL 2002), pp. 155-158",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Introduction to the CoNLL-2003 Shared Task: Language-Independent Named Entity Recognition",
"authors": [
{
"first": "F",
"middle": [
"Erik"
],
"last": "Sang",
"suffix": ""
},
{
"first": "T",
"middle": [
"K"
],
"last": "Meulder",
"suffix": ""
},
{
"first": "F",
"middle": [
"D"
],
"last": "",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceeding of the 7 th Conference on Natural Language Learning",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. Erik Sang T.K., Meulder, F.D., \"Introduction to the CoNLL-2003 Shared Task: Language-Independent Named Entity Recognition\", Proceeding of the 7 th Conference on Natural Language Learning 2003 (CoNLL 2003)",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Message Understanding Conference -6: A Brief History",
"authors": [
{
"first": "R",
"middle": [],
"last": "Grishman",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Sundheim",
"suffix": ""
}
],
"year": 1996,
"venue": "Proceedings of the 16th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Grishman, B. Sundheim, \"Message Understanding Conference -6: A Brief History\", Proceedings of the 16th International Conference on Computational Linguistics, Copenhagen, June 1996.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "MUC-7 Named Entity Task Definition(Version 3.5)",
"authors": [
{
"first": "N",
"middle": [],
"last": "Chinchor",
"suffix": ""
}
],
"year": 1998,
"venue": "The 7 th Message Understanding Conference (MUC)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "N. Chinchor, \"MUC-7 Named Entity Task Definition(Version 3.5)\" The 7 th Message Understanding Conference (MUC), 1998",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Mencius: A Chinese Named Entity Recognizer Using The Maximum Entropy-Based Hybrid Model\" Computational Linguistics and Chinese Language Processing",
"authors": [
{
"first": "T",
"middle": [
"H"
],
"last": "Tsai",
"suffix": ""
},
{
"first": "S",
"middle": [
"H"
],
"last": "Wu",
"suffix": ""
},
{
"first": "C",
"middle": [
"W"
],
"last": "Lee",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Shih",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Hsu",
"suffix": ""
},
{
"first": "W",
"middle": [
"L"
],
"last": "",
"suffix": ""
}
],
"year": 2004,
"venue": "",
"volume": "9",
"issue": "",
"pages": "65--82",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Tsai, T.H., Wu, S.H., Lee, C.W., Shih, C,W., Hsu, W.L.: \"Mencius: A Chinese Named Entity Recognizer Using The Maximum Entropy-Based Hybrid Model\" Computational Linguistics and Chinese Language Processing, Vol.9, No.1, 2004, pp.65-82.",
"links": null
}
},
"ref_entries": {
"TABREF0": {
"content": "<table><tr><td/><td>DIFF</td><td>Difficult problem</td></tr><tr><td/><td>PER</td><td>Person name</td></tr><tr><td/><td>LOC</td><td>Location name</td></tr><tr><td/><td>ORG</td><td>Organization name</td></tr><tr><td/><td>LAO</td><td>Location as Organization</td></tr><tr><td/><td>OAL</td><td>Organization as Location</td></tr><tr><td>3.1</td><td>Difficult problem -DIFF</td></tr><tr><td/><td>Diff (</td></tr></table>",
"type_str": "table",
"text": "Tag set of the NE corpus Difficult problem) is designed to identify problems such as nested, ambiguous, or poorly defined NEs. It addresses controversial items in Chinese named entity identification.",
"html": null,
"num": null
},
"TABREF2": {
"content": "<table><tr><td>3.3.2</td><td/><td/><td/></tr><tr><td/><td colspan=\"3\">[A de B] in Chinese: [</td><td>][ ][</td><td>]</td></tr><tr><td/><td>In English:</td><td/><td colspan=\"2\">[Seafood Rice] [of] [Spain]</td></tr><tr><td colspan=\"5\">Maximum and minimum semantic unit selection (section 2.3) is regarded as a Chinese segmentation</td></tr><tr><td colspan=\"3\">problem. For example, in the phrase \"</td><td colspan=\"2\">(United States)</td><td>(Texas)</td><td>(Austin)\", there are no spaces</td></tr><tr><td colspan=\"5\">between the words in written Chinese. Location follows minimum semantic unit matching to tag the example as</td></tr><tr><td>[</td><td>(United Sate)&lt;LOC&gt;] [</td><td colspan=\"2\">(Texas)&lt;LOC&gt;] [</td><td>(Austin)&lt;LOC&gt;]. In addition to the basic tagging</td></tr><tr><td colspan=\"3\">rule, several location types have to be labeled</td><td/></tr><tr><td>3.3.1</td><td colspan=\"2\">Roads, sections, and addresses</td><td/></tr><tr><td/><td/><td>[</td><td/><td>&lt;LOC&gt;] 100</td></tr><tr><td/><td colspan=\"4\">[Zhong-Xiao East Road, Section 4&lt;LOC&gt;], No. 100</td></tr><tr><td colspan=\"5\">Sometimes a road section can be described in a city-section or area-section. In this case the road name and</td></tr><tr><td colspan=\"3\">its description should be tagged separately.</td><td/></tr><tr><td/><td/><td>[</td><td colspan=\"2\">&lt;LOC&gt;] [</td><td>&lt;LOC&gt;]</td></tr><tr><td/><td colspan=\"4\">[Xi-Bin Express Way&lt;LOC&gt;] [Jia-Yi&lt;LOC&gt;] Section</td></tr></table>",
"type_str": "table",
"text": "Address' location information should be marked from country name, state, city, road (Boulevard, avenue, street, etc.,) to section. Other information in an address is excluded.",
"html": null,
"num": null
},
"TABREF6": {
"content": "<table><tr><td>638</td><td>1362</td></tr><tr><td>226</td><td>1019</td></tr><tr><td>143</td><td>848</td></tr><tr><td>883</td><td>1662</td></tr><tr><td>791</td><td>2305</td></tr><tr><td>2987</td><td>608</td></tr><tr><td>318</td><td>2303</td></tr><tr><td>672</td><td>519</td></tr><tr><td>868</td><td>598</td></tr><tr><td>647</td><td>1332</td></tr><tr><td>719</td><td>652</td></tr></table>",
"type_str": "table",
"text": "Raw sentences count for each domain",
"html": null,
"num": null
}
}
}
}