Historical research checkpoint — RSE
No longer actively maintained. Retained for reproducibility of the original work.
This repository contains one variant of the RSE research models. The repository name identifies the backbone (BERT or RoBERTa), model size (base or large), and experiment variant (STS, USEB, Transfer, or 10-relations). Refer to the original description below for this checkpoint's configuration.
Original model description
The RSE-BERT-base-10-rel is trained with 10 relations including:
- entailment
- contradiction
- neutral
- duplicate_question
- non_duplicate_question
- paraphrase
- same_caption
- qa_entailment
- qa_not_entailment
- same_sent
The BERT-base-uncased model is used as initialization.
It can be used to infer all ten different relations.