Skip to content

Commit

Permalink
Add POS tagging result - social media (sebastianruder#503)
Browse files Browse the repository at this point in the history
* Add POS tagging result - social media

* Apply suggestions from code review

* Update english/part-of-speech_tagging.md

Co-authored-by: Sebastian Ruder <[email protected]>
  • Loading branch information
sara-mft and sebastianruder authored Jan 5, 2021
1 parent 28d9176 commit 7c580ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions english/part-of-speech_tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The [Ritter (2011)](https://www.aclweb.org/anthology/D11-1141) dataset has becom

| Model | Accuracy | Paper |
| --- | --- | ---|
| PretRand (Meftah et al., 2019) | 91.46 | [Joint Learning of Pre-Trained and Random Units for Domain Adaptation in Part-of-Speech Tagging](https://www.aclweb.org/anthology/N19-1416.pdf) |
| FastText + CNN + CRF | 90.53 | [Twitter word embeddings (Godin et al. 2019 (Chapter 3))](https://fredericgodin.com/research/twitter-word-embeddings/) |
| CMU | 90.0 ± 0.5 | [Improved Part-of-Speech Tagging for Online Conversational Text with Word Clusters](http://www.cs.cmu.edu/~ark/TweetNLP/owoputi+etal.naacl13.pdf) |
| GATE | 88.69 | [Twitter Part-of-Speech Tagging for All: Overcoming Sparse and Noisy Data](https://www.aclweb.org/anthology/R13-1026) |
Expand Down

0 comments on commit 7c580ff

Please sign in to comment.