Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 529 Bytes

Slot-Filling

Slot Filling Using RNN with ATIS data.

Requirement

Python3.6
PyTorch
progressbar  

Dataset

Airline Travel Information System(ATIS) dataset.

Here is an example sentence and its labels from the dataset:

Show flights from Boston to New York today
O O O B-dept O B-arr I-arr B-date

Result

Bi-GRU

    Precision Recall F1
train-set 99.77 99.83 99.8
test-set 94.78 94.75 94.76