Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-vial authored Oct 14, 2019
1 parent 20c1324 commit 1c38b54
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ To install **UFSAC**, simply:

Once the dependencies are installed, please run `./java/compile.sh` to compile the Java code.

## Sense mappings

We provide the two sense mappings used in our paper as standalone files in the directory `sense_mappings`.

The files consist of 117659 lines (one line by synset): the left-hand ID is the original synset ID, and the right-hand is the ID of the associated group of synsets.

The file `hypernyms_mapping.txt` results from the sense compression method through hypernyms.

The file `all_relations_mapping.txt` results from the method through all relationships.

## Using pre-trained models

We are currently providing one of our best model trained on the SemCor and the WordNet Gloss Tagged, using BERT embeddings, with the vocabulary compression through the hypernymy/hyponymy relationships applied, as described in [our article](https://arxiv.org/abs/1905.05677).
Expand Down

0 comments on commit 1c38b54

Please sign in to comment.