'Natural language processing'에 해당되는 글 2

  1. 2009.02.28 NLP Conference 2009
  2. 2007.11.24 7 Parsing courses from Stanford 2
Natural language processing | Posted by 알 수 없는 사용자 2009. 2. 28. 02:18

NLP Conference 2009

--CONLL
http://www.cnts.ua.ac.be/conll2009/
CoNLL-2009 will be colocated with NAACL HLT 2009 in Boulder, CO, USA at June 4-5, 2009.

* Paper submission deadline:   March 4
* Notification of acceptance:  April 3
* Camera-ready copy deadline:  April 15
* Conference:                  June 4-5

--RANLP 2009
http://www.lml.bas.bg/ranlp2009/
Recent Advances in Natural Language Processing/ September 14-16, 2009, Borovets, Bulgaria

* Conference paper submission notification: 6 April 2009
* Conference paper submission deadline: 13 April 2009
* Conference paper acceptance notification: 1 June 2009
* Final versions of conference papers submission: 13 July 2009


-- MT summit XII
http://summitxii.amtaweb.org/

March 6, 2009 Final day for Tutorial and Workshop proposals
April 28, 2009 Deadline for Research paper submissions
May 28, 2009 Deadline for Commercial User, Government User, and Translator Training and Tools presentation proposals


-- IWPT 2009
international conference on parsing technologies

 

When: Oct 7, 2009 - Oct 9, 2009
Where: Paris, France
Submission Deadline: May 25, 2009
Notification Due: Jul 1, 2009
Final Version Due: Aug 15, 2009
link: http://alpage.inria.fr/iwpt09


- CIKM 2009 (ACM 18th Conference on Information and Knowledge Management )
Beijing, China. October 27-31, 2009

Research and Industry Track

Abstracts due: May 27, 2009

Papers due: June 3, 2009

Notification of Acceptance: July 15, 2009

Camera ready August 15, 2009



http://wikicfp.com/cfp/call?conference=NLP
http://www.cs.rochester.edu/~tetreaul/conferences.html
Natural language processing/parsing | Posted by 알 수 없는 사용자 2007. 11. 24. 08:03

7 Parsing courses from Stanford

1.Overview of Course, Parsing and Statistical Parsing [ppt] [pdf]

Motivation for statistical parsing, recursive phrase structure. Attachment decisions and probabilities. The Penn Treebank. Top-down, and bottom-up parsing.


2.PCFGs and the CKY algorithm
[ppt] [pdf]

PCFGs. Grammar transformations. Recursive parsing and memoization. Dynamic programming for parsing: the CKY algorithm.

3.Generalized CKY parsing and unlexicalized parsing [ppt] [pdf]

Unaries and empties. Parser evaluation. Improving the context-freedom assumptions of grammars: accurate unlexicalized parsing.

4.Search in parsing and lexicalized probabilistic parsing [ppt] [pdf]

Beam parsing. Agenda-based (chart) parsing. A* parsing. Lexicalized probabilistic context-free grammars: The Charniak (1997) model.

5.Treebanks and statistical parsing [ppt] [pdf]

Lexicalized parsing: Collins (1997/1999). The status of information in treebanks.



 

6.Multilingual parsing and dependency parsing [ppt] [pdf]

7.Discriminative parsing [ppt] [pdf]

An introduction to discriminative parsing. Features in discriminative parsers, presented using some of Mark Johnson's slides on discriminative reranking.