/BiaffineParser

Biaffine Parser based on CNN / LSTM / Transformer Encoder

Primary LanguagePythonApache License 2.0Apache-2.0

BiaffineParser

Biaffine Parser based on CNN / LSTM / Transformer Encoder

Results on CTB 5.1

Baseline(without punct) my performance(without punct) my performance(with punct) *Bert(Finetune-last) *Bert(Fixed-8)
UAS 89.30 89.790 88.551 92.52 92.96
LAS 88.23 88.366 87.323 91.23 91.80
For evaluation, omitting punctuations will give higher values on UAS and LAS, demonstrating that puncts are more difficult.