Chinese semantic dependency parsing based on sentence compression

Liangjun ZHOU,Yang XIANG
2017-01-01
Journal of Computer Applications
Abstract:To solve the problem that the method currently used to parse Chinese semantic dependency is time-consuming and inaccurate,a solution based on sentence compression was implemented.Firstly,a special sequence labeling compression model was created by open source tool CRF + + with training data,which contributed to detect the backbone information of any sentences,and provided the candidate for the next step.Secondly,the features of original sentence and compressed sentence such as characteristic and context were selected,the semantic dependency relation was recognized by using CRF (Conditional Random Field).Finally,predicate sense disambiguation and sentence recovery were implemented.The data set was based on CoNLL 2009 shared task.Compared with the traditional semantic dependency parsing method based on graph,processing time is reduced by 80%,the precision rate gets a 3.48% improvement,the F-measure gets a 2.11% improvement.
What problem does this paper attempt to address?