paper-with-me

Papers

Universal Dependency Parsing for Hindi-English Code-switching

2018-04-16 · NAACL 2018 6 · Irshad Ahmad Bhat, Riyaz Ahmad Bhat, Manish Shrivastava, Dipti Misra Sharma

Code-switching is a phenomenon of mixing grammatical structures of two or more languages under varied social constraints. The code-switching data differ so radically from the benchmark corpora used in NLP community that the application of standard technologies to these data degrades their performance sharply. Unlike standard corpora, these data often need to go through additional processes such as language identification, normalization and/or back-transliteration for their efficient processing. In this paper, we investigate these indispensable processes and other problems associated with syntactic parsing of code-switching data and propose methods to mitigate their effects. In particular, we study dependency parsing of code-switching data of Hindi and English multilingual speakers from Twitter. We present a treebank of Hindi-English code-switching tweets under Universal Dependencies scheme and propose a neural stacking model for parsing that efficiently leverages part-of-speech tag and syntactic tree annotations in the code-switching treebank and the preexisting Hindi and English treebanks. We also present normalization and back-transliteration models with a decoding process tailored for code-switching data. Results show that our neural stacking parser is 1.5% LAS points better than the augmented parsing model and our decoding process improves results by 3.8% LAS points over the first-best normalization and/or back-transliteration.

📄 PDF Abstract BibTeX arXiv:1804.05868

Code (2)

CodeMixedUniversalDependencies/UD_Hindi_English 공식 구현
irshadbhat/nsdp-cs 공식 구현

Tasks

Dependency ParsingLanguage IdentificationTAGTransliteration

Similar Papers 제목 키워드 기반

A Domain-Restricted, Rule Based, English-Hindi Machine Translation System Based on Dependency Parsing

2014-12-01 · WS 2014 12 · Pratik Desai, Amit Sangodkar, Om P. Damani
Dependency ParsingMachine TranslationText GenerationTranslation

Joining Hands: Exploiting Monolingual Treebanks for Parsing of Code-mixing Data

2017-03-31 · EACL 2017 4 · Irshad Ahmad Bhat, Riyaz Ahmad Bhat, Manish Shrivastava, Dipti Misra Sharma

In this paper, we propose efficient and less resource-intensive strategies for parsing of code-mixed data. These strategies are not constrained by in-domain annotations, rather they leverage pre-existing monolingual anno…

Twitter Universal Dependency Parsing for African-American and Mainstream American English

2018-07-01 · ACL 2018 7 · Su Lin Blodgett, Johnny Wei, Brendan O{'}Connor

Due to the presence of both Twitter-specific conventions and non-standard and dialectal language, Twitter presents a significant parsing challenge to current dependency parsing tools. We broaden English dependency parsin…

Dependency ParsingInformation RetrievalLanguage IdentificationPart-Of-Speech Tagging+1

Investigating NP-Chunking with Universal Dependencies for English

2018-11-01 · WS 2018 11 · Oph{\'e}lie Lacroix

Chunking is a pre-processing task generally dedicated to improving constituency parsing. In this paper, we want to show that universal dependency (UD) parsing can also leverage the information provided by the task of chu…

ChunkingConstituency ParsingDependency ParsingMulti-Task Learning+3

Shallow Parsing Pipeline for Hindi-English Code-Mixed Social Media Text

2016-04-11 · Arnav Sharma, Sakshi Gupta, Raveesh Motlani, Piyush Bansal 외

In this study, the problem of shallow parsing of Hindi-English code-mixed social media text (CSMT) has been addressed. We have annotated the data, developed a language identifier, a normalizer, a part-of-speech tagger an…