-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmybib.bib
63 lines (57 loc) · 2.42 KB
/
mybib.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
53
54
55
56
57
58
59
60
61
62
63
@article{renslow2018lightrel,
title={LightRel SemEval-2018 Task 7: Lightweight and Fast Relation Classification},
author={Renslow, Tyler and Neumann, G{\"u}nter},
journal={arXiv preprint arXiv:1804.08426},
year={2018}
}
@INPROCEEDINGS{Tang:08KDD,
AUTHOR = "Jie Tang and Jing Zhang and Limin Yao and Juanzi Li and Li Zhang and Zhong Su",
TITLE = "ArnetMiner: Extraction and Mining of Academic Social Networks",
pages = "990-998",
YEAR = {2008},
BOOKTITLE = "KDD'08",
}
@incollection{NIPS2013_5021,
title = {Distributed Representations of Words and Phrases and their Compositionality},
author = {Mikolov, Tomas and Sutskever, Ilya and Chen, Kai and Corrado, Greg S and Dean, Jeff},
booktitle = {Advances in Neural Information Processing Systems 26},
editor = {C. J. C. Burges and L. Bottou and M. Welling and Z. Ghahramani and K. Q. Weinberger},
pages = {3111--3119},
year = {2013},
publisher = {Curran Associates, Inc.},
}
@article{bojanowski2017enriching,
title={Enriching Word Vectors with Subword Information},
author={Bojanowski, Piotr and Grave, Edouard and Joulin, Armand and Mikolov, Tomas},
journal={Transactions of the Association for Computational Linguistics},
volume={5},
year={2017},
issn={2307-387X},
pages={135--146}
}
@article{devlin2018bert,
title={BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding},
author={Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina},
journal={arXiv preprint arXiv:1810.04805},
year={2018}
}
@article{DBLP:journals/corr/Kim14f,
author = {Yoon Kim},
title = {Convolutional Neural Networks for Sentence Classification},
journal = {CoRR},
volume = {abs/1408.5882},
year = {2014},
url = {http://arxiv.org/abs/1408.5882},
archivePrefix = {arXiv},
eprint = {1408.5882},
timestamp = {Mon, 13 Aug 2018 16:46:21 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/Kim14f},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@InProceedings{SemEval2018Task7,
author = {Kata G\'{a}bor and Davide Buscaldi and Anne-Kathrin Schumann and Behrang QasemiZadeh and Ha\"{i}fa Zargayouna and Thierry Charnois},
title = {SemEval-2018 {T}ask 7: Semantic Relation Extraction and Classification in Scientific Papers},
booktitle = {Proceedings of International Workshop on Semantic Evaluation (SemEval-2018)},
address = {New Orleans, LA, USA},
year = {2018}
}