yzhangcs / parser

:rocket: State-of-the-art parsers for natural language.
https://parser.yzhang.site/
MIT License
827 stars 139 forks source link

Data share #49

Closed YuxianMeng closed 3 years ago

YuxianMeng commented 3 years ago

Hi, I'm very interested in your nice work, and I'd love to build my new model upon yours. Could you please share the conllx style data you used to reproduce your results in paper? Looking forward to your reply~

yzhangcs commented 3 years ago

Hi, thanks for your interest :). You can download the data from this link. The Stanford Parser v3.3.0 is needed to convert the raw pid data into conllx format. Please refer to the Biaffine Parser paper or Chen et al. 2015 (Fast and Accurate ...) for more details.

YuxianMeng commented 3 years ago

Hi, thanks for your interest :). You can download the data from this link. The Stanford Parser v3.3.0 is needed to convert the raw pid data into conllx format. Please refer to the Biaffine Parser paper or Chen et al. 2015 (Fast and Accurate ...) for more details.

Thanks for your immediate reply! However, some links in Chen's paper is invalid, I'd greatly appreciate it if you can provide a copy of preprocessed data.

yzhangcs commented 3 years ago

Hi, thanks for your interest :). You can download the data from this link. The Stanford Parser v3.3.0 is needed to convert the raw pid data into conllx format. Please refer to the Biaffine Parser paper or Chen et al. 2015 (Fast and Accurate ...) for more details.

Thanks for your immediate reply! However, some links in Chen's paper is invalid, I'd greatly appreciate it if you can provide a copy of preprocessed data.

You can follow the instructions here.