You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PyTorch BERT Document Classification
2
2
3
-
Enriching BERT with Knowledge Graph Embedding for Document Classification.
3
+
Implementation and pre-trained models of the paper *Enriching BERT with Knowledge Graph Embedding for Document Classification* ([PDF](https://arxiv.org/abs/1909.08402)).
4
4
A submission to the [GermEval 2019 shared task](https://www.inf.uni-hamburg.de/en/inst/ab/lt/resources/data/germeval-2019-hmc.html) on hierarchical text classification.
5
5
If you encounter any problems, feel free to contact us or submit a GitHub issue.
6
6
@@ -109,7 +109,7 @@ The scores from the result table can be reproduced with the `evaluation.ipynb` n
109
109
110
110
## How to cite
111
111
112
-
If you are using our code, please cite our paper:
112
+
If you are using our code, please cite [our paper](https://arxiv.org/abs/1909.08402):
0 commit comments