paper-with-me

Papers

Character Composition Model with Convolutional Neural Networks for Dependency Parsing on Morphologically Rich Languages

2017-05-30 · ACL 2017 7 · Xiang Yu, Ngoc Thang Vu

We present a transition-based dependency parser that uses a convolutional neural network to compose word representations from characters. The character composition model shows great improvement over the word-lookup model, especially for parsing agglutinative languages. These improvements are even better than using pre-trained word embeddings from extra data. On the SPMRL data sets, our system outperforms the previous best greedy parser (Ballesteros et al., 2015) by a margin of 3% on average.

📄 PDF Abstract BibTeX arXiv:1705.10814

Code (1)

EggplantElf/sclem2017-tagger

Tasks

Dependency ParsingWord Embeddings

Similar Papers 제목 키워드 기반

Improved Transition-Based Parsing by Modeling Characters instead of Words with LSTMs

2015-08-04 · EMNLP 2015 9 · Miguel Ballesteros, Chris Dyer, Noah A. Smith

We present extensions to a continuous-state dependency parsing method that makes it applicable to morphologically rich languages. Starting with a high-performance transition-based parser that uses long short-term memory …

Dependency Parsing

Dependency Parsing in a Morphological rich language, Tamil

2021-12-01 · PAIL (ICON) 2021 12 · Vijay Sundar Ram, Sobha Lalitha Devi

Dependency parsing is the process of analysing the grammatical structure of a sentence based on the dependencies between the words in a sentence. The annotation of dependency parsing is done using different formalisms at…

Dependency ParsingSentence

CSSL: Contrastive Self-Supervised Learning for Dependency Parsing on Relatively Free Word Ordered and Morphologically Rich Low Resource Languages

2024-10-09 · Pretam Ray, Jivnesh Sandhan, Amrith Krishna, Pawan Goyal

Neural dependency parsing has achieved remarkable performance for low resource morphologically rich languages. It has also been well-studied that morphologically rich languages exhibit relatively free word order. This pr…

Data AugmentationDependency ParsingSelf-Supervised Learning

An Investigation of the Interactions Between Pre-Trained Word Embeddings, Character Models and POS Tags in Dependency Parsing

2018-08-27 · EMNLP 2018 10 · Aaron Smith, Miryam de Lhoneux, Sara Stymne, Joakim Nivre

We provide a comprehensive analysis of the interactions between pre-trained word embeddings, character models and POS tags in a transition-based dependency parser. While previous studies have shown POS information to be …

Dependency ParsingPOSTAGWord Embeddings

A Re-ranking Model for Dependency Parser with Recursive Convolutional Neural Network

2015-05-21 · IJCNLP 2015 7 · Chenxi Zhu, Xipeng Qiu, Xinchi Chen, Xuanjing Huang

In this work, we address the problem to model all the nodes (words or phrases) in a dependency tree with the dense representations. We propose a recursive convolutional neural network (RCNN) architecture to capture synta…

Dependency ParsingRe-Ranking