Presentation is loading. Please wait.

Presentation is loading. Please wait.

slides derived from those of Eva Mok and Joe Makin March 21, 2007

Similar presentations


Presentation on theme: "slides derived from those of Eva Mok and Joe Makin March 21, 2007"— Presentation transcript:

1 slides derived from those of Eva Mok and Joe Makin March 21, 2007
CS 182 Sections slides derived from those of Eva Mok and Joe Makin March 21, 2007

2 The Last Stretch Cognition and Language Computation
Psycholinguistics Experiments Spatial Relation Motor Control Metaphor Grammar Cognition and Language Computation Chang Model Bailey Model Narayanan Model Structured Connectionism Neural Net & Learning Regier Model SHRUTI Computational Neurobiology Triangle Nodes abstraction Biology Visual System Neural Development Quiz Midterm Finals

3 Questions What is Constrained Best Fit?
How does Bailey use multiple levels of representation to learn different senses of verbs? What is Minimum Description Length? How do we use Minimum Description Length to merge a grammar? What does the prefix affix tree look like for the following sentences: eat them here or there eat them anywhere What does the affix tree look like after the best prefix merge?

4 Questions What is Constrained Best Fit?
How does Bailey use multiple levels of representation to learn different senses of verbs? What is Minimum Description Length? How do we use Minimum Description Length to merge a grammar? What does the prefix affix tree look like for the following sentences: eat them here or there eat them anywhere What does the affix tree look like after the best prefix merge?

5 Constrained Best Fit Physical example? Chemical example?
Biological example?

6 Questions What is Constrained Best Fit?
How does Bailey use multiple levels of representation to learn different senses of verbs? What is Minimum Description Length? How do we use Minimum Description Length to merge a grammar? What does the prefix affix tree look like for the following sentences: eat them here or there eat them anywhere What does the affix tree look like after the best prefix merge?

7 Bailey’s VerbLearn Model
3 Levels of representation cognitive: words, concepts computational: f-structs, x-schemas connectionist: structured models, learning rules Input: labeled hand motions (f-structs) learning: the correct number of senses for each verb the relevant features in each sense, and the probability distributions on each included feature execution: perform a hand motion based on a label

8

9 palm 0.7 grasp 0.3 extend 0.9 slide 0.9 posture elbow jnt schema [6] palm 0.9 extend 0.9 slide 0.9 accel posture elbow jnt schema [6 - 8] palm 0.9 extend 0.9 slide 0.9 accel posture elbow jnt schema [2] index 0.9 fixed 0.9 depress 0.9 accel posture elbow jnt schema 6 palm extend slide accel posture elbow jnt schema data #1 8 palm extend slide accel posture elbow jnt schema data #2 2 index fixed depress accel posture elbow jnt schema data #3 2 grasp extend slide accel posture elbow jnt schema data #4

10

11 Limitations of Bailey’s model
an instance of recruitment learning (1-shot) embodied (motor control schemas) learns words and carries out action the label contains just the verb assumes that the labels are mostly correct no grammar

12 Questions What is Constrained Best Fit?
How does Bailey use multiple levels of representation to learn different senses of verbs? What is Minimum Description Length? How do we use Minimum Description Length to merge a grammar? What does the prefix affix tree look like for the following sentences: eat them here or there eat them anywhere What does the affix tree look like after the best prefix merge?

13 Minimum Description Length
Occam's Razor Constrain set of hypotheses Like “prior distribution” over hypotheses from Tom Griffiths's lecture prior distribution is more flexible

14 Questions What is Constrained Best Fit?
How does Bailey use multiple levels of representation to learn different senses of verbs? What is Minimum Description Length? How do we use Minimum Description Length to merge a grammar? What does the prefix affix tree look like for the following sentences: eat them here or there eat them anywhere What does the affix tree look like after the best prefix merge?

15 Grammar merging How can we measure description length?
complicated rules are bad lots of rules are bad measure “derivation length” alpha * size(rules) + derivationCost(rules, sentences) How can we merge rules? extract common prefix extract common suffix

16 Questions What is Constrained Best Fit?
How does Bailey use multiple levels of representation to learn different senses of verbs? What is Minimum Description Length? How do we use Minimum Description Length to merge a grammar? What does the prefix affix tree look like for the following sentences: eat them here or there eat them anywhere What does the affix tree look like after the best prefix merge?

17 Affix Trees Data structures that help you figure out what merges are possible Each node in the tree represents a symbol, either terminal or non-terminal (we call that the “affix” in the code) Prefix Tree Suffix Tree

18 Prefix Tree r1: S  eat them here or there r2: S  eat them anywhere S

19 Prefix Merge r3: S  eat them X1 r4: X1  here or there
r5: X1  anywhere r4 r5 r3 S X1 r4 r5 here r3 anywhere eat r4 or r4 r3 them there r3 X1

20 Have a good Spring Break!!!


Download ppt "slides derived from those of Eva Mok and Joe Makin March 21, 2007"

Similar presentations


Ads by Google