paper-with-me

Papers

Many Languages, One Parser

2016-02-04 · TACL 2016 1 · Waleed Ammar, George Mulcaire, Miguel Ballesteros, Chris Dyer, Noah A. Smith

We train one multilingual model for dependency parsing and use it to parse sentences in several languages. The parsing model uses (i) multilingual word clusters and embeddings; (ii) token-level language information; and (iii) language-specific features (fine-grained POS tags). This input representation enables the parser not only to parse effectively in multiple languages, but also to generalize across languages based on linguistic universals and typological similarities, making it more effective to learn from limited annotations. Our parser's performance compares favorably to strong baselines in a range of data scenarios, including when the target language has a large treebank, a small treebank, or no treebank for training.

📄 PDF Abstract BibTeX arXiv:1602.01595

Code (1)

clab/language-universal-parser 공식 구현

Tasks

Cross-lingual zero-shot dependency parsingDependency ParsingPOS

Similar Papers 제목 키워드 기반

Building Odia Shallow Parser

2022-04-19 · Pruthwik Mishra, Dipti Misra Sharma

Shallow parsing is an essential task for many NLP applications like machine translation, summarization, sentiment analysis, aspect identification and many more. Quality annotated corpora is critical for building accurate…

ChunkingMachine TranslationPOSPOS Tagging+2

Transparent Semantic Parsing with Universal Dependencies Using Graph Transformations

2022-10-01 · COLING 2022 10 · Wessel Poelman, Rik van Noord, Johan Bos

Even though many recent semantic parsers are based on deep learning methods, we should not forget that rule-based alternatives might offer advantages over neural approaches with respect to transparency, portability, and …

Semantic Parsing

A Tabular Method for Dynamic Oracles in Transition-Based Parsing

2014-01-01 · TACL 2014 1 · Yoav Goldberg, Francesco Sartorio, Giorgio Satta

We develop parsing oracles for two transition-based dependency parsers, including the arc-standard parser, solving a problem that was left open in (Goldberg and Nivre, 2013). We experimentally show that using these oracl…

ARC

Parameter sharing between dependency parsers for related languages

2018-08-27 · EMNLP 2018 10 · Miryam de Lhoneux, Johannes Bjerva, Isabelle Augenstein, Anders Søgaard

Previous work has suggested that parameter sharing between transition-based neural dependency parsers for related languages can lead to better performance, but there is no consensus on what parameters to share. We presen…

Frustratingly Simple but Surprisingly Strong: Using Language-Independent Features for Zero-shot Cross-lingual Semantic Parsing

2021-11-01 · EMNLP 2021 11 · Jingfeng Yang, Federico Fancellu, Bonnie Webber, Diyi Yang

The availability of corpora has led to significant advances in training semantic parsers in English. Unfortunately, for languages other than English, annotated data is limited and so is the performance of the developed p…

Cross-Lingual TransferPOSSemantic ParsingZero-Shot Cross-Lingual Transfer