Generating Trees or Graphs Incrementally (2/20/2020)

Content:

  • What is Transition-based Parsing?
  • Shift-reduce Parsing w/ Feed-forward Nets
  • Stack LSTM
  • Transition-based Models for Phrase Structure
  • A Simple Alternative: Linearized Trees

Slides: Incremental Parsing Slides
Sample Code: Incremental Parsing Code Examples

<-- Back To Schedule