CS388: Natural Language Processing Coreference Resolu8on. Greg Durrett

Size: px
Start display at page:

Download "CS388: Natural Language Processing Coreference Resolu8on. Greg Durrett"

Transcription

1 CS388: Natural Language Processing Coreference Resolu8on Greg Durrett

2 Road Map Text Text Analysis Annota/ons Applica/ons POS tagging Summarize Syntac8c parsing Extract informa8on NER Answer ques8ons Coreference resolu8on Iden8fy sen8ment Analysis: syntax, seman8cs, discourse, pragma8cs Translate Coreference: discourse + pragma8cs

3 Discourse Analysis President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said it would greatly increase service opportuni8es for the American people.

4 Discourse Analysis President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said it would greatly increase service opportuni8es for the American people. slide credit: Aria Haghighi

5 Discourse Analysis Discourse (rhetorical, temporal structure) Events En((es Text slide credit: Aria Haghighi

6 En88es President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said it would greatly increase service opportuni8es for the American people. En88es are real-world things that can be resolved to an entry in a knowledge base (Wikipedia), can repeatedly reference them in a text Cluster 1: en.wikipedia.org/wiki/barack_obama Cluster 2: /wiki/edward_m.kennedy_serve_america_act Cluster 3: /wiki/united_states_congress

7 Coreference Resolu8on Input: text with men8ons President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said it would greatly increase service opportuni8es for the American people. Output: a clustering of those men8ons President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said it would greatly increase service opportuni8es for the American people.

8 Coreference Resolu8on Input: text with men8ons President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said it would greatly increase service opportuni8es for the American people. Alterna8vely: answer who is my antecedent? for each anaphor coreferent President the Serve Congress s He Barack Obama America Act Possible Anaphor Antecedent antecedents

9 Outline Linguis8c phenomena in coreference Building coreference models Incorpora8ng world knowledge

10 Phenomena in Coreference

11 Pragma8cs 101 President Barack Obama received the Serve America Act aper Congress s vote. President Barack Obama signed the Serve America Act last Thursday. President Barack Obama said President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said When we speak/write, we have an idea of what s clear to the listener, and communicate more efficiently as a result

12 Pragma8cs 101 Proper Name Nominal Pronoun President Barack Obama the president he Specificity Salience required President Barack Obama received the Serve America Act aper Congress s vote. He signed the bill last Thursday. The president said Proper, nominal, and pronominal men8ons all resolve differently

13 Proper Men8ons Introduce new en88es and give informa8on, iden8ty en88es unambiguously (mostly) President Barack Obama, 44th president of the United States, President Obama Obama When might there be ambiguity? Dell founded what would become his eponymous company in Dell was later taken private in a leveraged buyout. Main cues: lexical overlap, seman/c type agreement

14 Pronouns President Barack Obama received the Serve America Act aper Congress s vote. He President Obama met with Chancellor Merkel. He The policeman 8cketed the driver aper he no8ced a broken taillight he ran the stop sign This is the house where the bomb was built into the boat that carried it. Main cues: salience, number/gender agreement, event seman/cs/ commonsense knowledge

15 Nominal Men8ons President Obama The president Serve America Act The bill Basic lexical seman8cs/hypernymy NBC The network World knowledge Barack Obama and Angela Merkel The leaders Combines the two: Obama is a president, Merkel is a chancellor, the common type of those is leader Main cues: seman/c type agreement/world knowledge, salience

16 Phenomena Salience: distance features Seman8c compa8bility Gender: he vs. she Animacy: he/she vs. it Seman8c type: Michael Dell (person) vs. Dell (company) Hypernymy: an act is a bill Commonsense knowledge: a bomb can be carried, a boat cannot be World knowledge: Merkel is a leader Coreference is a challenging NLP problem! Several different subproblems, lots of sources of informa8on that we need to consider

17 Building Coreference Models

18 Rule-based Systems Filter possible antecedents based on syntac8c and seman8c informa8on, resolve to the closest one President the Serve Congress s He Barack Obama America Act inanimate inanimate Seman8c informa8on used: number and gender (automa8cally scraped), head word / string match, some world knowledge (NBC = network) Haghighi and Klein (2008)

19 En8ty-centric Ruled-based Systems FEMALE Michelle Obama promoted her fitness and nutri8on program on Thursday. FEMALE Obama gave a speech on the Let s Move! program, praising Sam Kass. He Coreference depends on iden8ty of Obama, which in turn depends on other coreference links Need to make decisions globally: en8ty-centric, sieve-based coreference, easy-first systems all rely on earlier decisions to do this Rahman and Ng (2009), Raghunathan et al. (2010), Lee et al. (2011)

20 Men8on-Ranking Systems a 1 a 2 a 3 a 4 New New New 3 New President the Serve Congress s He Barack Obama America Act document Log-linear model p(a i = j x) / exp(w > f(i, j, x)) anaphor index antecedent index features of men8on pair + document Denis and Baldridge (2008), Fernandes et al. (2012), Durrej and Klein (2013)

21 Features for Learning-based Systems Ment. distance = 3 Sent. distance = 1 Salience [new] PRONOUN Antecedent length = 3 Anaph length = 1 Pragma8cs [new] he No head match No string match [new] X signed Seman8c MALE he Obama he compa8bility [new]. X X received he PROPER X signed [new] Length = 1 President received the Serve. He signed the bill Barack Obama PROPER, MALE, SINGULAR PRONOUN, MALE, SINGULAR Denis and Baldridge (2008), Fernandes et al. (2012), Durrej and Klein (2013)

22 Neural Network Models score Feedforward neural network distance, antecedent feats anaphor feats pair feats head match, etc. President Barack Obama received the Serve. He signed the bill Similar inputs to log-linear model Word embeddings + nonlinear layers capture more complex interac8ons between men8on and antecedent Clark and Manning (2016)

23 Performance CoNLL F Stanford Rule-based (2010) Berkeley Log-linear (2014) Stanford Deep Coref (2016) Human

24 Incorpora8ng World Knowledge

25 6.2 Accuracy Per Men8on Class (Berkeley) Anaphoric pronouns 72.0 Obama he Referring: head match the U.S. president president 82.7 Referring: no head match David Cameron prime minister } 6.2%

26 6.2 Accuracy Per Men8on Class (Berkeley) Anaphoric pronouns 72.0 Obama he Referring: head match the U.S. president president 82.7 Referring: no head match David Cameron prime minister } 6.2%

27 6.2 Accuracy Per Men8on Class (Berkeley) Anaphoric pronouns 72.0 Obama he Referring: head match the U.S. president president 82.7 Referring: no head match David Cameron prime minister } 6.2%

28 Phenomena Salience Seman8c compa8bility Gender Basic features get these Animacy Seman8c type ( ) Word embeddings sort of Hypernymy ( ) do these Commonsense knowledge World knowledge

29 Word Embeddings Russia s economy has been sluggish suspected collusion with Russia. The a trip to Russia in the spring8me China Russia Iran na8on Russia is not Iran! Possibly compa8ble pairs are less similar than many incompa8ble pairs Word vectors capture topical similarity, are not trained to capture referen@al iden@ty

30 Phenomena Salience Seman8c compa8bility Gender Basic features get these Animacy Seman8c type ( ) Word embeddings sort of Hypernymy ( ) do these Commonsense knowledge World knowledge X X but they don t do these

31 Leveraging External Resources How do we figure out what kind of thing NBC is? Use an external knowledge base like Wikipedia Knowledge can import the features needed to make difficult coreference decisions

32 Joint En8ty Linking and Coreference There are many things NBC could mean! Need to tackle linking as well: figuring out what en8ty a given occurrence of NBC refers to Joint models resolve en88es to Wikipedia and simultaneously place coreference links (Durrej and Klein, 2014) Improvement from en8ty linking is small: ~1% on CoNLL metric

33 Challenge: Need Complex Inferences Russia s economy has been sluggish The Eastern European na8on Russia is a country in northeast Eurasia. state country land na8on country rural area

34 Conclusion Coreference is a challenging NLP problem Many phenomena to capture, including salience and seman8c compa8bility Men8on-ranking classifiers work prejy well (non-neural or neural) World knowledge is needed to solve many remaining errors, but is hard to incorporate

Who is he? Sentence- level Analysis. Natural Language Processing. Document- level Analysis. Document- level Analysis. Narra8ve Structure

Who is he? Sentence- level Analysis. Natural Language Processing. Document- level Analysis. Document- level Analysis. Narra8ve Structure Natural Language Processing Berkeley Sentence- level Analysis S NP VP Who is he? PRP VBZ NP NP N L P Coreference Resolu8on and En8ty Linking UC Berkeley He signed the bill last Thursday e. sign(e, he,

More information

Natural Language Processing

Natural Language Processing Natural Language Processing Berkeley N L P Coreference Resolu4on and En4ty Linking UC Berkeley Sentence- level Analysis S NP VP Who is he? PRP VBZ NP NP He signed the bill last Thursday e. sign(e, he,

More information

Coreference Semantics from Web Features. Mohit Bansal and Dan Klein UC Berkeley

Coreference Semantics from Web Features. Mohit Bansal and Dan Klein UC Berkeley Coreference Semantics from Web Features Mohit Bansal and Dan Klein UC Berkeley 1 Motivation Example When Obama met Jobs, the president discussed the economy, technology, and education. His election campaign

More information

Name Phylogeny. A Generative Model of String Variation. Nicholas Andrews, Jason Eisner and Mark Dredze

Name Phylogeny. A Generative Model of String Variation. Nicholas Andrews, Jason Eisner and Mark Dredze Name Phylogeny A Generative Model of String Variation Nicholas Andrews, Jason Eisner and Mark Dredze Department of Computer Science, Johns Hopkins University EMNLP 2012 Thursday, July 12 Outline Introduction

More information

An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling

An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling Deqing Yang, Yanghua Xiao, Hanghang Tong, Junjun Zhang and Wei Wang School of Computer Science Shanghai Key Laboratory of Data Science

More information

Cross Social Media Recommenda1on

Cross Social Media Recommenda1on Cross Social Media Recommenda1on @ICWSM16 Xiaozhong Liu, Indiana University Bloomington Tian Xia, Renmin University Yingying Yu, Dalian Mari1me University Chun Guo, Indiana University Bloomington Yizhou

More information

Records Reten+on Basics for ESDs Texas State Associa+on of Fire and Emergency Districts (SAFE-D) Annual Conference Galveston, TX February 24, 2018

Records Reten+on Basics for ESDs Texas State Associa+on of Fire and Emergency Districts (SAFE-D) Annual Conference Galveston, TX February 24, 2018 Records Reten+on Basics for ESDs Texas State Associa+on of Fire and Emergency Districts (SAFE-D) Annual Conference Galveston, TX February 24, 2018 INTRODUCTION Records Management Assistance! 7 Government

More information

Entity Linking Enityt Linking. Laura Dietz University of Massachusetts. Use cursor keys to flip through slides.

Entity Linking Enityt Linking. Laura Dietz University of Massachusetts. Use cursor keys to flip through slides. Entity Linking Enityt Linking Laura Dietz dietz@cs.umass.edu University of Massachusetts Use cursor keys to flip through slides. Problem: Entity Linking Query Entity NIL Given query mention in a source

More information

Learning and Visualizing Political Issues from Voting Records Erik Goldman, Evan Cox, Mikhail Kerzhner. Abstract

Learning and Visualizing Political Issues from Voting Records Erik Goldman, Evan Cox, Mikhail Kerzhner. Abstract Learning and Visualizing Political Issues from Voting Records Erik Goldman, Evan Cox, Mikhail Kerzhner Abstract For our project, we analyze data from US Congress voting records, a dataset that consists

More information

Recommendations For Reddit Users Avideh Taalimanesh and Mohammad Aleagha Stanford University, December 2012

Recommendations For Reddit Users Avideh Taalimanesh and Mohammad Aleagha Stanford University, December 2012 Recommendations For Reddit Users Avideh Taalimanesh and Mohammad Aleagha Stanford University, December 2012 Abstract In this paper we attempt to develop an algorithm to generate a set of post recommendations

More information

Conviction and Sentencing of Offenders in New Zealand: 1997 to 2006

Conviction and Sentencing of Offenders in New Zealand: 1997 to 2006 Conviction and Sentencing of Offenders in New Zealand: 1997 to 2006 Conviction and Sentencing of Offenders in New Zealand: 1997 to 2006 Bronwyn Morrison Nataliya Soboleva Jin Chong April 2008 Published

More information

Towards Tackling Hate Online Automatically

Towards Tackling Hate Online Automatically Towards Tackling Hate Online Automatically Nikola Ljubešić 1, Darja Fišer 2,1, Tomaž Erjavec 1 1 Department of Knowledge Technologies, Jožef Stefan Institute, Ljubljana 2 Department of Translation, University

More information

Professional Issues. Data Protec1on (Bo4, Ch 13)

Professional Issues. Data Protec1on (Bo4, Ch 13) Professional Issues Data Protec1on (Bo4, Ch 13) Overview Overview of the 1998 Data Protec1on Act (DPA) Defini1ons Changes since 1984 Act Sensi1ve Personal Data & Consent The eight principles Freedom of

More information

Party Cue Inference Experiment. January 10, Research Question and Objective

Party Cue Inference Experiment. January 10, Research Question and Objective Party Cue Inference Experiment January 10, 2017 Research Question and Objective Our overarching goal for the project is to answer the question: when and how do political parties influence public opinion?

More information

Overview. Ø Neural Networks are considered black-box models Ø They are complex and do not provide much insight into variable relationships

Overview. Ø Neural Networks are considered black-box models Ø They are complex and do not provide much insight into variable relationships Neural Networks Overview Ø s are considered black-box models Ø They are complex and do not provide much insight into variable relationships Ø They have the potential to model very complicated patterns

More information

Introduction to Text Modeling

Introduction to Text Modeling Introduction to Text Modeling Carl Edward Rasmussen November 11th, 2016 Carl Edward Rasmussen Introduction to Text Modeling November 11th, 2016 1 / 7 Key concepts modeling document collections probabilistic

More information

A comparative analysis of subreddit recommenders for Reddit

A comparative analysis of subreddit recommenders for Reddit A comparative analysis of subreddit recommenders for Reddit Jay Baxter Massachusetts Institute of Technology jbaxter@mit.edu Abstract Reddit has become a very popular social news website, but even though

More information

Ushio: Analyzing News Media and Public Trends in Twitter

Ushio: Analyzing News Media and Public Trends in Twitter Ushio: Analyzing News Media and Public Trends in Twitter Fangzhou Yao, Kevin Chen-Chuan Chang and Roy H. Campbell 3rd International Workshop on Big Data and Social Networking Management and Security (BDSN

More information

Case study. Web Mining and Recommender Systems. Using Regression to Predict Content Popularity on Reddit

Case study. Web Mining and Recommender Systems. Using Regression to Predict Content Popularity on Reddit Case study Web Mining and Recommender Systems Using Regression to Predict Content Popularity on Reddit Images on the web To predict whether an image will become popular, it helps to know Its audience,

More information

Fine-Grained Opinion Extraction with Markov Logic Networks

Fine-Grained Opinion Extraction with Markov Logic Networks Fine-Grained Opinion Extraction with Markov Logic Networks Luis Gerardo Mojica and Vincent Ng Human Language Technology Research Institute University of Texas at Dallas 1 Fine-Grained Opinion Extraction

More information

Michelle Bachelet - Chile

Michelle Bachelet - Chile Non-fiction: First Ladies First Ladies Three countries. Three new leaders. Three women. Chile, Liberia, and Germany don t seem to have much in common. The three countries lie on different continents. They

More information

Best Prac*ces & Training Guide for Professional Development and Networking - June 2011-

Best Prac*ces & Training Guide for Professional Development and Networking - June 2011- Best Prac*ces & Training Guide for Professional Development and Networking - June 2011- Linked In is one tool that can be helpful for online professional networking purposes. As with any such tool, it

More information

PASW & Hand Calculations for ANOVA

PASW & Hand Calculations for ANOVA PASW & Hand Calculations for ANOVA Gravetter & Wallnau Chapter 13, Problem 6 One possible reason that some birds migrate and others don t is intelligence. Birds with small brains relative to their body

More information

DU PhD in Home Science

DU PhD in Home Science DU PhD in Home Science Topic:- DU_J18_PHD_HS 1) Electronic journal usually have the following features: i. HTML/ PDF formats ii. Part of bibliographic databases iii. Can be accessed by payment only iv.

More information

Intersections of political and economic relations: a network study

Intersections of political and economic relations: a network study Procedia Computer Science Volume 66, 2015, Pages 239 246 YSC 2015. 4th International Young Scientists Conference on Computational Science Intersections of political and economic relations: a network study

More information

SIERRA LEONE 2012 ELECTIONS PROJECT PRE-ANALYSIS PLAN: INDIVIDUAL LEVEL INTERVENTIONS

SIERRA LEONE 2012 ELECTIONS PROJECT PRE-ANALYSIS PLAN: INDIVIDUAL LEVEL INTERVENTIONS SIERRA LEONE 2012 ELECTIONS PROJECT PRE-ANALYSIS PLAN: INDIVIDUAL LEVEL INTERVENTIONS PIs: Kelly Bidwell (IPA), Katherine Casey (Stanford GSB) and Rachel Glennerster (JPAL MIT) THIS DRAFT: 15 August 2013

More information

COSC-282 Big Data Analytics. Final Exam (Fall 2015) Dec 18, 2015 Duration: 120 minutes

COSC-282 Big Data Analytics. Final Exam (Fall 2015) Dec 18, 2015 Duration: 120 minutes Student Name: COSC-282 Big Data Analytics Final Exam (Fall 2015) Dec 18, 2015 Duration: 120 minutes Instructions: This is a closed book exam. Write your name on the first page. Answer all the questions

More information

Little Interest in Libya, European Debt Crisis Public Closely Tracking Economic and Political News

Little Interest in Libya, European Debt Crisis Public Closely Tracking Economic and Political News NEWS Release. 1615 L Street, N.W., Suite 700 Washington, D.C. 20036 Tel (202) 419-4350 Fax (202) 419-4399 FOR IMMEDIATE RELEASE: Wednesday, November 2, 2011 FOR FURTHER INFORMATION: Andrew Kohut, Director

More information

Classifier Evaluation and Selection. Review and Overview of Methods

Classifier Evaluation and Selection. Review and Overview of Methods Classifier Evaluation and Selection Review and Overview of Methods Things to consider Ø Interpretation vs. Prediction Ø Model Parsimony vs. Model Error Ø Type of prediction task: Ø Decisions Interested

More information

CS 229 Final Project - Party Predictor: Predicting Political A liation

CS 229 Final Project - Party Predictor: Predicting Political A liation CS 229 Final Project - Party Predictor: Predicting Political A liation Brandon Ewonus bewonus@stanford.edu Bryan McCann bmccann@stanford.edu Nat Roth nroth@stanford.edu Abstract In this report we analyze

More information

Introduc)on to Nexalogy Wikileaks and Extremism case studies

Introduc)on to Nexalogy Wikileaks and Extremism case studies Introduc)on to Nexalogy Wikileaks and Extremism case studies The New Facts of Life 3.5+ billion Pieces of content (links, news stories, blog posts) posted to facebook weekly 1.14 million Average tweets

More information

THIS PAPER IS NOT TO BE REMOVED FROM THE EXAMINATION HALLS

THIS PAPER IS NOT TO BE REMOVED FROM THE EXAMINATION HALLS THIS PAPER IS NOT TO BE REMOVED FROM THE EXAMINATION HALLS EN3055 EN2001 UNIVERSITY OF LONDON BA EXAMINATION 2014 (Old Regulations) BA/DIPLOMA OF HE EXAMINATION 2014 (New Regulations) COMBINED DEGREE SCHEME

More information

CS 229: r/classifier - Subreddit Text Classification

CS 229: r/classifier - Subreddit Text Classification CS 229: r/classifier - Subreddit Text Classification Andrew Giel agiel@stanford.edu Jonathan NeCamp jnecamp@stanford.edu Hussain Kader hkader@stanford.edu Abstract This paper presents techniques for text

More information

Text UI. Data Store Ø Example of a backend to a real Could add a different user interface. Good judgment comes from experience

Text UI. Data Store Ø Example of a backend to a real Could add a different user interface. Good judgment comes from experience Reviewing Lab 10 Text UI Created two classes Ø Used one class within another class Ø Tested them Graphical UI Backend Data Store Ø Example of a backend to a real applica@on Could add a different user interface

More information

PREDICTING COMMUNITY PREFERENCE OF COMMENTS ON THE SOCIAL WEB

PREDICTING COMMUNITY PREFERENCE OF COMMENTS ON THE SOCIAL WEB PREDICTING COMMUNITY PREFERENCE OF COMMENTS ON THE SOCIAL WEB A Thesis by CHIAO-FANG HSU Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for

More information

TRIP Snap Poll IV: Ten Questions on Current Global Issues for International Relations Scholars. March 11, 2015

TRIP Snap Poll IV: Ten Questions on Current Global Issues for International Relations Scholars. March 11, 2015 TRIP Snap Poll IV: Ten Questions on Current Global Issues for International Relations Scholars March 11, 2015 Teaching, Research & International Policy (TRIP) Project Institute for the Theory and Practice

More information

NBC News/WSJ/Marist Poll. April New York Questionnaire

NBC News/WSJ/Marist Poll. April New York Questionnaire Residents: n=2,521, MOE +/- 2.0% Registered Voters: n=1,987, MOE +/- 2.2% NBC News/WSJ/Marist Poll New York Questionnaire Potential Republican Electorate: n=477, MOE +/- 4.5% Likely Republican Primary

More information

HANDS ACROSS BORDERS. An International Workshop on. Alterna(ve Mechanisms to Establish and Govern Transboundary Conserva(on Ini(a(ves

HANDS ACROSS BORDERS. An International Workshop on. Alterna(ve Mechanisms to Establish and Govern Transboundary Conserva(on Ini(a(ves HANDS ACROSS BORDERS An International Workshop on Transboundary Conservation Alterna(ve Mechanisms to Establish and Govern Transboundary Conserva(on Ini(a(ves Michael Schoon School of Sustainability Arizona

More information

Brand South Africa Research Report

Brand South Africa Research Report South Africa In(c) Series Brand South Africa Research Report African market entry strategy Can the Nation Brand bridge the familiarity gap in Asia? learning to listen and listening to learn By: Dr. Petrus

More information

Monday Tuesday Wednesday Thursday Friday. Good to Know Vocabulary 26. Chapter Executive Notes 30. Presidential Survey Activity 30

Monday Tuesday Wednesday Thursday Friday. Good to Know Vocabulary 26. Chapter Executive Notes 30. Presidential Survey Activity 30 Name: Period: Week: 14 16 Dates: 11/16 12/1 Unit: The Executive & Judicial Branch Chapters 13 15 Monday Tuesday Wednesday Thursday Friday 16 O Flex Day Finish Iron Jawed Angels 17 E 18 O *Executive Branch

More information

The Predictive Potential of Political Discourse. Leah Windsor Institute for Intelligent Systems The University of Memphis

The Predictive Potential of Political Discourse. Leah Windsor Institute for Intelligent Systems The University of Memphis The Predictive Potential of Political Discourse Leah Windsor Institute for Intelligent Systems The University of Memphis leah.windsor@memphis.edu How can we use political discourse to explain and predict

More information

DRAFT. Republic of South Africa. Form CoR Companies and Intellectual Property Commission. Contacting the Commission

DRAFT. Republic of South Africa. Form CoR Companies and Intellectual Property Commission. Contacting the Commission Companies and Intellectual Property Form CoR 125.1 About this Form This form is issued in terms of Sections 132 and 141 of the Companies Act, 2008 and Regulation 125 of the Companies Regulations, 2011.

More information

Vote Compass Methodology

Vote Compass Methodology Vote Compass Methodology 1 Introduction Vote Compass is a civic engagement application developed by the team of social and data scientists from Vox Pop Labs. Its objective is to promote electoral literacy

More information

REFERENCE ITEM 5.1 RTC Handout February 8, 2018

REFERENCE ITEM 5.1 RTC Handout February 8, 2018 REFERENCE ITEM 5.1 RTC Handout February 8, 2018 DRAFT REFERENCE ITEM 5.2 RTC Handout February 8, 2018 REFERENCE ITEM 5.3 RTC Handout February 8, 2018 MARY HORN Denton County Judge February 8, 2018 The

More information

www.newsflashenglish.com The 4 page 60 minute ESL British English lesson 20/02/16 Should the United Kingdom remain a member of the European Union or leave the European Today, the question is: Should the

More information

Migration Networks, Hukou, and Destination Choices in China

Migration Networks, Hukou, and Destination Choices in China Migration Networks, Hukou, and Destination Choices in China Zai Liang Department of Sociology State University of New York at Albany 1400 Washington Ave. Albany, NY 12222 Phone: 518-442-4676 Fax: 518-442-4936

More information

Please reach out to for a complete list of our GET::search method conditions. 3

Please reach out to for a complete list of our GET::search method conditions. 3 Appendix 2 Technical and Methodological Details Abstract The bulk of the work described below can be neatly divided into two sequential phases: scraping and matching. The scraping phase includes all of

More information

Making. Speeches. Unit 3. Rhetoric: different views. Rhetorical skills. Rhetoric. Lingua Inglese II Political Science 20/12/2013

Making. Speeches. Unit 3. Rhetoric: different views. Rhetorical skills. Rhetoric. Lingua Inglese II Political Science 20/12/2013 Lingua Inglese II Political Science The Language of Politics Unit 3 Unit 3 2 Making speeches Michela Giordano Speeches are a vital part of the politician s role in announcing policy and persuading people

More information

IMAGE OF POPE FRANCIS

IMAGE OF POPE FRANCIS IMAGE OF POPE FRANCIS Gallup International Association opinion poll in 64 countries across the globe September-December 2015 Disclaimer: Gallup International Association or its members are not related

More information

S. Rinzivillo DATA VISUALIZATION AND VISUAL ANALYTICS

S. Rinzivillo DATA VISUALIZATION AND VISUAL ANALYTICS S. Rinzivillo rinzivillo@is/.cnr.it DATA VISUALIZATION AND VISUAL ANALYTICS VAST Challenge 2008: Paraiso Manifesto The Paraiso Manifesto is a sociopoli/cal manifesto wri

More information

Measuring Offensive Speech in Online Political Discourse

Measuring Offensive Speech in Online Political Discourse Measuring Offensive Speech in Online Political Discourse Rishab Nithyanand 1, Brian Schaffner 2, Phillipa Gill 1 1 {rishab, phillipa}@cs.umass.edu, 2 schaffne@polsci.umass.edu University of Massachusetts,

More information

The Digital Road to the White House: Insights on the Political Landscape Online

The Digital Road to the White House: Insights on the Political Landscape Online The Digital Road to the White House: Insights on the Political Landscape Online October 5 th, 2011 Experian and the marks used herein are service marks or registered trademarks of Experian Information

More information

Who Needs Polls? Gauging Public Opinion from Twitter Data David Cummings <davidjc>, Haruki Oh <harukioh>, Ningxuan Wang <nwang6>

Who Needs Polls? Gauging Public Opinion from Twitter Data David Cummings <davidjc>, Haruki Oh <harukioh>, Ningxuan Wang <nwang6> Who Needs Polls? Gauging Public Opinion from Twitter Data David Cummings , Haruki Oh , Ningxuan Wang I. INTRODUCTION Twitter is a social network website where users post and

More information

Instructors: Tengyu Ma and Chris Re

Instructors: Tengyu Ma and Chris Re Instructors: Tengyu Ma and Chris Re cs229.stanford.edu Ø Probability (CS109 or STAT 116) Ø distribution, random variable, expectation, conditional probability, variance, density Ø Linear algebra (Math

More information

Events and Memes in Media- rich Social Informa7on Networks

Events and Memes in Media- rich Social Informa7on Networks Events and Memes in Media- rich Social Informa7on Networks Lexing Xie Computer Science Australian Na7onal University EBMIP Workshop, Oct 2013 2 Internet Memes Quotes Tags Links #occupy hqp://y2u.be/_oblgsz8ssm

More information

PRO/CON: Is Snowden a whistle-blower or just irresponsible?

PRO/CON: Is Snowden a whistle-blower or just irresponsible? PRO/CON: Is Snowden a whistle-blower or just irresponsible? By McClatchy-Tribune News Service, adapted by Newsela staff on 02.04.14 Word Count 1,340 Demonstrators rally at the U.S. Capitol to protest spying

More information

Transla'ng public health research for policymakers and advocates

Transla'ng public health research for policymakers and advocates Transla'ng public health research for policymakers and advocates Alexandra B. Morshed, MS, and Rachel G. Tabak, PhD, RD Preven;on Research Center in St. Louis, Brown School, Washington University in St.

More information

THE GOP DEBATES BEGIN (and other late summer 2015 findings on the presidential election conversation) September 29, 2015

THE GOP DEBATES BEGIN (and other late summer 2015 findings on the presidential election conversation) September 29, 2015 THE GOP DEBATES BEGIN (and other late summer 2015 findings on the presidential election conversation) September 29, 2015 INTRODUCTION A PEORIA Project Report Associate Professors Michael Cornfield and

More information

Does Russia Want the West to Succeed in Afghanistan?

Does Russia Want the West to Succeed in Afghanistan? Does Russia Want the West to Succeed in Afghanistan? PONARS Eurasia Policy Memo No. 61 Ekaterina Stepanova Institute of World Economy and International Relations September 2009 As in the United States,

More information

PEW RESEARCH CENTER NEWS INTEREST INDEX OCTOBER 13-16, 2011 OMNIBUS FINAL TOPLINE N=1,007

PEW RESEARCH CENTER NEWS INTEREST INDEX OCTOBER 13-16, 2011 OMNIBUS FINAL TOPLINE N=1,007 7 PEW RESEARCH CENTER NEWS INTEREST INDEX OCTOBER 13-16, 2011 OMNIBUS FINAL TOPLINE N=1,007 ASK ALL: PEW.1 As I read a list of some stories covered by news organizations this past week, please tell me

More information

FREEDOM ON THE NET 2011: GLOBAL GRAPHS

FREEDOM ON THE NET 2011: GLOBAL GRAPHS 1 FREEDOM ON THE NET 2011: GLOBAL GRAPHS 37-COUNTRY SCORE COMPARISON (0 Best, 100 Worst) * A green-colored bar represents a status of Free, a yellow-colored one, the status of Partly Free, and a purple-colored

More information

Obama vs. Romney: Is It the Economy, Stupid?

Obama vs. Romney: Is It the Economy, Stupid? Obama vs. Romney: Is It the Economy, Stupid? Bruce Stokes Director, Global Economic Attitudes Pew Research Center October 24-25, 2012 The American Voter 2 Voter Turnout 2004 2008 % % Total 63.8 63.6 White

More information

State of the World by United Nations Indicators. Audrey Matthews, Elizabeth Curtis, Wes Biddle, Valery Bonar

State of the World by United Nations Indicators. Audrey Matthews, Elizabeth Curtis, Wes Biddle, Valery Bonar State of the World by United Nations Indicators Audrey Matthews, Elizabeth Curtis, Wes Biddle, Valery Bonar Background The main objective of this project was to develop a system to determine the status

More information

The margin of error for 1,004 interviews is ± 3.1%

The margin of error for 1,004 interviews is ± 3.1% 1724 Connecticut Avenue, NW Interviews: 1,004 adults Washington, DC 20009 Dates: April 20-23, 2007 (202) 234-5570 48 Male 52 Female [109] FINAL Study #6072 NBC News/Wall Street Journal April 2007 Please

More information

Distributed representations of politicians

Distributed representations of politicians Distributed representations of politicians Bobbie Macdonald Department of Political Science Stanford University bmacdon@stanford.edu Abstract Methods for generating dense embeddings of words and sentences

More information

Supplementary Materials for

Supplementary Materials for www.sciencemag.org/cgi/content/full/science.aag2147/dc1 Supplementary Materials for How economic, humanitarian, and religious concerns shape European attitudes toward asylum seekers This PDF file includes

More information

Chapter Five: Forces. Ø 5.1 Forces. Ø 5.2 Friction. Ø 5.3 Forces and Equilibrium

Chapter Five: Forces. Ø 5.1 Forces. Ø 5.2 Friction. Ø 5.3 Forces and Equilibrium Chapter Five: Forces Ø 5.1 Forces Ø 5.2 Friction Ø 5.3 Forces and Equilibrium 5.1 The cause of forces Ø A force is a push or pull, or an action that has the ability to change motion. Ø Forces can increase

More information

Francis Green and Golo Henseke

Francis Green and Golo Henseke Graduate jobs and graduate wages across Europe in the 21st century Francis Green and Golo Henseke 15/2/2018 www.researchcghe.org 1 Is this the typical European graduate labour market? Source: Patrick:

More information

11/15/13. Objectives. Review. Our Screen Saver Dependencies. Our Screen Saver Dependencies. Project Deliverables Timeline TEAM FINAL PROJECT

11/15/13. Objectives. Review. Our Screen Saver Dependencies. Our Screen Saver Dependencies. Project Deliverables Timeline TEAM FINAL PROJECT Objectives Team Final Project Review What design pattern is used in the screen savers code? What is the design principle we discussed on Wednesday? What was likely to change? Open up Eclipse Nov 15, 2013

More information

Much ado about nothing: The Rio+20 conference

Much ado about nothing: The Rio+20 conference DIRECTORATE-GENERAL FOR EXTERNAL POLICIES POLICY DEPARTMENT POLICY BRIEFING Much ado about nothing: The Rio+20 conference Abstract Despite intense preparatory efforts for the Rio+20 sustainable development

More information

A Trip Through Latin America. The Age of Independence

A Trip Through Latin America. The Age of Independence A Trip Through Latin America The Age of Independence Classroom Directions As students visit each loca5on, they will read the informa5on cards, view the images, and iden5fy the dates significant for the

More information

Polling Results on Cuban Americans Viewpoint on the Cuba Opportunity April 1, 2015

Polling Results on Cuban Americans Viewpoint on the Cuba Opportunity April 1, 2015 Polling Results on Cuban Americans Viewpoint on the Cuba Opportunity April 1, 2015 Methodology Sample 400 Cuban American adults living in the United States Dates of Interviews March 20 25, 2015 Languages

More information

ISO/IEC20000 Overview and Cer2fica2on Approach

ISO/IEC20000 Overview and Cer2fica2on Approach ISO/IEC20000 Overview and Cer2fica2on Approach Agenda 1. ISO20000 Overview 2. Associated Standards and Frameworks 3. ISO20000 and ITIL 4. Cer2fica2on Approach (Phase1) Service Management Maturity 5. Cer2fica2on

More information

U.S. welcomes India to nuclear elite

U.S. welcomes India to nuclear elite www.breaking News English.com Ready-to-use ESL / EFL Lessons U.S. welcomes India to nuclear elite URL: http://www.breakingnewsenglish.com/0507/050720-manmohan.html Today s contents The Article 2 Warm-ups

More information

The Making of a Na.on. Con$nue or Stop the War? Voters Choose in Elec$on of Lesson Plan by Jill Robbins, Ph.D.

The Making of a Na.on. Con$nue or Stop the War? Voters Choose in Elec$on of Lesson Plan by Jill Robbins, Ph.D. The Making of a Na.on Con$nue or Stop the War? Voters Choose in Elec$on of 1864 Lesson Plan by Jill Robbins, Ph.D. Introduc.on This lesson plan is to accompany the Making of a Na5on story, Con%nue or Stop

More information

FOR RELEASE MAY 10, 2018

FOR RELEASE MAY 10, 2018 FOR RELEASE MAY 10, 2018 FOR MEDIA OR OTHER INQUIRIES: Carroll Doherty, Director of Political Research Jocelyn Kiley, Associate Director, Research Olivia O Hea, Communications Assistant 202.419.4372 RECOMMENDED

More information

Statistics, Politics, and Policy

Statistics, Politics, and Policy Statistics, Politics, and Policy Volume 1, Issue 1 2010 Article 3 A Snapshot of the 2008 Election Andrew Gelman, Columbia University Daniel Lee, Columbia University Yair Ghitza, Columbia University Recommended

More information

Why are Immigrants Underrepresented in Politics? Evidence From Sweden

Why are Immigrants Underrepresented in Politics? Evidence From Sweden Why are Immigrants Underrepresented in Politics? Evidence From Sweden Rafaela Dancygier (Princeton University) Karl-Oskar Lindgren (Uppsala University) Sven Oskarsson (Uppsala University) Kåre Vernby (Uppsala

More information

Roles of children and elderly in migration decision of adults: case from rural China

Roles of children and elderly in migration decision of adults: case from rural China Roles of children and elderly in migration decision of adults: case from rural China Extended abstract: Urbanization has been taking place in many of today s developing countries, with surging rural-urban

More information

Conduc(ng Successful Levy Campaigns: School District Modeling Scores

Conduc(ng Successful Levy Campaigns: School District Modeling Scores Conduc(ng Successful Levy Campaigns: School District Modeling Scores November 13, 2013 Paul Johnson, Ph.D., BGSU Jerry Rampelt, Support Ohio Schools Research and Educa(on Founda(on Research Partnership

More information

«World Leaders» Opinion Barometer Wave 5 November 2009

«World Leaders» Opinion Barometer Wave 5 November 2009 Paris, December 4 th «World Leaders» Opinion Barometer Wave 5 November 2009 A Harris Interactive exclusive poll, in partnership with leading international news channel FRANCE 24 The latest edition of the

More information

Posi%oning services reforms & nego%a%ons for development [Intercon%nental Hotel, Nairobi, November, 2011]

Posi%oning services reforms & nego%a%ons for development [Intercon%nental Hotel, Nairobi, November, 2011] Posi%oning services reforms & nego%a%ons for development [Intercon%nental Hotel, Nairobi, 14-16 November, 2011] Discussant for Session III: Regula%ons, Regulatory reforms & Services development OUTLINE

More information

THE VANISHING CENTER OF AMERICAN DEMOCRACY APPENDIX

THE VANISHING CENTER OF AMERICAN DEMOCRACY APPENDIX APPENDIX Survey Questionnaire with Percentage Distributions of Response All numbers are weighted percentage of response. Figures do not always add up to 100 percent due to rounding. 1. When the government

More information

CANUDC 1 RULES AND REGULATIONS

CANUDC 1 RULES AND REGULATIONS Cameroon Debate Association Receipt No: 61/RDA/F.34/SAAJP CANUDC 1 RULES AND REGULATIONS I- Participation to «Cameroon National Universities Debating & Public Speaking Championships» Cameroon National

More information

Data 100. Lecture 9: Scraping Web Technologies. Slides by: Joseph E. Gonzalez, Deb Nolan

Data 100. Lecture 9: Scraping Web Technologies. Slides by: Joseph E. Gonzalez, Deb Nolan Data 100 Lecture 9: Scraping Web Technologies Slides by: Joseph E. Gonzalez, Deb Nolan deborah_nolan@berkeley.edu hellerstein@berkeley.edu? Last Week Visualization Ø Tools and Technologies Ø Maplotlib

More information

ANNUAL SURVEY REPORT: REGIONAL OVERVIEW

ANNUAL SURVEY REPORT: REGIONAL OVERVIEW ANNUAL SURVEY REPORT: REGIONAL OVERVIEW 2nd Wave (Spring 2017) OPEN Neighbourhood Communicating for a stronger partnership: connecting with citizens across the Eastern Neighbourhood June 2017 TABLE OF

More information

2014 Second Chance Act Planning and Implementa4on (P&I) Guide

2014 Second Chance Act Planning and Implementa4on (P&I) Guide 2014 Second Chance Act Planning and Implementa4on (P&I) Guide Cynthia Thaler, Program Associate Council of State Governments Jus4ce Center December 4, 2014 Council of State Governments Jus4ce Center 1

More information

Analyzing and Representing Two-Mode Network Data Week 8: Reading Notes

Analyzing and Representing Two-Mode Network Data Week 8: Reading Notes Analyzing and Representing Two-Mode Network Data Week 8: Reading Notes Wasserman and Faust Chapter 8: Affiliations and Overlapping Subgroups Affiliation Network (Hypernetwork/Membership Network): Two mode

More information

Sunset Committee Meeting Minutes

Sunset Committee Meeting Minutes Sunset Committee Meeting Minutes Location: Island Hall Date: 2/29/2016 Present: Donna Damon, Paul Belesca, Mary Holt (chair), Peter Pellerin, Thor Peterson, Carol Sabasteanski, Sam McLean, Carol White

More information

Introduction: Data & measurement

Introduction: Data & measurement Introduction: & measurement Johan A. Elkink School of Politics & International Relations University College Dublin 7 September 2015 1 2 3 4 1 2 3 4 Definition: N N refers to the number of cases being studied,

More information

STUCK IN TRANSITION? Peterson Institute for International Economics January 6, Jeromin Zettelmeyer

STUCK IN TRANSITION? Peterson Institute for International Economics January 6, Jeromin Zettelmeyer TRANSITION REPORT 2013 www.tr.ebrd.com STUCK IN TRANSITION? Stuck in Transition? Peterson Institute for International Economics January 6, 2014 Jeromin Zettelmeyer Non-resident Senior Fellow, PIIE Deputy

More information

U.S. Domestic Politics and North Korean Denuclearization

U.S. Domestic Politics and North Korean Denuclearization U.S. Domestic Politics and North Korean Denuclearization Patrick McEachern Council on Foreign Relations International Affairs Fellow and Wilson Center Public Policy Fellow Patrick.McEachern@wilsoncenter.org

More information

THE SECRETS OF VOTER TURNOUT 2018

THE SECRETS OF VOTER TURNOUT 2018 Dish THE SECRETS OF VOTER TURNOUT 2018 AN ANALYSIS OF INDIVIDUALLEVEL VOTE HISTORY IN THE VIRGINIA GOVERNOR S RACE Comcast May 2018 Netflix!X!1 Overview VIRGINIA 17: WHAT HAPPENED Despite polls suggesting

More information

Colorado 2014: Comparisons of Predicted and Actual Turnout

Colorado 2014: Comparisons of Predicted and Actual Turnout Colorado 2014: Comparisons of Predicted and Actual Turnout Date 2017-08-28 Project name Colorado 2014 Voter File Analysis Prepared for Washington Monthly and Project Partners Prepared by Pantheon Analytics

More information

2017 Edelman Trust Barometer. European Union

2017 Edelman Trust Barometer. European Union 2017 Edelman Trust Barometer European Union 2017 Edelman Trust Barometer Methodology Online Survey in 28 Countries General Online Population Informed Public Mass Population 17 years of data 33,000+ respondents

More information

Anger at Government Most Pronounced among Conservative Republicans

Anger at Government Most Pronounced among Conservative Republicans SEPTEMBER 30, 2013 Young Adults Largely Tune Out Shutdown Drama Anger at Government Most Pronounced among Conservative Republicans FOR FURTHER INFORMATION CONTACT THE PEW RESEARCH CENTER FOR THE PEOPLE

More information

URBAN REDEVELOPENT AUTHORITY OF PITTSBURGH RIGHT TO KNOW POLICY

URBAN REDEVELOPENT AUTHORITY OF PITTSBURGH RIGHT TO KNOW POLICY URBAN REDEVELOPENT AUTHORITY OF PITTSBURGH RIGHT TO KNOW POLICY Introduction On January 1, 2009 the new Pennsylvania Right to Know Law came into effect. The law requires that the Urban Redevelopment Authority

More information

Legislative Drafting for Democratic Social Change A Manual for Drafters

Legislative Drafting for Democratic Social Change A Manual for Drafters A 374844 Legislative Drafting for Democratic Social Change A Manual for Drafters by Ann Spidman, Robert Seidman and Nalin Abeyesekere INTERNATIONAL LONDON THE HAGUE BOSTON TABLE OF CONTENTS Preface xxi

More information

Government of Pakistan NADRA Headquarters, Islamabad

Government of Pakistan NADRA Headquarters, Islamabad Abbaba Government of Pakistan NADRA Headquarters, Islamabad 1 Who We Are 2 Social Support Initiatives 3 Future Strategy National Database and Registration Authority Registrar General of Pakistan NADRA

More information

Coverage tools Eclipse Debugger Object-oriented Design Principles. Oct 26, 2016 Sprenkle - CSCI209 1

Coverage tools Eclipse Debugger Object-oriented Design Principles. Oct 26, 2016 Sprenkle - CSCI209 1 Objec&ves Coverage tools Eclipse Debugger Object-oriented Design Principles Ø Design in the Small Ø DRY Ø Single responsibility principle Ø Shy Ø Open-closed principle Oct 26, 2016 Sprenkle - CSCI209 1

More information