paper-with-me

Papers

GCM: A Toolkit for Generating Synthetic Code-mixed Text

2021-04-19 · EACL 2021 2 · Mohd Sanad Zaki Rizvi, Anirudh Srinivasan, Tanuja Ganu, Monojit Choudhury, Sunayana Sitaram

Code-mixing is common in multilingual communities around the world, and processing it is challenging due to the lack of labeled and unlabeled data. We describe a tool that can automatically generate code-mixed data given parallel data in two languages. We implement two linguistic theories of code-mixing, the Equivalence Constraint theory and the Matrix Language theory to generate all possible code-mixed sentences in the language-pair, followed by sampling of the generated data to generate natural code-mixed sentences. The toolkit provides three modes: a batch mode, an interactive library mode and a web-interface to address the needs of researchers, linguists and language experts. The toolkit can be used to generate unlabeled text data for pre-trained models, as well as visualize linguistic theories of code-mixing. We plan to release the toolkit as open source and extend it by adding more implementations of linguistic theories, visualization techniques and better sampling techniques. We expect that the release of this toolkit will help facilitate more research in code-mixing in diverse language pairs.

📄 PDF Abstract BibTeX

Code (1)

microsoft/CodeMixed-Text-Generator tf

Similar Papers 제목 키워드 기반

Explainable Mixed Data Representation and Lossless Visualization Toolkit for Knowledge Discovery

2022-06-13 · Boris Kovalerchuk, Elijah McCoy

Developing Machine Learning (ML) algorithms for heterogeneous/mixed data is a longstanding problem. Many ML algorithms are not applicable to mixed data, which include numeric and non-numeric data, text, graphs and so on …

Data Visualization

CodemixedNLP: An Extensible and Open NLP Toolkit for Code-Mixing

2021-06-10 · NAACL (CALCS) 2021 6 · Sai Muralidhar Jayanthi, Kavya Nerella, Khyathi Raghavi Chandu, Alan W Black

The NLP community has witnessed steep progress in a variety of tasks across the realms of monolingual and multilingual language processing recently. These successes, in conjunction with the proliferating mixed language i…

OpenSeq2Seq: Extensible Toolkit for Distributed and Mixed Precision Training of Sequence-to-Sequence Models

2018-07-01 · WS 2018 7 · Oleksii Kuchaiev, Boris Ginsburg, Igor Gitman, Vitaly Lavrukhin 외

We present OpenSeq2Seq {--} an open-source toolkit for training sequence-to-sequence models. The main goal of our toolkit is to allow researchers to most effectively explore different sequence-to-sequence architectures. …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMachine Translation+3

Exploring Text-to-Text Transformers for English to Hinglish Machine Translation with Synthetic Code-Mixing

2021-05-18 · NAACL (CALCS) 2021 6 · Ganesh Jawahar, El Moatez Billah Nagoudi, Muhammad Abdul-Mageed, Laks V. S. Lakshmanan

We describe models focused at the understudied problem of translating between monolingual and code-mixed language pairs. More specifically, we offer a wide range of models that convert monolingual English text into Hingl…

DecoderLanguage ModellingMachine TranslationTranslation

SAMP: A Model Inference Toolkit of Post-Training Quantization for Text Processing via Self-Adaptive Mixed-Precision

2022-09-19 · Rong Tian, Zijing Zhao, Weijie Liu, Haoyan Liu 외

The latest industrial inference engines, such as FasterTransformer and TurboTransformers, have verified that half-precision floating point (FP16) and 8-bit integer (INT8) quantization can greatly improve model inference …

Quantization