Presentation is loading. Please wait.

Presentation is loading. Please wait.

Using WordNet Predicates for Multilingual Named Entity Recognition Matteo Negri and Bernardo Magnini ITC-irst Centro per la Ricerca Scientifica e Tecnologica,

Similar presentations


Presentation on theme: "Using WordNet Predicates for Multilingual Named Entity Recognition Matteo Negri and Bernardo Magnini ITC-irst Centro per la Ricerca Scientifica e Tecnologica,"— Presentation transcript:

1 Using WordNet Predicates for Multilingual Named Entity Recognition Matteo Negri and Bernardo Magnini ITC-irst Centro per la Ricerca Scientifica e Tecnologica, Trento - Italy [negri,magnini]@itc.it GWC’04 - Brno (Czech Republic), January 23 2004

2 January 23, 2004GWC'04 - Brno (Czech Republic)2 Outline Named Entity Recognition (NER) Rule-based approach using WordNet information –WordNet Predicates (language independent) –Internal evidence: Word_Instances –External evidence: Word_Classes System architecture Experiments and results on English and Italian Future work

3 January 23, 2004GWC'04 - Brno (Czech Republic)3 Named Entity Recognition (NER) Given a written text, identify and categorize: –Entity names (e.g. persons, organizations, location names) –Temporal expressions (e.g. dates and time) –Numerical expressions (e.g. monetary values and percentages) NER is crucial for Information Extraction, Question Answering and Information Retrieval –Up to 10% of a newswire text may consist of proper names, dates, times, etc.

4 January 23, 2004GWC'04 - Brno (Czech Republic)4 Q1848: What was the name of the plane that dropped the Atomic Bomb on Hiroshima? PERSON DATE LOCATION OTHER Tibbets piloted the Boeing B-29 Superfortress Enola Gay, which dropped the atomic bomb on Hiroshima on Aug. 6, 1945, causing an estimated 66,000 to 240,000 deaths. He named the plane after his mother, Enola Gay Tibbets. NER for Question Answering

5 January 23, 2004GWC'04 - Brno (Czech Republic)5 Named Entity Hierarchy ENTITY NAMEX PERSON LOCATION ORGANIZATION TIMEX DATE TIME DURATION OTHER MONEY CARDINAL MEASURE PERCENT

6 January 23, 2004GWC'04 - Brno (Czech Republic)6 Motivations 1.Experiment how far can we go with NER using WordNet as the main source of semantic knowledge for one language 2.Isolate language-independent relevant knowledge for the NER task 3.Experiment a multilingual approach taking advantage of aligned wordnets (e.g. English/Italian)

7 January 23, 2004GWC'04 - Brno (Czech Republic)7 Knowledge-Based NER Combination of a wide range of knowledge sources –lexical, syntactic, and semantic features of the input text –world knowledge (e.g. gazetteers) –discourse level information (e.g. co-reference resolution)

8 January 23, 2004GWC'04 - Brno (Czech Republic)8 Rule-Based approach 1 2 3 4 Rome is the capital of Italy PATTERNt1 t2 t3 t4 t1 t2 t3 t4 [pos = NP] [ort = Cap] [lemma = be] [pos = DT] [sense = (location-p t4 English)] OUTPUT t1 Rome is the capital of Italy

9 January 23, 2004GWC'04 - Brno (Czech Republic)9 WordNet Predicates (1) (WN-preds) WN-preds are defined over a set of WordNet synsets which express a certain concept Mandate#2 location-p Geological_formation#1 Body_of_water#1 Solid_ground#1 Road#1 Location#1 person-p measure-p lake#1 …

10 January 23, 2004GWC'04 - Brno (Czech Republic)10 WordNet Predicates (2) Input –A word w and a language L Output –A boolean value (TRUE or FALSE) –TRUE if there exist at least one sense of w which is subsumed by at least one of the synsets defining the predicate location-p [, ] TRUE because there exists a sense of “lake”(lake#1) which is subsumed by one of the synset that define the predicate (i.e. body_of_water#1)

11 January 23, 2004GWC'04 - Brno (Czech Republic)11 WordNet Predicates (3) WN-preds have been created for the following NE categories: –PERSON : person-name-p ( person#1, spiritual-being#1 ) person-class-p ( person#1, spiritual-being#1 ) first-name-p ( person#1, spiritual-being#1 ) person-product-p ( artifact#1 ) –LOCATION : location-name-p ( location#1, road#1, mandate#1, body_of_water#1, solid_ground#1, geological_formation#1 ) location-class-p ( location#1, road#1, mandate#1, body_of_water#1, solid_ground#1, geological_formation#1 ) movement-verb-p ( locomote#1 ) –ORGANIZATION : org-name-p ( organization#1 ) org-class-p ( organization#1 ) org-representative-p ( trainer#1, top_dog, spokesperson#1 ) –MEASURE : measure-unit-p ( measure#1, number-p ( digit#1, large_integer#1, common_fraction#1 ) –MONEY : money-p (monetary_unit#1, coin#1 ) –DATE : date-p (time_period#1)

12 January 23, 2004GWC'04 - Brno (Czech Republic)12 WordNet Predicates (4) The definition of a wordnet-predicate is language- independent. In case of aligned wordnet w-preds can be easily parametrized with respect to a certain language without changing the predicate definition –E.g. (Location-p lake English) (Location-p lago Italian)

13 January 23, 2004GWC'04 - Brno (Czech Republic)13 Knowledge-Based NER Two kinds of information are usually distinguished in Named Entity Recognition(McDonald, 1996): –Internal Evidences : provided by the candidate string itself (e.g. Rome) –Drawbacks: Dimension of reliable gazetteers Maintenance (gazetteers are never “exhaustive”) Overlap among the lists (“Washington”: person or location?) –Limited availability for languages other than English –External Evidence: provided by the context into which the string appears (e.g. capital)

14 January 23, 2004GWC'04 - Brno (Czech Republic)14 Mining Evidence from WordNet Both IE and EE can be mined from WordNet –Low coverage of Internal evidences (e.g. person names) –High coverage of trigger words Approach: distinguishing between Word_Instances (e.g. “Nile#1”) and Word_Classes (e.g. “river#1”) Problem: in WordNet such a distinction is not explicit!

15 January 23, 2004GWC'04 - Brno (Czech Republic)15 Word Classes and Word Instances I In WordNet, the hyponyms of the synset “person#1” are a mixture of concepts (e.g. “astronomer”, “physicist”, etc.) and individuals (e.g. “Galileo Galilei”, “Kepler”, etc.) person intellectual scientist physicist astronomer Galileo_Galilei... Kepler... Italian... …

16 January 23, 2004GWC'04 - Brno (Czech Republic)16 Word Classes and Word Instances (1) - NOTE: in WordNet, the hyponyms of the synset “person#1” are a mixture of concepts (e.g. “astronomer”, “physicist”, etc.) and individuals (e.g. “Galileo Galilei”, “Kepler”, etc.) person intellectual scientist physicist astronomer Galileo_Galilei... Kepler... Italian... EE (Word_Classes ) IE (Word_Instances)

17 January 23, 2004GWC'04 - Brno (Czech Republic)17 Word Classes and Word Instances (2) Semi-automatic procedure to distinguish Word_Instances and Word_Classes in WordNet 3 steps: –1) collect all the hyponyms of several high-level synsets (e.g. “person#1”, “social_group#1”, “location#1”, “measure#1”, etc.) –2) separate capitalized words from lower case words: capitalized words Word_Instances lower case words Word_Classes –3) manual filter is necessary: “Italian” is not an Instance!

18 January 23, 2004GWC'04 - Brno (Czech Republic)18 Distribution of Word Classes and Word Instances in MultiWordNet #ENG Classes#ENG Instances#ITA Classes#ITA Instances PERSON 677512025982348 LOCATION 15912173979950 ORGANIZ. 1405498890297 TOTAL 9771387378511595

19 January 23, 2004GWC'04 - Brno (Czech Republic)19 System Architecture (NERD) 1.Preprocessing –tokenization –POS tagging –multiwords recognition 2.Basic rules application –  400 language-specific basic rules, both for English and Italian, are applied to find and tag all the possible NEs present in the input text 3.Composition rules application –higher level language-independent rules for handling ambiguities between possible multiple tags and for co-reference resolution

20 January 23, 2004GWC'04 - Brno (Czech Republic)20 Basic Rules I English basic rule for capturing IE –Example: “Galileo invented the telescope” PATTERNt1 [sense = (person-name-p t1 English)] OUTPUT t1 –NOTE: the WN-pred person-name-p is satisfied by any of the 1202 English Instances of the category PERSON

21 January 23, 2004GWC'04 - Brno (Czech Republic)21 Basic Rules II Italian basic rule for capturing IE –Example: “il telescopio fu inventato da Galileo” PATTERNt1 [sense = (person-name-p t1 Italian)] OUTPUT t1 –NOTE: here, the WN-pred person-name-p is satisfied by any of the 1550 Instances (1202 for English + 348 for Italian) of the category PERSON

22 January 23, 2004GWC'04 - Brno (Czech Republic)22 Basic Rules III Basic rule for capturing EE (via trigger words) –Example: “Roma è la capitale italiana” PATTERNt1 t2 t3 t4 t1 t2 t3 t4 [pos = “NP”] [ort = Cap] [lemma = “essere”] [pos = “DT”] [sense = (location-p t4 Italian)] OUTPUT t1 –NOTE: the WN-pred location-p is satisfied by any of the 979 Italian Classes of the category LOCATION

23 January 23, 2004GWC'04 - Brno (Czech Republic)23 Basic Rules IV Basic rule for capturing EE (via sentence structure) –Example: “Bowman, who was appointed by Reagan … PATTERNt1 t2 t3 t1 t2 t3 [pos = “NP”] [ort = Cap] [lemma = “,”] [lemma = “who”] OUTPUT t1 –NOTE: External Evidence can be captured from the context also in absence of particular word senses

24 January 23, 2004GWC'04 - Brno (Czech Republic)24 Composition Rules Input: tagged text with all the possible Named Entities Out: a tagged text, where: –overlaps and inclusions between tags are removed –co-references are resolved

25 January 23, 2004GWC'04 - Brno (Czech Republic)25 Composition Rules II Composition rule for handling tag inclusions –Example: “... 200 miles from New York...” B = CARDINAL A = MEASURE PATTERNNE1 NE2 NE1 NE2 [start = n] [end = m] [TAG = A ] [start = o (n≤o<m)][end = p (o<p ≤m)] [TAG = B  A ] OUTPUT NE1[start = n] [end = m] [TAG = A ]

26 January 23, 2004GWC'04 - Brno (Czech Republic)26 Composition Rules III Composition rule for co-reference resolution –Example: “…with Judge Pasco Bowman. Bowman was...”   PATTERNNE1 NE* NE2 NE1 NE2 [entity =  ] [TAG = A ] [entity =  substring of  ] [TAG = “ NAMEX ”] OUTPUT NE2 [entity =  ] [TAG = A ]

27 January 23, 2004GWC'04 - Brno (Czech Republic)27 Experiment DARPA/NIST HUB4 competition test corpora and scoring software Categories: PERSON,LOCATION,ORGANIZATION Reference tagged corpora –English: 365 Kb of newswire texts –Italian: 77 Kb of transcripts from two Italian broadcast news shows (~7000 words, 322 NEs) F-measure, Precision and Recall computed comparing reference corpora with automatically tagged ones –type, content, and extension of each NE are considered

28 January 23, 2004GWC'04 - Brno (Czech Republic)28 Results RecallPrecisionF-Measure ITAENGITAENGITAENG PERSON 91.4887.2985.0888.3888.1687.83 LOCATION 97.2792.1680.4581.1788.0786.32 ORGANIZATION 83.8882.7172.7083.0277.8982.87 All categories 91.3287.2874.7582.9982.2184.12

29 January 23, 2004GWC'04 - Brno (Czech Republic)29 Conclusion and Future Work We presented a NE recognition system based on information represented in Wordnet Language independent predicates for NE have been defined Results on two languages show that the approach performs as state of art rule based systems The system has been successfully integrated in a QA system Future work: –move to WN 2.0 –integrate gazetteers –use Sumo concepts


Download ppt "Using WordNet Predicates for Multilingual Named Entity Recognition Matteo Negri and Bernardo Magnini ITC-irst Centro per la Ricerca Scientifica e Tecnologica,"

Similar presentations


Ads by Google