Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
kargaranamir HF staff commited on
Commit
fe470a1
·
1 Parent(s): 80ce5a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -100,18 +100,24 @@ If you are a website/dataset owner and do not want your data to be included in t
100
  **3. Ethics:** We acknowledge that the collection and use of text data can have ethical implications. We have strived to handle the data responsibly, but we encourage users to consider the broader ethical implications of their own research or applications.
101
 
102
 
 
 
 
 
 
103
 
104
  ## Citation
105
  If you use any part of this code and data in your research, please cite it using the following BibTeX entry.
106
- All the sources related to news, social media, and without mentioned datasets are crawled and compiled in this work.
107
 
108
  ```
109
- @misc{GlotSparse,
110
- author = {Kargaran, Amir Hossein},
111
- title = {GlotSparse Corpus},
112
- year = {2023},
113
- publisher = {Huggingface},
114
- journal = {Huggingface Repository},
115
- howpublished = {\url{https://huggingface.co/datasets/kargaranamir/GlotSparse}},
116
  }
 
117
  ```
 
100
  **3. Ethics:** We acknowledge that the collection and use of text data can have ethical implications. We have strived to handle the data responsibly, but we encourage users to consider the broader ethical implications of their own research or applications.
101
 
102
 
103
+ ## Github
104
+ We also host a GitHub version with similar metadata from other sources:
105
+
106
+ https://github.com/cisnlp/GlotScript
107
+
108
 
109
  ## Citation
110
  If you use any part of this code and data in your research, please cite it using the following BibTeX entry.
111
+ All the sources related to news, social media, and without mentioned datasets are crawled and compiled in the GlotLID work.
112
 
113
  ```
114
+ @inproceedings{
115
+ kargaran2023glotlid,
116
+ title={{GlotLID}: Language Identification for Low-Resource Languages},
117
+ author={Kargaran, Amir Hossein and Imani, Ayyoob and Yvon, Fran{\c{c}}ois and Sch{\"u}tze, Hinrich},
118
+ booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
119
+ year={2023},
120
+ url={https://openreview.net/forum?id=dl4e3EBz5j}
121
  }
122
+
123
  ```