paper-with-me

홈 › Papers

A Character-level Convolutional Neural Network for Distinguishing Similar Languages and Dialects

2016-09-24 · WS 2016 12 · Yonatan Belinkov, James Glass

Discriminating between closely-related language varieties is considered a challenging and important task. This paper describes our submission to the DSL 2016 shared-task, which included two sub-tasks: one on discriminating similar languages and one on identifying Arabic dialects. We developed a character-level neural network for this task. Given a sequence of characters, our model embeds each character in vector space, runs the sequence through multiple convolutions with different filter widths, and pools the convolutional representations to obtain a hidden vector representation of the text that is used for predicting the language or dialect. We primarily focused on the Arabic dialect identification task and obtained an F1 score of 0.4834, ranking 6th out of 18 participants. We also analyze errors made by our system on the Arabic data in some detail, and point to challenges such an approach is faced with.

📄 PDF Abstract BibTeX arXiv:1609.07568

Code (1)

boknilev/dsl-char-cnn 공식 구현 tf

Tasks

Dialect Identification

Similar Papers 제목 키워드 기반

A Computational Analysis of Natural Languages to Build a Sentence Structure Aware Artificial Neural Network

2019-06-13 · Alberto Calderone

Natural languages are complexly structured entities. They exhibit characterising regularities that can be exploited to link them one another. In this work, I compare two morphological aspects of languages: Written Patter…

Sentence

Discrimination between Similar Languages, Varieties and Dialects using CNN- and LSTM-based Deep Neural Networks

2016-12-01 · WS 2016 12 · Chinnappa Guggilla

In this paper, we describe a system (CGLI) for discriminating similar languages, varieties and dialects using convolutional neural networks (CNNs) and long short-term memory (LSTM) neural networks. We have participated i…

Dialect IdentificationInformation RetrievalLanguage IdentificationMachine Translation+2

Discriminating between Similar Languages with Word-level Convolutional Neural Networks

2017-04-01 · WS 2017 4 · Marcelo Criscuolo, S Alu{\'\i}sio, ra Maria

Discriminating between Similar Languages (DSL) is a challenging task addressed at the VarDial Workshop series. We report on our participation in the DSL shared task with a two-stage system. In the first stage, character …

Language IdentificationQuestion AnsweringText Classification

Vanilla Classifiers for Distinguishing between Similar Languages

2016-12-01 · WS 2016 12 · Sergiu Nisioi, Alina Maria Ciobanu, Liviu P. Dinu

In this paper we describe the submission of the UniBuc-NLP team for the Discriminating between Similar Languages Shared Task, DSL 2016. We present and analyze the results we obtained in the closed track of sub-task 1 (Si…

Information RetrievalLanguage IdentificationQuestion Answeringregression+1

Character-level Chinese-English Translation through ASCII Encoding

2018-05-09 · WS 2018 10 · Nikola I. Nikolov, Yuhuang Hu, Mi Xue Tan, Richard H. R. Hahnloser

Character-level Neural Machine Translation (NMT) models have recently achieved impressive results on many language pairs. They mainly do well for Indo-European language pairs, where the languages share the same writing s…

Machine TranslationNMTTranslation