Information Extraction Lecture 5 – Named Entity Recognition III

Slides:



Advertisements
Similar presentations
Information Extraction David Kauchak cs160 Fall 2009 some content adapted from:
Advertisements

Information Extraction Lecture 7 – Linear Models (Basic Machine Learning) CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS.
Information Extraction Lecture 4 – Named Entity Recognition II CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS.
Aki Hecht Seminar in Databases (236826) January 2009
Induction of Decision Trees
The Semantic Web - Week 21 Building the SW: Information Extraction and Integration Module Website: Practical this.
An Introduction to Information Retrieval and Question Answering Jimmy Lin College of Information Studies University of Maryland Wednesday, December 8,
15-505: Lecture 11 Generative Models for Text Classification and Information Extraction Kamal Nigam Some slides from William Cohen, Andrew McCallum.
CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS
Artificial Intelligence Research Centre Program Systems Institute Russian Academy of Science Pereslavl-Zalessky Russia.
INFORMATION EXTRACTION David Kauchak cs457 Fall 2011 some content adapted from:
CS 478 – Introduction1 Introduction to Machine Learning CS 478 Professor Tony Martinez.
Information Extraction Lecture 5 – Named Entity Recognition III CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS.
Information Extraction Referatsthemen CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS.
Data Mining Joyeeta Dutta-Moscato July 10, Wherever we have large amounts of data, we have the need for building systems capable of learning information.
Basic Machine Learning: Linear Models Alexander Fraser CIS, LMU München WSD and MT.
CSE 5539: Web Information Extraction
Bootstrapping Information Extraction from Semi-Structured Web Pages Andy Carlson (Machine Learning Department, Carnegie Mellon) Charles Schafer (Google.
INFORMATION EXTRACTION David Kauchak cs159 Spring 2011 some content adapted from:
Some working definitions…. ‘Data Mining’ and ‘Knowledge Discovery in Databases’ (KDD) are used interchangeably Data mining = –the discovery of interesting,
Text Feature Extraction. Text Classification Text classification has many applications –Spam detection –Automated tagging of streams of news articles,
SOCIAL NETWORKS ANALYSIS SEMINAR INTRODUCTORY LECTURE #2 Danny Hendler and Yehonatan Cohen Advanced Topics in on-line Social Networks Analysis.
Presenter: Shanshan Lu 03/04/2010
Mining Topic-Specific Concepts and Definitions on the Web Bing Liu, etc KDD03 CS591CXZ CS591CXZ Web mining: Lexical relationship mining.
Machine Learning for Information Extraction: An Overview Kamal Nigam Google Pittsburgh With input, slides and suggestions from William Cohen, Andrew McCallum.
A Scalable Machine Learning Approach for Semi-Structured Named Entity Recognition Utku Irmak(Yahoo! Labs) Reiner Kraft(Yahoo! Inc.) WWW 2010(Information.
IE with Dictionaries Cohen & Sarawagi. Announcements Current statistics: –days with unscheduled student talks: 2 –students with unscheduled student talks:
Data Mining: Knowledge Discovery in Databases Peter van der Putten ALP Group, LIACS Pre-University College LAPP-Top Computer Science February 2005.
Information Extraction Lecture 4 – Named Entity Recognition II CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS.
 2008 Pearson Education, Inc. All rights reserved JavaScript: Introduction to Scripting.
Semi-automatic Product Attribute Extraction from Store Website
Information Extraction Lecture 3 – Rule-based Named Entity Recognition Dr. Alexander Fraser, U. Munich September 3rd, 2014 ISSALE: University of Colombo.
CSE573 Autumn /11/98 Machine Learning Administrative –Finish this topic –The rest of the time is yours –Final exam Tuesday, Mar. 17, 2:30-4:20.
Trends in NL Analysis Jim Critz University of New York in Prague EurOpen.CZ 12 December 2008.
Data mining in web applications
Information Retrieval in Practice
Einat Minkov University of Haifa, Israel CL course, U
CIS, LMU München Winter Semester Dr. Alexander Fraser, CIS
Who am I? Work in Probabilistic Machine Learning Like to teach 
Machine Learning for Computer Security
Information Extraction Review of Übung 2
Search Engine Architecture
Information Extraction Lecture 3 – Rule-based Named Entity Recognition
Classification Algorithms
School of Computer Science & Engineering
Prepared by: Mahmoud Rafeek Al-Farra

CRF &SVM in Medication Extraction
Mining Time-Changing Data Streams
Information Extraction Lecture 4 – Named Entity Recognition II
Prof. Dr. Alexander Fraser, CIS
WELCOME TO AP COMPUTER SCIENCE PRINCIPLES!
Mining the Data Charu C. Aggarwal, ChengXiang Zhai
Data Mining: Concepts and Techniques Course Outline
Vincent Granville, Ph.D. Co-Founder, DSC
Social Knowledge Mining
Prof. Dr. Alexander Fraser, CIS
Machine Learning: Lecture 3
IE by Candidate Classification: Califf & Mooney
Automatic Detection of Causal Relations for Question Answering
Text Mining & Natural Language Processing
Artificial Intelligence 9. Perceptron
Applying principles of computer science in a biological context
A task of induction to find patterns
Introduction to Sentiment Analysis
Text Analytics Solutions with Azure Machine Learning
Information Retrieval
A task of induction to find patterns
NAÏVE BAYES CLASSIFICATION
Presentation transcript:

Information Extraction Lecture 5 – Named Entity Recognition III CIS, LMU München Winter Semester 2016-2017 Dr. Alexander Fraser, CIS

Administravia Seminar There is now a LaTeX template for the Hausarbeit on the Seminar web page Please don't forget to send me your presentation (as a PDF) after giving it And, as you know, the Hausarbeit is due 3 weeks after your presentation!

Outline IE end-to-end Introduction: named entity detection as a classification problem

CMU Seminars task Given an email about a seminar Annotate Speaker Start time End time Location

CMU Seminars - Example <0.24.4.93.20.59.10.jgc+@NL.CS.CMU.EDU (Jaime Carbonell).0> Type: cmu.cs.proj.mt Topic: <speaker>Nagao</speaker> Talk Dates: 26-Apr-93 Time: <stime>10:00</stime> - <etime>11:00 AM</etime> PostedBy: jgc+ on 24-Apr-93 at 20:59 from NL.CS.CMU.EDU (Jaime Carbonell) Abstract: <paragraph><sentence>This Monday, 4/26, <speaker>Prof. Makoto Nagao</speaker> will give a seminar in the <location>CMT red conference room</location> <stime>10</stime>-<etime>11am</etime> on recent MT research results</sentence>.</paragraph>

IE Template Slot Name Value Speaker Prof. Makoto Nagao Start time 1993-04-26 10:00 End time 1993-04-26 11:00 Location CMT red conference room Message Identifier (Filename) 0.24.4.93.20.59.10.jgc+@NL.CS.CMU.EDU (Jaime Carbonell).0 Template contains *canonical* version of information There are several "mentions" of speaker, start time and end-time (see previous slide) Only one value for each slot Location could probably also be canonicalized Important: also keep link back to original text

How many database entries? In the CMU seminars task, one message generally results in one database entry Or no database entry if you process an email that is not about a seminar In other IE tasks, can get multiple database entries from a single document or web page A page of concert listings -> database entries Entries in timeline -> database entries

Summary IR: end-user IE: analyst (you) Start with information need Gets relevant documents, hopefully information need is solved Important difference: Traditional IR vs. Web R IE: analyst (you) Start with template design and corpus Get database of filled out templates Followed by subsequent processing (e.g., data mining, or user browsing, etc.)

IE: what we've seen so far So far we have looked at: Source issues (selection, tokenization, etc) Extracting regular entities Rule-based extraction of named entities Learning rules for rule-based extraction of named entities We also jumped ahead and looked briefly at end-to-end IE for the CMU Seminars task

Information Extraction and beyond Information Extraction (IE) is the process of extracting structured information from unstructured machine-readable documents Ontological Information Extraction Fact Extraction Instance Extraction Named Entity Recognition ✓ Elvis Presley singer Angela Merkel politician ✓ Tokenization& Normalization ...married Elvis on 1967-05-01 Source Selection 05/01/67  1967-05-01 ?

Where we are going We will stay with the named entity recognition (NER) topic for a while How to formulate this as a machine learning problem (later in these slides) Next time: brief introduction to machine learning

Named Entity Recognition Named Entity Recognition (NER) is the process of finding entities (people, cities, organizations, dates, ...) in a text. Elvis Presley was born in 1935 in East Tupelo, Mississippi.

Extracting Named Entities Person: Mr. Hubert J. Smith, Adm. McInnes, Grace Chan Title: Chairman, Vice President of Technology, Secretary of State Country: USSR, France, Haiti, Haitian Republic City: New York, Rome, Paris, Birmingham, Seneca Falls Province: Kansas, Yorkshire, Uttar Pradesh Business: GTE Corporation, FreeMarkets Inc., Acme University: Bryn Mawr College, University of Iowa Organization: Red Cross, Boys and Girls Club Slide from J. Lin

More Named Entities Currency: 400 yen, $100, DM 450,000 Linear: 10 feet, 100 miles, 15 centimeters Area: a square foot, 15 acres Volume: 6 cubic feet, 100 gallons Weight: 10 pounds, half a ton, 100 kilos Duration: 10 day, five minutes, 3 years, a millennium Frequency: daily, biannually, 5 times, 3 times a day Speed: 6 miles per hour, 15 feet per second, 5 kph Age: 3 weeks old, 10-year-old, 50 years of age Slide from J. Lin

Information extraction approaches For years, Microsoft Corporation CEO Bill Gates was against open source. But today he appears to have changed his mind. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… Name Title Organization Bill Gates CEO Microsoft Bill Veghte VP Microsoft Richard Stallman Founder Free Soft.. Slide from Kauchak

IE Posed as a Machine Learning Task 4/21/2018 IE Posed as a Machine Learning Task Training data: documents marked up with ground truth Extract features around words/information Pose as a classification problem … 00 : pm Place : Wean Hall Rm 5409 Speaker : Sebastian Thrun … prefix contents suffix Slide from Kauchak

Sliding Windows Information Extraction: Tuesday 10:00 am, Rm 407b For each position, ask: Is the current window a named entity? Window size = 1 Slide from Suchanek

Sliding Windows Information Extraction: Tuesday 10:00 am, Rm 407b For each position, ask: Is the current window a named entity? Window size = 2 Slide from Suchanek

Features Information Extraction: Tuesday 10:00 am, Rm 407b Prefix window Content window Postfix window Choose certain features (properties) of windows that could be important: window contains colon, comma, or digits window contains week day, or certain other words window starts with lowercase letter window contains only lowercase letters ... Slide from Suchanek

Feature Vectors Information Extraction: Tuesday 10:00 am, Rm 407b Prefix window Content window Postfix window Prefix colon 1 Prefix comma 0 ... … Content colon 1 Content comma 0 Postfix colon 0 Postfix comma 1 The feature vector represents the presence or absence of features of one content window (and its prefix window and postfix window) Feature Vector Features Slide from Suchanek

Sliding Windows Corpus Now, we need a corpus (set of documents) in which the entities of interest have been manually labeled. location time NLP class: Wednesday, 7:30am and Thursday all day, rm 667 From this corpus, compute the feature vectors with labels: 1 1 1 1 1 ... ... ... ... Nothing Nothing Time Nothing Location Slide from Suchanek

Machine Learning Information Extraction: Tuesday 10:00 am, Rm 407b Use the labeled feature vectors as training data for Machine Learning 1 1 1 Result classify Time Machine Learning Nothing Time Slide from Suchanek

Sliding Windows Exercise What features would you use to recognize person names? Elvis Presley married Ms. Priscilla at the Aladin Hotel. UpperCase hasDigit … 1 1 1 ... Slide from Suchanek

Good Features for Information Extraction 4/21/2018 Good Features for Information Extraction contains-question-mark contains-question-word ends-with-question-mark first-alpha-is-capitalized indented indented-1-to-4 indented-5-to-10 more-than-one-third-space only-punctuation prev-is-blank prev-begins-with-ordinal shorter-than-30 begins-with-number begins-with-ordinal begins-with-punctuation begins-with-question-word begins-with-subject blank contains-alphanum contains-bracketed-number contains-http contains-non-space contains-number contains-pipe Example word features: identity of word is in all caps ends in “-ski” is part of a noun phrase is in a list of city names is under node X in WordNet or Cyc is in bold font is in hyperlink anchor features of past & future last person name was female next two words are “and Associates” Slide from Kauchak

Good Features for Information Extraction 4/21/2018 Good Features for Information Extraction Is Capitalized Is Mixed Caps Is All Caps Initial Cap Contains Digit All lowercase Is Initial Punctuation Period Comma Apostrophe Dash Preceded by HTML tag Character n-gram classifier says string is a person name (80% accurate) In stopword list (the, of, their, etc) In honorific list (Mr, Mrs, Dr, Sen, etc) In person suffix list (Jr, Sr, PhD, etc) In name particle list (de, la, van, der, etc) In Census lastname list; segmented by P(name) In Census firstname list; segmented by P(name) In locations lists (states, cities, countries) In company name list (“J. C. Penny”) In list of company suffixes (Inc, & Associates, Foundation) Word Features lists of job titles, Lists of prefixes Lists of suffixes 350 informative phrases HTML/Formatting Features {begin, end, in} x {<b>, <i>, <a>, <hN>} x {lengths 1, 2, 3, 4, or longer} {begin, end} of line Slide from Kauchak

NER Classification in more detail In the previous slides, we covered a basic idea of how NER classification works In the next slides, I will go into more detail I will compare sliding window with boundary detection Machine learning itself will be presented in more detail in the next lecture

How can we pose this as a classification (or learning) problem? … 00 : pm Place : Wean Hall Rm 5409 Speaker : Sebastian Thrun … prefix contents suffix Data Label classifier 1 train a predictive model 1 Slide from Kauchak

Lots of possible techniques 4/21/2018 Lots of possible techniques Classify Candidates Sliding Window Abraham Lincoln was born in Kentucky. Classifier which class? Try alternate window sizes: Boundary Models Abraham Lincoln was born in Kentucky. Classifier which class? BEGIN END Abraham Lincoln was born in Kentucky. Classifier which class? Finite State Machines Abraham Lincoln was born in Kentucky. Most likely state sequence? Wrapper Induction <b><i>Abraham Lincoln</i></b> was born in Kentucky. Learn and apply pattern for a website <b> <i> PersonName Any of these models can be used to capture words, formatting or both. Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window … 00 : pm Place : Wean Hall Rm 5409 Speaker : Sebastian Thrun … w t-m w t-1 w t w t+n w t+n+1 w t+n+m prefix contents suffix Standard supervised learning setting Positive instances? Negative instances? Slide from Kauchak

Information Extraction by Sliding Window 4/21/2018 Information Extraction by Sliding Window … 00 : pm Place : Wean Hall Rm 5409 Speaker : Sebastian Thrun … w t-m w t-1 w t w t+n w t+n+1 w t+n+m prefix contents suffix Standard supervised learning setting Positive instances: Windows with real label Negative instances: All other windows Features based on candidate, prefix and suffix Slide from Kauchak

IE by Boundary Detection 4/21/2018 IE by Boundary Detection GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

IE by Boundary Detection 4/21/2018 IE by Boundary Detection GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

IE by Boundary Detection 4/21/2018 IE by Boundary Detection GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

IE by Boundary Detection 4/21/2018 IE by Boundary Detection GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

IE by Boundary Detection 4/21/2018 IE by Boundary Detection GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement Slide from Kauchak

IE by Boundary Detection Input: Linear Sequence of Tokens Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM How can we pose this as a machine learning problem? Data Label classifier 1 train a predictive model 1 Slide from Kauchak

IE by Boundary Detection Input: Linear Sequence of Tokens Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM Method: Identify start and end Token Boundaries Start / End of Content Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM … Unimportant Boundaries Output: Tokens Between Identified Start / End Boundaries Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM Slide from Kauchak

Learning: IE as Classification Learn TWO binary classifiers, one for the beginning and one for the end Begin Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM POSITIVE (1) End Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM ALL OTHERS NEGATIVE (0) 1 if i begins a field 0 otherwise Begin(i)= Slide from Kauchak

One approach: Boundary Detectors A “Boundary Detectors” is a pair of token sequences ‹p,s› A detector matches a boundary if p matches text before boundary and s matches text after boundary Detectors can contain wildcards, e.g. “capitalized word”, “number”, etc. <Date: , [CapitalizedWord]> Date: Thursday, October 25 Would this boundary detector match anywhere? Slide from Kauchak

One approach: Boundary Detectors A “Boundary Detectors” is a pair of token sequences ‹p,s› A detector matches a boundary if p matches text before boundary and s matches text after boundary Detectors can contain wildcards, e.g. “capitalized word”, “number”, etc. <Date: , [CapitalizedWord]> Date: Thursday, October 25 Slide from Kauchak

Combining Detectors Prefix Suffix match(es)? <a href=" http empty "> Begin boundary detector: End boundary detector: text<b><a href=“http://www.cs.pomona.edu”> match(es)? Slide from Kauchak

Combining Detectors Prefix Suffix <a href=" http empty "> Begin boundary detector: End boundary detector: text<b><a href=“http://www.cs.pomona.edu”> Begin End Slide from Kauchak

Learning: IE as Classification Learn TWO binary classifiers, one for the beginning and one for the end Begin Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM POSITIVE (1) End Date : Thursday , October 25 Time : 4 : 15 - 5 : 30 PM ALL OTHERS NEGATIVE (0) Say we learn Begin and End, will this be enough? Any improvements? Any ambiguities? Slide from Kauchak

Some concerns … Begin Begin End Begin Begin End End Begin End Slide from Kauchak

Learning to detect boundaries 4/21/2018 Learning to detect boundaries Learn three probabilistic classifiers: Begin(i) = probability position i starts a field End(j) = probability position j ends a field Len(k) = probability an extracted field has length k Score a possible extraction (i,j) by Begin(i) * End(j) * Len(j-i) Len(k) is estimated from a histogram data Begin(i) and End(j) may combine multiple boundary detectors! Slide from Kauchak

Problems with Sliding Windows and Boundary Finders 4/21/2018 Problems with Sliding Windows and Boundary Finders Decisions in neighboring parts of the input are made independently from each other. Sliding Window may predict a “seminar end time” before the “seminar start time”. It is possible for two overlapping windows to both be above threshold. In a Boundary-Finding system, left boundaries are laid down independently from right boundaries Slide from Kauchak

Slide sources A number of slides were taken from a wide variety of sources (see the attribution at the bottom right of each slide) I'd particularly like to mention Dave Kauchak of Pomona College

Next time: machine learning We will take a break from NER and look at classification in general We will first focus on learning decision trees from training data Powerful mechanism for encoding general decisions Example on next slide

“Should I play tennis today?” Decision Trees “Should I play tennis today?” Outlook Humidity Wind No Yes Sunny Rain Overcast High Low Strong Weak A decision tree can be expressed as a disjunction of conjunctions (Outlook = sunny) (Humidity = normal)  (Outlook = overcast)  (Wind=Weak) Slide from Mitchell/Ponce

Thank you for your attention!