chungimungi commited on
Commit
4a395b6
1 Parent(s): 71bbe28

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - hi
5
+ ---
6
+ <p align="center"><img src="https://huggingface.co/datasets/cfilt/HiNER-collapsed/raw/main/cfilt-dark-vec.png" alt="Computation for Indian Language Technology Logo" width="150" height="150"/></p>
7
+
8
+ # IITB-English-Hindi Parallel Corpus
9
+
10
+ [![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
11
+ [![Twitter Follow](https://img.shields.io/twitter/follow/cfiltnlp?color=1DA1F2&logo=twitter&style=flat-square)](https://twitter.com/cfiltnlp)
12
+ [![Twitter Follow](https://img.shields.io/twitter/follow/PeopleCentredAI?color=1DA1F2&logo=twitter&style=flat-square)](https://twitter.com/PeopleCentredAI)
13
+ ## About
14
+
15
+ The IIT Bombay English-Hindi corpus contains parallel corpus for English-Hindi as well as monolingual Hindi corpus collected from a variety of existing sources and corpora developed at the Center for Indian Language Technology, IIT Bombay over the years. This page describes the corpus. This corpus has been used at the Workshop on Asian Language Translation Shared Task since 2016 the Hindi-to-English and English-to-Hindi languages pairs and as a pivot language pair for the Hindi-to-Japanese and Japanese-to-Hindi language pairs.
16
+
17
+ The complete details of this corpus are available at [this URL](https://www.cfilt.iitb.ac.in/iitb_parallel/). We also provide this parallel corpus via browser download from the same URL. We also provide a monolingual Hindi corpus on the same URL.
18
+
19
+ ### Recent Updates
20
+ * Version 3.1 - December 2021 - Added 49,400 sentence pairs to the parallel corpus.
21
+ * Version 3.0 - August 2020 - Added ~47,000 sentence pairs to the parallel corpus.
22
+
23
+ ## Usage
24
+ We provide a notebook that shows how to import the IITB English-Hindi Parallel Corpus from the HuggingFace datasets repository. The notebook also shows how to segment the corpus using BPE tokenization which can be used to train an English-Hindi MT System.
25
+ [https://github.com/cfiltnlp/IITB-English-Hindi-PC](https://github.com/cfiltnlp/IITB-English-Hindi-PC)
26
+
27
+ ## Other
28
+ You can find a catalogue of other English-Hindi and other Indian language parallel corpora here: [Indic NLP Catalog](https://github.com/indicnlpweb/indicnlp_catalog)
29
+
30
+ ## Maintainer(s)
31
+
32
+ [Diptesh Kanojia](https://dipteshkanojia.github.io)<br/>
33
+ Shivam Mhasker<br/>
34
+
35
+ ## Citation
36
+
37
+ If you use this corpus or its derivate resources for your research, kindly cite it as follows:
38
+
39
+ Anoop Kunchukuttan, Pratik Mehta, Pushpak Bhattacharyya. The IIT Bombay English-Hindi Parallel Corpus. Language Resources and Evaluation Conference. 2018.
40
+
41
+ ### BiBTeX Citation
42
+ ```latex
43
+ @inproceedings{kunchukuttan-etal-2018-iit,
44
+ title = "The {IIT} {B}ombay {E}nglish-{H}indi Parallel Corpus",
45
+ author = "Kunchukuttan, Anoop and
46
+ Mehta, Pratik and
47
+ Bhattacharyya, Pushpak",
48
+ booktitle = "Proceedings of the Eleventh International Conference on Language Resources and Evaluation ({LREC} 2018)",
49
+ month = may,
50
+ year = "2018",
51
+ address = "Miyazaki, Japan",
52
+ publisher = "European Language Resources Association (ELRA)",
53
+ url = "https://aclanthology.org/L18-1548",
54
+ }
55
+ ```