text classification 1
play

Text Classification 1 Prof. Sameer Singh CS 295: STATISTICAL NLP - PowerPoint PPT Presentation

Text Classification 1 Prof. Sameer Singh CS 295: STATISTICAL NLP WINTER 2017 January 12, 2017 Based on slides from Nathan Schneider, Noah Smith, Dan Klein and everyone else they copied from. Text Classification 1 Introduction to Text


  1. Text Classification 1 Prof. Sameer Singh CS 295: STATISTICAL NLP WINTER 2017 January 12, 2017 Based on slides from Nathan Schneider, Noah Smith, Dan Klein and everyone else they copied from.

  2. Text Classification 1 Introduction to Text Classification Naive Bayes Classification Course Projects CS 295: STATISTICAL NLP (WINTER 2017) 2

  3. Text Classification Introduction to Text Classification Naive Bayes Classification Course Projects CS 295: STATISTICAL NLP (WINTER 2017) 3

  4. Sentiment Analysis Filled with horrific dialogue, laughable characters, a laughable plot, ad really no interesting stakes during this film, "Star Wars Episode I: The Phantom Menace" is not at all what I wanted from a film that is supposed to be the huge opening to the segue into the fantastic Original Trilogy. The positives include the score, the sound … CS 295: STATISTICAL NLP (WINTER 2017) 4

  5. Other Examples Reviews of films, restaurants, products: positive vs. negative • Amazon reviews data, IMDB reviews data • Library-like subjects (e.g., the Dewey decimal system) • News stories: politics vs. sports vs. business vs. technology ... • 20 newsgroup data • Author attributes: identity, political stance, gender, age, ... • Email: spam vs. not • Gmail: important, promotion, updates, social media, … • What is the reading level of a piece of text? • Automatic graders? • How influential will a scientific paper be? • Advertisement recommendations … • Will a piece of proposed legislation pass? • Identify the presidential candidate from speeches • Post recommendations / Fake news detection • Can majorly influence the world! • CS 295: STATISTICAL NLP (WINTER 2017) 5

  6. Formal Setup Classification Supervised Learning Training Algorithm CS 295: STATISTICAL NLP (WINTER 2017) 6

  7. Evaluation: Contingency Table CS 295: STATISTICAL NLP (WINTER 2017) 7

  8. Accuracy Problem Class imbalance hurts.. • Getting one class right matters more than the other (retrieval) • CS 295: STATISTICAL NLP (WINTER 2017) 8

  9. Precision and Recall CS 295: STATISTICAL NLP (WINTER 2017) 9

  10. >2 Classes? Macro-averaged Measures Micro-averaged Measures CS 295: STATISTICAL NLP (WINTER 2017) 10

  11. McNemar’s Test, Psychometrika, (1947) More tests in Smith book, appendix B Statistical Significance CS 295: STATISTICAL NLP (WINTER 2017) 11

  12. Text Classification Introduction to Text Classification Naive Bayes Classification Course Projects CS 295: STATISTICAL NLP (WINTER 2017) 12

  13. Classification using Joint Prob CS 295: STATISTICAL NLP (WINTER 2017) 13

  14. Naïve Bayes Classifier Two assumptions Word ordering does not matter ( Bag of Words ) • CS 295: STATISTICAL NLP (WINTER 2017) 14

  15. Naïve Bayes Classifier Two assumptions Word ordering does not matter ( Bag of Words ) • Words are independent given category • CS 295: STATISTICAL NLP (WINTER 2017) 15

  16. Estimation of Parameters CS 295: STATISTICAL NLP (WINTER 2017) 16

  17. Problem with Naïve Bayes CS 295: STATISTICAL NLP (WINTER 2017) 17

  18. Linear Models CS 295: STATISTICAL NLP (WINTER 2017) 18

  19. Naïve Bayes as a Linear Model CS 295: STATISTICAL NLP (WINTER 2017) 19

  20. Text Classification Introduction to Text Classification Naive Bayes Classification Course Projects CS 295: STATISTICAL NLP (WINTER 2017) 20

  21. Group Projects Groups for the Project Ideal team size is 3 • Absolute maximum of 4 • <3 if I approve (ongoing work) • Submit Four Reports First two reports are very short (1 page) • Final report matters the most • Output is any phrase or sentence, definitely! • Input is any phrase or sentence • How do I know Output is a sequence or structure (yes!) • it’s NLP? Classification: only if over words or phrases • Output is linguistic classes/structures (yes!) • CS 295: STATISTICAL NLP (WINTER 2017) 21

  22. Scope of Work New Task/Data • Novelty New Method/Models • New Application of Existing Method to Existing Task • You do not have much time! • Aim to have the whole pipeline done soon • But not Keep the “scale” of the data small, sub-sample if needed • too much! Better to have a complete finished report • than grand ideas that did not work • You do not have to code everything • Reuse • Exploit existing code, datasets, libraries, web services Do not reinvent all the wheels! • CS 295: STATISTICAL NLP (WINTER 2017) 22

  23. Example 1: What’s the word.. lexiphanic What’s the word for someone using pretentious words? definition of a word Machine Learning the word itself from the dictionary (LSTM) This can be a cool Twitter bot! Accuracy of guessing the word, using • Evaluation definitions from different dictionary? Baselines: Google, reversedictionary.org, … • CS 295: STATISTICAL NLP (WINTER 2017) 23

  24. Example 2: SQuAD How many siblings did Tesla have? Tesla was the fourth of five children. He four had an older brother named Dane and What was Tesla’s brother’s name? three sisters, Milka, Angelina and Marica. Dane Dane was killed in a horse-riding accident What happened to Dane? when Nikola was five. In 1861, Tesla attended the "Lower" or "Primary" School killed in a horse-riding accident in Smiljan where he studied German, arithmetic, and religion. In 1862, the Tesla family moved to Gospić, Austrian Empire, where Tesla's father worked as a pastor. Nikola completed "Lower" or "Primary" School, followed by the "Lower Real Gymnasium" or "Normal School." https://rajpurkar.github.io/SQuAD-explorer/ CS 295: STATISTICAL NLP (WINTER 2017) 24

  25. Datasets and Papers Search Kaggle, Quora, etc for large text datasets • See recent papers in NLP for released datasets • Data Look for “shared tasks”, “challenges”, workshops • Links to some existing datasets coming to website soon • NLP Conferences: ACL, EMNLP, NAACL • ML Conferences: NIPS, ICML, ICLR, AAAI • Papers Data focused venues: TREC/TAC, SemEval, CONLL • Workshops at these conferences: interesting directions • More papers coming soon to the website • CS 295: STATISTICAL NLP (WINTER 2017) 25

  26. Writing the Pitch Team name and members • • Single sentence description for each member Team (approximately) what they will do • Single sentence on what makes your team diverse • Motivation and Problem Description • Project Planned approach: tentative • Evaluation: usually, most important • If 1 or 2, meet me before/on January 17 (o.w. no need) • Appointment • Every group has to meet afterwards to discuss the project CS 295: STATISTICAL NLP (WINTER 2017) 26

  27. Upcoming… Homework 1 is up! • Next lectures will continue with more details • Homework Sign up for the Kaggle account (@uci.edu email) • Due: January 26, 2017 • Project pitch is due January 23, 2017! • Start assembling teams now! (use Piazza) Project • Start looking at papers, data, etc. for ideas • CS 295: STATISTICAL NLP (WINTER 2017) 27

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend