html5-img
1 / 7

Midterm Review

Midterm Review. CS4705 Natural Language Processing. Midterm Review. Statistical v. Symbolic Processing 80/20 Rule Regular Expressions Finite State Automata Determinism v. non-determinism (Weighted) Finite State Transducers Morphology Word Classes and p.o.s.

hien
Download Presentation

Midterm Review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Midterm Review CS4705 Natural Language Processing

  2. Midterm Review • Statistical v. Symbolic Processing • 80/20 Rule • Regular Expressions • Finite State Automata • Determinism v. non-determinism • (Weighted) Finite State Transducers • Morphology • Word Classes and p.o.s. • Inflectional v. Derivational • Affixation, infixation, concatenation • Morphotactics

  3. Different languages, different morphologies • Evidence from human performance • Morphological parsing • Koskenniemi’s two-level morphology • FSAs vs. FSTs • Porter stemmer • Noise channel model • Bayesian inference • Spelling correction • Bayesian approach

  4. Minimum Edit Distance (Levenshtein distance) • Dynamic Programming • N-grams • Markov assumption • Chain Rule • Language Modeling • Simple, Adaptive, Class-based (syntax-based) • Smoothing • Add-one, Witten-Bell, Good-Turing • Back-off models

  5. Creating and using ngram LMs • Corpora • Maximum Likelihood Estimation • Syntax • Chomsky’s view: Syntax is cognitive reality • Parse Trees • Dependency Structure • Part-of-Speech Tagging • Hand Written Rules v. Statistical v. Hybrid • Brill Tagging

  6. Types of Ambiguity • Context Free Grammars • Top-down v. Bottom-up Derivations • Left Corners • Grammar Equivalence • Normal Forms (CNF) • Probabilistic Parsing • CYK parser • Derivational Probability • Lexicalization

  7. Machine Learning • Dependent v. Independent variables • Training v. Development Test v. Test sets • Feature Vectors • Metrics • Accuracy • Precision, Recall, F-Measure • Gold Standards

More Related