Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lngvietthang/4bd9f0c4f887396b7b8276741aa05d05 to your computer and use it in GitHub Desktop.
Save lngvietthang/4bd9f0c4f887396b7b8276741aa05d05 to your computer and use it in GitHub Desktop.
VLSP 2018 NER Dataset
+--------------+-------+-------------+------+-------+
| | Train | Development | Test | TOTAL |
+--------------+-------+-------------+------+-------+
| LOC | 6289 | 795 | 2377 | 9461 |
| MISC | 743 | 63 | 178 | 984 |
| ORG | 5587 | 723 | 2126 | 8436 |
| PER | 4600 | 492 | 1883 | 6975 |
| #total of NE | 17219 | 2073 | 6564 | 25856 |
| #sentence | 14467 | 1601 | 5381 | 21499 |
+--------------+-------+-------------+------+-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment