Skip to content

tukw/unsupervised-parsing-tutorial

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Unsupervised Natural Language Parsing (EACL 2021 Tutorial)

Presented by Kewei Tu, Yong Jiang, Wenjuan Han, Yanpeng Zhao

Overview

Unsupervised parsing learns a syntactic parser from training sentences without parse tree annotations. Recently, there has been a resurgence of interest in unsupervised parsing, which can be attributed to the combination of two trends in the NLP community: a general trend towards unsupervised training or pre-training, and an emerging trend towards finding or modeling linguistic structures in neural models.

In this tutorial, we will introduce to the general audience what unsupervised parsing does and how it can be useful for and beyond syntactic parsing. We will then provide a systematic overview of major classes of approaches to unsupervised parsing, namely generative and discriminative approaches, and analyze their relative strengths and weaknesses. We will cover both decade-old statistical approaches and more recent neural approaches to give the audience a sense of the historical and recent development of the field. We will also discuss emerging research topics such as BERT-based approaches and visually grounded learning.

Slides

  1. Introduction
  2. Generative Approaches (part a)(part b)
  3. Discriminative Approaches
  4. Special Topics
  5. Summary
  6. References

Video

https://slideslive.com/38954323/unsupervised-natural-language-parsing

About

Unsupervised Natural Language Parsing (Tutorial)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published