Skip to content

Commit 0a73f21

Browse files
authored
Update README.md
1 parent a9423df commit 0a73f21

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ This repository contains a set of easy-to-use tools for training, evaluating and
55

66
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.
77

8+
9+
10+
## Table of Contents
11+
* [Dependencies](#dependencies)
12+
* [Compilation](#compilation)
13+
* [Sense mappings](#sense-mappings)
14+
* [Using pre-trained models](#using-pre-trained-models)
15+
* [Disambiguating raw text](#disambiguating-raw-text)
16+
* [Evaluating a model](#evaluating-a-model)
17+
* [Training new WSD models](#training-new-wsd-models)
18+
* [Preparing data](#preparing-data)
19+
* [Training a model (or an ensemble of models)](#training-a-model-or-an-ensemble-of-models)
20+
* [Citation](#citation)
21+
22+
823
## Dependencies
924
- Python (version 3.6 or higher) - <https://python.org>
1025
- Java (version 8 or higher) - <https://java.com>
@@ -129,3 +144,16 @@ Call the `./train.sh` script with the following main arguments:
129144
- `--encoder_transformer_dropout [N]` (default `0.1`)
130145
- `--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`
131146

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}},
157+
year = {2019},
158+
address = {Wroclaw, Poland},
159+
}

0 commit comments

Comments
 (0)