-
Notifications
You must be signed in to change notification settings - Fork 3
/
paper.bib
52 lines (47 loc) · 1.67 KB
/
paper.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@article{dobrakowski2019patients,
title={Interpretable Segmentation of Medical Free-Text Records Based on Word Embeddings},
author={Dobrakowski, Adam
and Mykowiecka, Agnieszka and Marciniak, Ma{\l}gorzata and
Jaworski, Wojciech and Biecek, Przemys{\l}aw
},
journal={arXiv preprint arXiv:1907.04152},
year={2019},
url={https://arxiv.org/abs/1907.04152}
}
@Manual{text2vec,
title = {text2vec: Modern Text Mining Framework for R},
author = {Dmitriy Selivanov and Qing Wang},
year = {2018},
note = {R package version 0.5.1},
url = {https://CRAN.R-project.org/package=text2vec},
}
@inproceedings{pennington2014glove,
title={Glove: Global vectors for word representation},
author={Pennington, Jeffrey and Socher, Richard and Manning, Christopher},
booktitle={Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)},
pages={1532--1543},
year={2014},
doi = {10.3115/v1/D14-1162}
}
@article{mikolov2013efficient,
title={Efficient estimation of word representations in vector space},
author={Mikolov, Tomas and Chen, Kai and Corrado, Greg and Dean, Jeffrey},
journal={arXiv preprint arXiv:1301.3781},
year={2013}
}
@article{maaten2008visualizing,
title={Visualizing data using t-SNE},
author={Maaten, Laurens van der and Hinton, Geoffrey},
journal={Journal of machine learning research},
volume={9},
number={Nov},
pages={2579--2605},
year={2008}
}
@article{krijthe2015rtsne,
title = {Rtsne: T-distributed stochastic neighbor embedding using Barnes-Hut implementation},
author = {Krijthe, Jesse H},
note = {R package version 0.13},
url = {https://github.com/jkrijthe/Rtsne},
year = {2015}
}