Methods for Domain-Independent Information Extraction from the Web: An Experimental Comparison
Abstract
Our KNOWITALL system aims to automate the tedious process of extracting large collections of facts (e.g., names of scientists or politicians) from the Web in an autonomous, domain-independent, and scalable manner. In its first major run, KNOWITALL extracted over 50,000 facts with high precision, but suggested a challenge: How can we improve KNOWITALL’s recall and extraction rate without sacrificing precision? This paper presents three distinct ways to address this challenge and evaluates their performance. Rule Learning learns domain-specific extraction rules. Subclass Extraction automatically identifies sub-classes in order to boost recall. List Extraction locates lists of class instances, learns a “wrapper ” for each list, and extracts elements of each list. Since each method bootstraps from KNOWITALL’s domain-independent methods, no hand-labeled training examples are required. Experiments show the relative coverage of each method and demonstrate their synergy. In concert, our methods gave KNOWITALL a 4-fold to 19-fold increase in recall, while maintaining high precision, and discovered 10,300 cities missing from the Tipster Gazetteer. 1.
Cite
Text
Etzioni et al. "Methods for Domain-Independent Information Extraction from the Web: An Experimental Comparison." AAAI Conference on Artificial Intelligence, 2004.Markdown
[Etzioni et al. "Methods for Domain-Independent Information Extraction from the Web: An Experimental Comparison." AAAI Conference on Artificial Intelligence, 2004.](https://mlanthology.org/aaai/2004/etzioni2004aaai-methods/)BibTeX
@inproceedings{etzioni2004aaai-methods,
title = {{Methods for Domain-Independent Information Extraction from the Web: An Experimental Comparison}},
author = {Etzioni, Oren and Cafarella, Michael J. and Downey, Doug and Popescu, Ana-Maria and Shaked, Tal and Soderland, Stephen and Weld, Daniel S. and Yates, Alexander},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2004},
pages = {391-398},
url = {https://mlanthology.org/aaai/2004/etzioni2004aaai-methods/}
}