paper-with-me

Papers

Parsing as Pretraining

2020-02-05 · David Vilares, Michalina Strzyz, Anders Søgaard, Carlos Gómez-Rodríguez

Recent analyses suggest that encoders pretrained for language modeling capture certain morpho-syntactic structure. However, probing frameworks for word vectors still do not report results on standard setups such as constituent and dependency parsing. This paper addresses this problem and does full parsing (on English) relying only on pretraining architectures -- and no decoding. We first cast constituent and dependency parsing as sequence tagging. We then use a single feed-forward layer to directly map word vectors to labels that encode a linearized tree. This is used to: (i) see how far we can reach on syntax modelling with just pretrained encoders, and (ii) shed some light about the syntax-sensitivity of different word vectors (by freezing the weights of the pretraining network during training). For evaluation, we use bracketing F1-score and LAS, and analyze in-depth differences across representations for span lengths and dependency displacements. The overall results surpass existing sequence tagging parsers on the PTB (93.5%) and end-to-end EN-EWT UD (78.8%).

📄 PDF Abstract BibTeX arXiv:2002.01685

Code (2)

aghie/parsing-as-pretraining 공식 구현 pytorch
Mind23-2/MindCode-158 mindspore

Tasks

Dependency ParsingLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

A Little Pretraining Goes a Long Way: A Case Study on Dependency Parsing Task for Low-resource Morphologically Rich Languages

2021-02-12 · EACL 2021 2 · Jivnesh Sandhan, Amrith Krishna, Ashim Gupta, Laxmidhar Behera 외

Neural dependency parsing has achieved remarkable performance for many domains and languages. The bottleneck of massive labeled data limits the effectiveness of these approaches for low resource languages. In this work, …

Dependency ParsingMorphological Disambiguation

Multi-level Alignment Pretraining for Multi-lingual Semantic Parsing

2020-12-01 · COLING 2020 8 · Bo Shao, Yeyun Gong, Weizhen Qi, Nan Duan 외

In this paper, we present a multi-level alignment pretraining method in a unified architecture formulti-lingual semantic parsing. In this architecture, we use an adversarial training method toalign the space of different…

Semantic ParsingSentence

Parsing with Multilingual BERT, a Small Corpus, and a Small Treebank

2020-09-29 · Findings of the Association for Computational Linguistics 2020 · Ethan C. Chau, Lucy H. Lin, Noah A. Smith

Pretrained multilingual contextual representations have shown great success, but due to the limits of their pretraining data, their benefits do not apply equally to all language varieties. This presents a challenge for l…

Dependency Parsing

Cross-Modal learning for Audio-Visual Video Parsing

2021-04-03 · Jatin Lamba, abhishek, Jayaprakash Akula, Rishabh Dabral 외

In this paper, we present a novel approach to the audio-visual video parsing (AVVP) task that demarcates events from a video separately for audio and visual modalities. The proposed parsing approach simultaneously detect…

Event DetectionMultiple Instance LearningVideo Grounding

How Does Code Pretraining Affect Language Model Task Performance?

2024-09-06 · Jackson Petty, Sjoerd van Steenkiste, Tal Linzen

Large language models are increasingly trained on corpora containing both natural language and non-linguistic data like source code. Aside from aiding programming-related tasks, anecdotal evidence suggests that including…

Language ModelingLanguage ModellingSemantic ParsingWorld Knowledge