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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ This repository contains a set of easy-to-use tools for training, evaluating and
5
5
6
6
This is the implementation used in the article [Sense Vocabulary Compression through the Semantic Knowledge of WordNet for Neural Word Sense Disambiguation](https://arxiv.org/abs/1905.05677), written by Loïc Vial, Benjamin Lecouteux and Didier Schwab.
-`--reset [true|false]` (default `false`) if you do not want to resume a previous training. Be careful as it will effectively resets the training state and the model weights saved in the `--model_path`
131
146
147
+
148
+
## Citation
149
+
150
+
If you want to reference [our paper](https://arxiv.org/abs/1912.05372), please use the following BibTeX snippet:
151
+
152
+
```
153
+
@InProceedings{vial-etal-2019-sense,
154
+
author = {Vial, Lo{\"i}c and Lecouteux, Benjamin and Schwab, Didier},
155
+
title = {{Sense Vocabulary Compression through the Semantic Knowledge of WordNet for Neural Word Sense Disambiguation}},
156
+
booktitle = {{Proceedings of the 10th Global Wordnet Conference}},
0 commit comments