choosewhatulike / sparse-sharing

Codes for "Learning Sparse Sharing Architectures for Multiple Tasks"
MIT License
89 stars 26 forks source link

Where to get the "conll03,ontonotes,ptb" dataset? #1

Closed imsheridan closed 4 years ago

imsheridan commented 4 years ago

Dear author,

I'm trying to repro your algo but it seems I don't know how to get these three datasets before I can run the pre-processing code below. Could you pls point out how I can get them? Thx

python prepare-data.py \ --type conll03 \ --pos /path/to/pos \ --chunk /path/to/chunk \ --ner /path/to/ner

txsun1997 commented 4 years ago

refer to your email

wangxu-scu commented 4 years ago

Hello, thx for your code! Can you also help me to get the three datasets?

lichunnan commented 4 years ago

hello,thanks for your work~And can you also help me to get the three datasets?

txsun1997 commented 4 years ago

Thanks for your attention. Send me an email (txsun19@fudan.edu.cn), I'll reply with the datasets attached.

choosewhatulike commented 4 years ago

Sorry for the late reply. We upload the conll03 and PTB datasets to the repo (see ./data folder for details). And due to the copyright of the OntoNotes dataset, we cannot upload it to the public.

ax-22 commented 3 years ago

Thanks for sharing. I understand the copyright of the OntoNotes dataset. But is it possible to provide the code for preparing OntoNotes?

txsun1997 commented 3 years ago

See https://github.com/yhcc/OntoNotes-5.0-NER. Hope it helps.