-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WikiANN NER dataset #1080
Merged
Merged
Add WikiANN NER dataset #1080
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dataset card added, so ready for review! |
lhoestq
reviewed
Dec 4, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really awesome thank you !
I just left a comment for the language tags
lhoestq
approved these changes
Dec 6, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks all good thanks !
abecadel
pushed a commit
to abecadel/datasets
that referenced
this pull request
Dec 7, 2020
* Add first pass at WikiANN * Add dataset_infos for WikiANN * ✨ Replace manual download with URL! * Promote version number to variable * Add comment about Dropbox download URL * Add dummy data * Update dataset_infos.json * Fix style * Add dataset card * Fix language tags and add bibtex citations to dataset card
ophelielacroix
pushed a commit
to ophelielacroix/datasets
that referenced
this pull request
Dec 8, 2020
* Add first pass at WikiANN * Add dataset_infos for WikiANN * ✨ Replace manual download with URL! * Promote version number to variable * Add comment about Dropbox download URL * Add dummy data * Update dataset_infos.json * Fix style * Add dataset card * Fix language tags and add bibtex citations to dataset card
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the full set of 176 languages from the balanced train/dev/test splits of WikiANN / PAN-X from: https://github.com/afshinrahimi/mmner
Until now, only 40 of these languages were available in
datasets
as part of the XTREME benchmarkCourtesy of the dataset author, we can now download this dataset from a Dropbox URL without needing a manual download anymore 🥳, so at some point it would be worth updating the PAN-X subset of XTREME as well 😄
Link to gist with some snippets for producing dummy data: https://gist.github.com/lewtun/5b93294ab6dbcf59d1493dbe2cfd6bb9
P.S. @yjernite I think I was confused about needing to generate a set of YAML tags per config, so ended up just adding a single one in the README.