relbert/roberta-large-conceptnet-average-no-mask-prompt-c-nce
RelBERT fine-tuned from roberta-large on
relbert/conceptnet_high_confidence.
Fine-tuning is done via RelBERT library (see the repository for more detail).
It achieves the following results on the relation understanding tasks:
- Analogy Question (dataset, full result):
- Accuracy on SAT (full): 0.4919786096256685
- Accuracy on SAT: 0.49554896142433236
- Accuracy on BATS: 0.7937743190661478
- Accuracy on U2: 0.6271929824561403
- Accuracy on U4: 0.6527777777777778
- Accuracy on Google: 0.918
- Lexical Relation Classification (dataset, full result):
- Micro F1 score on BLESS: 0.9215006780171764
- Micro F1 score on CogALexV: 0.8678403755868545
- Micro F1 score on EVALution: 0.6825568797399784
- Micro F1 score on K&H+N: 0.962092230646171
- Micro F1 score on ROOT09: 0.9025383892196804
- Relation Mapping (dataset, full result):
- Accuracy on Relation Mapping: 0.8786507936507937
Usage
This model can be used through the relbert library. Install the library via pip
pip install relbert
and activate model as below.
from relbert import RelBERT
model = RelBERT("relbert/roberta-large-conceptnet-average-no-mask-prompt-c-nce")
vector = model.get_embedding(['Tokyo', 'Japan']) # shape of (1024, )
Training hyperparameters
The following hyperparameters were used during training:
- model: roberta-large
- max_length: 64
- mode: average_no_mask
- data: relbert/conceptnet_high_confidence
- template_mode: manual
- template: Today, I finally discovered the relation between and :
- loss_function: nce_logout
- temperature_nce_constant: 0.05
- temperature_nce_rank: {'min': 0.01, 'max': 0.05, 'type': 'linear'}
- epoch: 196
- batch: 128
- lr: 5e-06
- lr_decay: False
- lr_warmup: 1
- weight_decay: 0
- random_seed: 0
- exclude_relation: None
- n_sample: 640
- gradient_accumulation: 8
The full configuration can be found at fine-tuning parameter file.
Reference
If you use any resource from RelBERT, please consider to cite our paper.
@inproceedings{ushio-etal-2021-distilling-relation-embeddings,
title = "{D}istilling {R}elation {E}mbeddings from {P}re-trained {L}anguage {M}odels",
author = "Ushio, Asahi and
Schockaert, Steven and
Camacho-Collados, Jose",
booktitle = "EMNLP 2021",
year = "2021",
address = "Online",
publisher = "Association for Computational Linguistics",
}
- Downloads last month
- 5
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.
Dataset used to train research-backup/roberta-large-conceptnet-average-no-mask-prompt-c-nce
Evaluation results
- Accuracy on Relation Mappingself-reported0.879
- Accuracy on SAT fullself-reported0.492
- Accuracy on SATself-reported0.496
- Accuracy on BATSself-reported0.794
- Accuracy on Googleself-reported0.918
- Accuracy on U2self-reported0.627
- Accuracy on U4self-reported0.653
- F1 on BLESSself-reported0.922
- F1 (macro) on BLESSself-reported0.917
- F1 on CogALexVself-reported0.868