model update
Browse files- README.md +7 -7
- relation_mapping.json +1 -0
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
datasets:
|
3 |
- relbert/semeval2012_relational_similarity
|
4 |
model-index:
|
5 |
-
- name: relbert/roberta-large-semeval2012-mask-prompt-b-nce
|
6 |
results:
|
7 |
- task:
|
8 |
name: Relation Mapping
|
@@ -153,26 +153,26 @@ model-index:
|
|
153 |
value: 0.901680693253323
|
154 |
|
155 |
---
|
156 |
-
# relbert/roberta-large-semeval2012-mask-prompt-b-nce
|
157 |
|
158 |
RelBERT fine-tuned from [roberta-large](https://huggingface.co/roberta-large) on
|
159 |
[relbert/semeval2012_relational_similarity](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity).
|
160 |
Fine-tuning is done via [RelBERT](https://github.com/asahi417/relbert) library (see the repository for more detail).
|
161 |
It achieves the following results on the relation understanding tasks:
|
162 |
-
- Analogy Question ([dataset](https://huggingface.co/datasets/relbert/analogy_questions), [full result](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce/raw/main/analogy.json)):
|
163 |
- Accuracy on SAT (full): 0.5561497326203209
|
164 |
- Accuracy on SAT: 0.5489614243323442
|
165 |
- Accuracy on BATS: 0.7448582545858811
|
166 |
- Accuracy on U2: 0.5263157894736842
|
167 |
- Accuracy on U4: 0.5509259259259259
|
168 |
- Accuracy on Google: 0.898
|
169 |
-
- Lexical Relation Classification ([dataset](https://huggingface.co/datasets/relbert/lexical_relation_classification), [full result](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce/raw/main/classification.json)):
|
170 |
- Micro F1 score on BLESS: 0.9285821907488323
|
171 |
- Micro F1 score on CogALexV: 0.8713615023474178
|
172 |
- Micro F1 score on EVALution: 0.7004333694474539
|
173 |
- Micro F1 score on K&H+N: 0.9651526744105168
|
174 |
- Micro F1 score on ROOT09: 0.9025383892196804
|
175 |
-
- Relation Mapping ([dataset](https://huggingface.co/datasets/relbert/relation_mapping), [full result](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce/raw/main/relation_mapping.json)):
|
176 |
- Accuracy on Relation Mapping: 0.8801984126984127
|
177 |
|
178 |
|
@@ -184,7 +184,7 @@ pip install relbert
|
|
184 |
and activate model as below.
|
185 |
```python
|
186 |
from relbert import RelBERT
|
187 |
-
model = RelBERT("relbert/roberta-large-semeval2012-mask-prompt-b-nce")
|
188 |
vector = model.get_embedding(['Tokyo', 'Japan']) # shape of (1024, )
|
189 |
```
|
190 |
|
@@ -216,7 +216,7 @@ The following hyperparameters were used during training:
|
|
216 |
- n_sample: 640
|
217 |
- gradient_accumulation: 8
|
218 |
|
219 |
-
The full configuration can be found at [fine-tuning parameter file](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce/raw/main/trainer_config.json).
|
220 |
|
221 |
### Reference
|
222 |
If you use any resource from RelBERT, please consider to cite our [paper](https://aclanthology.org/2021.eacl-demos.7/).
|
|
|
2 |
datasets:
|
3 |
- relbert/semeval2012_relational_similarity
|
4 |
model-index:
|
5 |
+
- name: relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated
|
6 |
results:
|
7 |
- task:
|
8 |
name: Relation Mapping
|
|
|
153 |
value: 0.901680693253323
|
154 |
|
155 |
---
|
156 |
+
# relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated
|
157 |
|
158 |
RelBERT fine-tuned from [roberta-large](https://huggingface.co/roberta-large) on
|
159 |
[relbert/semeval2012_relational_similarity](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity).
|
160 |
Fine-tuning is done via [RelBERT](https://github.com/asahi417/relbert) library (see the repository for more detail).
|
161 |
It achieves the following results on the relation understanding tasks:
|
162 |
+
- Analogy Question ([dataset](https://huggingface.co/datasets/relbert/analogy_questions), [full result](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated/raw/main/analogy.json)):
|
163 |
- Accuracy on SAT (full): 0.5561497326203209
|
164 |
- Accuracy on SAT: 0.5489614243323442
|
165 |
- Accuracy on BATS: 0.7448582545858811
|
166 |
- Accuracy on U2: 0.5263157894736842
|
167 |
- Accuracy on U4: 0.5509259259259259
|
168 |
- Accuracy on Google: 0.898
|
169 |
+
- Lexical Relation Classification ([dataset](https://huggingface.co/datasets/relbert/lexical_relation_classification), [full result](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated/raw/main/classification.json)):
|
170 |
- Micro F1 score on BLESS: 0.9285821907488323
|
171 |
- Micro F1 score on CogALexV: 0.8713615023474178
|
172 |
- Micro F1 score on EVALution: 0.7004333694474539
|
173 |
- Micro F1 score on K&H+N: 0.9651526744105168
|
174 |
- Micro F1 score on ROOT09: 0.9025383892196804
|
175 |
+
- Relation Mapping ([dataset](https://huggingface.co/datasets/relbert/relation_mapping), [full result](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated/raw/main/relation_mapping.json)):
|
176 |
- Accuracy on Relation Mapping: 0.8801984126984127
|
177 |
|
178 |
|
|
|
184 |
and activate model as below.
|
185 |
```python
|
186 |
from relbert import RelBERT
|
187 |
+
model = RelBERT("relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated")
|
188 |
vector = model.get_embedding(['Tokyo', 'Japan']) # shape of (1024, )
|
189 |
```
|
190 |
|
|
|
216 |
- n_sample: 640
|
217 |
- gradient_accumulation: 8
|
218 |
|
219 |
+
The full configuration can be found at [fine-tuning parameter file](https://huggingface.co/relbert/roberta-large-semeval2012-mask-prompt-b-nce-conceptnet-validated/raw/main/trainer_config.json).
|
220 |
|
221 |
### Reference
|
222 |
If you use any resource from RelBERT, please consider to cite our [paper](https://aclanthology.org/2021.eacl-demos.7/).
|
relation_mapping.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"accuracy": 0.8801984126984127, "prediction": [{"source": ["solar system", "sun", "planet", "mass", "attracts", "revolves", "gravity"], "true": ["atom", "nucleus", "electron", "charge", "attracts", "revolves", "electromagnetism"], "pred": ["atom", "nucleus", "electron", "charge", "attracts", "revolves", "electromagnetism"], "alignment_match": true, "accuracy": 1, "similarity": 0.9999999008754911, "similarity_true": 0.9999999008754911}, {"source": ["water", "flows", "pressure", "water tower", "bucket", "filling", "emptying", "hydrodynamics"], "true": ["heat", "transfers", "temperature", "burner", "kettle", "heating", "cooling", "thermodynamics"], "pred": ["heat", "transfers", "temperature", "burner", "kettle", "heating", "cooling", "thermodynamics"], "alignment_match": true, "accuracy": 1, "similarity": 0.9685111913511459, "similarity_true": 0.9685111913511459}, {"source": ["waves", "shore", "reflects", "water", "breakwater", "rough", "calm", "crashing"], "true": ["sounds", "wall", "echoes", "air", "insulation", "loud", "quiet", "vibrating"], "pred": ["sounds", "wall", "echoes", "air", "insulation", "quiet", "loud", "vibrating"], "alignment_match": false, "accuracy": 0.75, "similarity": 0.9286116280160602, "similarity_true": 0.925471458539411}, {"source": ["combustion", "fire", "fuel", "burning", "hot", "intense", "oxygen", "carbon dioxide"], "true": ["respiration", "animal", "food", "breathing", "living", "vigorous", "oxygen", "carbon dioxide"], "pred": ["respiration", "animal", "food", "breathing", "living", "vigorous", "oxygen", "carbon dioxide"], "alignment_match": true, "accuracy": 1, "similarity": 0.9999999003592096, "similarity_true": 0.9999999003592096}, {"source": ["sound", "low", "high", "echoes", "loud", "quiet", "horn"], "true": ["light", "red", "violet", "reflects", "bright", "dim", "lens"], "pred": ["light", "red", "violet", "reflects", "bright", "dim", "lens"], "alignment_match": true, "accuracy": 1, "similarity": 0.9619383519782625, "similarity_true": 0.9619383519782625}, {"source": ["projectile", "trajectory", "earth", "parabolic", "air", "gravity", "attracts"], "true": ["planet", "orbit", "sun", "elliptical", "space", "gravity", "attracts"], "pred": ["sun", "orbit", "planet", "elliptical", "space", "gravity", "attracts"], "alignment_match": false, "accuracy": 0.7142857142857143, "similarity": 0.9999999005439454, "similarity_true": 0.9999999005439454}, {"source": ["breeds", "selection", "conformance", "artificial", "popularity", "breeding", "domesticated"], "true": ["species", "competition", "adaptation", "natural", "fitness", "mating", "wild"], "pred": ["species", "competition", "adaptation", "natural", "fitness", "mating", "wild"], "alignment_match": true, "accuracy": 1, "similarity": 0.9170143451563962, "similarity_true": 0.9170143451563962}, {"source": ["ball", "billiards", "speed", "table", "bouncing", "moving", "slow", "fast"], "true": ["molecules", "gas", "temperature", "container", "pressing", "moving", "cold", "hot"], "pred": ["molecules", "gas", "temperature", "container", "pressing", "moving", "cold", "hot"], "alignment_match": true, "accuracy": 1, "similarity": 0.9506742315569692, "similarity_true": 0.9506742315569692}, {"source": ["computer", "processing", "erasing", "write", "read", "memory", "outputs", "inputs", "bug"], "true": ["mind", "thinking", "forgetting", "memorize", "remember", "memory", "muscles", "senses", "mistake"], "pred": ["mind", "memorize", "forgetting", "remember", "thinking", "memory", "senses", "muscles", "mistake"], "alignment_match": false, "accuracy": 0.4444444444444444, "similarity": 0.9282864217518345, "similarity_true": 0.9216935399306211}, {"source": ["slot machines", "reels", "spinning", "winning", "losing"], "true": ["bacteria", "genes", "mutating", "reproducing", "dying"], "pred": ["bacteria", "genes", "mutating", "reproducing", "dying"], "alignment_match": true, "accuracy": 1, "similarity": 0.8730688260606828, "similarity_true": 0.8730688260606828}, {"source": ["war", "soldier", "destroy", "fighting", "defeat", "attacks", "weapon"], "true": ["argument", "debater", "refute", "arguing", "acceptance", "criticizes", "logic"], "pred": ["logic", "debater", "refute", "arguing", "acceptance", "criticizes", "argument"], "alignment_match": false, "accuracy": 0.7142857142857143, "similarity": 0.9393797519530194, "similarity_true": 0.9393797519530194}, {"source": ["buyer", "merchandise", "buying", "selling", "returning", "valuable", "worthless"], "true": ["believer", "belief", "accepting", "advocating", "rejecting", "true", "false"], "pred": ["believer", "belief", "accepting", "rejecting", "advocating", "true", "false"], "alignment_match": false, "accuracy": 0.7142857142857143, "similarity": 0.9284124703858965, "similarity_true": 0.9267650712398713}, {"source": ["foundations", "buildings", "supporting", "solid", "weak", "crack"], "true": ["reasons", "theories", "confirming", "rational", "dubious", "flaw"], "pred": ["reasons", "theories", "confirming", "rational", "dubious", "flaw"], "alignment_match": true, "accuracy": 1, "similarity": 0.921317509856083, "similarity_true": 0.921317509856083}, {"source": ["obstructions", "destination", "route", "traveller", "traveling", "companion", "arriving"], "true": ["difficulties", "goal", "plan", "person", "problem solving", "partner", "succeeding"], "pred": ["difficulties", "goal", "plan", "person", "problem solving", "partner", "succeeding"], "alignment_match": true, "accuracy": 1, "similarity": 0.9363576629629461, "similarity_true": 0.9363576629629461}, {"source": ["money", "allocate", "budget", "effective", "cheap", "expansive"], "true": ["time", "invest", "schedule", "efficient", "quick", "slow"], "pred": ["time", "invest", "schedule", "efficient", "slow", "quick"], "alignment_match": false, "accuracy": 0.6666666666666666, "similarity": 0.9577593872984482, "similarity_true": 0.9577593872984482}, {"source": ["seeds", "planted", "fruitful", "fruit", "grow", "wither", "blossom"], "true": ["ideas", "inspired", "productive", "product", "develop", "fail", "succeed"], "pred": ["ideas", "inspired", "productive", "product", "develop", "fail", "succeed"], "alignment_match": true, "accuracy": 1, "similarity": 0.9321276225296172, "similarity_true": 0.9321276225296172}, {"source": ["machine", "working", "turned on", "turned off", "broken", "power", "repair"], "true": ["mind", "thinking", "awake", "asleep", "confused", "intelligence", "therapy"], "pred": ["mind", "thinking", "awake", "asleep", "confused", "intelligence", "therapy"], "alignment_match": true, "accuracy": 1, "similarity": 0.9063059965439011, "similarity_true": 0.9063059965439011}, {"source": ["object", "hold", "weight", "heavy", "light"], "true": ["idea", "understand", "analyze", "important", "trivial"], "pred": ["idea", "analyze", "understand", "important", "trivial"], "alignment_match": false, "accuracy": 0.6, "similarity": 0.910411408901201, "similarity_true": 0.910411408901201}, {"source": ["follow", "leader", "path", "follower", "lost", "wanders", "twisted", "straight"], "true": ["understand", "speaker", "argument", "listener", "misunderstood", "digresses", "complicated", "simple"], "pred": ["understand", "speaker", "argument", "listener", "misunderstood", "digresses", "complicated", "simple"], "alignment_match": true, "accuracy": 1, "similarity": 0.9508838847506752, "similarity_true": 0.9508838847506752}, {"source": ["seeing", "light", "illuminating", "darkness", "view", "hidden"], "true": ["understanding", "knowledge", "explaining", "confusion", "interpretation", "secret"], "pred": ["understanding", "knowledge", "explaining", "confusion", "interpretation", "secret"], "alignment_match": true, "accuracy": 1, "similarity": 0.9093029016883725, "similarity_true": 0.9093029016883725}]}
|