Natural Language Understanding Wiki
(Mirroshandel and Nasr (2016))
Tags: Visual edit apiedit
(Shi et al. (2016))
Tags: Visual edit apiedit
 
Line 1: Line 1:
TODO: good performance, transition-based system: Swayamdipta et al. (2016)<ref>Swayamdipta, Swabha, Miguel Ballesteros, Chris Dyer, and Noah A. Smith. "Greedy, Joint Syntactic-Semantic Parsing with Stack LSTMs." ''arXiv preprint arXiv:1606.08954'' (2016).</ref>
+
TODO: good performance, transition-based system: Swayamdipta et al. (2016)<ref>Swayamdipta, Swabha, Miguel Ballesteros, Chris Dyer, and Noah A. Smith. "Greedy, Joint Syntactic-Semantic Parsing with Stack LSTMs." ''arXiv preprint arXiv:1606.08954'' (2016).</ref>, multi-task model: Shi et al. (2016)<ref>Shi, P., Teng, Z., & Zhang, Y. (2016). Exploiting Mutual Benefits between Syntax and Semantic Roles using Neural Network. ''Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing (EMNLP-16)'', 968–974.</ref>
   
 
TODO: Li et al. (2010)<ref>Li, J., Zhou, G., & Ng, H. T. (2010). Joint Syntactic and Semantic Parsing of Chinese. In ''Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics'' (pp. 1108–1117). Retrieved from http://www.aclweb.org/anthology/P10-1113</ref>: "it shows that incorporating semantic role-related information into the syntactic parsing model significantly improves the performance of both syntactic parsing and semantic parsing."
 
TODO: Li et al. (2010)<ref>Li, J., Zhou, G., & Ng, H. T. (2010). Joint Syntactic and Semantic Parsing of Chinese. In ''Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics'' (pp. 1108–1117). Retrieved from http://www.aclweb.org/anthology/P10-1113</ref>: "it shows that incorporating semantic role-related information into the syntactic parsing model significantly improves the performance of both syntactic parsing and semantic parsing."

Latest revision as of 07:28, 15 May 2017

TODO: good performance, transition-based system: Swayamdipta et al. (2016)[1], multi-task model: Shi et al. (2016)[2]

TODO: Li et al. (2010)[3]: "it shows that incorporating semantic role-related information into the syntactic parsing model significantly improves the performance of both syntactic parsing and semantic parsing."

TODO: Morante et al. (2009)[4]

TODO: selectional constraint for dependency parsing (Mirroshandel and Nasr, 2016)[5]

Synchronization[]

Ignores semantic arcs not corresponding to single syntactic arcs (Thompson, Levy, and Manning 2003; Titov and Klementiev 2011)

Resorts to pre/post-processing strategies which modify semantic or syntactic structures (Lluís and Màrquez 2008; Lang and Lapata 2011; Titov and Klementiev 2012)

Li, Zhou, and Ng (2010) explore different levels of coupling of syntax and semantics, and find that only explicit interleaving or explicit feature selection yield improvements in performance. Instead of synchronising individual steps,

Henderson et al. (2013)[6]: (1) decompose both the syntactic derivation and the semantic derivation into subsequences, where each subsequence corresponds to a single word in the sentence, and then (2) synchronise syntactic and semantic subsequences corresponding to the same word with each other.

Evaluation[]

CoNLL 2008[7][]

Henderson et al. (2008), who implemented a generative history-based model (Incremental Sigmoid Belief Networks with vectors of latent variables) where syntactic and semantic structures are separately generated but using a synchronized derivation (sequence of actions);

Samuelsson et al. (2008), who, within an ensemble-based architecture, implemented a joint syntactic-semantic model using MaltParser with labels enriched with semantic information;

Lluıs and Marquez, who used a modified version of the Eisner algorithm to jointly predict syntactic and semantic dependencies; and finally,

Sun et al. (2008), who integrated dependency label classification and argument identification using a maximum-entropy Markov model.

Additionally, Johansson and Nugues (2008), who had the highest ranked system in the closed challenge, integrate syntactic and semantic analysis in a final reranking step, which maximizes the joint syntactic-semantic score in the top k solutions.

In the same spirit, Chen et al. (2008) search in the top k solutions for the one that maximizes a global measure, in this case the joint probability of the complete problem.

CoNLL 2009[8][]

Most of the observations from the 2008 shared task still hold; namely, the best systems overall do not use joint learning or optimization (the best such system was placed third in the Joint task, and there were only four systems where the learning methodology can be considered “joint”). Therefore, most of the observations and conclusions from 2008 shared task hold as well for the current results

This article is in an early stage. Action is needed to make it more useful.

References[]

  1. Swayamdipta, Swabha, Miguel Ballesteros, Chris Dyer, and Noah A. Smith. "Greedy, Joint Syntactic-Semantic Parsing with Stack LSTMs." arXiv preprint arXiv:1606.08954 (2016).
  2. Shi, P., Teng, Z., & Zhang, Y. (2016). Exploiting Mutual Benefits between Syntax and Semantic Roles using Neural Network. Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing (EMNLP-16), 968–974.
  3. Li, J., Zhou, G., & Ng, H. T. (2010). Joint Syntactic and Semantic Parsing of Chinese. In Proceedings of the 48th Annual Meeting of the Association for Computational Linguistics (pp. 1108–1117). Retrieved from http://www.aclweb.org/anthology/P10-1113
  4. Morante, Roser, Vincent Van Asch, and Antal Van Den Bosch. "Dependency Parsing and Semantic Role Labeling as a Single Task." RANLP. 2009.
  5. Mirroshandel, Seyed Abolghasem, and Alexis Nasr. "Integrating selectional constraints and subcategorization frames in a dependency parser." Computational Linguistics (2016).
  6. Henderson, J., Merlo, P., Titov, I., & Musillo, G. (2013). Multilingual joint parsing of syntactic and semantic dependencies with a latent variable model. Computational Linguistics, 39(4), 949-998.
  7. Surdeanu, M., & Johansson, R. (2008). The CoNLL-2008 shared task on joint parsing of syntactic and semantic dependencies. In Proceedings of the Twelfth Conference on Computational Natural Language Learning. Association for Computational Linguistics (pp. 159–177). Retrieved from http://dl.acm.org/citation.cfm?id=1596352
  8. Hajič, J., Ciaramita, M., Johansson, R., Kawahara, D., Martí, M. A., Màrquez, L., ... & Zhang, Y. (2009, June). The CoNLL-2009 shared task: Syntactic and semantic dependencies in multiple languages. In Proceedings of the Thirteenth Conference on Computational Natural Language Learning: Shared Task (pp. 1-18). Association for Computational Linguistics.