paper-with-me

Papers

Does Transliteration Help Multilingual Language Modeling?

2022-01-29 · Ibraheem Muhammad Moosa, Mahmud Elahi Akhter, Ashfia Binte Habib

Script diversity presents a challenge to Multilingual Language Models (MLLM) by reducing lexical overlap among closely related languages. Therefore, transliterating closely related languages that use different writing scripts to a common script may improve the downstream task performance of MLLMs. We empirically measure the effect of transliteration on MLLMs in this context. We specifically focus on the Indic languages, which have the highest script diversity in the world, and we evaluate our models on the IndicGLUE benchmark. We perform the Mann-Whitney U test to rigorously verify whether the effect of transliteration is significant or not. We find that transliteration benefits the low-resource languages without negatively affecting the comparatively high-resource languages. We also measure the cross-lingual representation similarity of the models using centered kernel alignment on parallel sentences from the FLORES-101 dataset. We find that for parallel sentences across different languages, the transliteration-based model learns sentence representations that are more similar.

📄 PDF Abstract BibTeX arXiv:2201.12501

Code (1)

ibraheem-moosa/xlm-indic 공식 구현 pytorch

Tasks

DiversityLanguage ModelingLanguage ModellingMultiple Choice Question Answering (MCQA)Named Entity Recognition (NER)News ClassificationSentenceSentiment AnalysisTransliteration

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
WordPiece 설명 없음
LAMB LAMB is a a layerwise adaptive large batch optimization technique. It provides a strategy for adapting the learning rate in large batch settings. LAMB uses…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

How Transliterations Improve Crosslingual Alignment

2024-09-25 · Yihong Liu, Mingyang Wang, Amir Hossein Kargaran, Ayyoob Imani 외

Recent studies have shown that post-aligning multilingual pretrained language models (mPLMs) using alignment objectives on both original and transliterated data can improve crosslingual alignment. This improvement furthe…

SentenceTransliteration

Investigating Lexical Sharing in Multilingual Machine Translation for Indian Languages

2023-05-04 · Sonal Sannigrahi, Rachel Bawden

Multilingual language models have shown impressive cross-lingual transfer ability across a diverse set of languages and tasks. To improve the cross-lingual ability of these models, some strategies include transliteration…

Cross-Lingual TransferMachine TranslationTranslationTransliteration

A Large-scale Evaluation of Neural Machine Transliteration for Indic Languages

2021-04-01 · EACL 2021 2 · Anoop Kunchukuttan, Siddharth Jain, Rahul Kejriwal

We take up the task of large-scale evaluation of neural machine transliteration between English and Indic languages, with a focus on multilingual transliteration to utilize orthographic similarity between Indian language…

TranslationTransliteration

Leveraging Orthographic Similarity for Multilingual Neural Transliteration

2018-01-01 · TACL 2018 1 · Anoop Kunchukuttan, Mitesh Khapra, Gurneet Singh, Pushpak Bhattacharyya

We address the task of joint training of transliteration models for multiple language pairs (multilingual transliteration). This is an instance of multitask learning, where individual tasks (language pairs) benefit from …

DecoderInformation RetrievalMachine TranslationMulti-Task Learning+1

Language-agnostic Multilingual Modeling

2020-04-20 · Arindrima Datta, Bhuvana Ramabhadran, Jesse Emond, Anjuli Kannan 외

Multilingual Automated Speech Recognition (ASR) systems allow for the joint training of data-rich and data-scarce languages in a single model. This enables data and parameter sharing across languages, which is especially…

speech-recognitionSpeech RecognitionTransliteration