Giter Site home page Giter Site logo

peanutf / stackpropagation-slu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leepleased/stackpropagation-slu

0.0 1.0 0.0 24.46 MB

Open source code for EMNLP-19 Paper "A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding".

Home Page: https://arxiv.org/pdf/1909.02188.pdf

Python 100.00%

stackpropagation-slu's Introduction

A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding

This repository contains the PyTorch implementation of the paper: A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding. If you use any source codes or the datasets included in this toolkit in your work, please cite the following paper. The bibtex are listed below:

@article{qin2019stack,
  title={A Stack-Propagation Framework with Token-Level Intent Detection for Spoken Language Understanding},
  author={Qin, Libo and Che, Wanxiang and Li, Yangming and Wen, Haoyang and Liu, Ting},
  journal={arXiv preprint arXiv:1909.02188},
  year={2019}
}

In the following, we will guide you how to use this repository step by step.

Architecture

Preparation

Our code is based on PyTorch 1.1 and runnable for both windows and ubuntu server. Required python packages:

  • numpy==1.16.2
  • tqdm==4.32.2
  • scipy==1.2.1
  • torch==1.1.0
  • ordered-set==3.1.1

We highly suggest you using Anaconda to manage your python environment.

How to Run it

The script train.py acts as a main function to the project. For reproducing the results reported in our paper, We suggest you the following hyper-parameter setting for ATIS dataset:

    python train.py -wed 256 -ehd 256 -aod 128 

Similarly, for SNIPS dataset, you can also consider the following command:

    python train.py -wed 32 -ehd 256 -aod 128

Due to some stochastic factors, It's necessary to slightly tune the hyper-parameters using grid search. If you have any question, please issue the project or email me and we will reply you soon.

stackpropagation-slu's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.