Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "O05-4006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T07:58:34.153677Z"
},
"title": "The Design and Construction of the PolyU Shallow Treebank",
"authors": [
{
"first": "Ruifeng",
"middle": [],
"last": "Xu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The Hong Kong Polytechnic University",
"location": {
"settlement": "Kowloon",
"country": "Hong Kong"
}
},
"email": ""
},
{
"first": "Qin",
"middle": [],
"last": "Lu",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The Hong Kong Polytechnic University",
"location": {
"settlement": "Kowloon",
"country": "Hong Kong"
}
},
"email": ""
},
{
"first": "Yin",
"middle": [],
"last": "Li",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The Hong Kong Polytechnic University",
"location": {
"settlement": "Kowloon",
"country": "Hong Kong"
}
},
"email": ""
},
{
"first": "Wanyin",
"middle": [],
"last": "Li",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The Hong Kong Polytechnic University",
"location": {
"settlement": "Kowloon",
"country": "Hong Kong"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "This paper presents the design and construction of the PolyU Treebank, a manually annotated Chinese shallow treebank. The PolyU Treebank is based on shallow annotation where only partial syntactical structures within sentences are annotated. Guided by the Phrase-Standard Grammar proposed by Peking University, the PolyU Treebank has been designed and constructed to provide a large amount of annotated data containing shallow syntactical information and limited semantic information for use in natural language processing (NLP) research. This paper describes the relevant design principles, annotation guidelines, and implementation issues, including the achievement of high quality annotation through the use of well-designed annotation workflow and effective post-annotation checking tools. Currently, the PolyU Treebank consists of a one-million-word annotated corpus and has been used in a number of NLP research projects with promising results.",
"pdf_parse": {
"paper_id": "O05-4006",
"_pdf_hash": "",
"abstract": [
{
"text": "This paper presents the design and construction of the PolyU Treebank, a manually annotated Chinese shallow treebank. The PolyU Treebank is based on shallow annotation where only partial syntactical structures within sentences are annotated. Guided by the Phrase-Standard Grammar proposed by Peking University, the PolyU Treebank has been designed and constructed to provide a large amount of annotated data containing shallow syntactical information and limited semantic information for use in natural language processing (NLP) research. This paper describes the relevant design principles, annotation guidelines, and implementation issues, including the achievement of high quality annotation through the use of well-designed annotation workflow and effective post-annotation checking tools. Currently, the PolyU Treebank consists of a one-million-word annotated corpus and has been used in a number of NLP research projects with promising results.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "A treebank can be defined as a syntactically processed corpus. It is a language resource with linguistic information annotated at, variously, the word, phrase, clause, and sentence levels, in order to form a bank of linguistic trees. Many treebanks have been constructed for different languages, including Penn Treebank [Marcus et al. 1993] and the ICE-GB [Wallis et al. 2003] for English, and the Penn Chinese Treebank [Xia et al. 2000; Xue et al. 2002] and the Sinica Treebank [Chen et al. 1999; Chen et al. 2003 ] for Chinese.",
"cite_spans": [
{
"start": 320,
"end": 340,
"text": "[Marcus et al. 1993]",
"ref_id": "BIBREF8"
},
{
"start": 356,
"end": 376,
"text": "[Wallis et al. 2003]",
"ref_id": "BIBREF9"
},
{
"start": 420,
"end": 437,
"text": "[Xia et al. 2000;",
"ref_id": "BIBREF10"
},
{
"start": 438,
"end": 454,
"text": "Xue et al. 2002]",
"ref_id": "BIBREF12"
},
{
"start": 479,
"end": 497,
"text": "[Chen et al. 1999;",
"ref_id": "BIBREF0"
},
{
"start": 498,
"end": 514,
"text": "Chen et al. 2003",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Most of the reported Chinese treebanks, including the Penn Chinese Treebank and Sinica Treebank, are based on full parsing, where complete syntactical analysis is performed. This includes determining the syntactic categories of words, locating chunks that can be nested, finding relations between phrases, and resolving attachment ambiguities. Thus, the output of full parsing is a set of complete syntactic trees. Due to the complexity of natural languages, automatic full parsing is still quite challenging. An alternative to automatic full parsing is to adopt a divide-and-conquer strategy, i.e., to divide full parsing into several independent sub-tasks which can be applied relatively easily. One of these sub-tasks is shallow (or partial) parsing. The purpose of shallow parsing is to identify local syntactical structures that are relatively simple and easy to identify while ignoring the complicated task of analyzing how these phrases are syntactically used to construct sentences. Thus, shallow parsing only identifies local structures in sentences. These local structures form the sub-trees of a full syntactic tree. Because shallow parsing does not involve complex and ambiguous attachment analysis, it can find some local structures at much lower cost and with a much higher accuracy. For these reasons, shallow parsing has in recent years been the focus of more research, and it has been applied in many NLP applications. However, the lack of a large-scale Chinese shallow treebank has been an impediment to research in this area. This has motivated us to construct a Chinese shallow treebank for Chinese natural language processing applications. This treebank, referred as the PolyU Treebank, is named after the University where it is being developed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "One problem with shallow parsing is that, unlike full parsing, it seeks to identify only certain local structures in a sentence. Furthermore, at present, there is no widely-accepted common standard for the determining scope and depth of local structures, and different reported works vary in how they define what local structures are [Dalemans et al. 1999; Sun 2001; Li et al. 2003 ]. Therefore, in this work, we will first discuss the objectives of shallow parsing based on our needs and those of other NLP researchers and define the scope of shallow parsing. In accordance with this defined scope, we will then show how the PolyU Treebank has been constructed by manually annotating shallow syntactic structures from a selected corpus.",
"cite_spans": [
{
"start": 334,
"end": 356,
"text": "[Dalemans et al. 1999;",
"ref_id": "BIBREF3"
},
{
"start": 357,
"end": 366,
"text": "Sun 2001;",
"ref_id": "BIBREF7"
},
{
"start": 367,
"end": 381,
"text": "Li et al. 2003",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Obviously, the scope and the depth of shallow annotation should be determined based on the requirements of the applications using the treebank. Based on the typical requirements of NLP research tasks such as Chinese collocation extraction, terminology extraction, and the acquisition of descriptions of terminologies conducted at the authors' research institution, we restrict shallow syntactic structures to the maximal phrases that play various roles as subjects, predicates, complement clauses and other syntactic components in sentences. Within the scope of the present work, our aim is to identify base-phrases, that is minimum syntactic unit in a maximal phrase. We also identify those nested phrases between base-phrases and maximal phrases which we call mid-phrases. Maximal phrase, Base-phrase, Mid-phrase will be defined in detail in Section 3. Each identified phrase is given a mandatory syntactic label and an optional semantic label. Its header is also identified. An important feature of our treebank is that the identified phrases are augmented with semantic information. This kind of information is useful in many areas of NLP research but is difficult to identify automatically and sometimes not annotated in the other existing treebanks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "For guidance in syntactic annotation, we choose to use the Phrase-Standard Grammar (PSG) as proposed by Peking University [Yu et al. 1998 ]. There are two reasons for this choice. First, the PSG grammar framework is widely accepted in mainland China. Second, in order to reduce the cost of annotation and to ensure the maximum sharing of our output, we perform shallow syntactic annotation on the segmented and tagged People's Daily corpus, developed in Peking University [Yu et al. 2001] .",
"cite_spans": [
{
"start": 122,
"end": 137,
"text": "[Yu et al. 1998",
"ref_id": "BIBREF13"
},
{
"start": 472,
"end": 488,
"text": "[Yu et al. 2001]",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "The process of constructing our treebank, which has taken more than 15 months, has included guideline design, the development of annotation specifications, and annotation and quality assurance checking. The one-million-word annotated shallow treebank is more than 98.8% accurate in terms of phrase bracketing and more than 98% accurate in phrase labeling. Such a large-scale treebank can be used to support a variety of NLP research. Currently, it has been used to train and to test a shallow parser [Lu et al. 2003 ]. Furthermore, other research conducted in authors' institution, including Chinese collocation extraction, Chinese terminologies extraction, and information retrieval, have also benefited from the PolyU Treebank. We are currently optimizing the treebank and making it available to other researchers as a public resource. This paper presents the major issues involved in the design and construction of the PolyU Treebank and its quality control mechanisms. The rest of this paper is organized as follows. Section 2 introduces the design principles. Section 3 describes the annotation guidelines. Section 4 describes the tasks involved in annotating the PolyU Treebank, including corpus data preparation, word segmentation, POS tagging, phrase bracketing, and phrase labeling specifications. Section 5 discusses the quality assurance mechanisms and the post-annotation checking tools developed for this project. Section 6 gives some examples to illustrate how this shallow treebank can be used in NLP. Section 7 gives conclusions.",
"cite_spans": [
{
"start": 500,
"end": 515,
"text": "[Lu et al. 2003",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1."
},
{
"text": "Due to the fact that currently, no large-scale shallow-annotated Chinese treebanks are available, in the course of designing PolyU Treebank, we referenced two important fully-annotated Chinese treebank: the Penn Chinese Treebank and the Sinica Treebank. The Penn Chinese Treebank was annotated based on the Government and Bind framework and contains about 500,000 Chinese words, most of which were mainly manually annotated according to a strict quality assurance process [Xue et al. 2002] . The Sinica Treebank was developed by the Academic Sinica, Taiwan. Phrase bracketing and annotation were carried out using a head-driven chart parser guided by Information-based Case Grammar (ICG), and followed by manual post-editing. The Sinica Treebank contains 39,000 parsed trees and 329,000 words [Chen et al. 1999; Chen et al. 2003] . A natural way to obtain a shallow treebank is to extract shallow structures from a fully annotated treebank. Unfortunately, the Penn Treebank and Sinica Treebank were annotated using different grammar frameworks as well as different word segmentation/POS tagging strategies, making them unsuitable for our annotation scheme.",
"cite_spans": [
{
"start": 472,
"end": 489,
"text": "[Xue et al. 2002]",
"ref_id": "BIBREF12"
},
{
"start": 793,
"end": 811,
"text": "[Chen et al. 1999;",
"ref_id": "BIBREF0"
},
{
"start": 812,
"end": 829,
"text": "Chen et al. 2003]",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Design Principles",
"sec_num": "2."
},
{
"text": "To ensure that the PolyU Treebank would be high in quality and widely accepted, it was designed and constructed based on four basic principles:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Design Principles",
"sec_num": "2."
},
{
"text": "Principle 1: High resource-sharing capability The PolyU Treebank was designed to sever as a general purpose treebank for use in as wide a range of applications as possible. This called for the selection of an effective and well-accepted grammatical framework for representing syntactical information as well as for a well-accepted word segmentation/POS tagging scheme.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Design Principles",
"sec_num": "2."
},
{
"text": "We chose to use the Phrase-Standard Grammar (PSG), proposed by Peking University. PSG is widely accepted by Chinese NLP researchers. In the PSG framework, phrases rather than words are treated as basic Chinese syntactical units. The reason is that while an individual word can be used in different ways and may have different part-of-speech (POS) tags representing its different functions in sentences, a phrase is made up of a number of words normally driven by a headword, and consequently, has a stable internal structure and order. Based on this framework, syntactical analysis should be performed in a cascaded fashion, and a linear character string can finally be syntactically analyzed to form a cascaded tree.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Design Principles",
"sec_num": "2."
},
{
"text": "In the absence of an orthographic device for delimiting words in Chinese, it is necessary to segment words before performing POS tagging. We used a segmented and tagged corpus consisting sentences from the People's Daily, annotated by Peking University. This corpus was accurately segmented and tagged in accordance with the PSG framework, and contains articles from the People's Daily published in 1998. The claimed accuracy of word segmentation and POS tagging is 99.9% and 99.5%, respectively [Yu et al. 2001] . Using this popular and accurate resource significantly reduced the cost of annotation in our research and ensured the maximum sharing of our output.",
"cite_spans": [
{
"start": 496,
"end": 512,
"text": "[Yu et al. 2001]",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Design Principles",
"sec_num": "2."
},
{
"text": "The second design principle was that the PolyU Treebank should not be structurally very complex; its annotation framework should be clear and simple and its syntactic and functional information should be labeled according to commonly used and widely accepted standards.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Principle 2: Low structural complexity",
"sec_num": null
},
{
"text": "To ensure that our shallow annotation approach satisfied the requirements typical language applications in terms of syntactical information, we chose to focus on the annotation of phrases and the identification of headwords while ignoring sentence-level syntax. More specifically, we wanted to identify three types of information: (1) base-phrases, that is, non-nesting phrases with at least one headword; (2) maximal phrases, that is, phrases that marked the boundary of our scope of examination, inclosing the base-phrases and plays the role of subject, predicate, complement clause, embedded clause, or other syntactic components of sentences; and (3) mid-phrases, that is the intermediate nesting phrases between base-phrases and maximal phrases if they existed. Maximal phrases and base-phrases will be defined and discussed in detail in Section 3. As for mid-phrases, a limit was imposed on the level of nesting since we did not intend to provide full parsing information. In order to limit the structural complexity, we limited nesting brackets to only three levels. In other words, mid-phrases were limited to only at most one level.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Principle 2: Low structural complexity",
"sec_num": null
},
{
"text": "The third design principle was to provide syntactic information at a low level of complexity that would be useful for and effective in a wide variety of NLP applications. Earlier works in Chinese shallow annotation had annotated only non-nesting base-phrases [Sun 2001 ]. However, base-phrase annotation alone is not adequate for many applications. Our annotation scheme permits three levels of nesting, and this has a number of advantages. First, maximal phrases indicate the essential syntactic elements of a sentence, such as the subject and predicate, and the availability of this information makes it is possible in many applications to refine the search context window. Secondly, base-phrases are the simplest and most stable structural elements of a sentence. Thus, they are regarded as the smallest syntactic units. Lastly, nested mid-phrases are useful for describing distant modifier relations within maximal phrases, which is helpful in certain applications.",
"cite_spans": [
{
"start": 259,
"end": 268,
"text": "[Sun 2001",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Principle 3: Sufficient and useful syntactic information",
"sec_num": null
},
{
"text": "The PolyU Treebank provides not only adequate syntactical information but also some semantic information. To achieve this, each phrase is given a syntactic label and sometimes also a label providing semantic information. For example, \"\u56fd\u5bb6\u822a\u7a7a\u548c\u5b87\u5b99\u822a\ufa08\u5c40\"(NASA) is a noun phrase and is assigned the label NP. Furthermore, in terms of semantics, it is a noun phrase that indicates the name of an organization, so it is given the appropriate additional label, NT. The fact that the PolyU Treebank is a \"Not-So-Shallow\" treebank makes it substantially different from and more useful than other base-phrase only shallow treebanks. The information it provides can be used in language applications to remove ambiguities. Finally, we should point out that in our treebank, the headword of a base-phrase is also annotated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Principle 3: Sufficient and useful syntactic information",
"sec_num": null
},
{
"text": "The sizes of existing Chinese treebanks range from 100,000 to 500,000 words. It is an acceptable size for full parsing [Leech and Garside 1996] but not sufficient for lexical-level analysis. With reference to work on the English language, it is our goal to create a treebank of one million words. A treebank of this size can support the design and training of a shallow parser and be directly used in the collocation extraction and named entity identification work being conducted by authors' research group.",
"cite_spans": [
{
"start": 119,
"end": 143,
"text": "[Leech and Garside 1996]",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Principle 4: Large quantities of annotated data with great accuracy",
"sec_num": null
},
{
"text": "A well-developed treebank must be very accurately annotated. With the goal of reducing annotation errors, we have designed clear and simple annotation guidelines. To avoid inaccuracies arising from automatic parsing, we have performed annotation manually, and post-annotation error and consistency checking have been performed with tools developed by us. Finally, to avoid human errors, some texts are double-and triple-annotated and then compared. This allows makes it easy to identify and correct errors.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Principle 4: Large quantities of annotated data with great accuracy",
"sec_num": null
},
{
"text": "The establishment of annotation guidelines is the first step in treebank development. To ensure high quality output, the guidelines must follow the design principles and must be clear, unambiguous, easy to understand, and easy to follow. The PolyU Treebank guidelines include definitions of (1) syntactical phrase categories, (2) categories of semantic information, and (3) different phrase levels, including maximal phrases, mid-phrases and base-phrases. Because the PolyU Treebank is based on a segmented and POS tagged corpus, the part-of-speech tags in the corpus are used (with only minor modifications for the sake of annotation consistency). Appendix 1 provides a complete list and explanations of the POS tags. These tags will be used in the examples provided in this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation Guideline Design",
"sec_num": "3."
},
{
"text": "Brackets, [ and ] are used to indicate the left and right boundaries of phrases. The right bracket is appended with syntactic labels in the form of [Phrase]SS-FF, where SS is a mandatory syntactic label, such as NP(noun phrase) and AP(adjective phrase), and FF is an optional label indicating internal semantic information, such as BL(parallel). For example, a noun phrase with parallel components will be annotated as [\u8363\u8a89/n \u4e0e/c \u5c0a\u4e25/n]NP-BL (honor and dignity).",
"cite_spans": [
{
"start": 10,
"end": 17,
"text": "[ and ]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation Guideline Design",
"sec_num": "3."
},
{
"text": "The first level of information for describing phrases is that in the syntactical phrase category. With reference to the works of Penn Chinese Treebank and Sinica Treebank, our guidelines define a total of eight syntactical phrase categories: NP -Noun phrase. An NP is headed by a noun and the header is normally the last noun in the phrase, e.g., [\u5e02\u573a/n \u7ecf\u6d4e/n#]NP (market economy). ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Defining the syntactical phrase categories",
"sec_num": "3.1"
},
{
"text": "The PolyU Treebank is unique in that it is annotated with semantic labels. A annotation of the FF labels is not mandatory. Only those phrases with pre-defined semantic phrase categories are labeled. Semantic information is very useful for some language applications. For example, \u5c71\u4e1c/ns \u70df\u53f0/ns \u5e02/n (Yantai City, Shan Dong Province) and \u70df\u53f0/ns \u5927\u5b66/n (Yantai University) are both noun phrases, but the first one is the name of a place and the second that of an organization. Using the semantic information labels NS (Name of a place) and NT (Name of an organization) allows one to distinguish between these two NPs. This is highly useful in named entity extraction and automatic summarization. The additional semantic labels can be considered a natural byproduct of manual annotation since annotators naturally need to go through the mental process of identifying them. We simply making them available so that such used knowledge are not wasted during annotation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Defining semantic information categories",
"sec_num": "3.2"
},
{
"text": "In the following, we listed the semantic categories.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Defining semantic information categories",
"sec_num": "3.2"
},
{
"text": "NT -Name of an organization, e.g., [\u70df\u53f0/ns \u5927\u5b66/n]NP-NT (Yantai University). ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic information categories for Noun Phrases",
"sec_num": null
},
{
"text": "Phrases in the PolyU Treebank are divided into three levels: maximal phrases, mid-phrases and base-phrases. The syntactical analysis and annotation of the PolyU Treebank begins with the identification of maximal phrases which define the scope of examination for bracketing.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Phrase bracketing",
"sec_num": "3.3"
},
{
"text": "A maximal phrase is a predicate that plays the role a distinct syntactic component of a sentence, realized by the maximum span of its non-overlapping length. Maximal phrases form the backbone of a sentence. The identification of maximal phrases is one of the most difficult steps in the whole process in that annotators have to syntactically analyze sentences and understand their syntactic components even though they have not yet been labeled. The objective of identifying maximal phrases is to separate a sentence into several syntactic components for examination. After maximal phrases are identified, the base-phrases can then be identified within the scope of examination, that is, within each maximal phrase.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Phrase bracketing",
"sec_num": "3.3"
},
{
"text": "A base-phrase is defined as a minimum non-nesting phrase with a stable internal structure and independent semantic role. Normally, a base-phrase has a lexical word as its headword. Essentially, a base-phrase must consist of continuous words and contain no nesting components. It never overlaps with other phrases and must be contained within a maximal phrase. Base-phrases normally conform to a number of typical patterns, such as [a+n]->NP, [a+a]->AP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Phrase bracketing",
"sec_num": "3.3"
},
{
"text": "A mid-phrase is a nested phrase within a maximal phrase and has a base-phrase as its header. A mid-phrase may contain more than one base-phrase, but only one will be its header. A mid-phrase may have nested components, but none of them may overlap.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Phrase bracketing",
"sec_num": "3.3"
},
{
"text": "The headword of each phrase is also annotated. Further details and examples of phrase bracketing will be provided in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Phrase bracketing",
"sec_num": "3.3"
},
{
"text": "The People's Daily corpus, developed by Peking University, consists of more than 13,000 articles and a total of five million words. Since only one million words are required in the PolyU Treebank, we carried out a data selection process. To avoid the duplication of short-lived events and topics, we treated each day's news as a single unit, and we picked six random days in each month from among the six months of data in the entire collection as the raw treebank data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Corpus data preparation",
"sec_num": "4.1"
},
{
"text": "In the tasks of the word segmentation and POS tagging of the People's Daily corpus, we were guided by the PSG grammar and \"The Grammatical Knowledge-base of Contemporary Chinese\" [Yu et al. 1998 ]. The specifications include a total of 43 POS tags. Peking University claimed that the accuracy of word segmentation and POS tagging was higher than 99.9% and 99.5%, respectively [Yu et al. 2001] .",
"cite_spans": [
{
"start": 179,
"end": 194,
"text": "[Yu et al. 1998",
"ref_id": "BIBREF13"
},
{
"start": 376,
"end": 392,
"text": "[Yu et al. 2001]",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Word Segmentation and Part-of-Speech Tagging",
"sec_num": "4.2"
},
{
"text": "In this project, we directly used the PKU POS tagging results and made only some notational changes. These changes were made to ensure consistent labeling in our system, where lower cases are used to in word-level tags and upper cases are used in phrase-level labels.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Word Segmentation and Part-of-Speech Tagging",
"sec_num": "4.2"
},
{
"text": "A maximal phrase contains at least one base-phrase and plays a syntactic role in the sentence. Consider the following example sentence: \u4e2d\u56fd/ns \uf983\u6e38\uf98e/n \u662f/v \u4e00/m \u6b21/q \u56fd\u5bb6\u7ea7/b \u7684/u \u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn (Example.1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Identification of Maximal-phrases:",
"sec_num": null
},
{
"text": "We find that the above sentence has a S-V-O structure. \u4e2d\u56fd/ns \uf983\u6e38\uf98e/n is the subject, \u662f/v is the predicate, and \u4e00/m \u6b21/q \u56fd\u5bb6\u7ea7/b \u7684/u \u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn is the object.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "Clearly there are three syntactic components in this sentence, thus, two separate maximal-phrases, [\u4e2d\u56fd/ns \uf983\u6e38\uf98e/n]NP (China Tourism Year) and [\u4e00/m \u6b21/q \u56fd\u5bb6\u7ea7/b \u7684/u \u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn]NP (a national-level promotion and marketing activity) are annotated. Note that \u662f/v is also considered a maximal phrase because it acts as a predicate.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "However, since it has only one lexical word and is structurally unambiguous, by default, it is not bracketed. Admittedly, \u662f/v and \u4e00/m \u6b21/q \u56fd\u5bb6\u7ea7/b \u7684/u \u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn can be constructed as a VP, but we regard this kind of bracketing is more useful for indicating how phrases may be used to construct a sentence. That is to say, this kind of bracketing would take us into the realm of full parsing, which is not our objective. Thus, we choose to bracket them as separate phrases. As a result, the maximal phrase annotation result is",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "[\u4e2d\u56fd/ns \uf983\u6e38\uf98e/n]NP \u662f/v [\u4e00/m \u6b21/q \u56fd\u5bb6\u7ea7/b \u7684/u \u5ba3\u4f20/vn \u4fc3\u9500 /vn \u6d3b\u52a8/vn]NP-PZ.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "Consider another example, \u5bcc\u88d5/v \u8d77\u6765/v \u7684/u \u5f53\u5730/a \u519c\u6c11/n \u81ea\u53d1/d \u5730/u \u7ec4\u7ec7/v \uf9ba/u \u591a\u4e2a/a \u4e1a\u4f59/a \u4e50\u56e2/n (the rich farmers took the initiative to organize several amateur bands) (Example 2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "We can separate this sentence into three components, \u5bcc\u88d5/v \u8d77\u6765/v \u7684/u \u5f53\u5730/a \u519c\u6c11 /n is the subject, \u81ea\u53d1/d \u5730/u \u7ec4\u7ec7/v \uf9ba/u is the predicate, and \u591a\u4e2a/a \u4e1a\u4f59/a \u4e50\u56e2/n is the object. Thus, this sentence is annotated with three maximal phrases, bracketed and labeled as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "[\u5bcc\u88d5/v \u8d77\u6765/v \u7684/u \u5f53\u5730/a \u519c\u6c11/n#]NP [\u81ea\u53d1/d \u5730/u \u7ec4\u7ec7/v# \uf9ba /u]VP-ZZ [\u591a\u4e2a/a \u4e1a\u4f59/a \u4e50\u56e2/n]NP-PZ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "Most syntactical labels can be used in maximal phrases, except for AP (adjective phrase), DP (adverb phrase), and QP (quantifier phrase). Meanwhile, NP-NT, NT-NS, NP-NZ may only be used to label maximal phrases. These types of phrases do not normally contain nesting components or header words.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "(China Tourism Year is a national-level promotion and marketing activity)",
"sec_num": null
},
{
"text": "Base-phrases are identified only within an already-identified maximal phrase, either nesting inside it or overlapping it. Normally a base-phrase contains two-to-four words with one lexical word as its header.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Base-phrases Identification:",
"sec_num": null
},
{
"text": "Take the maximal phrase [\u4e00/m \u6b21/q \u56fd\u5bb6\u7ea7/b \u7684/u \u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn]NP-PZ in Example 1 as an example, [\u4e00/m \u6b21/q]QP (a) and [\u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn#]NP-PZ (promotion and marketing activity) are base-phrases in this maximal phrase. Thus, the sentence is annotated as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Base-phrases Identification:",
"sec_num": null
},
{
"text": "[\u4e2d\u56fd/ns \uf983\u6e38\uf98e/n]NP \u662f/v [[\u4e00/m \u6b21/q]QP \u56fd\u5bb6\u7ea7/b \u7684/u [\u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn]NP-PZ]NP-PZ.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Base-phrases Identification:",
"sec_num": null
},
{
"text": "As it happens, [\u4e2d\u56fd/ns \uf983\u6e38\uf98e/n]NP and \u662f/v are also base-phrases, but because they overlap with maximal phrases, they are not further bracketed. Our annotation principle here is that if a base-phrase overlaps with a maximal phrase, it will not be bracketed twice.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Base-phrases Identification:",
"sec_num": null
},
{
"text": "It should be pointed out that the identification of base-phrase is the most fundamental and important goal of treebank annotation. The identification of maximal phrases can be thought as the parsing of a clause using a top-down approach. The identification of base-phrase is however, follows bottom-up approach, the object of which is to identify the most basic units within maximal phrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Base-phrases Identification:",
"sec_num": null
},
{
"text": "Because other syntactic structures may sometimes exist between base-phrases and maximal phrases, it is useful to identify one more level of syntactic structure within a maximal-phrase, the mid-phrase. This step begins with the examination of a base-phrase. Thus, Example 1 is further annotated as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "[\u4e2d\u56fd/ns \uf983\u6e38\uf98e/n]NP \u662f/v [[\u4e00/m \u6b21/q]QP [\u56fd\u5bb6\u7ea7/b \u7684/u [\u5ba3\u4f20/vn \u4fc3\u9500/vn \u6d3b\u52a8/vn]NP-PZ]NP-PZ]NP-PZ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "where, the underlined text contains the additional annotations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "As we limit nesting to three levels, any further nested phrases are ignored. The following sentence shows the result of annotation with three levels of nesting:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "[\u76ee\u524d/t [\u4f01\u4e1a/n \u53d1\u5c55/vn]NP [\u503c\u5f97/v \u6ce8\u610f/v \u7684/u [[\u51e0/m \u4e2a/q]QP \u95ee\u9898 /n]NP-PZ]NP]NP",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "(several issues which are worthy of consideration in the development of current enterprise).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "Full annotation would identify four levels of nesting, as shown below, but our system does not include the additional level of bracketing indicated by the underlined annotations as this is beyond our limit of 3 levels.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "[\u76ee\u524d/t [ [\u4f01\u4e1a/n \u53d1\u5c55/vn]NP [\u503c\u5f97/v \u6ce8\u610f/v \u7684/u [[\u51e0/m \u4e2a/q]QP \u95ee\u9898 /n]NP-PZ]NP ]NP ]NP.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mid-Phrases Identification:",
"sec_num": null
},
{
"text": "In our system, a '#' tag is appended to a word to indicate that it is a headword. Here, a headword must be a lexical word (sometimes also called a content word) rather than a function word. In most cases, a headword stays in a fixed position in a base-phrase. For example, the headword of a noun phrase is normally the last noun in the phrase. Thus, it is considered to be in the default position and to need no explicit annotation. For example, in the clause",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation of Headwords",
"sec_num": null
},
{
"text": "[\u7f8e\u56fd/ns \u79d1\u5b66\u5bb6/n]NP [\u7ed8\u5236/v \u51fa/v]VP-SBU (the American scientists drafted ), [\u7ed8\u5236/v \u51fa/v] (drafted)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation of Headwords",
"sec_num": null
},
{
"text": "is a verb phrase, and the headword of the phrase is \u7ed8\u5236/v, which is not in the default position for a verb phrase headword. Thus, this phrase is further annotated as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation of Headwords",
"sec_num": null
},
{
"text": "[\u7f8e\u56fd/ns \u79d1\u5b66\u5bb6/n]NP [\u7ed8\u5236/v# \u51fa/v]VP-SBU.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation of Headwords",
"sec_num": null
},
{
"text": "Note that \u79d1\u5b66\u5bb6/n is also a headword in [\u7f8e \u56fd/ns \u79d1\u5b66\u5bb6/n] (the American scientists), but since it is in the default position (for the noun phrase NP, according to the default grammatical structure, the last noun in the phrase is the headword, and the other components are the modifiers taking the PZ label), no explicit annotation is needed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Annotation of Headwords",
"sec_num": null
},
{
"text": "Our research team is made up of four people from the Hong Kong Polytechnic University (HKPU), two linguists from Beijing Language and Culture University (BLCU), and some research collaborators from Peking University. The annotation work has been carried out by four post-graduate students of languages and computational linguistics from BLCU.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quality Assurance and Annotation Progress",
"sec_num": "5."
},
{
"text": "To achieve high quality annotation, guidelines and annotation specifications must be carefully prepared. In the first stage, two linguists from China worked with the team in Hong Kong to prepare annotation guidelines. At this stage, the annotation range of syntactic categories and semantic information categories were also determined. Then, sample annotation was performed in Hong Kong, and the results were summarized to identify some typical patterns for constructing phrases. After that, all the members annotated in duplicates a 60,000-word sample according to the draft specifications. Based on analysis of the results and feedback, the specifications were revised.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quality Assurance",
"sec_num": "5.1"
},
{
"text": "In the annotation stage, about 25% of the materials were distributed in identical form to the annotators. When the first pass annotation was finished, the duplicate annotations were compared. Inconsistencies were discussed to identify the most appropriate annotation results. This result was then taken as the ultimate standard (the so called Gold Standard) for evaluating inter-annotator accuracy and consistency. The annotators were required to study this Gold Standard and to use it as the basis for correcting mistakes in their own annotations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quality Assurance",
"sec_num": "5.1"
},
{
"text": "Furthermore, a group of checking and evaluating tools were developed. The first tool performs post-annotation checking to ensure that (1) all Part-of-Speech tags are valid, (2) all phrase boundary marks are matched, (3) there are no cross-bracketed phrases, and (4) all the phrase syntactical labels and semantic labels are annotated in the correct format. This tool is effective for removing obvious annotation mistakes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quality Assurance",
"sec_num": "5.1"
},
{
"text": "The most difficult task is to maintain inter-annotator consistency. To assist this work, we developed two tools. A multiple annotation checking tool was developed to compare and evaluate duplicate annotation results. Any mismatches in phrase brackets and labels were detected and manually verified using the tool. Such annotation error cases were used to train the annotators so that they could then manually remove similar annotation errors from their own annotated data. For individual annotated results, we developed a consistency checking tool. This tool first collects all the annotated phrases and their statistics in the treebank, and it then checks in all of the material for annotation consistency. That is, for any word string forming a phrase, the tool checks the whole treebank to see whether the same word string appearing in different places is bracketed and labeled in the same way. Differences that are detected are verified manually. This tool was found to be useful for checking frequently-used phrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Quality Assurance",
"sec_num": "5.1"
},
{
"text": "The corpus currently contains 2,639 articles and a total of 1,035,058 segmented Chinese words. The annotators have identified a total of 282,119 bracketed phrases, including nested phrases. Table 1 provides statistics about the annotated phrases with different SS labels (mandatory syntactic labels). The annotators have also annotated 98,779 phrases for semantic information. All of the annotated material in duplicates has been evaluated against the Gold Standard. On average, the precision of phrase bracketing reached 99.5% and that of recall, 99%. The accuracy achieved in the syntactic labeling of correctly bracketed phrases was, on average, 99.8%, while that of semantic labeling was 98.5%. It was more difficult to determine the accuracy of individually annotated data, that is, of data that was only annotated by one person. Our approach was to randomly select a sample consisting of 5% of the material individually annotated by each annotator. We then annotated these samples in duplicates to evaluate the accuracy of the original annotations. The evaluation results showed that the precision achieved in the phrase bracketing of individually annotated data was 98.8%, while that of recall was 98.2%. The accuracy of syntactic labeling was 99.5% and that of semantic labeling was 98.0%.",
"cite_spans": [],
"ref_spans": [
{
"start": 190,
"end": 197,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Current Project Status",
"sec_num": "5.2"
},
{
"text": "The fact that the PolyU Treebank provides not only syntactic but also semantic information of phrases means that it can be applied to a variety of NLP applications. Of course, the most obvious candidate is the training and testing of an automatic shallow parser [Lu et al. 2003 ]. Other applications in which it can be used are Chinese collocation extraction and research on the acquisition of temporal expressions.",
"cite_spans": [
{
"start": 262,
"end": 277,
"text": "[Lu et al. 2003",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Applications of The PolyU Treebank",
"sec_num": "6."
},
{
"text": "In 2003, our team developed an effective window-based statistical algorithm for extracting Chinese collocation which the precision rate of extracted bigram collocation reached 61% ]. The extraction results included some pseudo-collocations, that is, word combinations that frequently co-occurred but were in fact irrelevant, like the typical 'doctor-nurse' combination in English [Church and Hanks 1990] . The fact that these pseudo-collocations were statistically significant made it difficult to remove them individually using any statistic-based extraction method. However, given that a Chinese collocation normally occurs only within a phrase or between the headwords of relevant phrases [Zhang and Lin 1992] , we were able to use the syntactic information, i.e., the boundaries and headword of phrases, recorded in the PolyU Treebank to refine the searching context window, eliminate some pseudo-collocations, and also retrieve some low-frequency collocations.",
"cite_spans": [
{
"start": 380,
"end": 403,
"text": "[Church and Hanks 1990]",
"ref_id": "BIBREF2"
},
{
"start": 692,
"end": 712,
"text": "[Zhang and Lin 1992]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Applications of The PolyU Treebank",
"sec_num": "6."
},
{
"text": "The PolyU Treebank is currently being used to acquire temporal expressions. The annotated time phrases (TP) and the additional annotation with more finely-tuned point-of-time (TP-PO) and period-of-time (TP-DU), are very helpful to acquire and classify temporal expressions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Applications of The PolyU Treebank",
"sec_num": "6."
},
{
"text": "This paper has described the design and construction of a manually annotated one-million-word Chinese shallow treebank. This is the first attempt to not only construct a large-scale shallow Treebank for use in practical applications but also provide a treebank for a public use.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
},
{
"text": "The PolyU Treebank has four main advantages:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
},
{
"text": "1. It offers a set of practical, shallow annotation specifications with low ambiguity. These specifications can be used to guide both treebank annotation and the development of an automatic shallow parser.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
},
{
"text": "2. The PolyU Treebank provides useful syntactic information, including the boundaries and syntactic categories of base-phrases, nested phrases, and maximal-phrases. Because it adopts a widely accepted grammar framework and makes use of a widely accepted phrase categories, other researchers can readily use the PolyU Treebank.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
},
{
"text": "3. The PolyU Treebank provides useful semantic information, which is unavailable in other syntactic treebanks.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
},
{
"text": "4. The PolyU Treebank offers a large amount of high-quality data.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
},
{
"text": "Presently, we are developing visualization tools that will support user-friendly keyword searching, context indexing, and annotation case searching. We are also keen to include the annotation of semantic information labels for phrases so as to make the PolyU Treebank more useful in a wider range of research applications. Currently, the PolyU Treebank is being used in research on Chinese collocation extraction, Chinese terminology extraction and summarization, and the acquisition of temporal expressions. In these tasks, the syntactic and semantic knowledge obtained from the PolyU Treebank has been found to improve performance. Finally, we intend to make the PolyU Treebank data available for public access in the hope that the availability of, such a large-scale Chinese shallow Treebank will facilitate NLP research. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Work",
"sec_num": "7."
}
],
"back_matter": [
{
"text": "This project was partially supported by The Hong Kong Polytechnic University (Project Code A-P203) and a CERG Grant (Project code 5087/01E). Special thanks go to Mr. Wei Yan for leading the annotation team at Beijing Language and Culture University and to the anonymous reviewers for their valuable comments, which improves the quality and readability of this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgement",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Sinica Treebank",
"authors": [
{
"first": "F",
"middle": [
"Y"
],
"last": "Chen",
"suffix": ""
},
{
"first": "P",
"middle": [
"F"
],
"last": "Tsai",
"suffix": ""
},
{
"first": "K",
"middle": [
"J"
],
"last": "Chen",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Hunag",
"suffix": ""
}
],
"year": 1999,
"venue": "International Journal of Computational Linguistics and Chinese Language Processing",
"volume": "4",
"issue": "2",
"pages": "183--204",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chen, F. Y., P. F. Tsai, K. J. Chen, and C. R. Hunag, \"Sinica Treebank,\" International Journal of Computational Linguistics and Chinese Language Processing, 4(2), 1999, pp. 183-204.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Sinica Treebank: Design Criteria, Representational Issues and Implementation",
"authors": [
{
"first": "K",
"middle": [
"J"
],
"last": "Chen",
"suffix": ""
},
{
"first": "C",
"middle": [
"R"
],
"last": "Huang",
"suffix": ""
},
{
"first": "F",
"middle": [
"Y"
],
"last": "Chen",
"suffix": ""
},
{
"first": "C",
"middle": [
"C"
],
"last": "Luo",
"suffix": ""
},
{
"first": "M",
"middle": [
"C"
],
"last": "Chang",
"suffix": ""
},
{
"first": "C",
"middle": [
"J"
],
"last": "Chen",
"suffix": ""
},
{
"first": "Z",
"middle": [
"M"
],
"last": "Gao",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "231--248",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chen K. J., C. R. Huang, F. Y. Chen, C. C. Luo, M. C. Chang, C. J. Chen, and Z. M. Gao, \"Sinica Treebank: Design Criteria, Representational Issues and Implementation,\" Building and Using Parsed Corpora, ed. by A. Abeill\u00e9, Dordrecht: Kluwer, 2003, pp.231-248.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Word Association Norms, Mutual Information, and Lexicography",
"authors": [
{
"first": "K",
"middle": [],
"last": "Church",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Hanks",
"suffix": ""
}
],
"year": 1990,
"venue": "Computational Linguistics",
"volume": "16",
"issue": "1",
"pages": "22--29",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Church, K., and P. Hanks, \"Word Association Norms, Mutual Information, and Lexicography,\" Computational Linguistics, 16(1), 1990, pp. 22-29.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Memory-based Shallow Parsing",
"authors": [
{
"first": "W",
"middle": [
"B"
],
"last": "Dalemans",
"suffix": ""
},
{
"first": "V",
"middle": [],
"last": "Sabine",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Jorn",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of Conference on Computational Natural Language Learning",
"volume": "",
"issue": "",
"pages": "53--60",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dalemans W. B. Sabine, and V. Jorn, \"Memory-based Shallow Parsing,\" In Proceedings of Conference on Computational Natural Language Learning , 1999, Bergen, pp.53-60.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Running a Grammar Factory: the Production of Syntactically Analyzed Corpora or \"Teebanks",
"authors": [
{
"first": "G",
"middle": [
"N"
],
"last": "Leech",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Garside",
"suffix": ""
}
],
"year": 1996,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Leech, G. N., and R. Garside, Running a Grammar Factory: the Production of Syntactically Analyzed Corpora or \"Teebanks\", Johansson and Stenstron, 1996.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Building a Chinese Shallow Parsed Treebank for Collocation Extraction",
"authors": [
{
"first": "B",
"middle": [
"L"
],
"last": "Li",
"suffix": ""
},
{
"first": "Q",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of Conference on Intelligent Text Processing and Computational Linguistics",
"volume": "",
"issue": "",
"pages": "402--405",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Li, B. L., Q. Lu, and Y. Li., \"Building a Chinese Shallow Parsed Treebank for Collocation Extraction,\" In Proceedings of Conference on Intelligent Text Processing and Computational Linguistics, 2003, Mexico City, pp. 402-405.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Machine Learning Approaches for Chinese Shallow Parsing",
"authors": [
{
"first": "Q",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Zhou",
"suffix": ""
},
{
"first": "R",
"middle": [
"F"
],
"last": "Xu",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of IEEE International Conference on Machine Learning and Cybernetics",
"volume": "",
"issue": "",
"pages": "2309--2314",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lu, Q., J. Zhou, and R. F. Xu, \"Machine Learning Approaches for Chinese Shallow Parsing,\" In Proceedings of IEEE International Conference on Machine Learning and Cybernetics, 2003, Xi'an, China, pp.2309-2314.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A Content Chunk Parser for Unrestricted Chinese Text",
"authors": [
{
"first": "H",
"middle": [
"L"
],
"last": "Sun",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sun, H. L., \"A Content Chunk Parser for Unrestricted Chinese Text, \" PhD Thesis, Peking University, 2001.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Building a Large Annotated Corpus of English: The Penn Treebank",
"authors": [
{
"first": "M",
"middle": [
"B"
],
"last": "Marcus",
"suffix": ""
},
{
"first": "M",
"middle": [
"A"
],
"last": "Santorini",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Marcinkiewicz",
"suffix": ""
}
],
"year": 1993,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "1",
"pages": "313--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marcus, M. B. Santorini, and M. A. Marcinkiewicz, \"Building a Large Annotated Corpus of English: The Penn Treebank,\" Computational Linguistics, 19(1), 1993, pp. 313-330.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Completing Parsed Corpora: from Correction to Evolution",
"authors": [
{
"first": "S",
"middle": [],
"last": "Wallis",
"suffix": ""
}
],
"year": 2003,
"venue": "",
"volume": "",
"issue": "",
"pages": "61--71",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wallis, S., \"Completing Parsed Corpora: from Correction to Evolution,\" Building and Using Parsed Corpora, ed. by A. Abeill\u00e9 , Dordrecht: Kluwer, 2003, pp.61-71.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Developing Guidelines and Ensuring Consistency for Chinese Text Annotation",
"authors": [
{
"first": "F",
"middle": [],
"last": "Xia",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Palmer",
"suffix": ""
},
{
"first": "N",
"middle": [
"W"
],
"last": "Xue",
"suffix": ""
},
{
"first": "M",
"middle": [
"E"
],
"last": "Okurowski",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Kovarik",
"suffix": ""
},
{
"first": "F",
"middle": [
"D"
],
"last": "Chiou",
"suffix": ""
},
{
"first": "S",
"middle": [
"Z"
],
"last": "Huang",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Kroch",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Marcus",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of second International Conference on Language Resources and Evaluation",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xia, F., M. Palmer, N. W. Xue, M. E. Okurowski, J. Kovarik, F. D. Chiou, S. Z. Huang, T. Kroch and M. Marcus, \"Developing Guidelines and Ensuring Consistency for Chinese Text Annotation,\" In Proceedings of second International Conference on Language Resources and Evaluation, 2000, Athens, Greece",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "An Automatic Chinese Collocation Extraction Algorithm based on Lexical Statistics",
"authors": [
{
"first": "R",
"middle": [
"F"
],
"last": "Xu",
"suffix": ""
},
{
"first": "Q",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of International Conference on Natural Language Processing and Knowledge Engineering",
"volume": "",
"issue": "",
"pages": "321--326",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xu, R. F., Q. Lu, and Y. Li, \"An Automatic Chinese Collocation Extraction Algorithm based on Lexical Statistics,\" In Proceedings of International Conference on Natural Language Processing and Knowledge Engineering, 2003, Beijing, pp.321-326.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Building a Large-Scale Annotated Chinese Corpus",
"authors": [
{
"first": "N",
"middle": [
"W"
],
"last": "Xue",
"suffix": ""
},
{
"first": "F",
"middle": [
"D"
],
"last": "Chiou",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Palmer",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of 17th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "336--343",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xue, N. W., F. D. Chiou, and M. Palmer,\"Building a Large-Scale Annotated Chinese Corpus,\" In Proceedings of 17th International Conference on Computational Linguistics, 2002, Taipei, Taiwan, pp.336-343",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The Grammatical Knowledge-base of Contemporary Chinese: A Complete Specification",
"authors": [
{
"first": "S",
"middle": [
"W"
],
"last": "Yu",
"suffix": ""
},
{
"first": "X",
"middle": [
"F"
],
"last": "Zhu",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Y",
"middle": [
"Y"
],
"last": "Zhang",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yu, S. W., X. F. Zhu, H. Wang, and Y. Y. Zhang, The Grammatical Knowledge-base of Contemporary Chinese: A Complete Specification. Tsinghua University Press, Beijing, China, 1998.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Guideline of People's Daily Corpus Annotation",
"authors": [
{
"first": "S",
"middle": [
"W"
],
"last": "Yu",
"suffix": ""
}
],
"year": 2001,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yu, S. W., et al. \"Guideline of People's Daily Corpus Annotation,\" Technical report, Beijing University, 2001.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Lin\uff0cCollocation Dictionary of Modern Chinese Lexical Words",
"authors": [
{
"first": "S",
"middle": [
"K"
],
"last": "Zhang",
"suffix": ""
},
{
"first": "X",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1992,
"venue": "",
"volume": "1",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zhang, S. K. and X. G. Lin\uff0cCollocation Dictionary of Modern Chinese Lexical Words, 1 st ed., Business Publisher, Beijing, China, 1992.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "TP -Time phrase. A TP consists of continuous time words and is used to indicate a time, e.g., [\u65e9\u4e0a/t\uff18\u65f6/t]TP (8:00 in the morning). FP -Position phrase. A FP is headed by a position word, f, and is used to indicate position information, e.g., [\u5185\u8499\u53e4/ns\u4e1c\uf963\u90e8/f#]FP (North-east of Inner Mongolia). VP -Verb phrase. A VP is a phrase headed by a predicate and containing no subject, e.g., [\u987a\uf9dd/a\u542f\u52a8/v#]VP-ZZ (successfully start), and [\u5206\u6790/v# \u95ee\u9898/n]VP-SBI (analyze the problem). AP -Adjective phrase. The header of an AP is an adjective and the whole phrase acts as an adjective in the sentence, e.g.,[\u516c\u6b63/a\u5408\uf9e4/a#]AP (fair and reasonable). DP -Adverb phrase. The header of a DP is an adverb, and the whole phrase plays the role of an adverbial role in a sentence, e.g., [\u5df2/d \uf967\u518d/d#]DP (no longer). PP -Preposition phrase. A PP is the phrase which begins with a preposition, e.g., [\u5728/p\u8d35\u5dde /ns\u519c\u6751/n]PP (In the countryside of Guizhou Province). QP -Quantifier phrase. A QP consists of a number and a quantifier. The quantifier acts as the header. Normally, a QP is used as the modifier of an NP or a VP, e.g., [[\u6570\u5343/m\u540d/q#]QP \u58eb\u5175/n (several thousand soldiers).",
"num": null,
"type_str": "figure",
"uris": null
},
"FIGREF1": {
"text": "Name of a place, e.g.,[\u6c5f\u82cf\uf96d/ns\u94dc\u5c71\u53bf/ns]NP-NS (Jiangsu Province, Tongshan Country).NR -Name of a person, e.g., [\u80e1/nr \u9526\u6d9b/nr]NP-NR (Hu Jintao).NZ -Other proper noun phrase, e.g.,[\u8bfa\u8d1d\u5c14/nr\u5956/n]NP-NZ (The Nobel Prize). BL -Juxtaposition structure. A BL label indicates that the phrase is made up of two or more parallel components, e.g., [\u4e2d\u56fd/ns \u4e0e/c \u5357\u975e/ns]NP-BL (China and South Africa).FZ -Appositive. An NP with FZ labels normally has two equivalents, e.g.,[[\u56fd\u5bb6/n\u4e3b\u5e2d /n]NP [\u6c5f/nr \u6cfd\u6c11/nr ]NR]NP-FZ (the president of China, Jiang Zemin). PZ -Noun modifier. A PZ is the default semantic structure of an NP, e.g., [\u7f8e\u4e3d/a \u7684/u \u82b1 /n#]NP-PZ (beautiful flower). FS -Noun plurals. A FS indicates that the last word in a noun phrase is a suffix for noun plurals, e.g., [\u670b\u53cb/j# \u4eec/k]NP-FS (friends).DE -A DE construction is a special kind of an NP structure in Chinese. It ends with \"\u7684\"(DE) and indicates the absence of the complementation, e.g., \u6bd4/v[\u539f\u5148/d\u9884\uf9be/v\u7684 /u]NP-DE\u4f4e/a (lower than originally expected). SU -A SU construction is a special kind of NP structure in Chinese. The typical pattern is \u6240(SUO)+VP+NP, e.g., [\u6240/u\u753b/v\u79bd\u9e1f/n#]NP-SU (the birds painted by). Semantic information categories for Verb Phrases SBI -Predicate and its object. A VP with the label SBI contains of a predicate and an object, e.g., [\u6253/v# \u7bee\u7403/n]VP-SBI \u662f/v \u6211/r \u7684/u \u7231\u597d/n (playing basketball is my hobby). SBU -Complement. The label SBU indicates that the second part of the VP phrase is the complement modifying the first part of the VP, e.g.[\u533b\u6cbb/v# \u65e0\u6548/v]VP-SBU (ineffectively treat). ZZ -When a VP has the label ZZ, the verb is the header and other words are its modifiers, e.g., [[\u6709\u6548/ad \u6253\u51fb/v#]VP-ZZ\u4e86/u \u654c\u4eba/n]VP-SBI (effectively strike the enemy). SD -Serial verb constructions. A SD indicates that there are serial actions in a VP phrase, where the last action is the cardinal action, e.g., [[\u5ba1\u6838/v \u53d1\u653e/v]VP-SD \u62a4\u7167/n]VP-SBI (verify and issue the passport). BA -A BA construction is a special kind of VP structure in Chinese. The typical pattern is\u628a (BA)+NP1 +VP, e.g., [\u628a/p[\u6276\u8d2b/vn\u5f00\u53d1/vn\u5de5\u4f5c/vn]NP-PZ \u4f5c\u4e3a/v#]VP-BA (place the work of poverty reduction and social development as). BEI -A BEI-construction is a special kind of a VP structure in Chinese. The typical patterns are\u88ab(BEI)+ NP+VP and NP+\u88ab+VP, e.g., \u5546\u5e97/n [\u88ab/p[\u8d23\uf9a8/v# \u505c\u4e1a/vn]VP-SBI]VP-BEI (the shop was ordered to close). Semantic information categories for Time Phrases PO -A point-of-time indicator. The label PO indicates that the TP carries point-of-time information, e.g., [\uff17\u6708/t \uff11\u65e5/t]TP-PO (July 1). DU -A period-of-time indicator. A DU indicates a period of time, e.g., [\u4eca\u540e/t \uff13/m\uf98e /q]TP-DU (following three years). Semantic information categories for Prepositional Phrases YY -Causation information. A YY label is used only to modify a PP to indicate that the PP carries causation information, e.g., [\u56e0/p \u997f/a]PP-YY \u6b7b\u4ea1/v (starved to death). DX -Object information. The label DX is used to modify a PP to indicate object information, e.g., [\u5411/p [\u53d7\u707e/vn \u5730\u533a/n]NP]PP-DX (to the disaster area). DD -Place information. This is the place indicator of a PP, e.g., [\u5728/p \u6df1\u5733/ns]PP-DD (in Shenzhen). FM -Method information. A PP with an FS label signals the existence of method information, e.g., [\u901a\u8fc7/p [\u80a1\u7968/n \u4e0a\u5e02/v]S]PP-FM (Through the stock market). MD -Motivation information. A PP with an MD label signals the existence of motivation information, e.g., [\u4e3a/p \u52a8\u6b66/v]PP-MD [\u627e/v \u501f\u53e3/n]VP-SBI (looking for an excuse for war). GJ -Tool information. A GJ label indicates that a PP carries tool information, e.g., [\u7528/p \u516c\u8f66/n]PP-GJ (using a public-bus). SJ -Time information. A SJ label indicates that a PP carries time information, e.g., [\u5230/v \u76ee\u524d/t \u4e3a\u6b62/v]PP-SJ (up to now).",
"num": null,
"type_str": "figure",
"uris": null
},
"TABREF0": {
"content": "<table><tr><td>NP</td><td>VP</td><td>AP</td><td>DP</td><td>TP</td><td>FP</td><td>PP</td><td>QP</td></tr><tr><td>138,785</td><td>81,846</td><td>16,688</td><td>2,812</td><td>5,216</td><td>2,431</td><td>25,198</td><td>9,143</td></tr></table>",
"html": null,
"num": null,
"text": "",
"type_str": "table"
},
"TABREF1": {
"content": "<table><tr><td/><td>\u5f62\u5bb9\u8bcd\u8bed\u7d20</td><td/><td>\u5f62\u5bb9\u8bcd</td><td/><td>\u526f\u5f62\u8bcd</td><td/><td>\u540d\u5f62\u8bcd</td></tr><tr><td/><td>adjective</td><td>a</td><td>adjective</td><td>ad</td><td colspan=\"2\">adverb-adjective an</td><td>adnoun</td></tr><tr><td/><td>morpheme</td><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>\u533a\u522b\u8bed\u7d20</td><td/><td>\u533a\u522b\u8bcd</td><td/><td>\u8fde\u8bcd</td><td/><td>\u526f\u8bed\u7d20</td></tr><tr><td>bg</td><td>distinguish</td><td>b</td><td>distinguish</td><td>c</td><td>conjunction</td><td>dg</td><td>adverb</td></tr><tr><td/><td>morpheme</td><td/><td>word</td><td/><td/><td/><td>morpheme</td></tr><tr><td/><td>\u526f\u8bcd</td><td/><td>\u53f9\u8bcd</td><td/><td>\u65b9\u4f4d\u8bcd</td><td/><td>\u524d\u7f00</td></tr><tr><td>d</td><td>adverb</td><td>e</td><td>exclamation</td><td>f</td><td>position word</td><td>h</td><td>heading</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>element</td></tr><tr><td>i</td><td>\u6210\u8bed Idiom</td><td>j</td><td>\u7b80\uf976\u8bed abbreviation</td><td>k</td><td>\u540e\u7f00 tail element</td><td>l</td><td>\u60ef\u7528\u8bed habitual word</td></tr><tr><td/><td>\u6570\u8bed\u7d20</td><td/><td>\u6570\u8bcd</td><td/><td>\u540d\u8bed\u7d20</td><td/><td>\u540d\u8bcd</td></tr><tr><td>mg</td><td>numeral</td><td>m</td><td>numeral</td><td>ng</td><td colspan=\"2\">noun morpheme n</td><td>noun</td></tr><tr><td/><td>morpheme</td><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>\u4eba\u540d</td><td/><td>\u5730\u540d</td><td/><td>\u7ec4\u7ec7\u540d</td><td/><td>\u5916\u6587</td></tr><tr><td>nr</td><td colspan=\"2\">person's name ns</td><td>toponym</td><td>nt</td><td>organization</td><td>nx</td><td>foreign</td></tr><tr><td/><td/><td/><td/><td/><td>noun</td><td/><td>character</td></tr><tr><td/><td>\u4e13\u6709\u540d\u8bcd</td><td/><td>\u62df\u58f0\u8bcd</td><td/><td>\u4ecb\u8bcd</td><td/><td>\uf97e\u8bcd</td></tr><tr><td>nz</td><td>other proper</td><td>o</td><td colspan=\"2\">onomatopoeia p</td><td>preposition</td><td>q</td><td>quantifier</td></tr><tr><td/><td>noun</td><td/><td/><td/><td/><td/><td/></tr><tr><td/><td>\u4ee3\u8bed\u7d20</td><td/><td>\u4ee3\u8bcd</td><td/><td>\u65b9\u4f4d\u8bcd</td><td/><td>\u65f6\u8bed\u7d20</td></tr><tr><td>rg</td><td>pronoun</td><td>r</td><td>pronoun</td><td>s</td><td>Location word</td><td>tg</td><td>time</td></tr><tr><td/><td>morpheme</td><td/><td/><td/><td/><td/><td>morpheme</td></tr><tr><td>T</td><td>\u65f6\u95f4\u8bcd time</td><td>u</td><td>\u52a9\u8bcd Auxiliary</td><td>vg</td><td>\u52a8\u8bed\u7d20 verb morpheme</td><td>v</td><td>\u52a8\u8bcd verb</td></tr><tr><td/><td>\u526f\u52a8\u8bcd</td><td/><td>\u52a8\u540d\u8bcd</td><td/><td>\u7b26\u53f7</td><td/><td>\u8bed\u6c14\u8bcd\u7d20</td></tr><tr><td>vd</td><td>adverb-verb</td><td>vn</td><td>gerund</td><td>w</td><td>punctuation</td><td>yg</td><td>modal</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td>morpheme</td></tr><tr><td>y</td><td>\u8bed\u6c14\u8bcd modal word</td><td>z</td><td>\u72b6\u6001\u8bcd state word</td><td/><td/><td/><td/></tr></table>",
"html": null,
"num": null,
"text": "",
"type_str": "table"
}
}
}
}