Skip to content

Tags: mrqorib/NLP-progress

Tags

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new resource for relation prediction (sebastianruder#435)

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update intent_detection_slot_filling.md (sebastianruder#421)

Add the result of Stack-Propagation.

v0.1

Toggle v0.1's commit message
add NER state-of-the-art result (sebastianruder#296)

Add NER state-of-the-art result with EMNLP 2018 paper (Learning Better Internal Structure of Words for Sequence Labeling), this paper proposed IntNet, which mainly focus on learning better character-to-word representations, IntNet significantly outperformed other character embedding models, and also combined with BiLSTM-CRF achieved state-of-the-art NER result without using any lexical features, transfer learning, language modeling or pre-training.