paper-with-me

홈 › Papers

Is Supervised Syntactic Parsing Beneficial for Language Understanding? An Empirical Investigation

2020-08-15 · Goran Glavaš, Ivan Vulić

Traditional NLP has long held (supervised) syntactic parsing necessary for successful higher-level semantic language understanding (LU). The recent advent of end-to-end neural models, self-supervised via language modeling (LM), and their success on a wide range of LU tasks, however, questions this belief. In this work, we empirically investigate the usefulness of supervised parsing for semantic LU in the context of LM-pretrained transformer networks. Relying on the established fine-tuning paradigm, we first couple a pretrained transformer with a biaffine parsing head, aiming to infuse explicit syntactic knowledge from Universal Dependencies treebanks into the transformer. We then fine-tune the model for LU tasks and measure the effect of the intermediate parsing training (IPT) on downstream LU task performance. Results from both monolingual English and zero-shot language transfer experiments (with intermediate target-language parsing) show that explicit formalized syntax, injected into transformers through IPT, has very limited and inconsistent effect on downstream LU performance. Our results, coupled with our analysis of transformers' representation spaces before and after intermediate parsing, make a significant step towards providing answers to an essential question: how (un)availing is supervised parsing for high-level semantic natural language understanding in the era of large neural models?

📄 PDF Abstract BibTeX arXiv:2008.06788

Code (3)

huggingface/transformers 공식 구현 pytorch
2023-MindSpore-4/Code-5/tree/main/IPT mindspore
code-implementation1/Code4/tree/main/IPT mindspore

Tasks

Language ModelingLanguage ModellingNatural Language Understanding

Similar Papers 제목 키워드 기반

Is Supervised Syntactic Parsing Beneficial for Language Understanding Tasks? An Empirical Investigation

2021-04-01 · EACL 2021 2 · Goran Glava{\v{s}}, Ivan Vuli{\'c}

Traditional NLP has long held (supervised) syntactic parsing necessary for successful higher-level semantic language understanding (LU). The recent advent of end-to-end neural models, self-supervised via language modelin…

Language ModelingLanguage ModellingNatural Language Understanding

Syntax in End-to-End Natural Language Processing

2021-11-01 · EMNLP (ACL) 2021 11 · Hai Zhao, Rui Wang, Kehai Chen

This tutorial surveys the latest technical progress of syntactic parsing and the role of syntax in end-to-end natural language processing (NLP) tasks, in which semantic role labeling (SRL) and machine translation (MT) ar…

Machine TranslationNMTSemantic Role LabelingTranslation

Unsupervised Chunking as Syntactic Structure Induction with a Knowledge-Transfer Approach

2021-11-01 · Findings (EMNLP) 2021 11 · Anup Anand Deshmukh, Qianqiu Zhang, Ming Li, Jimmy Lin 외

In this paper, we address unsupervised chunking as a new task of syntactic structure induction, which is helpful for understanding the linguistic structures of human languages as well as processing low-resource languages…

ChunkingTransfer Learning

Parsing All: Syntax and Semantics, Dependencies and Spans

2019-08-30 · Findings of the Association for Computational Linguistics 2020 · Junru Zhou, Zuchao Li, Hai Zhao

Both syntactic and semantic structures are key linguistic contextual clues, in which parsing the latter has been well shown beneficial from parsing the former. However, few works ever made an attempt to let semantic pars…

AllSemantic Parsing

Rule Augmented Unsupervised Constituency Parsing

2021-05-21 · Findings (ACL) 2021 8 · Atul Sahay, Anshul Nasery, Ayush Maheshwari, Ganesh Ramakrishnan 외

Recently, unsupervised parsing of syntactic trees has gained considerable attention. A prototypical approach to such unsupervised parsing employs reinforcement learning and auto-encoders. However, no mechanism ensures th…

Constituency Parsingreinforcement-learningReinforcement Learning (RL)