| { |
| "paper_id": "W05-0401", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T04:43:46.975498Z" |
| }, |
| "title": "A Novel Machine Learning Approach for the Identification of Named Entity Relations", |
| "authors": [ |
| { |
| "first": "Tianfang", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tong University Saarland University Shanghai", |
| "location": { |
| "postCode": "200030, 66041", |
| "settlement": "Saarbruecken", |
| "country": "China, Germany" |
| } |
| }, |
| "email": "yao-tf@cs.sjtu.edu.cn" |
| }, |
| { |
| "first": "Hans", |
| "middle": [], |
| "last": "Uszkoreit", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "Tong University Saarland University Shanghai", |
| "location": { |
| "postCode": "200030, 66041", |
| "settlement": "Saarbruecken", |
| "country": "China, Germany" |
| } |
| }, |
| "email": "uszkoreit@coli.uni-sb.de" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "In this paper, a novel machine learning approach for the identification of named entity relations (NERs) called positive and negative case-based learning (PNCBL) is proposed. It pursues the improvement of the identification performance for NERs through simultaneously learning two opposite cases and automatically selecting effective multi-level linguistic features for NERs and non-NERs. This approach has been applied to the identification of domain-specific and cross-sentence NERs for Chinese texts. The experimental results have shown that the overall average recall, precision, and F-measure for 14 NERs are 78.50%, 63.92% and 70.46% respectively. In addition, the above F-measure has been enhanced from 63.61% to 70.46% due to adoption of both positive and negative cases.", |
| "pdf_parse": { |
| "paper_id": "W05-0401", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "In this paper, a novel machine learning approach for the identification of named entity relations (NERs) called positive and negative case-based learning (PNCBL) is proposed. It pursues the improvement of the identification performance for NERs through simultaneously learning two opposite cases and automatically selecting effective multi-level linguistic features for NERs and non-NERs. This approach has been applied to the identification of domain-specific and cross-sentence NERs for Chinese texts. The experimental results have shown that the overall average recall, precision, and F-measure for 14 NERs are 78.50%, 63.92% and 70.46% respectively. In addition, the above F-measure has been enhanced from 63.61% to 70.46% due to adoption of both positive and negative cases.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The investigation for Chinese information extraction is one of the topics of the project COLLATE dedicated to building up the German Competence Center for Language Technology. After accomplishing the task concerning named entity (NE) identification, we go on studying identification issues for named entity relations (NERs). As an initial step, we define 14 different NERs based on six identified NEs in a sports domain based Chinese named entity recognition system (Yao et al., 2003) . In order to learn NERs, we annotate the output texts from this system with XML. Meanwhile, the NER annotation is performed by an interactive mode.", |
| "cite_spans": [ |
| { |
| "start": 466, |
| "end": 484, |
| "text": "(Yao et al., 2003)", |
| "ref_id": "BIBREF7" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The goal of the learning is to capture valuable information from NER and non-NER patterns, which is implicated in different features and helps us identify NERs and non-NERs. Generally speaking, because not all features we predefine are important for each NER or non-NER, we should distinguish them by a reasonable measure mode. According to the selection criterion we proposeself-similarity, which is a quantitative measure for the concentrative degree of the same kind of NERs or non-NERs in the corresponding pattern library, the effective feature sets -general-character feature (GCF) sets for NERs and individual-character feature (ICF) sets for non-NERs are built. Moreover, the GCF and ICF feature weights serve as a pro portion determination of the features' degree of importance for identifying NERs against non-NERs. Subsequently, identification thresholds can also be determined.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In the NER identification, we may be confronted with the problem that an NER candidate in a new case matches more than one positive case, or both positive and negative cases. In such situations, we have to employ a vote to decide which existing case environment is more similar to the new case. In addition, a number of special circumstances should be also considered, such as relation conflict and relation omission.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "An NER may be a modifying / modified, dominating / dominated, combination, collocation or even cross-sentence constituent relationship between NEs. Considering the distribution of different kinds of NERs, we define 14 different NERs based on six identified NEs in the sports domain shown in Table 1 . Table 1 . NER Category In order to further indicate the positions of NEs in an NER, we define a general frame for the above NERs and give the following example using this description:", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 291, |
| "end": 298, |
| "text": "Table 1", |
| "ref_id": null |
| }, |
| { |
| "start": 301, |
| "end": 308, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Definition 1 (General Frame of NERs): NamedEntityRelation (NamedEntity 1 , Paragraph-SentenceNamedEntityNo 1 ; NamedEntity 2 , Para-graphSentenceNamedEntityNo 2 )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Example 1:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "\u5e7f\u4e1c\u5b8f\u8fdc\u961f 1 \u5ba2\u573a\u4ee5\uff13\u6bd4\uff10\u51fb\u8d25\u5e7f\u5dde\u592a\u9633\u795e\u961f\u3002", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The Guangdong Hongyuan Team defeated the Guangzhou Taiyangshen Team by 3: 0 in the guest field.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In the sentence we observe that there exist two NERs. According to the general frame, the first NER description is HT_VT( \u5e7f \u5dde \u592a \u9633 \u795e \u961f (Guangzhou Taiyangshen Team), 1-1-2; \u5e7f\u4e1c\u5b8f\u8fdc \u961f(Guangdong Hongyuan Team), 1-1-1) and the other is WT_LT( \u5e7f \u4e1c \u5b8f \u8fdc \u961f (Guangdong 1 The underlining of Chinese words means that an NE consists of these words.", |
| "cite_spans": [ |
| { |
| "start": 256, |
| "end": 257, |
| "text": "1", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Hongyuan Team), 1-1-1; \u5e7f\u5dde\u592a\u9633\u795e(Guangzhou Taiyangshen Team), 1-1-2).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this example, two NERs represent dominating / dominated and collocation relationships separately: namely, the first relation HT_VT gives the collocation relationship for the NE \"Guangdong Hongyuan Team\" and the noun \"guest field\". This implies that \"Guangdong Hongyuan Team\" is a guest team. Adversely, \"Guangzhou Taiyangshen Team\" is a host team; the second relation WT_LT indicates dominating / dominated relationship between \"Guangdong Hongyuan Team\" and \"Guangzhou Taiyangshen Team\" by the verb \"defeat\". Therefore, \"Guangdong Hongyuan Team\" and \"Guangzhou Taiyangshen Team\" are the winning and losing team, respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition of Relations", |
| "sec_num": "2" |
| }, |
| { |
| "text": "The membership of a person in a sports team. PS_CP A person takes part in a sports competition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PS_TM", |
| "sec_num": null |
| }, |
| { |
| "text": "The origin location of a person.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PS_CPC", |
| "sec_num": null |
| }, |
| { |
| "text": "A person and her / his position in a sports team or other occasions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "PS_ID", |
| "sec_num": null |
| }, |
| { |
| "text": "The home and visiting teams in a sports competition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "HT_VT", |
| "sec_num": null |
| }, |
| { |
| "text": "The winning and losing team name in a sports match.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "WT_LT", |
| "sec_num": null |
| }, |
| { |
| "text": "The names of two teams which draw a match. TM_CP A team participates in a sports competition. TM_CPC It indicates where a sports team comes from.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "DT_DT", |
| "sec_num": null |
| }, |
| { |
| "text": "The position of a person employed by a sports team.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "ID_TM", |
| "sec_num": null |
| }, |
| { |
| "text": "The staged date for a sports competition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CP_DA", |
| "sec_num": null |
| }, |
| { |
| "text": "The staged time for a sports competition. CP_LOC It gives the location where a sports match is held.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "CP_TI", |
| "sec_num": null |
| }, |
| { |
| "text": "The location ownership (LOC belongs to CPC).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "LOC_ CPC", |
| "sec_num": null |
| }, |
| { |
| "text": "The positive and negative case-based learning (PNCBL) belongs to supervised statistical learning methods (Nilsson, 1996) . Actually, it is a variant of memory-based learning (Stanfill and Waltz, 1986; Daelemans, 1995; Daelemans et al., 2000) . Unlike memory-based learning, PNCBL does not simply store cases in memory but transforms case forms into NER and non-NER patterns. Additionally, it stores not only positive cases, but also negative ones. Here, it should be clarified that the negative case we mean is a case in which two or more NEs do not stand in any relationships with each other, i.e, they bear non-relationships which are also investigated objects in which we are interested. During the learning, depending on the average similarity of features and the self-similarity of NERs (also non-NERs), the system automatically selects general or individual-character features (GCFs or ICFs) to construct a feature set. It also determines different feature weights and identification thresholds for different NERs or non-NERs. Thus, the learning results provide an identification references for the forthcoming NER identification.", |
| "cite_spans": [ |
| { |
| "start": 105, |
| "end": 120, |
| "text": "(Nilsson, 1996)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 174, |
| "end": 200, |
| "text": "(Stanfill and Waltz, 1986;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 201, |
| "end": 217, |
| "text": "Daelemans, 1995;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 218, |
| "end": 241, |
| "text": "Daelemans et al., 2000)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Positive and Negative Case-Based Learning", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Relation features, by which we can effectively identify different NERs, are defined for capturing critical information of the Chinese language. According to the features, we can define NER / non-NER patterns. The following essential factors motivate our definition for relation features:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relation Features", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "\u2022 The relation features should be selected from multiple linguistic levels, i.e., morphology, grammar and semantics (Cardie, 1996) ; \u2022 They can help us to identify NERs using positive and negative case-based machine learning as their information do not only deal with NERs but also with non-NERs; and \u2022 They should embody the crucial information of Chinese language processing (Dang et al., 2002) , such as word order, the context of words, and particles etc.", |
| "cite_spans": [ |
| { |
| "start": 116, |
| "end": 130, |
| "text": "(Cardie, 1996)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 377, |
| "end": 396, |
| "text": "(Dang et al., 2002)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relation Features", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "There are a total of 13 relation features shown in Table 2 , which are empirically defined according to the above motivations. It should be explained that in order to distinguish feature names from element names of the NER / non-NER patterns, we add a capital letter \"F\" in the ending of feature names. In addition, a sentence group in the following definitions can contain one or multiple sentences. In other words, a sentence group must end with a stop, semicolon, colon, exclamation mark, or question mark.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 51, |
| "end": 58, |
| "text": "Table 2", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Relation Features", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The type of a sentence group in which there exists a relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SGTF", |
| "sec_num": null |
| }, |
| { |
| "text": "The named entities of a relevant relation are located in the same sentence or different sentences.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NESPF", |
| "sec_num": null |
| }, |
| { |
| "text": "The order of the named entities of a relevant relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NEOF", |
| "sec_num": null |
| }, |
| { |
| "text": "The relative position between the verbs and the named entities of a relevant relation. The verbs of a relevant relation mean that they occur in a sentence where the relation is embedded.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NEVPF", |
| "sec_num": null |
| }, |
| { |
| "text": "The context of named entities. The context only embodies a word or a character preceding or following the current named entity.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NECF", |
| "sec_num": null |
| }, |
| { |
| "text": "The verbs are located in the same sentence or different sentences in which there is a relevant relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "VSPF", |
| "sec_num": null |
| }, |
| { |
| "text": "The relative order between parts-of-speech of particles and named entities. The particles occur within the sentences where the relation is embedded.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NEPPOF", |
| "sec_num": null |
| }, |
| { |
| "text": "The parts-of-speech of the named entities of a relevant relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NEPF", |
| "sec_num": null |
| }, |
| { |
| "text": "The parts-of-speech of the context for the named entities associated with a relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NECPF", |
| "sec_num": null |
| }, |
| { |
| "text": "The sequence of parts-of-speech for all sentence constituents within a relation range.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "SPF", |
| "sec_num": null |
| }, |
| { |
| "text": "The valence expression of verbs in the sentence(s) where there is a relation embedded.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "VVF", |
| "sec_num": null |
| }, |
| { |
| "text": "The concepts of the named entities of a relevant relation from HowNet (Dong and Dong, 2000) .", |
| "cite_spans": [ |
| { |
| "start": 70, |
| "end": 91, |
| "text": "(Dong and Dong, 2000)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "NECTF", |
| "sec_num": null |
| }, |
| { |
| "text": "The concepts of the verbs of a relevant relation from HowNet. Every feature describes one or more properties of a relation. Through the feature similarity calculation, the quantitative similarity for two relations can be obtained, so that we can further determine whether a candidate relation is a real relation. Therefore, the feature definition plays an important role for the relation identification. For instance, NECF can capture the noun \u5ba2\u573a (the guest field, it means that the guest team attends a competition in the host team's residence.) and also determine that the closest NE by this noun is \u5e7f\u4e1c\u5b8f\u8fdc\u961f (the Guangdong Hongyuan Team). On the other hand, NEOF can fix the sequence of two relationrelated NEs. Thus, another NE \u5e7f\u5dde\u592a\u9633\u795e\u961f (the Guangzhou Taiyangshen Team) is determined. Therefore, these two features reflect the properties of the relation HT_VT.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "VCTF", |
| "sec_num": null |
| }, |
| { |
| "text": "A relation pattern describes the relationships between an NER and its features. In other words, it depicts the linguistic environment in which NERs exist.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relation and Non-Relation Patterns", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "A relation pattern (RP) is defined as a 14-tuple: RP = (NO, RE, SC, SGT, NE, NEC, VERB, PAR, NEP, NECP, SP, VV, NECT, VCT) where NO represents the number of a RP; RE is a finite set of relation expressions; SC is a finite set for the words in the sentence group except for the words related to named entities; SGT is a sentence group type; NE is a finite set for named entities in the sentence group; NEC is a finite set that embodies the context of named entities; VERB is a finite set that includes the sequence numbers of verbs and corresponding verbs; NEP is a finite set of named entities and their POS tags; NECP is a finite set which contains the POS tags of the context for named entities; SP is a finite set in which there are the sequence numbers as well as corresponding POS tags and named entity numbers in a sentence group; VV is a finite set comprehending the posi-tion of verbs in a sentence and its valence constraints from Lexical Sports Ontology which is developed by us; NECT is a finite set that has the concepts of named entities in a sentence group; and VCT is a finite set which gives the concepts of verbs in a sentence group.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 2 (Relation Pattern):", |
| "sec_num": null |
| }, |
| { |
| "text": "\u636e\u65b0\u534e\u793e\u5317\u4eac\uff13\u6708\uff12\uff16\u65e5\u7535\u5168\u56fd\u8db3\u7403\u7532\uff22\u8054\u8d5b\u4eca\u5929\u8fdb\u884c \u4e86\u7b2c\u4e8c\u8f6e\u8d5b\u4e8b\u7684\uff15\u573a\u6bd4\u8d5b\uff0c\u5e7f\u4e1c\u5b8f\u8fdc\u961f\u5ba2\u573a\u4ee5\uff13\u6bd4\uff10\u51fb \u8d25\u5e7f\u5dde\u592a\u9633\u795e\u961f\uff0c\u6210\u4e3a\u552f\u4e00\u4e00\u652f\u4e24\u6218\u5168\u80dc\u7684\u961f\u4f0d\uff0c\u6682\u5c45 \u79ef\u5206\u699c\u699c\u9996\u3002 According to the news from Xinhua News Agency Beijing on March 26th: National Football Tournament (the First B League) today held five competitions of the second round, The Guangdong Hongyuan Team defeats the Guangzhou Taiyangshen Team by 3: 0 in the guest field, becoming the only team to win both matches, and temporarily occupying the first place of the entire competition.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "Relation Pattern:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "NO = 34; RE = {(CP_DA, NE1-3, NE1-2), (CP_TI, NE1-3, NE1-4), \u2026, (WT_LT, NE2-1, NE2-2)} SC = {(1, \u636e, according_to, Empty, AccordingTo), (2, \u65b0\u534e \u793e , Xinhua/Xinhua_News_agency, Empty, institu- tion/news/ProperName/China), \u2026, (42, \u3002 , ., Empty, {punc})}; SGT = multi-sentences; NE = {(NE1-1, 3, LN, {(1, \u5317\u4eac)}), (NE1-2, 4, Date, {(1, \uff13), (2, \u6708), (3, \uff12\uff16), (4, \u65e5)}), ..., (NE2-2, 26, TN, {(1, \u5e7f\u5dde), (2, \u592a\u9633\u795e), (3, \u961f)})}; NEC = {(NE1-1, \u65b0\u534e\u793e,\uff13), (NE1-2, \u5317\u4eac, \u7535), ..., (NE2-2, \u51fb\u8d25, \uff0c) }; VERB = {(8, \u8fdb\u884c), (25, \u51fb\u8d25), ..., (39, \u5c45)} PAR = {(1, \u636e), (9, \u4e86), ..., (38, \u6682)}; NEP = {(NE1-1, {(1, N5)}), (NE1-2, {(1, M), (2, N), (3, M), (4, N)}), ..., (NE2-2, {(1, N5), (2, N), (3, N)})}; NECP = {(NE1-1, N, M), (NE1-2, N5, N), \u2026, (NE2-2, V, W)}; SP = {(1, P), (2, N), (3, NE1-1), ..., (42, W)}; VV = {(V_8, {Agent|fact/compete|CT, -Time|time|DT}), (V_25, {Agent|human/mass|TN, Patient|human/mass|TN}),..., (V_39, {Agent|human/sport|PN, Agent|human/mass|TN})}; NECT = {(NE1-1, place/capital/ProperName/China), (NE1-2, Empty+celestial/unit/time+Empty+", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "celestial/time/time/ morning), \u2026, (NE2-2, place/city/ProperName/China+ Empty+community/human/mass)}; VCT = {(V_8, GoForward/GoOn/Vgoingon), (V_25, defeat), \u2026, (V_39, reside/situated)} Analogous to the definition of the relation pattern, a non-relation pattern is defined as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "Definition 3 (Non-Relation Pattern): A nonrelation pattern (NRP) is also defined as a 14-tuple: NRP = (NO, NRE, SC, SGT, NE, NEC, VERB, PAR, NEP, NECP, SP, VV, NECT, VCT), where NRE is a finite set of non-relation expressions which specify the nonexistent relations in a sentence group. The definitions of the other elements are the same as the ones in the relation pattern. For example, if we build an NRP for the above sentence group in Example 2, the NRE is listed in the following:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "NRE = {(CP_LOC, NE1-3, NE1-1), (TM_CPC, NE2-1, NE1-1), ..., (DT_DT, NE2-1, NE2-2)}", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "In this sentence group, the named entity (CT) \u5168 \u56fd\u8db3\u7403\u7532\uff22\u8054\u8d5b (National Football Tournament (the First B League)) does not bear the relation CP_LOC to the named entity (LN) \u5317\u4eac (Beijing). This LN only indicates the release location of the news from Xinhua News Agency.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "As supporting means, the non-NER patterns also play an important role, because in the NER pattern library we collect sentence groups in which the NER exists. If a sentence group only includes non-NERs, obviously, it is excluded from the NER pattern library. Thus the impact of positive cases cannot replace the impact of negative cases. With the help of non-NER patterns, we can remove misidentified non-NERs and enhance the precision of NER identification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Example 2:", |
| "sec_num": null |
| }, |
| { |
| "text": "In the learning, the similarity calculation is a kernel measure for feature selection.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Similarity Calculation", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The self-similarity of a kind of NERs or non-NERs in the corresponding library can be used to measure the concentrative degree of this kind of relations or non-relations. The value of the self-similarity is between 0 and 1. If the self-similarity value of a kind of relation or non-relation is close to 1, we can say that the concentrative degree of this kind of relation or nonrelation is very \"tight\". Conversely, the concentrative degree of that is very \"loose\".", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "The calculation of the self-similarity for the same kind of NERs is equal to the calculation for the average similarity of the corresponding relation features. Suppose R(i) is a defined NER in the NER set (1 \u2264 i \u2264 14). The average similarity for this kind of NERs is defined as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "\u03a3 Sim (R(i) j , R(i) k ) 1\u2264 j, k \u2264 m; j \u2260 k Sim average (R(i)) = \u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af (1) Sum relation_pair (R(i) j , R(i) k )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "where Sim (R(i) j , R(i) k ) denotes the relation similarity between the same kind of relations, R(i) j and R(i) k . 1 \u2264 j, k \u2264 m, j \u2260 k; m is the total number of the relation R(i) in the NER pattern library. The calculation of Sim(R(i) j , R(i) k ) depends on different features. Sum relation_pair (R(i) j , R(i) k ) is the sum of calculated relation pair number. They can be calculated using the following formulas:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "Sumf \u03a3 Sim (R(i) j , R(i) k ) (f t ) t = 1 Sim (R(i) j , R(i) k ) = \u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af (2) Sim f(s) Sum f 1 m = 2 Sum relation_pair (R(i) j , R(i) k ) = m ! (3) \u23af\u23af\u23af\u23af\u23af m > 2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "where R(i) is a defined relation in the NER set (1 \u2264 i \u2264 14); n is the size of selected features, 1 \u2264 s, t \u2264 n; and (m-2) ! * 2 !", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "In the formula (2), f t is a feature in the feature set (1 \u2264 t \u2264 13). Sum f is the total number of features. The calculation formulas of Sim (R(i) j , R(i) k ) (f t ) depend on different features. For example, if f t is equal to NECF, Sim (R(i) j , R(i) k ) (f t ) is shown as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "1 if all contexts of named entities for two relations are the same 0.75 if only a preceding or following context is not the same", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 4 (Self-Similarity):", |
| "sec_num": null |
| }, |
| { |
| "text": "Sim (X(i) j , X(i) k ) (NECF) = 0.5 if two preceding and / or following contexts are not the same 0.25 if three preceding and / or following contexts are not the same 0 if all contexts of named entities for two relations are not the same", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sim (R(i)", |
| "sec_num": null |
| }, |
| { |
| "text": "Notice that the similarity calculation for non-NERs is the same as the above calculations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sim (R(i)", |
| "sec_num": null |
| }, |
| { |
| "text": "Before describing the learning algorithm, we want to define some fundamental conceptions related to the algorithm as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sim (R(i)", |
| "sec_num": null |
| }, |
| { |
| "text": "Definition 5 (General-Character Feature): If the average similarity value of a feature in a relation is greater than or equal to the self-similarity of this relation, it is called a General-Character Feature (GCF). This feature reflects a common characteristic of this kind of relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sim (R(i)", |
| "sec_num": null |
| }, |
| { |
| "text": "Definition 6 (Individual-Character Feature): An Individual-Character Feature (ICF) means its average similarity value in a relation is less than or equal to the self-similarity of this relation. This feature depicts an individual property of this kind of relation.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Sim (R(i)", |
| "sec_num": null |
| }, |
| { |
| "text": "The weight of a selected feature (GCF or ICF) denotes the important degree of the feature in GCF or ICF set. It is used for the similarity calculation of relations or non-relations during relation identification.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 7 (Feature Weight):", |
| "sec_num": null |
| }, |
| { |
| "text": "average f(s)(R(i)) w (R(i)) = \u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af (5) n \u03a3 Sim average f(t)(R(i)) t = 1 \u03a3 Sim (R(i) j , R(i) k ) (f(s)) 1\u2264 j, k \u2264 m; j \u2260 k Sim average f(s)(R(i)) = \u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af (6) Sum relation_pair (R(i) j , R(i) k )", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 7 (Feature Weight):", |
| "sec_num": null |
| }, |
| { |
| "text": "j , R(i) k ) (f(s)) computes the feature similarity of the feature f(s) between same kinds of relations, R(i) j and R(i) k . 1 \u2264 j, k \u2264 m, j \u2260 k; m is the total number of the relation R(i) in the NER pattern library. Sum relation_pair (R(i) j , R(i) k ) is the sum of calculated relation pair numbers, which can be calculated by the formula (3).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 7 (Feature Weight):", |
| "sec_num": null |
| }, |
| { |
| "text": "If a candidate relation is regarded as a relation in the relation pattern library, the identification threshold of this relation indicates the minimal similarity value between them. It is calculated by the average of the sum of average similarity values for selected features:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 8 (Identification Threshold):", |
| "sec_num": null |
| }, |
| { |
| "text": "n \u03a3 Sim average f(t)(R(i)) t = 1 IdenThrh(R(i)) = \u23af\u23af\u23af\u23af\u23af\u23af\u23af\u23af (7) n", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 8 (Identification Threshold):", |
| "sec_num": null |
| }, |
| { |
| "text": "where n is the size of selected features, 1 \u2264 t \u2264 n.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 8 (Identification Threshold):", |
| "sec_num": null |
| }, |
| { |
| "text": "Finally, the PNCBL algorithm is described as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 8 (Identification Threshold):", |
| "sec_num": null |
| }, |
| { |
| "text": "1) Input annotated texts; 2) Transform XML format of texts into internal data format; 3) Build NER and non-NER patterns; 4) Store both types of patterns in hash tables and construct indexes for them; 5) Compute the average similarity for features and self-similarity for NERs and non-NERs; 6) Select GCFs and ICFs for NERs and non-NERs respectively; 7) Calculate weights for selected features; 8) Decide identification thresholds for every NER and non-NER; 9) Store the above learning results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Definition 8 (Identification Threshold):", |
| "sec_num": null |
| }, |
| { |
| "text": "Our approach to NER identification is based on PNCBL, it can utilize the outcome of learning for further identifying NERs and removing non-NERs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Relation Identification", |
| "sec_num": "4" |
| }, |
| { |
| "text": "During the NER identification, the GCFs of NER candidates match those of all of the same kind of NERs in the NER pattern library. Likewise, the ICFs of NER candidates compare to those of non-NERs in the non-NER pattern library. The computing formulas in this procedure are listed as follows:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimal Identification Tradeoff", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "Sum(GCF) i Sim (R(i) can , R(i) j1 ) = \u03a3 { w i (GCF k1 ) * Sim (R(i) can , R(i) j1 ) (GCF k1 ) } k1 = 1 and (8) Sum(ICF) i Sim (R(i) can , NR(i) j2 ) = \u03a3 { w i (ICF k2 ) * Sim (R(i) can , NR(i) j2 ) (ICF k2 ) } k2 = 1", |
| "eq_num": "(9)" |
| } |
| ], |
| "section": "Optimal Identification Tradeoff", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "where R(i) represents the NER i , and NR(i) expresses the non-NER i , 1\u2264 i \u2264 14. R(i) can is defined as a NER i candidate. R(i) j1 and NR(i) j2 are the j1-th NER i in the NER pattern library and the j2-th non-NER i in the non-NER pattern library. 1 \u2264 j1 \u2264 Sum (R(i)) and 1 \u2264 j2 \u2264 Sum (NR(i)). Sum (R(i)) and Sum (NR(i)) are the total number of R(i) in the NER pattern library and that of NR(i) in non-NER pattern library respectively. w i (GCF k1 ) and w i (ICF k2 ) mean the weight of the k1-th GCF for the NER i and that of the k2-th ICF for the non-NER i . Sum (GCF) i and Sum (ICF) i are the total number of GCF for NER i and that of ICF for non-NER i separately.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimal Identification Tradeoff", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In matching results, we find that sometimes the similarity values of a number of NERs or non-NERs matched with NER candidates are all more than the identification threshold. Thus, we have to utilize a voting method to achieve an identification tradeoff in our approach. For an optimal tradeoff, we consider the final identification performance in two aspects: i.e., recall and precision. In order to enhance recall, as many correct NERs should be captured as possible; on the other hand, in order to increase precision, misidentified non-NERs should be removed as accurately as possible.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimal Identification Tradeoff", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "The voting refers to the similarity calculation results between an NER candidate and NER / non-NER patterns. It pays special attention to circumstances in which both results are very close. If this happens, it exploits multiple calculation results to measure and arrive at a final decision. Additionally, notice that the impact of non-NER patterns is to restrict possible misidentified non-NERs. On the other hand, the voting assigns different thresholds to different NER candidates (e.g. HT_VT, WT_LT, and DT_DT or other NERs). Because the former three NERs have the same kind of NEs, the identification for these NERs is more difficult than for others. Thus, when voting, the corresponding threshold should be set more strictly.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Optimal Identification Tradeoff", |
| "sec_num": "4.1" |
| }, |
| { |
| "text": "In fact, although the voting is able to use similarity computing results for yielding an optimal tradeoff, there still remain some problems to be resolved. The relation conflict is one of the problems, which means that contradictory NERs occur in identification results. For example:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resolving NER Conflicts", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "(i) The same kind of relations with different argument position: e.g., the relations HT_VT, HT_VT(ne1, no1; ne2, no2) and HT_VT(ne2, no2; ne1, no1) occur in an identification result at the same time.", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 102, |
| "text": "HT_VT(ne1,", |
| "ref_id": null |
| }, |
| { |
| "start": 103, |
| "end": 107, |
| "text": "no1;", |
| "ref_id": null |
| }, |
| { |
| "start": 108, |
| "end": 112, |
| "text": "ne2,", |
| "ref_id": null |
| }, |
| { |
| "start": 113, |
| "end": 117, |
| "text": "no2)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resolving NER Conflicts", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "(ii) The different kinds of relations with same or different argument positions: e.g., the relations WT_LT and DT_DT, WT_LT(ne1, no1; ne2, no2) and DT_DT(ne1, no1; ne2, no2) appear simultaneously in an identification result.", |
| "cite_spans": [ |
| { |
| "start": 118, |
| "end": 128, |
| "text": "WT_LT(ne1,", |
| "ref_id": null |
| }, |
| { |
| "start": 129, |
| "end": 133, |
| "text": "no1;", |
| "ref_id": null |
| }, |
| { |
| "start": 134, |
| "end": 138, |
| "text": "ne2,", |
| "ref_id": null |
| }, |
| { |
| "start": 139, |
| "end": 143, |
| "text": "no2)", |
| "ref_id": null |
| }, |
| { |
| "start": 148, |
| "end": 158, |
| "text": "DT_DT(ne1,", |
| "ref_id": null |
| }, |
| { |
| "start": 159, |
| "end": 163, |
| "text": "no1;", |
| "ref_id": null |
| }, |
| { |
| "start": 164, |
| "end": 168, |
| "text": "ne2,", |
| "ref_id": null |
| }, |
| { |
| "start": 169, |
| "end": 173, |
| "text": "no2)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resolving NER Conflicts", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The reason for a relation conflict lies in the simultaneous and successful matching of a pair of NER candidates whose NEs are the same kind. They do not compare and distinguish themselves further. Considering the impact of NER and non-NER patterns, we organize the conditions to remove one of the relations, which has lower average similarity value with NER patterns or higher average similarity value with non-NER patterns.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Resolving NER Conflicts", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "Due to a variety of reasons, some relations that should appear in an identification result may be missing. However, we can utilize some of the identified NERs to infer them. Of course, the prerequisite of the inference is that we suppose identified NERs are correct and non-contradictory. For all identified NERs, we should first examine whether they contain missing NERs. After determining the type of missing NERs, we may infer them -containing the relation name and its arguments. For instance, in an identification result, two NERs are: PS_ID (ne1, no1; ne2, no2) and PS_TM (ne1, no1; ne3, no3) In the above NER expressions, ne1 is a personal name, ne2 is a personal identity, and ne3 is a team name, because if a person occupies a position, i.e., he / she has a corresponding identity in a sports team, that means the position or identity belongs to this sports team. Accordingly, we can infer the following NER:", |
| "cite_spans": [ |
| { |
| "start": 541, |
| "end": 552, |
| "text": "PS_ID (ne1,", |
| "ref_id": null |
| }, |
| { |
| "start": 553, |
| "end": 557, |
| "text": "no1;", |
| "ref_id": null |
| }, |
| { |
| "start": 558, |
| "end": 562, |
| "text": "ne2,", |
| "ref_id": null |
| }, |
| { |
| "start": 563, |
| "end": 567, |
| "text": "no2)", |
| "ref_id": null |
| }, |
| { |
| "start": 572, |
| "end": 583, |
| "text": "PS_TM (ne1,", |
| "ref_id": null |
| }, |
| { |
| "start": 584, |
| "end": 588, |
| "text": "no1;", |
| "ref_id": null |
| }, |
| { |
| "start": 589, |
| "end": 593, |
| "text": "ne3,", |
| "ref_id": null |
| }, |
| { |
| "start": 594, |
| "end": 598, |
| "text": "no3)", |
| "ref_id": null |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inferring Missing NERs", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "ID_TM (ne2, no2; ne3, no3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Inferring Missing NERs", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "The main resources used for learning and identification are NER and non-NER patterns. Before learning, the texts from the Jie Fang Daily 2 in 2001 were annotated based on the NE identification. During learning, both pattern libraries are established in terms of the annotated texts and Lexical Sports Ontology. They have 142 (534 NERs) and 98 (572 non-NERs) sentence groups, respectively.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results and Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "To test the performance of our approach, we randomly choose 32 sentence groups from the Jie Fang Daily in 2002, which embody 117 different NER candidates.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results and Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "For evaluating the effects of negative cases, we made two experiments. Table 3 shows the average and total average recall, precision, and F-measure for the identification of 14 NERs only by positive case-based learning. Table 4 demonstrates those by PNCBL. Comparing the experimental results, among 14 NERs, the F-measure values of the seven NERs (PS_ID, ID_TM, CP_TI, WT_LT, PS_CP, CP_DA, and DT_DT) in Table 4 are higher than those of corresponding NERs in Table 3 ; the F-measure values of three NERs (LOC_CPC, TM_CP, and PS_CP) have no variation; but the Fmeasure values of other four NERs (PS_TM, 2 This is a local newspaper in Shanghai, China. CP_LOC, TM_CPC, and HT_VT) in Table 4 are lower than those of corresponding NERs in Table 3 . This shows the performances for half of NERs are improved due to the adoption of both positive and negative cases. Moreover, the total average Fmeasure is enhanced from 63.61% to 70.46% as a whole. Finally, we have to acknowledge that it is difficult to compare the performance of our method to others because the experimental conditions and corpus domains of other NER identification efforts are quite different from ours. Nevertheless, we would like to use the performance of Chinese NER identification using memory-based learning (MBL) (Zhang and Zhou, 2000) for a comparison with our approach in Table 5 . In the table, we select similar NERs in our domain to correspond to the three types of the relations (employee-of, product-of, and location-of). From the table we can deduce that the identification performance of relations for PNCBL is roughly comparable to that of the MBL. ", |
| "cite_spans": [ |
| { |
| "start": 1284, |
| "end": 1306, |
| "text": "(Zhang and Zhou, 2000)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 71, |
| "end": 78, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 220, |
| "end": 227, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 404, |
| "end": 411, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 459, |
| "end": 467, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 681, |
| "end": 688, |
| "text": "Table 4", |
| "ref_id": "TABREF3" |
| }, |
| { |
| "start": 735, |
| "end": 742, |
| "text": "Table 3", |
| "ref_id": "TABREF2" |
| }, |
| { |
| "start": 1345, |
| "end": 1352, |
| "text": "Table 5", |
| "ref_id": "TABREF5" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experimental Results and Evaluation", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In this paper, we propose a novel machine learning and identification approach PNCBL&I. This approach exhibits the following advantages: (i) The defined negative cases are used to improve the NER identification performance as compared to only using positive cases; (ii) All of the tasks, building of NER and non-NER patterns, feature selection, feature weighting and identification threshold determination, are automatically completed. It is able to adapt the variation of NER and non-NER pattern library; (iii) The information provided by the relation features deals with multiple linguistic levels, depicts both NER and non-NER patterns, as well as satisfies the requirement of Chinese language processing; (iv) Selfsimilarity is a reasonable measure for the concentrative degree of the same kind of NERs or non-NERs, which can be used to select generalcharacter and individual-character features for NERs and non-NERs respectively; (v) The strategies used for achieving an optimal NER identification tradeoff, resolving NER conflicts, and inferring missing NERs can further improve the performance for NER identification; (vi) It can be applied to sentence groups containing multiple sentences. Thus identified NERs are allowed to cross sentences boundaries. The experimental results have shown that the method is appropriate and effective for improving the identification performance of NERs in Chinese.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusion", |
| "sec_num": "6" |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work is a part of the COLLATE project under contract no. 01INA01B, which is supported by the German Ministry for Education and Research.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgement", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Automating Feature Set Selection for Case-Based Learning of Linguistic Knowledge", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Cardie", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "Proc. of the Conference on Empirical Methods in Natural Language Processing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Cardie. 1996. Automating Feature Set Selection for Case-Based Learning of Linguistic Knowledge. In Proc. of the Conference on Empirical Methods in Natural Language Processing. University of Pennsyl- vania, Philadelphia, USA.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Memory-based lexical acquisition and processing", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Daelemans", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Machine Translations and the Lexicon", |
| "volume": "", |
| "issue": "", |
| "pages": "85--98", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Daelemans. 1995. Memory-based lexical acquisition and processing. In P. Steffens, editor, Machine Translations and the Lexicon, Lecture Notes in Arti- ficial Intelligence, pages 85-98. Springer Verlag. Berlin, Germany.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "TiMBL: Tilburg Memory Based Learner, Version 3.0, Reference Guide", |
| "authors": [ |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Daelemans", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Bosch", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Zavrel", |
| "suffix": "" |
| }, |
| { |
| "first": "K", |
| "middle": [], |
| "last": "Van Der Sloot", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [], |
| "last": "Vanden", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Bosch", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "W. Daelemans, A. Bosch, J. Zavrel, K. Van der Sloot, and A. Vanden Bosch. 2000. TiMBL: Tilburg Mem- ory Based Learner, Version 3.0, Reference Guide. Technical Report ILK-00-01, ILK, Tilburg Univer- sity. Tilburg, The Netherlands.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Simple Features for Chinese Word Sence Disambiguation", |
| "authors": [ |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Dang", |
| "suffix": "" |
| }, |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Chia", |
| "suffix": "" |
| }, |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Palmer", |
| "suffix": "" |
| }, |
| { |
| "first": "F", |
| "middle": [], |
| "last": "Chiou", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "Proc. of the 19th International Conference on Computational Linguistics (COLING 2002)", |
| "volume": "", |
| "issue": "", |
| "pages": "204--210", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "H. Dang, C. Chia, M. Palmer and F. Chiou. 2002. Sim- ple Features for Chinese Word Sence Disambigua- tion. In Proc. of the 19th International Conference on Computational Linguistics (COLING 2002), pages 204-210. Taipei, Taiwan.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Introduction to Machine Learning: An Early Draft of a Proposed Textbook", |
| "authors": [ |
| { |
| "first": "N", |
| "middle": [], |
| "last": "Nilsson", |
| "suffix": "" |
| } |
| ], |
| "year": 1996, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "N. Nilsson. 1996. Introduction to Machine Learning: An Early Draft of a Proposed Textbook. Pages 175-188. http://robotics.stanford.edu/people/nilsson/mlbook.ht ml.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Toward memory-based reasoning", |
| "authors": [ |
| { |
| "first": "C", |
| "middle": [], |
| "last": "Stanfill", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Waltz", |
| "suffix": "" |
| } |
| ], |
| "year": 1986, |
| "venue": "Communications of the ACM", |
| "volume": "29", |
| "issue": "12", |
| "pages": "1213--1228", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "C. Stanfill and D. Waltz. 1986. Toward memory-based reasoning. Communications of the ACM, Vol.29, No.12, pages 1213-1228.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "CHINERS: A Chinese Named Entity Recognition System for the Sports Domain", |
| "authors": [ |
| { |
| "first": "T", |
| "middle": [], |
| "last": "Yao", |
| "suffix": "" |
| }, |
| { |
| "first": "W", |
| "middle": [], |
| "last": "Ding", |
| "suffix": "" |
| }, |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Erbach", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proc. of the Second SIGHAN Workshop on Chinese Language Processing (ACL 2003 Workshop)", |
| "volume": "", |
| "issue": "", |
| "pages": "55--62", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "T. Yao, W. Ding and G. Erbach. 2003. CHINERS: A Chinese Named Entity Recognition System for the Sports Domain. In: Proc. of the Second SIGHAN Workshop on Chinese Language Processing (ACL 2003 Workshop), pages 55-62. Sapporo, Japan.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A trainable method for extracting Chinese entity names and their relations", |
| "authors": [ |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Zhang", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Zhou", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proc. of the Second Chinese Language Processing Workshop (ACL 2000 Workshop)", |
| "volume": "", |
| "issue": "", |
| "pages": "66--72", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Y. Zhang and J. Zhou. 2000. A trainable method for extracting Chinese entity names and their relations. In Proc. of the Second Chinese Language Processing Workshop (ACL 2000 Workshop), pages 66-72.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "TABREF0": { |
| "type_str": "table", |
| "content": "<table/>", |
| "html": null, |
| "text": "Feature CategoryIn 13 features, three features (NECF, NECPF and NEPF) belong to morphological features, three features (NEOF, SPF and SGTF) are grammatical features, four features (NEPPOF, NESPF, NEVPF and VSPF) are associated with not only morphology but also grammar, and three features (NECTF, VCTF and VVF) are semantic features.", |
| "num": null |
| }, |
| "TABREF2": { |
| "type_str": "table", |
| "content": "<table><tr><td>Relation</td><td>Average</td><td>Average</td><td>Average</td></tr><tr><td>Type</td><td>Recall</td><td>Precision</td><td>F-measure</td></tr><tr><td>LOC_CPC</td><td>100</td><td>91.67</td><td>95.65</td></tr><tr><td>TM_CP</td><td>100</td><td>87.50</td><td>93.33</td></tr><tr><td>CP_TI</td><td>100</td><td>75</td><td>85.71</td></tr><tr><td>PS_CPC</td><td>100</td><td>68.75</td><td>81.48</td></tr><tr><td>ID_TM</td><td>90.91</td><td>68.19</td><td>77.93</td></tr><tr><td>PS_ID</td><td>72.22</td><td>81.67</td><td>76.65</td></tr><tr><td>CP_LOC</td><td>88.89</td><td>66.67</td><td>76.19</td></tr><tr><td>PS_TM</td><td>80</td><td>65</td><td>71.72</td></tr><tr><td>CP_DA</td><td>100</td><td>50</td><td>66.67</td></tr><tr><td>DT_DT</td><td>66.67</td><td>66.67</td><td>66.67</td></tr><tr><td>PS_CP</td><td>60</td><td>75</td><td>66.67</td></tr><tr><td>WT_LT</td><td>60</td><td>37.50</td><td>46.15</td></tr><tr><td>HT_VT</td><td>42.86</td><td>30</td><td>35.30</td></tr><tr><td>TM_CPC</td><td>37.50</td><td>31.25</td><td>34.09</td></tr><tr><td>Total Ave.</td><td>78.50</td><td>63.92</td><td>70.46</td></tr></table>", |
| "html": null, |
| "text": "Identification Performance for 14 NERs only by Positive Case-Based Learning", |
| "num": null |
| }, |
| "TABREF3": { |
| "type_str": "table", |
| "content": "<table><tr><td>: Identification Performance</td></tr><tr><td>for 14 NERs by PNCBL</td></tr></table>", |
| "html": null, |
| "text": "", |
| "num": null |
| }, |
| "TABREF5": { |
| "type_str": "table", |
| "content": "<table/>", |
| "html": null, |
| "text": "Performances for Relation Identification(PNCBL&I vs. MBL&I)", |
| "num": null |
| } |
| } |
| } |
| } |