Skip to content

Commit 20e64fe

Browse files
Added citation details
1 parent 47740ee commit 20e64fe

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ The toolkit can be used to generate unlabeled text data for pre-trained models,
99

1010
**Please read the associated papers in conjunction with the documentation to understand the working of this tool, it's assumptions, corner-cases and the concepts behind it.**
1111

12+
# Table of Contents
13+
---
14+
15+
- [Project Structure](https://github.com/microsoft/CodeMixed-Text-Generator#project-structure)
16+
- [Installation](https://github.com/microsoft/CodeMixed-Text-Generator#installation)
17+
- [Usage](https://github.com/microsoft/CodeMixed-Text-Generator#usage)
18+
- [Cite](https://github.com/microsoft/CodeMixed-Text-Generator#cite)
19+
1220
## Project Structure
1321
---
1422

@@ -300,6 +308,29 @@ Where:
300308

301309
For more information on using the Batch Mode, [here's the detailed documentation on Batch Mode.](docs/Batch_Mode.md)
302310

311+
## Cite
312+
---
313+
314+
If you're using this work, you can cite the following paper:
315+
316+
```bibtex
317+
@inproceedings{rizvi-etal-2021-gcm,
318+
title = "{GCM}: A Toolkit for Generating Synthetic Code-mixed Text",
319+
author = "Rizvi, Mohd Sanad Zaki and
320+
Srinivasan, Anirudh and
321+
Ganu, Tanuja and
322+
Choudhury, Monojit and
323+
Sitaram, Sunayana",
324+
booktitle = "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: System Demonstrations",
325+
month = apr,
326+
year = "2021",
327+
address = "Online",
328+
publisher = "Association for Computational Linguistics",
329+
url = "https://aclanthology.org/2021.eacl-demos.24",
330+
pages = "205--211",
331+
abstract = "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.",
332+
}
333+
```
303334

304335
## Contributors
305336
---

0 commit comments

Comments
 (0)