ACL-OCL / Base_JSON /prefixP /json /P08 /P08-1003.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P08-1003",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:34:25.448343Z"
},
"title": "Weakly-Supervised Acquisition of Open-Domain Classes and Class Attributes from Web Documents and Query Logs",
"authors": [
{
"first": "Marius",
"middle": [],
"last": "Pa\u015fca",
"suffix": "",
"affiliation": {},
"email": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Van Durme",
"suffix": "",
"affiliation": {},
"email": "vandurme@cs.rochester.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "A new approach to large-scale information extraction exploits both Web documents and query logs to acquire thousands of opendomain classes of instances, along with relevant sets of open-domain class attributes at precision levels previously obtained only on small-scale, manually-assembled classes. * Contributions made during an internship at Google.",
"pdf_parse": {
"paper_id": "P08-1003",
"_pdf_hash": "",
"abstract": [
{
"text": "A new approach to large-scale information extraction exploits both Web documents and query logs to acquire thousands of opendomain classes of instances, along with relevant sets of open-domain class attributes at precision levels previously obtained only on small-scale, manually-assembled classes. * Contributions made during an internship at Google.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Current methods for large-scale information extraction take advantage of unstructured text available from either Web documents (Banko et al., 2007; Snow et al., 2006) or, more recently, logs of Web search queries (Pa\u015fca, 2007) to acquire useful knowledge with minimal supervision. Given a manually-specified target attribute (e.g., birth years for people) and starting from as few as 10 seed facts such as (e.g., John Lennon, 1941) , as many as a million facts of the same type can be derived from unstructured text within Web documents (Pa\u015fca et al., 2006) . Similarly, given a manually-specified target class (e.g., Drug) with its instances (e.g., Vicodin and Xanax) and starting from as few as 5 seed attributes (e.g., side effects and maximum dose for Drug), other relevant attributes can be extracted for the same class from query logs (Pa\u015fca, 2007) . These and other previous methods require the manual specification of the input classes of instances before any knowledge (e.g., facts or attributes) can be acquired for those classes.",
"cite_spans": [
{
"start": 127,
"end": 147,
"text": "(Banko et al., 2007;",
"ref_id": "BIBREF0"
},
{
"start": 148,
"end": 166,
"text": "Snow et al., 2006)",
"ref_id": "BIBREF17"
},
{
"start": 213,
"end": 226,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
},
{
"start": 418,
"end": 431,
"text": "Lennon, 1941)",
"ref_id": null
},
{
"start": 537,
"end": 557,
"text": "(Pa\u015fca et al., 2006)",
"ref_id": "BIBREF11"
},
{
"start": 841,
"end": 854,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The extraction method introduced in this paper mines a collection of Web search queries and a collection of Web documents to acquire open-domain classes in the form of instance sets (e.g., {whales, seals, dolphins, sea lions,...}) associated with class labels (e.g., marine animals), as well as large sets of open-domain attributes for each class (e.g., circulatory system, life cycle, evolution, food chain and scientific name for the class marine animals). In this light, the contributions of this paper are fourfold. First, instead of separately addressing the tasks of collecting unlabeled sets of instances (Lin, 1998) , assigning appropriate class labels to a given set of instances (Pantel and Ravichandran, 2004) , and identifying relevant attributes for a given set of classes (Pa\u015fca, 2007) , our integrated method from Section 2 enables the simultaneous extraction of class instances, associated labels and attributes. Second, by exploiting the contents of query logs during the extraction of labeled classes of instances from Web documents, we acquire thousands (4,583, to be exact) of open-domain classes covering a wide range of topics and domains. The accuracy reported in Section 3.2 exceeds 80% for both instance sets and class labels, although the extraction of classes requires a remarkably small amount of supervision, in the form of only a few commonly-used Is-A extraction patterns. Third, we conduct the first study in extracting attributes for thousands of open-domain, automatically-acquired classes, at precision levels over 70% at rank 10, and 67% at rank 20 as described in Section 3.3. The amount of supervision is limited to five seed attributes provided for only one reference class. In comparison, the largest previous Knowledge extracted from documents and queries amino acids={phenylalanine, l\u2212cysteine, tryptophan, glutamic acid, lysine, thr, marine animals={whales, seals, dolphins, turtles, sea lions, fishes, penguins, squids, movies={jay and silent bob strike back, romeo must die, we were soldiers, matrix, zoonotic diseases={rabies, west nile virus, leptospirosis, brucellosis, lyme disease, movies: [opening song, cast, characters, actors, ",
"cite_spans": [
{
"start": 612,
"end": 623,
"text": "(Lin, 1998)",
"ref_id": "BIBREF9"
},
{
"start": 689,
"end": 720,
"text": "(Pantel and Ravichandran, 2004)",
"ref_id": "BIBREF13"
},
{
"start": 786,
"end": 799,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
},
{
"start": 2140,
"end": 2180,
"text": "[opening song, cast, characters, actors,",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Figure 1: Overview of weakly-supervised extraction of class instances, class labels and class attributes from Web documents and query logs study in attribute extraction reports results on a set of 40 manually-assembled classes, and requires five seed attributes to be provided as input for each class. Fourth, we introduce the first approach to information extraction from a combination of both Web documents and search query logs, to extract opendomain knowledge that is expected to be suitable for later use. In contrast, the textual data sources used in previous studies in large-scale information extraction are either Web documents (Mooney and Bunescu, 2005; Banko et al., 2007) or, recently, query logs (Pa\u015fca, 2007) , but not both.",
"cite_spans": [
{
"start": 637,
"end": 663,
"text": "(Mooney and Bunescu, 2005;",
"ref_id": "BIBREF10"
},
{
"start": 664,
"end": 683,
"text": "Banko et al., 2007)",
"ref_id": "BIBREF0"
},
{
"start": 709,
"end": 722,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "2 Extraction from Documents and Queries",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Figure 1 provides an overview of how Web documents and queries are used together to acquire opendomain, labeled classes of instances (phase (1) in the figure); and to acquire attributes that capture quantifiable properties of those classes, by mining query logs based on the class instances acquired from the documents, while guiding the extraction based on a few attributes provided as seed examples (phase (2)). As described in Figure 2 , the algorithm for deriving labeled sets of class instances starts with the acquisition of candidate pairs {M E } of a class label and an instance, by applying a few extraction patterns to unstructured text within Web documents {D}, while guiding the extraction by the contents of query logs {Q} (Step 1 in Figure 2 ). This is fol- Step 1 in Figure 2 applies lexico-syntactic patterns {E} that aim at extracting Is-A pairs of an instance (e.g., Google) and an associated class label (e.g., Internet search engines) from text. The two patterns, which are inspired by (Hearst, 1992) and have been the de-facto extraction technique in previous work on extracting conceptual hierarchies from text (cf. (Ponzetto and Strube, 2007; Snow et al., 2006) ), can be summarized as:",
"cite_spans": [
{
"start": 1006,
"end": 1020,
"text": "(Hearst, 1992)",
"ref_id": "BIBREF7"
},
{
"start": 1138,
"end": 1165,
"text": "(Ponzetto and Strube, 2007;",
"ref_id": "BIBREF14"
},
{
"start": 1166,
"end": 1184,
"text": "Snow et al., 2006)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [
{
"start": 430,
"end": 438,
"text": "Figure 2",
"ref_id": "FIGREF0"
},
{
"start": 747,
"end": 755,
"text": "Figure 2",
"ref_id": "FIGREF0"
},
{
"start": 782,
"end": 790,
"text": "Figure 2",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Open-Domain Labeled Classes of Instances",
"sec_num": "2.1"
},
{
"text": "[..] C [such as|including] I [and|,|.]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Open-Domain Labeled Classes of Instances",
"sec_num": "2.1"
},
{
"text": ", where I is a potential instance (e.g., Venezuelan equine encephalitis) and C is a potential class label for the instance (e.g., zoonotic diseases), for example in the sentence: \"The expansion of the farms increased the spread of zoonotic diseases such as Venezuelan equine encephalitis [..] ",
"cite_spans": [
{
"start": 288,
"end": 292,
"text": "[..]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Open-Domain Labeled Classes of Instances",
"sec_num": "2.1"
},
{
"text": "During matching, all string comparisons are caseinsensitive. In order for a pattern to match a sentence, two conditions must be met. First, the class label C from the sentence must be a non-recursive noun phrase whose last component is a plural-form noun (e.g., zoonotic diseases in the above sentence). Second, the instance I from the sentence must also occur as a complete query somewhere in the query logs {Q}, that is, a query containing the instance and nothing else. This heuristic acknowledges the difficulty of pinpointing complex entities within documents (Downey et al., 2007) , and embodies the hypothesis that, if an instance is prominent, Web search users will eventually ask about it.",
"cite_spans": [
{
"start": 565,
"end": 586,
"text": "(Downey et al., 2007)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "\".",
"sec_num": null
},
{
"text": "In Steps 4 through 14 from Figure 2 , each cluster is inspected by scanning all labels attached to one or more queries from the cluster. For each label C S , if a) {M E } indicates that a large number of all queries from the cluster are attached to the label (as controlled by the parameter J in Step 12); and b) those queries are a significant portion of all queries from all clusters attached to the same label in {M E } (as controlled by the parameter K in Step 13), then the label C S and each query with that label are stored in the output pairs {<C,I>} (Steps 13 and 14). The parameters J and K can be used to emphasize precision (higher J and lower K) or recall (lower J and higher K). The resulting pairs of an instance and a class label are arranged into sets of class instances (e.g., {rabies, west nile virus, leptospirosis,...}), each associated with a class label (e.g., zoonotic diseases), and returned in Step 15.",
"cite_spans": [],
"ref_spans": [
{
"start": 27,
"end": 35,
"text": "Figure 2",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "\".",
"sec_num": null
},
{
"text": "The labeled classes of instances collected automatically from Web documents are passed as input to phase (2) from Figure 1 , which acquires class attributes by mining a collection of Web search queries. The attributes capture properties that are relevant to the class. The extraction of attributes exploits the set of class instances rather than the associated class label, and consists of four stages: 1) identification of a noisy pool of candidate attributes, as remainders of queries that also contain one of the class instances. In the case of the class movies, whose instances include jay and silent bob strike back and kill bill, the query \"cast jay and silent bob strike back\" produces the candidate attribute cast;",
"cite_spans": [],
"ref_spans": [
{
"start": 114,
"end": 122,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Open-Domain Class Attributes",
"sec_num": "2.2"
},
{
"text": "2) construction of internal search-signature vector representations for each candidate attribute, based on queries (e.g., \"cast selection for kill bill\") that contain a candidate attribute (cast) and a class instance (kill bill). These vectors consist of counts tied to the frequency with which an attribute occurs with a given \"templatized\" query. The latter replaces specific attributes and instances from the query with common placeholders, e.g., \"X for Y\";",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Open-Domain Class Attributes",
"sec_num": "2.2"
},
{
"text": "3) construction of a reference internal searchsignature vector representation for a small set of seed attributes provided as input. A reference vector is the normalized sum of the individual vectors corresponding to the seed attributes; 4) ranking of candidate attributes with respect to each class (e.g., movies), by computing similarity scores between their individual vector representations and the reference vector of the seed attributes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Open-Domain Class Attributes",
"sec_num": "2.2"
},
{
"text": "The result of the four stages is a ranked list of attributes (e.g., [opening song, cast, characters,...] ) for each class (e.g., movies).",
"cite_spans": [
{
"start": 68,
"end": 104,
"text": "[opening song, cast, characters,...]",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Open-Domain Class Attributes",
"sec_num": "2.2"
},
{
"text": "In a departure from previous work, the instances of each input class are automatically generated as described earlier, rather than manually assembled. Furthermore, the amount of supervision is limited to seed attributes being provided for only one of the classes, whereas (Pa\u015fca, 2007) requires seed attributes for each class. To this effect, the extraction includes modifications such that only one reference vector is constructed internally from the seed attributes during the third stage, rather one such vector for each class in (Pa\u015fca, 2007) ; and similarity scores are computed cross-class by comparing vector representations of individual candidate attributes against the only reference vector available during the fourth stage, rather than with respect to the reference vector of each class in (Pa\u015fca, 2007) .",
"cite_spans": [
{
"start": 272,
"end": 285,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
},
{
"start": 533,
"end": 546,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
},
{
"start": 802,
"end": 815,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Open-Domain Class Attributes",
"sec_num": "2.2"
},
{
"text": "The acquisition of open-domain knowledge, in the form of class instances, labels and attributes, relies on unstructured text available within Web documents maintained by, and search queries submitted to, the Google search engine.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Textual Data Sources",
"sec_num": "3.1"
},
{
"text": "The collection of queries is a random sample of fully-anonymized queries in English submitted by Web users in 2006. The sample contains approximately 50 million unique queries. Each query is ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Textual Data Sources",
"sec_num": "3.1"
},
{
"text": "Extraction Parameters: The set of instances that can be potentially acquired by the extraction algorithm described in Section 2.1 is heuristically limited to the top five million queries with the highest frequency within the input query logs. In the extracted data, a class label (e.g., search engines) is associated with one or more instances (e.g., google). Similarly, an instance (e.g., google) is associated with one or more class labels (e.g., search engines and internet search engines orders, system disorders and disorders).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of Labeled Classes of Instances",
"sec_num": "3.2"
},
{
"text": "As shown in Table 1 , less than half of the 4,583 extracted class labels (e.g., baseball players) are found in their original forms in WordNet. The majority of the class labels (2,614 out of 4,583) can be found in WordNet only after removal of one or more leading words (e.g., caribbean countries), which suggests that many of the class labels correspond to finer-grained, automatically-extracted concepts that are not available in the manually-built WordNet. To test whether that is the case, a random sample of 200 class labels, out of the 2,614 labels found to be potentially-useful specific concepts, are manually annotated as correct, subjectively correct or incorrect, as shown in Table 2 . A class label is: correct, if it captures a relevant concept although it could not be found in WordNet; subjectively correct, if it is relevant not in general but only in a particular context, either from a subjective viewpoint (e.g., modern appliances), or relative to a particular temporal anchor (e.g., current players), or in connection to a particular geographical area (e.g., area hospitals); or incorrect, if it does not capture any useful concept (e.g., multiple languages). The manual analysis of the sample of 200 class labels indicates that 154 (77%) are relevant concepts and 27 (13.5%) are subjectively relevant concepts, for a total of 181 (90.5%) relevant concepts, whereas 19 (9.5%) of the labels are incorrect. It is worth emphasizing the importance of automatically-collected classes judged as relevant and not present in WordNet: caribbean countries, computer manufacturers, entertainment companies, market research firms are arguably very useful and should probably be considered as part of ",
"cite_spans": [],
"ref_spans": [
{
"start": 12,
"end": 19,
"text": "Table 1",
"ref_id": "TABREF3"
},
{
"start": 687,
"end": 694,
"text": "Table 2",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Evaluation of Labeled Classes of Instances",
"sec_num": "3.2"
},
{
"text": "M (Manual) E (Extracted) M E M \u2229E M M (Manual) E (Extracted) M E M \u2229E M Actor",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of Labeled Classes of Instances",
"sec_num": "3.2"
},
{
"text": "The computation of the precision of the extracted instances (e.g., fifth element and kill bill for the class label movies) relies on manual inspection of all instances associated to a sample of the extracted class labels. Rather than inspecting a random sample of classes, the evaluation validates the results against a reference set of 40 gold-standard classes that were manually assembled as part of previous work (Pa\u015fca, 2007) . A class from the gold standard consists of a manually-created class label (e.g., AircraftModel) associated with a manually-assembled, and therefore high-precision, set of representative instances of the class. To evaluate the precision of the extracted instances, the manual label of each gold-standard class (e.g., SearchEngine) is mapped into a class label extracted from text (e.g., search engines). As shown in the first two columns of Table 3 , the mapping into extracted class labels succeeds for 37 of the 40 goldstandard classes. 28 of the 37 mappings involve linking an abstract class label (e.g., SearchEngine) with the corresponding plural forms among the extracted class labels (e.g., search engines). The remaining 9 mappings link a manual class label with either an equivalent extracted class label (e.g., Soc-cerClub with football clubs), or a strongly-related class label (e.g., NationalPark with parks). No mapping is found for 3 out of the 40 classes, namely Air-craftModel, Hurricane and Skyscraper, which are therefore removed from consideration.",
"cite_spans": [
{
"start": 416,
"end": 429,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 872,
"end": 879,
"text": "Table 3",
"ref_id": "TABREF8"
}
],
"eq_spans": [],
"section": "Accuracy of Class Instances:",
"sec_num": null
},
{
"text": "The sizes of the instance sets available for each class in the gold standard are compared in the third through fifth columns of Table 3. In the table, M stands for manually-assembled instance sets, and E for automatically-extracted instance sets. For example, the gold-standard class SearchEngine contains 25 manually-collected instances, while the parallel class label search engines contains 133 automatically-extracted instances. The fifth column shows the percentage of manually-collected instances (M ) that are also extracted automatically (E). In the case of the class SearchEngine, 16 of the 25 manually-collected instances are among the 133 automatically-extracted instances of the same class, which corresponds to a relative coverage of 64% of the manually-collected instance set. Some instances may occur within the manually-collected set but not the automatically-extracted set (e.g., zoominfo and brainbost for the class SearchEngine) or, more frequently, vice-versa (e.g., surfwax, blinkx, entireweb, web wombat, exalead etc.) . Overall, the relative coverage of automatically-extracted instance sets with respect to manually-collected instance sets is 26.89%, as an average over the 37 gold-standard classes. More significantly, the size advantage of automatically-extracted instance sets is not the undesirable result of those sets containing many spurious instances. Indeed, the manual inspection of the automatically-extracted instances sets indicates an average accuracy of 79.3% over the 37 gold-standard classes retained in the experiments. To summarize, the method proposed in this paper acquires open-domain classes from unstructured text of arbitrary quality, without a-priori restrictions to specific domains of interest and with virtually no supervision (except for the ubiquitous Is-A extraction patterns), at accuracy levels of around 90% for class labels and 80% for class instances.",
"cite_spans": [
{
"start": 969,
"end": 1040,
"text": "vice-versa (e.g., surfwax, blinkx, entireweb, web wombat, exalead etc.)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Accuracy of Class Instances:",
"sec_num": null
},
{
"text": "Extraction Parameters: Given a target class specified as a set of instances and a set of five seed attributes for a class (e.g., {quality, speed, number of users, market share, reliability} for SearchEngine), the method described in Section 2.2 extracts ranked lists of class attributes from the input query logs. Internally, the ranking uses Jensen-Shannon (Lee, 1999) to compute similarity scores between internal representations of seed attributes, on one hand, and each of the candidate attributes, on the other hand. Evaluation Procedure: To remove any possible bias towards higher-ranked attributes during the assessment of class attributes, the ranked lists of attributes to be evaluated are sorted alphabetically into a merged list. Each attribute of the merged list is manually assigned a correctness label within its respective class. An attribute is vital if it must be present in an ideal list of attributes of the class; okay if it provides useful but non-essential information; and wrong if it is incorrect.",
"cite_spans": [
{
"start": 358,
"end": 369,
"text": "(Lee, 1999)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of Class Attributes",
"sec_num": "3.3"
},
{
"text": "To compute the overall precision score over a ranked list of extracted attributes, the correctness labels are converted to numeric values as shown in Table 4. Precision at some rank N in the list is thus measured as the sum of the assigned values of the first N candidate attributes, divided by N . Accuracy of Class Attributes: Figure 3 plots precision values for ranks 1 through 50 of the lists of attributes extracted through several runs over the 37 gold-standard classes described in the previous section. The runs correspond to different amounts of supervision, specified through a particular choice in the number of seed attributes, and in the source of instances passed as input to the system:",
"cite_spans": [],
"ref_spans": [
{
"start": 329,
"end": 337,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Evaluation of Class Attributes",
"sec_num": "3.3"
},
{
"text": "\u2022 number of input seed attributes: seed attributes are provided either for each of the 37 classes, for a total of 5\u00d737=185 attributes (the graphs at the top of Figure 3) ; or only for one class (namely, Country), for a total of 5 attributes over all classes (the graphs at the bottom of Figure 3 );",
"cite_spans": [],
"ref_spans": [
{
"start": 160,
"end": 169,
"text": "Figure 3)",
"ref_id": "FIGREF2"
},
{
"start": 287,
"end": 295,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Evaluation of Class Attributes",
"sec_num": "3.3"
},
{
"text": "\u2022 source of input instance sets: the instance sets for each class are either manually collected (M from Table 3 ), or automatically extracted (E from Table 3). The choices correspond to the two curves plotted in each graph in Figure 3 .",
"cite_spans": [],
"ref_spans": [
{
"start": 96,
"end": 112,
"text": "(M from Table 3",
"ref_id": "TABREF8"
},
{
"start": 227,
"end": 235,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Evaluation of Class Attributes",
"sec_num": "3.3"
},
{
"text": "The graphs in Figure 3 show the precision over individual target classes (leftmost graphs), and as an average over all 37 classes (rightmost graphs). As expected, the precision of the extracted attributes as an average over all classes is best when the input instance sets are hand-picked (M ), as opposed to automatically extracted (E). However, the loss of precision from M to E is small at all measured ranks. Table 5 offers an alternative view on the quality of the attributes extracted for a random sample of 25 classes out of the larger set of 4,583 classes acquired from text. The 25 classes are passed as input for attribute extraction without modifications. In particular, the instance sets are not manually postfiltered or otherwise changed in any way. To keep the time required to judge the correctness of all extracted attributes within reasonable limits, the evaluation considers only the top 20 (rather than 50) attributes extracted per class. As shown in Table 5 , the method proposed in this paper acquires attributes for automatically-extracted, open-domain classes, without a-priori restrictions to specific domains of interest and relying on only five seed attributes specified for only one class, at accuracy levels reaching 70% at rank 10, and 67% at rank 20.",
"cite_spans": [],
"ref_spans": [
{
"start": 14,
"end": 22,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 413,
"end": 420,
"text": "Table 5",
"ref_id": "TABREF12"
},
{
"start": 970,
"end": 977,
"text": "Table 5",
"ref_id": "TABREF12"
}
],
"eq_spans": [],
"section": "Evaluation of Class Attributes",
"sec_num": "3.3"
},
{
"text": "Although some researchers focus on re-organizing or extending classes of instances already available explicitly within manually-built resources such as Wikipedia (Ponzetto and Strube, 2007) or Word-Net (Snow et al., 2006) or both (Suchanek et al., 2007) , a large body of previous work focuses on compiling sets of instances, not necessarily labeled, from unstructured text. The extraction proceeds either iteratively by starting from a few seed extraction rules (Collins and Singer, 1999) , or by mining named entities from comparable news articles (Shinyama and Sekine, 2004) or from multilingual corpora (Klementiev and Roth, 2006) .",
"cite_spans": [
{
"start": 162,
"end": 189,
"text": "(Ponzetto and Strube, 2007)",
"ref_id": "BIBREF14"
},
{
"start": 202,
"end": 221,
"text": "(Snow et al., 2006)",
"ref_id": "BIBREF17"
},
{
"start": 230,
"end": 253,
"text": "(Suchanek et al., 2007)",
"ref_id": "BIBREF18"
},
{
"start": 463,
"end": 489,
"text": "(Collins and Singer, 1999)",
"ref_id": "BIBREF2"
},
{
"start": 550,
"end": 577,
"text": "(Shinyama and Sekine, 2004)",
"ref_id": "BIBREF16"
},
{
"start": 607,
"end": 634,
"text": "(Klementiev and Roth, 2006)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquisition of Classes of Instances",
"sec_num": "4.1"
},
{
"text": "A bootstrapping method (Riloff and Jones, 1999 ) cautiously grows very small seed sets of five instances of the same class, to fewer than 300 items after 50 consecutive iterations, with a final precision varying between 46% and 76% depending on the type of semantic lexicon. Experimental results from (Feldman and Rosenfeld, 2006) indicate that named entity recognizers can boost the performance of weakly supervised extraction of class instances, but only for a few coarse-grained types such as Person and only if they are simpler to recognize in text (Feldman and Rosenfeld, 2006) .",
"cite_spans": [
{
"start": 23,
"end": 46,
"text": "(Riloff and Jones, 1999",
"ref_id": "BIBREF15"
},
{
"start": 301,
"end": 330,
"text": "(Feldman and Rosenfeld, 2006)",
"ref_id": "BIBREF5"
},
{
"start": 553,
"end": 582,
"text": "(Feldman and Rosenfeld, 2006)",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquisition of Classes of Instances",
"sec_num": "4.1"
},
{
"text": "In (Cafarella et al., 2005) , handcrafted extraction patterns are applied to a collection of 60 million Web documents to extract instances of the classes Company and Country. Based on the manual evaluation of samples of extracted instances, an estimated number of 1,116 instances of Company are extracted at a precision score of 90%. In comparison, the approach of this paper pursues a more aggressive goal, by extracting a larger and more diverse number of labeled classes, whose instances are often more difficult to extract than country names and most company names, at precision scores of almost 80%.",
"cite_spans": [
{
"start": 3,
"end": 27,
"text": "(Cafarella et al., 2005)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquisition of Classes of Instances",
"sec_num": "4.1"
},
{
"text": "The task of extracting relevant labels to describe sets of documents, rather than sets of instances, is explored in (Treeratpituk and Callan, 2006) . Given pre-existing sets of instances, (Pantel and Ravichandran, 2004) investigates the task of acquiring appropriate class labels to the sets from unstructured text. Various class labels are assigned to a total of 1,432 sets of instances. The accuracy of the class labels is computed over a sample of instances, by manually assessing the correctness of the top five labels returned by the system for each instance. The resulting mean reciprocal rank of 77% gives partial credit to labels of an evaluated instance, even if only the fourth or fifth assigned labels are correct. Our evaluation of the accuracy of class labels is stricter, as it considers only one class label of a given instance at a time, rather than a pool of the best candidate labels.",
"cite_spans": [
{
"start": 116,
"end": 147,
"text": "(Treeratpituk and Callan, 2006)",
"ref_id": "BIBREF19"
},
{
"start": 188,
"end": 219,
"text": "(Pantel and Ravichandran, 2004)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquisition of Classes of Instances",
"sec_num": "4.1"
},
{
"text": "As a pre-requisite to extracting relations among pairs of classes, the method described in (Davidov et al., 2007) extracts class instances from unstructured Web documents, by submitting pairs of instances as queries and analyzing the contents of the top 1,000 documents returned by a Web search engine. For each target class, a small set of instances must be provided manually as seeds. As such, the method can be applied to the task of extracting a large set of open-domain classes only after manually enumerating through the entire set of target classes, and providing seed instances for each. Furthermore, no attempt is made to extract relevant class labels for the sets of instances. Comparatively, the open-domain classes extracted in our paper have an explicit label in addition to the sets of instances, and do not require identifying the range of the target classes in advance, or providing any seed instances as input. The evaluation methodology is also quite dif-ferent, as the instance sets acquired based on the input seed instances in (Davidov et al., 2007) are only evaluated for three hand-picked classes, with precision scores of 90% for names of countries, 87% for fish species and 68% for instances of constellations. Our evaluation of the accuracy of class instances is again stricter, since the evaluation sample is larger, and includes more varied classes, whose instances are sometimes more difficult to identify in text.",
"cite_spans": [
{
"start": 91,
"end": 113,
"text": "(Davidov et al., 2007)",
"ref_id": "BIBREF3"
},
{
"start": 1048,
"end": 1070,
"text": "(Davidov et al., 2007)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquisition of Classes of Instances",
"sec_num": "4.1"
},
{
"text": "Previous work on the automatic acquisition of attributes for open-domain classes from text is less general than the extraction method and experiments presented in our paper. Indeed, previous evaluations were restricted to small sets of classes (forty classes in (Pa\u015fca, 2007) ), whereas our evaluations also consider a random, more diverse sample of open-domain classes. More importantly, by dropping the requirement of manually providing a small set of seed attributes for each target class, and relying on only a few seed attributes specified for one reference class, we harvest class attributes without the need of first determining what the classes should be, what instances they should contain, and from which resources the instances should be collected.",
"cite_spans": [
{
"start": 262,
"end": 275,
"text": "(Pa\u015fca, 2007)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Acquisition of Class Attributes",
"sec_num": "4.2"
},
{
"text": "In a departure from previous approaches to largescale information extraction from unstructured text on the Web, this paper introduces a weaklysupervised extraction framework for mining useful knowledge from a combination of both documents and search query logs. In evaluations over labeled classes of instances extracted without a-priori restrictions to specific domains of interest and with very little supervision, the accuracy exceeds 90% for class labels, approaches 80% for class instances, and exceeds 70% (at rank 10) and 67% (at rank 20) for class attributes. Current work aims at expanding the number of instances within each class while retaining similar precision levels; extracting attributes with more consistent precision scores across classes from different domains; and introducing confidence scores in attribute extraction, allowing for the detection of classes for which it is unlikely to extract large numbers of useful attributes from text.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "5"
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Open information extraction from the Web",
"authors": [
{
"first": "M",
"middle": [],
"last": "Banko",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Cafarella",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Soderland",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Broadhead",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Etzioni",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of the 20th International Joint Conference on Artificial Intelligence (IJCAI-07)",
"volume": "",
"issue": "",
"pages": "224--231",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Banko, Michael J Cafarella, S. Soderland, M. Broad- head, and O. Etzioni. 2007. Open information ex- traction from the Web. In Proceedings of the 20th In- ternational Joint Conference on Artificial Intelligence (IJCAI-07), pages 2670-2676, Hyderabad, India. T. Brants. 2000. TnT -a statistical part of speech tagger. In Proceedings of the 6th Conference on Applied Natu- ral Language Processing (ANLP-00), pages 224-231, Seattle, Washington.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "KnowItNow: Fast, scalable information extraction from the Web",
"authors": [
{
"first": "M",
"middle": [],
"last": "Cafarella",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Downey",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Soderland",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Etzioni",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the Human Language Technology Conference (HLT-EMNLP-05)",
"volume": "",
"issue": "",
"pages": "563--570",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Cafarella, D. Downey, S. Soderland, and O. Etzioni. 2005. KnowItNow: Fast, scalable information extrac- tion from the Web. In Proceedings of the Human Language Technology Conference (HLT-EMNLP-05), pages 563-570, Vancouver, Canada.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Unsupervised models for named entity classification",
"authors": [
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Singer",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the 1999 Conference on Empirical Methods in Natural Language Processing and Very Large Corpora (EMNLP/VLC-99)",
"volume": "",
"issue": "",
"pages": "189--196",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Collins and Y. Singer. 1999. Unsupervised mod- els for named entity classification. In Proceed- ings of the 1999 Conference on Empirical Meth- ods in Natural Language Processing and Very Large Corpora (EMNLP/VLC-99), pages 189-196, College Park, Maryland.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Fully unsupervised discovery of concept-specific relationships by Web mining",
"authors": [
{
"first": "D",
"middle": [],
"last": "Davidov",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Rappoport",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Koppel",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-07)",
"volume": "",
"issue": "",
"pages": "232--239",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Davidov, A. Rappoport, and M. Koppel. 2007. Fully unsupervised discovery of concept-specific relation- ships by Web mining. In Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (ACL-07), pages 232-239, Prague, Czech Republic.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Locating complex named entities in Web text",
"authors": [
{
"first": "D",
"middle": [],
"last": "Downey",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Broadhead",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Etzioni",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 20th International Joint Conference on Artificial Intelligence (IJCAI-07)",
"volume": "",
"issue": "",
"pages": "2733--2739",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Downey, M. Broadhead, and O. Etzioni. 2007. Locat- ing complex named entities in Web text. In Proceed- ings of the 20th International Joint Conference on Ar- tificial Intelligence (IJCAI-07), pages 2733-2739, Hy- derabad, India.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Boosting unsupervised relation extraction by using NER",
"authors": [
{
"first": "R",
"middle": [],
"last": "Feldman",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Rosenfeld",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing (EMNLP-ACL-06)",
"volume": "",
"issue": "",
"pages": "473--481",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Feldman and B. Rosenfeld. 2006. Boosting unsu- pervised relation extraction by using NER. In Pro- ceedings of the 2006 Conference on Empirical Meth- ods in Natural Language Processing (EMNLP-ACL- 06), pages 473-481, Sydney, Australia.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "WordNet: An Electronic Lexical Database and Some of its Applications",
"authors": [],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "C. Fellbaum, editor. 1998. WordNet: An Electronic Lexi- cal Database and Some of its Applications. MIT Press.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Weakly supervised named entity transliteration and discovery from multilingual comparable corpora",
"authors": [
{
"first": "M",
"middle": [],
"last": "Hearst",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-06)",
"volume": "",
"issue": "",
"pages": "817--824",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Hearst. 1992. Automatic acquisition of hyponyms from large text corpora. In Proceedings of the 14th In- ternational Conference on Computational Linguistics (COLING-92), pages 539-545, Nantes, France. A. Klementiev and D. Roth. 2006. Weakly super- vised named entity transliteration and discovery from multilingual comparable corpora. In Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Associ- ation for Computational Linguistics (COLING-ACL- 06), pages 817-824, Sydney, Australia.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Measures of distributional similarity",
"authors": [
{
"first": "L",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the 37th Annual Meeting of the Association of Computational Linguistics (ACL-99)",
"volume": "",
"issue": "",
"pages": "25--32",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Lee. 1999. Measures of distributional similarity. In Proceedings of the 37th Annual Meeting of the Asso- ciation of Computational Linguistics (ACL-99), pages 25-32, College Park, Maryland.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Automatic retrieval and clustering of similar words",
"authors": [
{
"first": "D",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 17th International Conference on Computational Linguistics and the 36th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-98)",
"volume": "",
"issue": "",
"pages": "768--774",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Lin. 1998. Automatic retrieval and clustering of sim- ilar words. In Proceedings of the 17th International Conference on Computational Linguistics and the 36th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-98), pages 768-774, Mon- treal, Quebec.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Mining knowledge from text using information extraction",
"authors": [
{
"first": "R",
"middle": [],
"last": "Mooney",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Bunescu",
"suffix": ""
}
],
"year": 2005,
"venue": "SIGKDD Explorations",
"volume": "7",
"issue": "1",
"pages": "3--10",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Mooney and R. Bunescu. 2005. Mining knowledge from text using information extraction. SIGKDD Ex- plorations, 7(1):3-10.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Organizing and searching the World Wide Web of facts -step one: the one-million fact extraction challenge",
"authors": [
{
"first": "M",
"middle": [],
"last": "Pa\u015fca",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Bigham",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Lifchits",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Jain",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st National Conference on Artificial Intelligence (AAAI-06)",
"volume": "",
"issue": "",
"pages": "1400--1405",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Pa\u015fca, D. Lin, J. Bigham, A. Lifchits, and A. Jain. 2006. Organizing and searching the World Wide Web of facts -step one: the one-million fact extraction chal- lenge. In Proceedings of the 21st National Confer- ence on Artificial Intelligence (AAAI-06), pages 1400- 1405, Boston, Massachusetts.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Organizing and searching the World Wide Web of facts -step two: Harnessing the wisdom of the crowds",
"authors": [
{
"first": "M",
"middle": [],
"last": "Pa\u015fca",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 16th World Wide Web Conference (WWW-07)",
"volume": "",
"issue": "",
"pages": "101--110",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Pa\u015fca. 2007. Organizing and searching the World Wide Web of facts -step two: Harnessing the wisdom of the crowds. In Proceedings of the 16th World Wide Web Conference (WWW-07), pages 101-110, Banff, Canada.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Automatically labeling semantic classes",
"authors": [
{
"first": "P",
"middle": [],
"last": "Pantel",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Ravichandran",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 2004 Human Language Technology Conference (HLT-NAACL-04)",
"volume": "",
"issue": "",
"pages": "321--328",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Pantel and D. Ravichandran. 2004. Automatically labeling semantic classes. In Proceedings of the 2004 Human Language Technology Conference (HLT- NAACL-04), pages 321-328, Boston, Massachusetts.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Deriving a large scale taxonomy from Wikipedia",
"authors": [
{
"first": "S",
"middle": [],
"last": "Ponzetto",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Strube",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 22nd National Conference on Artificial Intelligence (AAAI-07)",
"volume": "",
"issue": "",
"pages": "1440--1447",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Ponzetto and M. Strube. 2007. Deriving a large scale taxonomy from Wikipedia. In Proceedings of the 22nd National Conference on Artificial Intelligence (AAAI- 07), pages 1440-1447, Vancouver, British Columbia.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Learning dictionaries for information extraction by multi-level bootstrapping",
"authors": [
{
"first": "E",
"middle": [],
"last": "Riloff",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Jones",
"suffix": ""
}
],
"year": 1999,
"venue": "Proceedings of the 16th National Conference on Artificial Intelligence (AAAI-99)",
"volume": "",
"issue": "",
"pages": "474--479",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Riloff and R. Jones. 1999. Learning dictionaries for information extraction by multi-level bootstrapping. In Proceedings of the 16th National Conference on Artificial Intelligence (AAAI-99), pages 474-479, Or- lando, Florida.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Named entity discovery using comparable news articles",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Shinyama",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Sekine",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of the 20th International Conference on Computational Linguistics (COLING-04)",
"volume": "",
"issue": "",
"pages": "848--853",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Y. Shinyama and S. Sekine. 2004. Named entity dis- covery using comparable news articles. In Proceed- ings of the 20th International Conference on Com- putational Linguistics (COLING-04), pages 848-853, Geneva, Switzerland.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Semantic taxonomy induction from heterogenous evidence",
"authors": [
{
"first": "R",
"middle": [],
"last": "Snow",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Ng",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 21st International Conference on Computational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING-ACL-06)",
"volume": "",
"issue": "",
"pages": "801--808",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Snow, D. Jurafsky, and A. Ng. 2006. Semantic tax- onomy induction from heterogenous evidence. In Pro- ceedings of the 21st International Conference on Com- putational Linguistics and 44th Annual Meeting of the Association for Computational Linguistics (COLING- ACL-06), pages 801-808, Sydney, Australia.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Yago: a core of semantic knowledge unifying WordNet and Wikipedia",
"authors": [
{
"first": "F",
"middle": [],
"last": "Suchanek",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Kasneci",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Weikum",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 16th World Wide Web Conference (WWW-07)",
"volume": "",
"issue": "",
"pages": "697--706",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. Suchanek, G. Kasneci, and G. Weikum. 2007. Yago: a core of semantic knowledge unifying WordNet and Wikipedia. In Proceedings of the 16th World Wide Web Conference (WWW-07), pages 697-706, Banff, Canada.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Automatically labeling hierarchical clusters",
"authors": [
{
"first": "P",
"middle": [],
"last": "Treeratpituk",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Callan",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 7th Annual Conference on Digital Government Research (DGO-06)",
"volume": "",
"issue": "",
"pages": "167--176",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Treeratpituk and J. Callan. 2006. Automatically la- beling hierarchical clusters. In Proceedings of the 7th Annual Conference on Digital Government Research (DGO-06), pages 167-176, San Diego, California.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Acquisition of labeled sets of class instances lowed by the generation of unlabeled clusters {S} of distributionally similar queries, by clustering vectors of contextual features collected around the occurrences of queries {Q} within documents {D} (Steps 2 and 3). Finally, the intermediate data {M E } and {S} is merged and filtered into smaller, more accurate labeled sets of instances (Steps 4 through 15).",
"type_str": "figure",
"num": null,
"uris": null
},
"FIGREF2": {
"text": "Accuracy of attributes extracted based on manually assembled, gold standard (M ) vs. automatically extracted (E) instance sets, for a few target classes (leftmost graphs) and as an average over all (37) target classes (rightmost graphs). Seed attributes are provided as input for each target class (top graphs), or for only one target class (bottom graphs)",
"type_str": "figure",
"num": null,
"uris": null
},
"TABREF0": {
"html": null,
"type_str": "table",
"content": "<table><tr><td>Query logs Web documents</td><td>(1)</td><td>Open\u2212domain labeled classes of instances marine animals: [circulatory system, life cycle, evolution, food chain, eyesight, Open\u2212domain class attributes (2) ornithine, valinescientific name, skeleton, digestion, gestation period, reproduction, taxonomy,...]</td></tr><tr><td/><td/><td>film review, movie script,</td></tr><tr><td/><td/><td>symbolism, special effects, soundboards, history, screenplay, director,...]</td></tr><tr><td/><td/><td>zoonotic diseases: [scientific name, causative agent, mode of transmission,</td></tr><tr><td/><td/><td>life cycle, pathology, meaning, prognosis, incubation period, symptoms,...]</td></tr></table>",
"text": ", serine, isoleucine, aspartic acid, aspartate, taurine, histidine,...} pacific walrus, aquatic birds, comb jellies, starfish, florida manatees, walruses,...} kill bill, thelma and louise, mad max, field of dreams, ice age, star wars,...} cat scratch fever, foot and mouth disease, venezuelan equine encephalitis,...} amino acids: [titration curve, molecular formula, isoelectric point, density, extinction coefficient, pi, food sources, molecular weight, pka values,...]",
"num": null
},
"TABREF1": {
"html": null,
"type_str": "table",
"content": "<table><tr><td/><td>{C S } = set of class labels</td></tr><tr><td>.</td><td>{X }, {Y} = sets of queries</td></tr><tr><td>Steps:</td><td/></tr><tr><td colspan=\"2\">01. 06. For each query Q of S</td></tr><tr><td>07.</td><td>Insert labels of Q from {M E } into {C S }</td></tr><tr><td colspan=\"2\">08. For each label C S of {C S }</td></tr><tr><td>09.</td><td>{X } = Find queries of S with the label C S in {M E }</td></tr><tr><td>10.</td><td>{Y} = Find clusters of {S} containing some query</td></tr><tr><td>10.</td><td>with the label C S in {M E }</td></tr><tr><td>11.</td><td>If |{X }| &gt; J \u00d7|{S}|</td></tr><tr><td>12.</td><td>If |{Y}| &lt; K</td></tr><tr><td>13.</td><td>For each query X of {X }</td></tr><tr><td>14.</td><td>Insert pair &lt;C S ,X &gt; into output pairs {&lt;C,I&gt;}</td></tr><tr><td colspan=\"2\">15. Return pairs {&lt;C,I&gt;}</td></tr></table>",
"text": "Input: set of Is-A extraction patterns {E} . large repository of search queries {Q} . large repository of Web docs {D} . weighting parameters J \u2208[0,1] and K\u22081..\u221e Output: set of pairs of a class label and an instance {<C,I>} Variables: {S} = clusters of distributionally similar phrases . {V} = vectors of contextual matches of queries in text . {M E } = set of pairs of a class label and an instance . {M E } = Match patterns {E} in docs {D} around {Q} 02. {V} = Match phrases {Q} in docs {D} 03. {S} = Generate clusters of queries based on vectors {V} 04. For each cluster of phrases S in {S} 05. {C S } = \u2205",
"num": null
},
"TABREF3": {
"html": null,
"type_str": "table",
"content": "<table/>",
"text": "Class labels found in WordNet in original form, or found in WordNet after removal of leading words, or not found in WordNet at all accompanied by its frequency of occurrence in the logs. The document collection consists of approximately 100 million Web documents in English, as available in a Web repository snapshot from 2006. The textual portion of the documents is cleaned of HTML, tokenized, split into sentences and part-ofspeech tagged using the TnT tagger(Brants, 2000).",
"num": null
},
"TABREF4": {
"html": null,
"type_str": "table",
"content": "<table><tr><td>Accuracy of Class Labels: Built over many years of manual construction efforts, lexical gold standards such as WordNet (Fellbaum, 1998) provide wide-coverage upper ontologies of the English language. Built-in morphological normalization routines make it straightforward to verify whether a class label (e.Class Label={Set of Instances} american composers={aaron copland, composers Y Parent in C? WordNet eric ewazen, george gershwin,...} modern appliances={built-in oven, appliances S ceramic hob, tumble dryer,...} area hospitals={carolinas medical hospitals S center, nyack hospital,...} multiple languages={chuukese, languages N ladino, mandarin, us english,...}</td></tr></table>",
"text": "). The values chosen for the weighting parameters J and K from Section 2.1 are 0.01 and 30 respectively. After discarding classes with fewer than 25 instances, the extracted set of classes consists of 4,583 class labels, each of them associated with 25 to 7,967 instances, with an average of 189 instances per class.",
"num": null
},
"TABREF5": {
"html": null,
"type_str": "table",
"content": "<table/>",
"text": "Correctness judgments for extracted classes whose class labels are found in WordNet only after removal of their leading words (C=Correctness, Y=correct, S=subjectively correct, N=incorrect)",
"num": null
},
"TABREF8": {
"html": null,
"type_str": "table",
"content": "<table/>",
"text": "",
"num": null
},
"TABREF10": {
"html": null,
"type_str": "table",
"content": "<table/>",
"text": "Labels for assessing attribute correctness",
"num": null
},
"TABREF12": {
"html": null,
"type_str": "table",
"content": "<table/>",
"text": "Precision of attributes extracted for a sample of 25 classes. Seed attributes are provided for only one class.",
"num": null
}
}
}
}