paper-with-me

Papers

A Practical Chinese Dependency Parser Based on A Large-scale Dataset

2020-09-02 · Shuai Zhang, Lijie Wang, Ke Sun, Xinyan Xiao

Dependency parsing is a longstanding natural language processing task, with its outputs crucial to various downstream tasks. Recently, neural network based (NN-based) dependency parsing has achieved significant progress and obtained the state-of-the-art results. As we all know, NN-based approaches require massive amounts of labeled training data, which is very expensive because it requires human annotation by experts. Thus few industrial-oriented dependency parser tools are publicly available. In this report, we present Baidu Dependency Parser (DDParser), a new Chinese dependency parser trained on a large-scale manually labeled dataset called Baidu Chinese Treebank (DuCTB). DuCTB consists of about one million annotated sentences from multiple sources including search logs, Chinese newswire, various forum discourses, and conversation programs. DDParser is extended on the graph-based biaffine parser to accommodate to the characteristics of Chinese dataset. We conduct experiments on two test sets: the standard test set with the same distribution as the training set and the random test set sampled from other sources, and the labeled attachment scores (LAS) of them are 92.9% and 86.9% respectively. DDParser achieves the state-of-the-art results, and is released at https://github.com/baidu/DDParser.

📄 PDF Abstract BibTeX arXiv:2009.00901

Code (2)

baidu/DDParser 공식 구현 paddle
PaddlePaddle/PaddleNLP/tree/develop/examples/dependency_parsing/ddparser paddle

Tasks

Dependency Parsing

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
DDParser DDParser, or Baidu Dependency Parser, is a Chinese dependency parser trained on a large-scale manually labeled dataset called Baidu Chinese Treebank (DuCTB). For…

Similar Papers 제목 키워드 기반

Dependency Language Models for Transition-based Dependency Parsing

2016-07-18 · WS 2017 9 · Juntao Yu, Bernd Bohnet

In this paper, we present an approach to improve the accuracy of a strong transition-based dependency parser by exploiting dependency language models that are extracted from a large parsed corpus. We integrated a small n…

Dependency ParsingTransition-Based Dependency Parsing

Modal Dependency Parsing via Language Model Priming

2022-07-01 · NAACL 2022 7 · Jiarui Yao, Nianwen Xue, Bonan Min

The task of modal dependency parsing aims to parse a text into its modal dependency structure, which is a representation for the factuality of events in the text. We design a modal dependency parser that is based on prim…

Dependency ParsingLanguage ModelingLanguage Modellingmodel

Semantic-aware Chinese Zero Pronoun Resolution with Pre-trained Semantic Dependency Parser

2020-10-01 · CCL 2020 10 · Lanqiu Zhang, Zizhuo Shen, Yanqiu Shao

Deep learning-based Chinese zero pronoun resolution model has achieved better performance than traditional machine learning-based model. However, the existing work related to Chinese zero pronoun resolution has not yet w…

Chinese Zero Pronoun ResolutionDeep Learning

繁體中文依存句法剖析器 (Traditional Chinese Dependency Parser) [In Chinese]

2018-10-01 · ROCLINGIJCLCLP 2018 10 · Yen-Hsuan Lee, Yih-Ru Wang

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

2017-11-28 · Xuancheng Ren, Xu sun

In the training of transition-based dependency parsers, an oracle is used to predict a transition sequence for a sentence and its gold tree. However, the transition system may exhibit ambiguity, that is, there can be mul…

Chinese Dependency ParsingDependency ParsingSentence