https://github.com/wj-mcat/nlu-paper-with-code
record my reading papers and reproduction code.
https://github.com/wj-mcat/nlu-paper-with-code
allennlp neural-language-processing nlu papers pytorch slot-filling
Last synced: 3 months ago
JSON representation
record my reading papers and reproduction code.
- Host: GitHub
- URL: https://github.com/wj-mcat/nlu-paper-with-code
- Owner: wj-Mcat
- License: apache-2.0
- Created: 2020-06-21T08:32:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T14:43:17.000Z (about 5 years ago)
- Last Synced: 2024-10-06T05:41:15.634Z (9 months ago)
- Topics: allennlp, neural-language-processing, nlu, papers, pytorch, slot-filling
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NLU paper with code
> I will record my reading papers and try to complete the core algorithm with pytorch
# papers
- [Coach: A Coarse-to-Fine Approach for Cross-domain Slot Filling](http://arxiv.org/abs/2004.11727)
> using a coarse-to-fine approach for cross-domain slot filling. This model is simple and effective for few-shot cross-domain slot filling.