bist-parser icon indicating copy to clipboard operation
bist-parser copied to clipboard

Port to dynet 2.0

Open Cocophotos opened this issue 7 years ago • 2 comments

Hi,

I've made some changes to port the parser to DyNet 2.0 (+ some other changes to make it more robust when finding the right directory for evaluation).

I've tested this version (MST & Transition-Based) on the PTB with gold & predicted PoS. I have the following results with predicted PoS:

MST: Dev LAS = 91.51 % UAS = 93.97 %

Test LAS = 91.74 % UAS = 93.87 %

TB:
Dev LAS = 91.52 % UAS = 93.91 %

Test LAS = 91.61 % UAS = 93.78 %

Best

-- Corentin

Cocophotos avatar Aug 14 '17 09:08 Cocophotos

Hi do you have model files for bestarchybrid to run on dynet 2 ? it looks like the one we downloaded is for the old version of model.

ftiryaki avatar Mar 17 '18 21:03 ftiryaki

Hi, can I get the bestmodel for the MST & Transition-Based? What are the hyperparameters to train this, and how many iterations?

Thank you for the help in advance!

heejincs avatar Aug 12 '18 02:08 heejincs