Skip to content
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

Some problems with the dataset. #16

Closed
caoxu915683474 opened this issue May 10, 2018 · 5 comments
Closed

Some problems with the dataset. #16

caoxu915683474 opened this issue May 10, 2018 · 5 comments

Comments

@caoxu915683474
Copy link

Excuse me, I can't find the conll data with BIOES tags.Where can I get the data to perform your score?
The score of BIO tags is something worse than BIOES ' s.

Can you give me a url to download the data?

thanks a lot for your help.

@zhenlanghuo
Copy link

@caoxu915683474 you need transform the BIO tags to BIOES tags by yourself.

@caoxu915683474
Copy link
Author

@zhenlanghuo Thanks a lot , I forget to do this transform work by myself. Haha!

@jiesutd
Copy link
Owner

jiesutd commented May 10, 2018

Thanks @zhenlanghuo !

@udion
Copy link

udion commented Jun 6, 2018

It seems like the code is written such that even if I pass the original CoNLL-2003 dataset, where the first column is the words and the last column is the NER tags, and inbetween columns is some more tags, it will only use the first columns for words and last column for tags, so I don't really have to convert the CoNLL-2003 format to the format given by you in sample_dataset, right?

i.e the original CoNLL-2003 is like

EU NNP I-NP I-ORG
rejects VBZ I-VP O
German JJ I-NP I-MISC
call NN I-NP O
to TO I-VP O
boycott VB I-VP O
British JJ I-NP I-MISC
lamb NN I-NP O
. . O O

but whats given in sample_dataset is

EU S-ORG
rejects O
German S-MISC
call O
to O
boycott O
British S-MISC
lamb O
.  O

both should work right?

@udion
Copy link

udion commented Jun 6, 2018

@caoxu915683474 were you able to resolve the issue? were you able to get BIOES dataset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants