Difference between revisions of "Wu et al KDD 2008"

From Cohen Courses
Jump to navigationJump to search
Line 10: Line 10:
 
== Summary ==
 
== Summary ==
  
Most articles in Wikipedia come from the "long tail of sparse classes", article types with a small number of instances (82% of the classes have fewer than 100 articles). This [[Category::paper]] introduces three techniques for increasing recall of information extraction from those classes: '''shrinkage''' over a refined ontology, '''retraining''' using open information extractors and '''supplementing results''' by extracting from the general Web. These techniques are used to improve the performance of a previously developed information extractor called Kylin.
+
Most articles in [[UsesDataset::Wikipedia]] come from the "long tail of sparse classes", article types with a small number of instances (82% of the classes have fewer than 100 articles). This [[Category::paper]] introduces three techniques for increasing recall of information extraction from those classes: '''shrinkage''' over a refined ontology, '''retraining''' using open information extractors and '''supplementing results''' by extracting from the general Web. These techniques are used to improve the performance of a previously developed information extractor called Kylin.
  
 
When training the extractor of a sparse class, the first technique '''shrinkage''' works by aggregating data from its parent and children classes. The subsumption herarchy needed for this task comes from a previously developed system called KOG (Kylin Ontology Generator). For a given class <math>C</math>, the shrinkage procedure collects the related class set:
 
When training the extractor of a sparse class, the first technique '''shrinkage''' works by aggregating data from its parent and children classes. The subsumption herarchy needed for this task comes from a previously developed system called KOG (Kylin Ontology Generator). For a given class <math>C</math>, the shrinkage procedure collects the related class set:

Revision as of 02:05, 28 September 2011

Citation

Wu, F., Hoffmann, R. and Weld, D. 2008. Information Extraction from Wikipedia: Moving Down the Long Tail. In Proceedings of the 14th International Conference on Knowledge Discovery and Data Mining, pp. 731–739, ACM, New York.

Online version

University of Washington

Summary

Most articles in Wikipedia come from the "long tail of sparse classes", article types with a small number of instances (82% of the classes have fewer than 100 articles). This paper introduces three techniques for increasing recall of information extraction from those classes: shrinkage over a refined ontology, retraining using open information extractors and supplementing results by extracting from the general Web. These techniques are used to improve the performance of a previously developed information extractor called Kylin.

When training the extractor of a sparse class, the first technique shrinkage works by aggregating data from its parent and children classes. The subsumption herarchy needed for this task comes from a previously developed system called KOG (Kylin Ontology Generator). For a given class , the shrinkage procedure collects the related class set:

where is the threshold for path length. Then, the set of attributes from this related class set is used to aggregate training data, and the CRF extractors for are trained on the augmented dataset.

Experimental results

...

Related papers

This paper improves Kylin, a self-supervised information extractor first described in Wu and Weld CIKM 2007. The shrinkage technique uses a cleanly-structured ontology, the output of KOG, a system presented in Wu and Weld WWW 2008. The retraining technique uses TextRunner, an open information extractor described in Banko et al IJCAI 2007.