Abstract
This paper describes a hybrid statistical and knowledge-based information extraction model, able to extract entities and relations at the sentence level. The model attempts to retain and improve the high accuracy levels of knowledge-based systems while drastically reducing the amount of manual labor by relying on statistics drawn from a training corpus. The implementation of the model, called TEG (Trainable Extraction Grammar), can be adapted to any IE domain by writing a suitable set of rules in a SCFG (Stochastic Context Free Grammar) based extraction language, and training them using an annotated corpus. The system does not contain any purely linguistic components, such as PoS tagger or parser. We demonstrate the performance of the system on several named entity extraction and relation extraction tasks. The experiments show that our hybrid approach outperforms both purely statistical and purely knowledge-based systems, while requiring orders of magnitude less manual rule writing and smaller amount of training data. The improvement in accuracy is slight for named entity extraction task and more pronounced for relation extraction.
Original language | English |
---|---|
Pages | 589-596 |
Number of pages | 8 |
State | Published - 2004 |
Externally published | Yes |
Event | CIKM 2004: Proceedings of the Thirteenth ACM Conference on Information and Knowledge Management - Washington, DC, United States Duration: 8 Nov 2004 → 13 Nov 2004 |
Conference
Conference | CIKM 2004: Proceedings of the Thirteenth ACM Conference on Information and Knowledge Management |
---|---|
Country/Territory | United States |
City | Washington, DC |
Period | 8/11/04 → 13/11/04 |
Keywords
- HMM
- Information Extraction
- Rules Based Systems
- Text Mining