A Method of Recognizing Entity and Relation

A Method of Recognizing Entity and Relation

Xinghua Fan
Copyright: © 2009 |Pages: 8
DOI: 10.4018/978-1-60566-010-3.ch189
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Entity and relation recognition, i.e. assigning semantic classes (e.g., person, organization and location) to entities in a given sentence and determining the relations (e.g., born-in and employee-of) that hold between the corresponding entities, is an important task in areas such as information extraction (IE) (Califf and Mooney, 1999; Chinchor, 1998; Freitag, 2000; Roth and Yih, 2001), question answering (QA) (Voorhees, 2000; Changki Lee et al., 2007) and story comprehension (Hirschman et al., 1999). In a QA system, many questions ask for the specific entities involved in some relations. For example, the question that “Where was Poe born?” in TREC-9 asks for the location entity in which Poe was born. In a typical IE extraction task such as constructing a jobs database from unstructured text, the system has to extract many meaning entities like title and salary, ideally, to determine whether the entities are associated with the same position.
Chapter Preview
Top

Background

In all earlier works as we know of, except for Roth and Yih’ work (2002), the entity and relation recognition task is treated as two separate subtasks, which are typically carried out sequentially, i.e. firstly, use an entity recognizer to identify entities, and then use a relation classifier to determine the relations. This procedure is problematic: firstly, errors made by the entity recognizer are propagated to the relation classifier with an accumulative effect and may degrade its performance significantly. For example, if “Boston” is mislabeled as a person, it will never be classified as the location of Poe’s birthplace. Secondly, some relation information can be available only during the relation recognition, and the information is sometimes crucial to resolve ambiguity of entity recognition. For example, if we know that the class of an entity corresponds to the first argument X in the relation born-in (X, China), the class of the entity cannot be a location but a person.

To resolve the first problem described above, Roth and Yih (2002) developed a method, in which the two subtasks are carried out simultaneously. Firstly, two classifiers are trained for entities and relations independently, and their outputs are treated as the conditional probability distributions for each entity and relation. Secondly, this information together with the constraint knowledge induced among relations and entities are represented in a belief network (Pearl, 1998) and used to make global inferences for all entities and relations of interest. The idea of making global inferences is very good because it blocks the errors propagation. But the approach has still several problems. Firstly, the belief network cannot fully model the entity and relation recognition question since it allows no cycles, and the question need a probability model that can deal with loop. For example, relation R12 and R21 actually depend on each other (e.g., if R12 is born-in, then R21 will not be born-in), so there exists a loop between entity E1 and E2 through R12 and R21. Secondly, the method cannot use some constraint knowledge that is only available during relation recognition and helpful to improve the precision of entity recognition.

To overcome the shortages described above, Fan and Sun (2005, 2006) presented a solution, which includes (1) to present the model dubbed “entity relation propagation diagram” and “entity relation propagation tree”, and (2) to develop a method for this task based on the model. The presented method allows subtasks entity recognition and relation recognition to be linked more closely together. At the same time, the method can model the loopy dependencies among entities and relations, and can use two kinds of constraint knowledge learned from the annotated dataset.

Complete Chapter List

Search this Book:
Reset