LING 581: Advanced Computational Linguistics Lecture Notes May 5th.

Slides:



Advertisements
Similar presentations
LING 364: Introduction to Formal Semantics Lecture 24 April 13th.
Advertisements

LING 388: Language and Computers Sandiway Fong Lecture 5: 9/8.
LING 388: Language and Computers Sandiway Fong Lecture 2.
LING 388 Language and Computers Lecture 22 11/25/03 Sandiway FONG.
LING 581: Advanced Computational Linguistics Lecture Notes January 19th.
LING 581: Advanced Computational Linguistics Lecture Notes April 23rd.
LING 581: Advanced Computational Linguistics Lecture Notes April 27th.
LING 581: Advanced Computational Linguistics Lecture Notes January 26th.
CS 577 / EE 537 Advanced Computer Networks Fall 2011 Professor Bob Kinicki.
Shallow Processing: Summary Shallow Processing Techniques for NLP Ling570 December 7, 2011.
C SC 620 Advanced Topics in Natural Language Processing Sandiway Fong.
IT 240 Intro to Desktop Databases Introduction. About this course Design a database: Entity Relation (ER) modeling and normalization techniques Create.
LING/C SC/PSYC 438/538 Computational Linguistics Sandiway Fong Lecture 7: 9/11.
LING 388: Language and Computers Sandiway Fong Lecture 28: 12/6.
LING 388: Language and Computers Sandiway Fong Lecture 11: 10/3.
LING 364: Introduction to Formal Semantics Lecture 1 January 12th.
1 SIMS 290-2: Applied Natural Language Processing Marti Hearst Sept 22, 2004.
LING 388 Language and Computers Take-Home Final Examination 12/9/03 Sandiway FONG.
LING 388: Language and Computers Sandiway Fong Lecture 28: 12/5.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Computational Intelligence 696i Language Lecture 1 Sandiway Fong.
Adv. Computer Networks: Objectives1 CS577/EE537 Advanced Computer Networks Summer 2003 Professor Bob Kinicki.
LING 388: Language and Computers Sandiway Fong Lecture 1: 8/23.
CS 577 / EE 537 Advanced Computer Networks Fall 2007 Professor Bob Kinicki.
Fall 2004 Cognitive Science 207 Introduction to Cognitive Modeling Praveen Paritosh.
CIS 410/510 Probabilistic Methods for Artificial Intelligence Instructor: Daniel Lowd.
AQUAINT Kickoff Meeting – December 2001 Integrating Robust Semantics, Event Detection, Information Fusion, and Summarization for Multimedia Question Answering.
CS598CXZ Course Summary ChengXiang Zhai Department of Computer Science University of Illinois, Urbana-Champaign.
CS426 Game Programming II Dan Fleck. Why games?  While the ideas in this course are demonstrated programming games, they are useful in all parts of computer.
COMP Introduction to Programming Yi Hong May 13, 2015.
Information Retrieval CENG 555 Spring Course Web Page Authoritative source of administrivia In-class announcements generally reflected on Web.
Linguistics & AI1 Linguistics and Artificial Intelligence Linguistics and Artificial Intelligence Frank Van Eynde Center for Computational Linguistics.
LING 388: Language and Computers Sandiway Fong Lecture 30 12/8.
Southern Regional Education Board MMGW Middle Grades SC A Comparative Study of High- and Low- implementation Middle Grades Schools Gene Bottoms.
Univ. of TehranComputer Network1 Computer Networks Computer Networks (Graduate level) University of Tehran Dept. of EE and Computer Engineering By: Dr.
Dynamic Pages – Quiz #11 Feedback (under assignments) Lecture Code:
Trustworthy Semantic Web Dr. Bhavani Thuraisingham The University of Texas at Dallas Review for the Final Exam December 8, 2008.
Course grading Project: 75% Broken into several incremental deliverables Paper appraisal/evaluation/project tool evaluation in earlier May: 25%
MRKT 370 – PRINCIPLES OF MARKETING FALL 2003 Dr. Ugur Yucelt Office Phone: Class Time: MW: 12:30-1:45 Office hours: MW:2:00-6:00 pm
CMSC 491/691 A Web of Data Administrivia Spring
30 March – 8 April 2005 Dipartimento di Informatica, Universita di Pisa ML for NLP With Special Focus on Tagging and Parsing Kiril Ribarov.
IST 210: Organization of Data
INSTRUCTOR Next Week Combination Circuits Example DC Theory: Lesson 22
Course Overview for Compilers J. H. Wang Sep. 14, 2015.
For Friday Finish chapter 23 Homework –Chapter 23, exercise 15.
1 Evaluating High Accuracy Retrieval Techniques Chirag Shah,W. Bruce Croft Center for Intelligent Information Retrieval Department of Computer Science.
Introduction to CIS Jan-16.
Course Overview for Compilers J. H. Wang Sep. 20, 2011.
CMSC 491/691 A Web of Data Administrivia Spring
1 Question Answering and Logistics. 2 Class Logistics  Comments on proposals will be returned next week and may be available as early as Monday  Look.
Overview of Statistical NLP IR Group Meeting March 7, 2006.
LING/C SC 581: Advanced Computational Linguistics Lecture Notes Feb 3 rd.
Course Outline Three Themes for the course: Theme 1: Starting a Research Design and setting it up Theme 2: in-depth lectures on the most common research.
11 Thoughts on STS regarding Machine Reading Ralph Weischedel 12 March 2012.
Course Overview - Database Systems
Course Introduction 공학대학원 데이타베이스
LING/C SC 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
LING 581: Advanced Computational Linguistics
CS577/EE537 Advanced Computer Networks
Welcome to CS220/MATH 320 – Applied Discrete Mathematics Fall 2018
CS224N Section 3: Corpora, etc.
Homework Reading Machine Projects Labs
Advanced Computer Networks Course Objectives
LING/C SC 581: Advanced Computational Linguistics
Artificial Intelligence 2004 Speech & Natural Language Processing
LING/C SC 581: Advanced Computational Linguistics
Presentation- Speech #5 Introduction
Presentation transcript:

LING 581: Advanced Computational Linguistics Lecture Notes May 5th

Administrivia All presentations due today (to get a grade)

WordNet Homework If you haven’t already, you should have ed me this report

QA Homework Idea: evaluate the feasibility of QA on the web – using TREC 9 QA examples – programming it up is optional – see and appreciate why it’s hard to do... Steps: – Pick 3 query groups – Simulate (programmatically) QA – use the Collins parser and WordNet to find answers to the queries – submit report (before final class next week) Example Question group What kind of animal was Winnie the Pooh? Winnie the Pooh is what kind of animal? What species was Winnie the Pooh? Winnie the Pooh is an imitation of which animal? What was the species of Winnie the Pooh?

Review of Course Objectives This is a course designed to give students more in-depth knowledge and hands-on experience with technique and software than possible in an introductory survey course such as LING 538. Theme: towards language understanding: – Treebanks: Penn Treebank, lookup software. Part-of- speech taggers. The use and modification of statistical parsers trained on Treebanks – Sentence Parsing using contemporary linguistic theory: Minimalist Program etc. – Ontologies and Semantic Networks: WordNet etc. – Question-Answering (QA) – Co-occurrence and similarity: COALS – Consumer Complaint Behavior (Jameson Watts)

FrameNet

FrameNet Hmm, let’s look at fill instead …