Chinese Dependency Parsing

5 papers with code • 1 benchmarks • 0 datasets

This task has no description! Would you like to contribute one?

Efficient Second-Order TreeCRF for Neural Dependency Parsing

yzhangcs/parser ACL 2020

Experiments and analysis on 27 datasets from 13 languages clearly show that techniques developed before the DL era, such as structural learning (global TreeCRF loss) and high-order modeling are still useful, and can further boost parsing performance over the state-of-the-art biaffine parser, especially for partially annotated training data.

810
03 May 2020

Semi-supervised Domain Adaptation for Dependency Parsing

SUDA-LA/ACL2019-dp-cross-domain ACL 2019

During the past decades, due to the lack of sufficient labeled data, most studies on cross-domain parsing focus on unsupervised domain adaptation, assuming there is no target-domain training data.

15
01 Jul 2019

Glyce: Glyph-vectors for Chinese Character Representations

ShannonAI/glyce NeurIPS 2019

However, due to the lack of rich pictographic evidence in glyphs and the weak generalization ability of standard computer vision models on character data, an effective way to utilize the glyph information remains to be found.

417
29 Jan 2019

Global Transition-based Non-projective Dependency Parsing

tzshi/mh4-parser-acl18 ACL 2018

Shi, Huang, and Lee (2017) obtained state-of-the-art results for English and Chinese dependency parsing by combining dynamic-programming implementations of transition-based dependency parsers with a minimal set of bidirectional LSTM features.

6
04 Jul 2018

Hybrid Oracle: Making Use of Ambiguity in Transition-based Chinese Dependency Parsing

lancopku/nndep 28 Nov 2017

In the training of transition-based dependency parsers, an oracle is used to predict a transition sequence for a sentence and its gold tree.

14
28 Nov 2017