Learning Domain-Specific Information Extraction Patterns from the Web

From Cohen Courses
Revision as of 15:26, 3 October 2011 by Manajs (talk | contribs)
Jump to navigationJump to search

Citation

Siddharth Patwardhan and Ellen Riloff, "Learning Domain-Specific Information Extraction Patterns from the Web", IEBeyondDoc '06 Proceedings of the Workshop on Information Extraction Beyond The Document

Online version

Click here to download

Introduction

This paper aims at Automatic Pattern Extraction from web for the task of domain-specific Information Extraction. The domain under consideration was "terrorist events". The authors started with some seed patterns extracted from the given MUC-4 terrorism corpus, and then looked over web for extracting more similar patterns that had the Semantic Affinity. The similarity metric used was Pointwise mutual information. After retrieving these additional patterns from the web, all these identified patterns were used to extract required information from the MUC-4 terrorism corpus.

Dataset

The dataset used was the MUC-4 terrorism corpus, which contains 1700 terrorism stories. Most of them are news stories related to Latin American terrorism. Each story also has answer key templates which contains the information supposed to be extracted from that story. Per the authors analysis, the dataset is difficult for an IE task, because all of the text is in upper-case, and nearly half of the stories do not pertain to a terrorist event. Even in the rest half with stories pertaining to terrorist events, many of the stories describe multiple terrorist events.

Extracting Seed Patterns

The authors used the AutoSlog-TS system [1], for extracting the seed patterns from the MUC corpus. The Autoslog-TS system basically works by extracting syntactic patterns for all the noun-phrases present in a text. The extraction of these patterns is done both for the text that is relevant to the domain and that is irrelevant to the domain, and a ranked list of the patterns is prepared based on a relevance score. The relevance score that the authors used for this task was RlogF score, which is defined as: Failed to parse (syntax error): {\displaystyle RlogF (pattern{_i}) = log{_2}(relfreq{_i}) �* P(relevant|pattern{_i})} extracting the to be used o

Extracting text of Terrism Domain from the web

Extracting similar patterns from the web-text

Applying the extracted patterns for IE task

Results

References