Skip to content

A few approaches using sequence to sequence (seq2seq) architecture to solve semantice parsing problem

Notifications You must be signed in to change notification settings

dinhngoc267/seq2seq-for-semantic-parsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Parsing with Seq2Seq

This repo covers some approaches using sequence to sequence architecture to solve semantic parsing problem.

Implementation

  1. Vanilla Seq2Seq using RNNs
  2. Seq2Seq using RNNs with Attention Mechanism
  3. Seq2Seq using RNNs with Attention Mechanism + Copy Mechanism
  4. Seq2Seq using RNNs with Attention Mechanism + Sequential Copy Mechanism