Statistical NLP: Lecture 7

Slides:



Advertisements
Similar presentations
Tests of Hypotheses Based on a Single Sample
Advertisements

Statistics Review – Part II Topics: – Hypothesis Testing – Paired Tests – Tests of variability 1.
Chi square.  Non-parametric test that’s useful when your sample violates the assumptions about normality required by other tests ◦ All other tests we’ve.
CHAPTER 21 Inferential Statistical Analysis. Understanding probability The idea of probability is central to inferential statistics. It means the chance.
Natural Language Processing COLLOCATIONS Updated 16/11/2005.
Outline What is a collocation?
Hypothesis Testing GTECH 201 Lecture 16.
Fall 2001 EE669: Natural Language Processing 1 Lecture 5: Collocations (Chapter 5 of Manning and Schutze) Wen-Hsiang Lu ( 盧文祥 ) Department of Computer.
Hypothesis Testing. G/RG/R Null Hypothesis: The means of the populations from which the samples were drawn are the same. The samples come from the same.
1 Inference About a Population Variance Sometimes we are interested in making inference about the variability of processes. Examples: –Investors use variance.
Today Concepts underlying inferential statistics
Collocations 09/23/2004 Reading: Chap 5, Manning & Schutze (note: this chapter is available online from the book’s page
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 8 Tests of Hypotheses Based on a Single Sample.
Chapter 12 Inferential Statistics Gay, Mills, and Airasian
Hypothesis Testing and T-Tests. Hypothesis Tests Related to Differences Copyright © 2009 Pearson Education, Inc. Chapter Tests of Differences One.
Outline What is a collocation? Automatic approaches 1: frequency-based methods Automatic approaches 2: ruling out the null hypothesis, t-test Automatic.
Choosing Statistical Procedures
AM Recitation 2/10/11.
Albert Gatt Corpora and Statistical Methods – Part 2.
Statistical Natural Language Processing Diana Trandabăț
Natural Language Processing Spring 2007 V. “Juggy” Jagannathan.
Statistical Analysis A Quick Overview. The Scientific Method Establishing a hypothesis (idea) Collecting evidence (often in the form of numerical data)
Chapter 8 Hypothesis Testing I. Chapter Outline  An Overview of Hypothesis Testing  The Five-Step Model for Hypothesis Testing  One-Tailed and Two-Tailed.
1 COMP791A: Statistical Language Processing Collocations Chap. 5.
Statistics 11 Correlations Definitions: A correlation is measure of association between two quantitative variables with respect to a single individual.
1 Statistical NLP: Lecture 7 Collocations (Ch 5).
Biostatistics Class 6 Hypothesis Testing: One-Sample Inference 2/29/2000.
No criminal on the run The concept of test of significance FETP India.
Collocation 발표자 : 이도관. Contents 1.Introduction 2.Frequency 3.Mean & Variance 4.Hypothesis Testing 5.Mutual Information.
1 Statistical NLP: Lecture 7 Collocations. 2 Introduction 4 Collocations are characterized by limited compositionality. 4 Large overlap between the concepts.
Educational Research Chapter 13 Inferential Statistics Gay, Mills, and Airasian 10 th Edition.
Statistical Inference for the Mean Objectives: (Chapter 9, DeCoursey) -To understand the terms: Null Hypothesis, Rejection Region, and Type I and II errors.
Collocations and Terminology Vasileios Hatzivassiloglou University of Texas at Dallas.
SOCW 671 #2 Overview of SPSS Steps in Designing Research Hypotheses Research Questions.
Chapter Eight: Using Statistics to Answer Questions.
COLLOCATIONS He Zhongjun Outline Introduction Approaches to find collocations Frequency Mean and Variance Hypothesis test Mutual information.
© Copyright McGraw-Hill 2004
INTRODUCTION TO HYPOTHESIS TESTING From R. B. McCall, Fundamental Statistics for Behavioral Sciences, 5th edition, Harcourt Brace Jovanovich Publishers,
Chapter 7: Hypothesis Testing. Learning Objectives Describe the process of hypothesis testing Correctly state hypotheses Distinguish between one-tailed.
COGS Bilge Say1 Using Corpora for Language Research COGS 523-Lecture 8 Collocations.
CHI SQUARE DISTRIBUTION. The Chi-Square (  2 ) Distribution The chi-square distribution is the probability distribution of the sum of several independent,
Collocations David Guy Brizan Speech and Language Processing Seminar 26 th October, 2006.
15 Inferential Statistics.
Chapter 8 Introducing Inferential Statistics.
Step 1: Specify a null hypothesis
Two-sample t-tests 10/16.
Independent-Samples t-test
Research Methodology Lecture No :25 (Hypothesis Testing – Difference in Groups)
3. The X and Y samples are independent of one another.
HYPOTHESIS TESTING Asst Prof Dr. Ahmed Sameer Alnuaimi.
Understanding Results
Chapter 2 Simple Comparative Experiments
Many slides from Rada Mihalcea (Michigan), Paul Tarau (U.North Texas)
Statistical NLP: Lecture 13
Statistics.
Correlation and Regression
Statistical NLP: Lecture 9
9 Tests of Hypotheses for a Single Sample CHAPTER OUTLINE
Discrete Event Simulation - 4
INTRODUCTION TO HYPOTHESIS TESTING
Introduction: Statistics meets corpus linguistics
Statistics II: An Overview of Statistics
Product moment correlation
What are their purposes? What kinds?
Chapter 26 Comparing Counts Copyright © 2009 Pearson Education, Inc.
Chapter Nine: Using Statistics to Answer Questions
Last Update 12th May 2011 SESSION 41 & 42 Hypothesis Testing.
Chapter 9 Hypothesis Testing: Single Population
Chapter 26 Comparing Counts.
Statistical NLP : Lecture 9 Word Sense Disambiguation
Presentation transcript:

Statistical NLP: Lecture 7 Collocations January 12, 2000

Introduction Collocations are characterized by limited compositionality. Large overlap between the concepts of collocations and terms, technical term and terminological phrase. Collocations sometimes reflect interesting attitudes (in English) towards different types of substances: strong cigarettes, tea, coffee versus powerful drug (e.g., heroin) January 12, 2000

Definition (w.r.t Computational and Statistical Literature) [A collocation is defined as] a sequence of two or more consecutive words, that has characteristics of a syntactic and semantic unit, and whose exact and unambiguous meaning or connotation cannot be derived directly from the meaning or connotation of its components. [Chouekra, 1988] January 12, 2000

Other Definitions/Notions (w.r.t. Linguistic Literature) I Collocations are not necessarily adjacent Typical criteria for collocations: non-compositionality, non-substitutability, non-modifiability. Collocations cannot be translated into other languages. Generalization to weaker cases (strong association of words, but not necessarily fixed occurrence. January 12, 2000

Linguistic Subclasses of Collocations Light verbs: verbs with little semantic content Verb particle constructions or Phrasal Verbs Proper Nouns/Names Terminological Expressions January 12, 2000

Overview of the Collocation Detecting Techniques Surveyed Selection of Collocations by Frequency Selection of Collocation based on Mean and Variance of the distance between focal word and collocating word. Hypothesis Testing Mutual Information January 12, 2000

Frequency (Justeson & Katz, 1995) 1. Selecting the most frequently occurring bigrams 2. Passing the results through a part-of- speech filter Simple method that works very well. January 12, 2000

Mean and Variance (Smadja et al., 1993) Frequency-based search works well for fixed phrases. However, many collocations consist of two words in more flexible relationships. The method computes the mean and variance of the offset (signed distance) between the two words in the corpus. If the offsets are randomly distributed (i.e., no collocation), then the variance/sample deviation will be high. January 12, 2000

Hypothesis Testing I: Overview High frequency and low variance can be accidental. We want to determine whether the co-occurrence is random or whether it occurs more often than chance. This is a classical problem in Statistics called Hypothesis Testing. We formulate a null hypothesis H0 (no association beyond chance) and calculate the probability that a collocation would occur if H0 were true, and then reject H0 if p is too low and retain H0 as possible, otherwise. January 12, 2000

Hypothesis Testing II: The t test The t test looks at the mean and variance of a sample of measurements, where the null hypothesis is that the sample is drawn from a distribution with mean . The test looks at the difference between the observed and expected means, scaled by the variance of the data, and tells us how likely one is to get a sample of that mean and variance assuming that the sample is drawn from a normal distribution with mean . To apply the t test to collocations, we think of the text corpus as a long sequence of N bigrams. January 12, 2000

Hypothesis Testing II: Hypothesis testing of differences (Church & Hanks, 1989 We may also want to find words whose co-occurrence patterns best distinguish between two words. This application can be useful for Lexicography. The t test is extended to the comparison of the means of two normal populations. Here, the null hypothesis is that the average difference is 0. January 12, 2000

Pearson’s Chi-Square test I: Method Use of the t test has been criticized because it assumes that probabilities are approximately normally distributed (not true, generally). The Chi-Square test does not make this assumption. The essence of the test is to compare observed frequencies with frequencies expected for independence. If the difference between observed and expected frequencies is large, then we can reject the null hypothesis of independence. January 12, 2000

Pearson’s Chi-Square test II: Applications One of the early uses of the Chi square test in Statistical NLP was the identification of translation pairs in aligned corpora (Church & Gale, 1991). A more recent application is to use Chi square as a metric for corpus similarity (Kilgariff and Rose, 1998) Nevertheless, the Chi-Square test should not be used in small corpora. January 12, 2000

Likelihood Ratios I: Within a single corpus (Dunning, 1993) Likelihood ratios are more appropriate for sparse data than the Chi-Square test. In addition, they are easier to interpret than the Chi-Square statistic. In applying the likelihood ratio test to collocation discovery, we examine the following two alternative explanations for the occurrence frequency of a bigram w1 w2: The occurrence of w2 is independent of the previous occurrence of w1 The occurrence of w2 is dependent of the previous occurrence of w1 January 12, 2000

Likelihood Ratios II: Between two or more corpora (Damerau, 1993) Ratios of relative frequencies between two or more different corpora can be used to discover collocations that are characteristic of a corpus when compared to other corpora. This approach is most useful for the discovery of subject-specific collocations. January 12, 2000

Mutual Information An Information-Theoretic measure for discovering collocations is pointwise mutual information (Church et al., 89, 91) Pointwise Mutual Information is roughly a measure of how much one word tells us about the other. Pointwise mutual information works particularly badly in sparse environments. January 12, 2000