# A Graph-based Model for Joint Chinese Word Segmentation and Dependency   Parsing

**Authors:** Hang Yan, Xipeng Qiu, Xuanjing Huang

arXiv: 1904.04697 · 2019-12-19

## TL;DR

This paper introduces a graph-based joint model for Chinese word segmentation and dependency parsing, effectively reducing error propagation and leveraging BERT to improve performance over previous methods.

## Contribution

A concise graph-based joint model that outperforms previous models and integrates BERT to close the gap with gold-standard segmentation.

## Key findings

- Achieves state-of-the-art results in Chinese word segmentation and dependency parsing.
- Reduces error propagation by integrating tasks into a single graph-based model.
- Enhances dependency parsing performance with BERT integration.

## Abstract

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of dependency parsing, which makes dependency parsing suffer from error propagation and unable to directly make use of the character-level pre-trained language model (such as BERT). In this paper, we propose a graph-based model to integrate Chinese word segmentation and dependency parsing. Different from previous transition-based joint models, our proposed model is more concise, which results in fewer efforts of feature engineering. Our graph-based joint model achieves better performance than previous joint models and state-of-the-art results in both Chinese word segmentation and dependency parsing. Besides, when BERT is combined, our model can substantially reduce the performance gap of dependency parsing between joint models and gold-segmented word-based models. Our code is publicly available at https://github.com/fastnlp/JointCwsParser.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.04697/full.md

## Figures

56 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04697/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1904.04697/full.md

---
Source: https://tomesphere.com/paper/1904.04697