1 / 20

Chinese Semantic Role Labeling with Dependency-driven Constituent Parse Tree Structure

Chinese Semantic Role Labeling with Dependency-driven Constituent Parse Tree Structure. Hongling Wang, Bukang Wang Guodong Zhou NLP Lab, School of Computer Science & Technology, Soochow University. Motivation Related work Tree kernel-based nominal SRL on D-CPT Experimentation and Results

Download Presentation

Chinese Semantic Role Labeling with Dependency-driven Constituent Parse Tree Structure

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chinese Semantic Role Labeling with Dependency-driven Constituent Parse Tree Structure Hongling Wang, Bukang Wang Guodong Zhou NLP Lab, School of Computer Science & Technology, Soochow University

  2. Motivation Related work Tree kernel-based nominal SRL on D-CPT Experimentation and Results Conclusion Outlines

  3. Two kinds of method for SRL Feature-based VS. Tree Kernel-based The latter has the potential in better capturing structured knowledge in the parse tree structure. There are only a few studies employing tree kernel-based methods for SRL and most of them focus on the CPT structure. Motivation(1)

  4. DPT (Dependency Parse Tree) captures the dependency relationship between individual words, while CPT (Constituent Parse Tree) concerns with the phrase structure in a sentence. CPT and DPT may behave quite differently in capturing different aspects of syntactic phenomena. We explore a tree kernel-based methods using a new syntactic parse tree structure, called dependency-driven constituent parse tree (D-CPT) for Chinese nominal SRL. Motivation(2)

  5. Some studies use tree kernel-based methods for verbal SRL Moschitti et al., Che et al., Zhang et al. There are a few related studies in other NLP tasks employing DPT in tree kernel-based methods and achieve comparable performance to the ones on CPT. semantic relation extraction and co-reference resolution To our knowledge, there are no reported studies on tree kernel-based methods for SRL from the DPT structure perspective. Related Work

  6. The new D-CPT structure benefits from the advantages of both DPT and CPT since D-CPT not only keeps the dependency relationship information in DPT but also retains the basic structure of CPT. This is done by transforming the DPT structure to a new CPT-style structure, using dependency types instead of phrase labels in the traditional CPT structure. D-CPT Structure

  7. Example of DPT with nominal predicate and its related arguments annotated

  8. Example of achieving D-CPT structure from DPT structure

  9. 1) Shortest path tree (SPT) This extraction scheme only includes the nodes occurring in the shortest path connecting the predicate and the argument candidate, via the nearest commonly-governing node. 2) SV-SPT This extraction scheme includes the support verb information in nominal SRL. 3) H-SV-SPT Both of the head argument and the support verb information are included in nominal SRL. Extraction schemes

  10. Extraction schemes

  11. In order to capture the complementary nature between feature-based methods and tree kernel-based methods, we combine them via a composite kernel. Our composite kernel is combined by linearly interpolating a convolution tree kernel KT over a parse tree structure and a feature-based linear kernel KL as follow: Kernels

  12. Corpus: Chinese NomBank Training data: 648 files (chtb_081 to 899.fid) Test data: 72 files (chtb_001 to 040.fid and chtb_900 to 931.fid) Development data: 40 files (chtb_041 to 080.fid) Tools Classifier: SVM-light toolkit with the convolution tree kernel function SVMlight–TK C (SVM) and λ (tree kernel) are fine-tuned to 4.0 and 0.5 respectively Experiment setting

  13. Results on golden parse trees (1)

  14. Results on golden parse trees (2)

  15. Results on automatic parse trees

  16. Results on Comparison experments(1)

  17. Results on Comparison experments(2)

  18. Results on the CoNLL-2009 Chinese corpus

  19. This paper systematically explores a tree kernel-based method on a novel D-CPT We propose a simple strategy, which transforms the DPT structure into a CPT-style structure . Several extraction schemes are designed to extract various kinds of necessary information for nominal SRL and verbal SRL Evaluation shows the effectiveness of D-CPT both on Chinese NomBank and CoNLL-2009 corpus. Conclusion

  20. Thanks! Q & C?

More Related