Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.08 KB

Utilities for text processing, information retrieval, classifiers, etc,.

In case you use the following classifiers

  1. Gaussian linear classifier with uncertainty (GLCU)
  2. Multi-class logistic regression with uncertainty (MCLRU)

Please cite the following paper(s) accordingly:

[1]
@article{Kesiraju:2019:BaySMM,
	author  = {Santosh Kesiraju and Old{\v{r}}ich Plchot and
	Luka{\v{s}} Burget and Suryakanth V Gangashetty},
	 journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},
	title={Learning Document Embeddings Along With Their Uncertainties},
	year={2020},
	volume={28},
	number={},
	pages={2319-2332},
	doi={10.1109/TASLP.2020.3012062}
}

[2]
@misc{Kesiraju:2020:Multi,
  title= "{A Bayesian multilingual document model for zero-shot cross-lingual topic identification}",
  author={Santosh Kesiraju and Sangeet Sagar and Ond\v{r}ej Glembek and Luk\'{a}\v{s} Burget and Suryakanth V Gangashetty},
  year={2020},
  eprint={2007.01359},
  archivePrefix={arXiv},
  primaryClass={cs.CL},
  url = {https://arxiv.org/abs/2007.01359}
}