1 / 23

LING 388: Language and Computers

LING 388: Language and Computers. Sandiway Fong Lecture 24: 11/17. Administrivia. Homework #5 WordNet out today due Tuesday 29th ( after Thanksgiving ). Last Time. semantic networks based around language WordNet (Miller @ Princeton University)

mikkel
Download Presentation

LING 388: Language and Computers

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. LING 388: Language and Computers Sandiway Fong Lecture 24: 11/17

  2. Administrivia • Homework #5 • WordNet • out today • due Tuesday 29th (after Thanksgiving)

  3. Last Time • semantic networks based around language • WordNet (Miller @ Princeton University) • handbuilt (ad hoc) network of synonym sets (synsets) connected by semantic relations • e.g. isa, part of, antonymy, causation etc. • large-scale (and free) lexical resource • 139,000 entries (word senses) v1.7 • 10,000 verbs (polysemy 2) • 20,000 adjectives (1.5)

  4. Last Time • semantic networks based around language • WordNet (Miller @ Princeton University) • handbuilt (ad hoc) network of synonym sets (synsets) connected by semantic relations • e.g. isa, part of, antonymy, causation etc. • example (semantic opposition): • an instance of the frame problem • John mended the torn/red dress • mend as a change-of-state verb: how to track changes? mend: x CAUS y BECOME <STATE (mended)> • John CAUS the torn/red dress BECOME <STATE (mended)>

  5. Last Time • example (semantic opposition): • what kind of knowledge is invoked here? • exploit the network • or • some kind of enriched lexicon with encyclopedic knowledge

  6. Last Time • semantic networks based around language • WordNet (Miller @ Princeton University) • handbuilt (ad hoc) network of synonym sets (synsets) connected by semantic relations • e.g. isa, part of, antonymy, causation etc. • example (logical metonomy): • an instance of filling in the missing verb • John began the novel • John began [reading/writing] the novel • defeasible • my goat eats anything • he really enjoyed [verb] your book (reading) (eating)

  7. Last Time • example (logical metonomy): • compute some telic role • John enjoyed[drinking]the wine • Generative Lexicon (GL) Model (wine: telic role: drink) • vs. • WordNet structure

  8. Larger Issue • larger issue • knowledge of language for semantic inference • useful for sentence understanding applications • questions • how do we organize such knowledge? • do we have a semantic network like WordNet? • is it part of the “language faculty”?

  9. Homework 5

  10. Homework 5: Question 1 • (3pts) use WordNet to discover • what have (specific senses) of the following nouns in common? • Umbrella • Saucepan • Baseball bat • Carpet beater • but do not share with: • Giraffe • Pretzel • Homework • explain your answer

  11. GRE • Educational Testing Service (ETS) • www.ets.org • 13 million standardized tests/year • Graduate Record Examination (GRE) • verbal section of the GRE • vocabulary • GRE vocabulary • word list • Word list retention • word matching exercise (from a GRE prep book)

  12. Task: Match each word in the first column with its definition in the second column accolade deviating aberrant keen insight abate abolish abscond lessen in intensity acumen sour or bitter acerbic depart secretly abscission building up accretion renounce abjure removal abrogate praise

  13. Homework 5: Question 2 • (for 17 pts) • use WordNet (wnconnect) to “solve” the word match puzzle • come up with an method or procedure that correctly associates (as many as possible) words in the left column to those on the right you can use different forms, e.g. deviate/deviation/deviating • describe your procedure • show how it works on the examples • (you don’t have to turn in a program) • e.g. you could compute shortest links

  14. Homework 5: Question 2 • wnconnect • compute links between abate and lessen abate and sour

  15. Task: match each word in the first column with its definition in the second column accolade deviation aberrant keen insight abate abolish abscond lessen in intensity acumen sour or bitter acerbic departsecretly abscission building up accretion renounce abjure removal abrogate praise

  16. Language and Intelligence • if a computer program can be written to do as well as humans on examples like homework 5, is the program intelligent? • can such a program be written?

  17. Interesting things to Google • a look at the future of educational testing... • www.etstechnologies.com • e-rater

  18. Interesting things to Google • www.ets.org/erater/index.html

  19. Interesting things to Google • e-rater FAQs • Q. What's the technology used in e-rater? • e-rater uses NLP to identify the features of the faculty-scored essays in its sample collection and store them-with their associated weights-in a database. • when e-rater evaluates a new essay, it compares its features to those in the database in order to assign a score. • because e-rater is not doing any actual reading, the validity of its scoring depends on the scoring of the sample essays from which e-rater 's database is created.

  20. Interesting things to Google • e-rater FAQs • Q. How often does the computer's score agree with the score of a faculty reader? • Almost all the time. • ETS researchers found exact agreement, or a difference of only one point, in as many as 98 percent of the comparisons between the computer's scores and those of a trained essay-reader using the same scoring guides and scoring system.

  21. Interesting things to Google • e-rater FAQs • Q. How do students feel about being scored by a machine? • Most of today's students have had experience with instant feedback in computer programs and are becoming more comfortable with the idea of computerized scoring.

  22. Interesting things to Google • paper • CriterionSM: Online essay evaluation: An application for automated evaluation of student essays. • authors: Burstein, J., Chodorow, M., & Leacock, C. (2003) • In Proceedings of the Fifteenth Annual Conference on Innovative Applications of Artificial Intelligence, Acapulco, Mexico. • (This paper received an AAAI Deployed Application Award.) • http://www.ets.org/research/dload/iaai03bursteinj.pdf • e-rater • trained on 270 essays scored by human readers • evaluates syntactic variety, discourse, topical content, lexical complexity • 50 features • critique • grammar checker (agreement, verb formation, punctuation, typographical errors) • statistical (bigram) model of English

  23. Interesting things to Google • automated bogus scientific paper generation • http://pdos.csail.mit.edu/scigen/ • SCIgen - An Automatic CS Paper Generator • SCIgen is a program that generates random Computer Science research papers, including graphs, figures, and citations. It uses a hand-written context-free grammar to form all elements of the papers. • achievements • one out of two papers got accepted at the World Multiconference on Systemics, Cybernetics and Informatics (WMSCI) • Rooter: A Methodology for the Typical Unification of Access Points and Redundancy • “We implemented our scatter/ gather I/O server in Simula-67, augmented with opportunistically pipelined extensions.”

More Related