Transformers
English
word_sense_disambiguation
Sakae Mizuki commited on
Commit
b86b5cd
·
1 Parent(s): bb69507

docs: fixed again.

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Semantic Specialization for Knowledge-based Word Sense Disambiguation
2
  * This repository contains the trained model (projection heads) and sense/context embeddings used for training and evaluating the model.
3
  * If you want to learn how to use these files, please refer to the [semantic_specialization_for_wsd](https://github.com/s-mizuki-nlp/semantic_specialization_for_wsd) repository.
@@ -38,16 +55,3 @@
38
  pages = "3449--3462",
39
  }
40
  ```
41
-
42
- ---
43
- license: apache-2.0
44
- language:
45
- - en
46
- tags:
47
- - word_sense_disambiguation
48
- library_name:
49
- - transformers
50
- arxiv:2304.11340
51
- metrics:
52
- - f1
53
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - word_sense_disambiguation
7
+ library_name:
8
+ - transformers
9
+ arxiv: 2304.11340
10
+ datasets:
11
+ - SemCor
12
+ - WordNet
13
+ - WSD Evaluation Framework
14
+ metrics:
15
+ - f1
16
+ ---
17
+
18
  # Semantic Specialization for Knowledge-based Word Sense Disambiguation
19
  * This repository contains the trained model (projection heads) and sense/context embeddings used for training and evaluating the model.
20
  * If you want to learn how to use these files, please refer to the [semantic_specialization_for_wsd](https://github.com/s-mizuki-nlp/semantic_specialization_for_wsd) repository.
 
55
  pages = "3449--3462",
56
  }
57
  ```