introduction to artificial intelligence massimo poesio relation extraction

36
INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

Upload: richard-provence

Post on 15-Jan-2016

232 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

INTRODUCTION TO ARTIFICIAL INTELLIGENCE

Massimo Poesio

Relation Extraction

Page 2: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

SEMANTIC INTERPRETATION: FROM SENTENCES TO PROPOSITIONS

Powell met Zhu Rongji

Proposition: meet(Powell, Zhu Rongji)Powell met with Zhu Rongji

Powell and Zhu Rongji met

Powell and Zhu Rongji had a meeting

. . .

When Powell met Zhu Rongji on Thursday they discussed the return of the spy plane.

meet(Powell, Zhu) discuss([Powell, Zhu], return(X, plane))

debateconsult

joinwrestle

battle

meet(Somebody1, Somebody2)

Page 3: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

OTHER ASPECTS OF SEMANTIC INTERPRETATION

• Identification of RELATIONS between entities mentioned– Focus of interest in modern CL since 1993 or so

• Identification of TEMPORAL RELATIONS – From about 2003 on

• QUALIFICATION of such relations (modality, epistemicity)– From about 2010 on

Page 4: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

TYPES OF RELATIONS

• Predicate-argument structure (verbs and nouns)

• Nominal relations• Relations between events / temporal relations

Page 5: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

PREDICATE-ARGUMENT STRUCTURE

• Linguistic Theories– Case Frames – Fillmore FrameNet– Lexical Conceptual Structure – Jackendoff LCS– Proto-Roles – Dowty PropBank– English verb classes (diathesis alternations) - Levin VerbNet– Talmy, Levin and Rappaport

Page 6: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

Fillmore’s Case Theory• Sentences have a DEEP STRUCTURE with CASE

RELATIONS

• A sentence is a verb + one or more NPs– Each NP has a deep-structure case

• A(gentive)• I(nstrumental)• D(ative)• F(actitive)• L(ocative)• O(bjective)

– Subject is no more important than Object• Subject/Object are surface structure

Page 7: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

THEMATIC ROLES

• Following on Fillmore’s original work, many theories of predicate argument structure / thematic roles were proposed, among which the best known perhaps– Jackendoff’s LEXICAL CONCEPTUAL SEMANTICS– Dowty’s PROTO-ROLES theory

Page 8: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

Dowty’s PROTO-ROLES

• Event-dependent• Prototypes based on shared entailments• Grammatical relations such as subject related

to observed (empirical) classification of participants

• Typology of grammatical relations • Proto-Agent• Proto-Patient

Page 9: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

Proto-Agent

• Properties – Volitional involvement in event or state– Sentience (and/or perception)– Causing an event or change of state in another

participant– Movement (relative to position of another

participant) – (exists independently of event named) *may be discourse pragmatic

Page 10: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

Proto-Patient

• Properties:– Undergoes change of state– Incremental theme– Causally affected by another participant– Stationary relative to movement of another

participant– (does not exist independently of the event, or at

all) *may be discourse pragmatic

Page 11: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

Semantic role labels:

Jan broke the LCD projector.

break (agent(Jan), patient(LCD-projector))

cause(agent(Jan), change-of-state(LCD-projector))

(broken(LCD-projector))

agent(A) -> intentional(A), sentient(A), causer(A), affector(A)

patient(P) -> affected(P), change(P),…

Filmore, 68

Jackendoff, 72

Dowty, 91

Page 12: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

VERBNET AND PROPBANK

• Dowty’s theory of proto-roles was the basis for the development of PROPBANK, the first corpus annotated with information about predicate-argument structure

Page 13: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

PROPBANK REPRESENTATION

a GM-Jaguar pact

that would give

*T*-1

the US car maker

an eventual 30% stake in the British company

Arg0

Arg2

Arg1

give(GM-J pact, US car maker, 30% stake)

a GM-Jaguar pact that would give the U.S. car maker an eventual 30% stake in the British company.

Page 14: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

ARGUMENTS IN PROPBANK

• Arg0 = agent• Arg1 = direct object / theme / patient• Arg2 = indirect object / benefactive /

instrument / attribute / end state• Arg3 = start point / benefactive / instrument /

attribute• Arg4 = end point• Per word vs frame level – more general?

Page 15: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

FROM PREDICATES TO FRAMES

In one of its senses, the verb observe evokes a frame called Compliance: this frame concerns people’s responses to norms, rules or practices.

The following sentences illustrate the use of the verb in the intended sense:– Our family observes the Jewish dietary laws.– You have to observe the rules or you’ll be penalized.– How do you observe Easter?– Please observe the illuminated signs.

Page 16: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

FrameNet

FrameNet records information about English words in the general vocabulary in terms of

1. the frames (e.g. Compliance) that they evoke, 2. the frame elements (semantic roles) that make up the

components of the frames (in Compliance, Norm is one such frame element), and

3. each word’s valence possibilities, the ways in which information about the frames is provided in the linguistic structures connected to them (with observe, Norm is typically the direct object).

theta

Page 17: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

NOMINAL RELATIONS

Page 18: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

CLASSIFICATION SCHEMES FOR NOMINAL RELATIONS

Page 19: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

ONE EXAMPLE (Barker et al1998, NASTASE & Spakowicz 2003)

Page 20: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

THE TWO-LEVEL TAXONOMY OF RELATIONS, 2

Page 21: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

THE SEMEVAL-2007 CLASSIFICATION OF RELATIONS

• Cause-Effect: laugh wrinkles • Instrument-Agency: laser printer • Product-Producer: honey bee • Origin-Entity: message from outer-space• Theme-Tool: news conference • Part-Whole: car door• Content-Container: the air in the jar

Page 22: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

THE MUC AND ACE TASKS

• Modern research in relation extraction, as well, was kicked-off by the Message Understanding Conference (MUC) campaigns and continued through the Automatic Content Extraction (ACE) and Machine Reading follow-ups

• MUC: NE, coreference, TEMPLATE FILLING• ACE: NE, coreference, relations

Page 23: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

TEMPLATE-FILLING

Page 24: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

EXAMPLE MUC: JOB POSTING

Page 25: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

THE ASSOCIATED TEMPLATE

Page 26: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

AUTOMATIC CONTENT EXTRACTION (ACE)

Page 27: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

ACE: THE DATA

Page 28: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

ACE: THE TASKS

Page 29: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

RELATION DETECTION AND RECOGNITION

Page 30: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

ACE: RELATION TYPES

Page 31: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

OTHER PRACTICAL VERSIONS OF RELATION EXTRACTION

• Biomedical domain (BIONLP, BioCreative)• Chemistry• Cultural Heritage

Page 32: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

THE TASK OF SEMANTIC RELATION EXTRACTION

Page 33: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

SEMANTIC RELATION EXTRACTION: THE CHALLENGES

Page 34: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

HISTORY OF RELATION EXTRACTION

• Before 1993: Symbolic methods (using knowledge bases)

• Since then: statistical / heuristic based methods– From 1995 to around 2005: mostly SUPERVISED– More recently: also quite a lot of UNSUPERVISED /

SEMI SUPERVISED techniques

Page 35: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

MORE COMPLEX SEMANTICS

• Modalities• Temporal interpretation

Page 36: INTRODUCTION TO ARTIFICIAL INTELLIGENCE Massimo Poesio Relation Extraction

ACKNOWLEDGMENTS

• Many slides borrowed from – Roxana Girju – Alberto Lavelli