Skip to content
Snippets Groups Projects
Commit eecbba1b authored by Michael Heck's avatar Michael Heck
Browse files

Update README.md

parent 8a53c608
No related branches found
No related tags found
No related merge requests found
## *** For readers of "Out-of-Task Training for Dialog State Tracking Models" ***
The code update to cover the content of the paper (https://arxiv.org/abs/2011.09379) will be available here after our presentation at COLING 2020
## Introduction
TripPy is a new approach to dialogue state tracking (DST) which makes use of various copy mechanisms to fill slots with values. Our model has no need to maintain a list of candidate values. Instead, all values are extracted from the dialog context on-the-fly.
......@@ -27,8 +31,9 @@ With a sequence length of 180, you should expect the following average JGA:
## Requirements
- transformers
- tensorboardX
- torch (tested: 1.4.0)
- transformers (tested: 2.0)
- tensorboardX (tested: 2.9.1)
## Citation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment