the evolution of speech segmentation: a computer simulation

26
The Evolution of Speech Segmentation A Computational Simulation Richard Littauer

Upload: richard-littauer

Post on 25-May-2015

1.054 views

Category:

Technology


1 download

DESCRIPTION

These are the slides for my undergraduate dissertation on word segmne

TRANSCRIPT

Page 1: The Evolution of Speech Segmentation: A Computer Simulation

The Evolution of Speech Segmentation

A Computational Simulation

Richard Littauer (Edinburgh)

Page 2: The Evolution of Speech Segmentation: A Computer Simulation

Outline

• The Problem

• The Possible Solution

• Conclusions and Implications

Page 3: The Evolution of Speech Segmentation: A Computer Simulation

The Research Problem

• Word Segmentation

Page 4: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• Fluent listeners hear speech as a sequence of discrete words.

• But there are no pauses in the wave form…

Page 5: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• Listeners Problem:

• jakɑrəmnə (or thereishope)

• Solution!• Find all boundaries• Don’t find any boundaries

Page 6: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• Suggestions:– Allophonic variation– Coarticulation– Prosody– Phonotactics– Combining any of these– Or…

Page 7: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• Recent studies have shown that 8-month-olds can segment continuous strings of speech syllables into word-like units using only statistical computation of syllables (Aslin et al. 1997, 1998; Mattys et. al, 1999)

Page 8: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• These studies looked at syllable transition probability, but didn’t look at the possibility that the children may simply be counting the syllables.

Page 9: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• Furthermore, while Aslin, Saffran, & Newport (1996; 1998) did show that children can use statistical probability, they didn’t judge how that type of analysis would influence language over time.

Page 10: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• No one has done this (as far as I am aware.)

Page 11: The Evolution of Speech Segmentation: A Computer Simulation

The Problem

• So, why does this matter? Because, obviously, the child has no lexicon to back up, so the information which the child is exposed to must be that which is used to learn how to segment properly.

Page 12: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• Code for four different possible transitional segmentation strategies. Use an Iterated Learning Model to see how well these do when culturally replicated.

Page 13: The Evolution of Speech Segmentation: A Computer Simulation
Page 14: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• Coded four different types of methods:– If you have seen one of the two test words before

and not the other, choose the one you have seen before.

– If one of the test words has occurred more frequently than the other, chose the more frequent one.

– If one of the test words contains more frequent transitions, chose that one.

– If one of the test words contains more probable transitions, chose that one

Page 15: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• Variables:– word recognition– word frequency– syllable transition count– syllable transition probability

Page 16: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• Variables:– Word length– Amount of ‘syllables’– Amount of words– Amount of words used– Fixed lexicons

Page 17: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• Types of Pairings– 2 randoms– 1 lex, 1 random word with the same phonemes– 1 scrambled word– 1 chopped up

Page 18: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• The ILM– All of this was run through an Iterated

Learning Model - which means, a generational model.

Page 19: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• What I judged the output on:– The original generation– The first generation

Page 20: The Evolution of Speech Segmentation: A Computer Simulation

My Simulation

• What I measured:– Lexical retention– Lexical size– Hamming distance– Levenshtein distance– Phonotactic Development– Transitional Probability

Page 21: The Evolution of Speech Segmentation: A Computer Simulation

Results

• Word Recognition: Pretty unsuccessful.

• Word Frequency: Wildly successful (100%)

• Transitional Probability: Alright.

• Transitional Counting: Better than alright, and each generation got better.

Page 22: The Evolution of Speech Segmentation: A Computer Simulation

Results

Page 23: The Evolution of Speech Segmentation: A Computer Simulation

Results

• Controls:– The WPT was very influential– Fixed original corpus: word recognition and

frequency did too well, while the transitional processes looked most like real language.

– Random original corpus: none of them did well.

Page 24: The Evolution of Speech Segmentation: A Computer Simulation

Results

• Controls:– More words is better.– Shorter words is better.– Longer runs aren’t needed but are useful.

Page 25: The Evolution of Speech Segmentation: A Computer Simulation

Disclaimers

• Online processing

• Memory constraints

• The WPT is unrealistic

• Words aren’t isolated

• Abstraction

• The digram analysis

Page 26: The Evolution of Speech Segmentation: A Computer Simulation

Future Work?

• What about a Bayesian analysis? • How exactly would transition count and

probability be used in sequence?

• And anything you might raise now that shows that I need to redo this?

• thatisitiamdonenowthanks