We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcd50a commit a37ead5Copy full SHA for a37ead5
README.md
@@ -14,10 +14,10 @@
14
15
### Slot Filling + intent prediciton
16
- - [ ] [Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling](https://arxiv.org/abs/1609.01454)
17
- - - [x] Make a CoNLL-2003 batcher
18
- - - [x] Implement trainer
19
- - - [x] Implement slot filler
20
- - - [x] Implement intent
+ - - [ ] Make a ATIS batcher
+ - - [ ] Implement trainer
+ - - [ ] Implement slot filler
+ - - [ ] Implement intent
21
22
### Tree VAE
23
- - [ ] [STRUCTVAE: Tree-structured Latent Variable Models for Semi-supervised Semantic Parsing](https://arxiv.org/abs/1806.07832)
0 commit comments