---
base_model: sentence-transformers/all-mpnet-base-v2
datasets: []
language:
- en
library_name: sentence-transformers
license: apache-2.0
metrics:
- cosine_accuracy@1
- cosine_accuracy@3
- cosine_accuracy@5
- cosine_accuracy@10
- cosine_precision@1
- cosine_precision@3
- cosine_precision@5
- cosine_precision@10
- cosine_recall@1
- cosine_recall@3
- cosine_recall@5
- cosine_recall@10
- cosine_ndcg@10
- cosine_mrr@10
- cosine_map@100
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- generated_from_trainer
- dataset_size:4012
- loss:MultipleNegativesRankingLoss
widget:
- source_sentence: 'Extensive messenger RNA editing generates transcript and protein
diversity in genes involved in neural excitability, as previously described, as
well as in genes participating in a broad range of other cellular functions. '
sentences:
- Do cephalopods use RNA editing less frequently than other species?
- GV1001 vaccine targets which enzyme?
- Which event results in the acetylation of S6K1?
- source_sentence: Yes, exposure to household furry pets influences the gut microbiota
of infants.
sentences:
- Can pets affect infant microbiomed?
- What is the mode of action of Thiazovivin?
- What are the effects of CAMK4 inhibition?
- source_sentence: "In children with heart failure evidence of the effect of enalapril\
\ is empirical. Enalapril was clinically safe and effective in 50% to 80% of for\
\ children with cardiac failure secondary to congenital heart malformations before\
\ and after cardiac surgery, impaired ventricular function , valvar regurgitation,\
\ congestive cardiomyopathy, , arterial hypertension, life-threatening arrhythmias\
\ coexisting with circulatory insufficiency. \nACE inhibitors have shown a transient\
\ beneficial effect on heart failure due to anticancer drugs and possibly a beneficial\
\ effect in muscular dystrophy-associated cardiomyopathy, which deserves further\
\ studies."
sentences:
- Which receptors can be evaluated with the [18F]altanserin?
- In what proportion of children with heart failure has Enalapril been shown to
be safe and effective?
- Which major signaling pathways are regulated by RIP1?
- source_sentence: Cellular senescence-associated heterochromatic foci (SAHFS) are
a novel type of chromatin condensation involving alterations of linker histone
H1 and linker DNA-binding proteins. SAHFS can be formed by a variety of cell types,
but their mechanism of action remains unclear.
sentences:
- What is the relationship between the X chromosome and a neutrophil drumstick?
- Which microRNAs are involved in exercise adaptation?
- How are SAHFS created?
- source_sentence: Multicluster Pcdh diversity is required for mouse olfactory neural
circuit assembly. The vertebrate clustered protocadherin (Pcdh) cell surface proteins
are encoded by three closely linked gene clusters (Pcdhα, Pcdhβ, and Pcdhγ). Although
deletion of individual Pcdh clusters had subtle phenotypic consequences, the loss
of all three clusters (tricluster deletion) led to a severe axonal arborization
defect and loss of self-avoidance.
sentences:
- What are the effects of the deletion of all three Pcdh clusters (tricluster deletion)
in mice?
- what is the role of MEF-2 in cardiomyocyte differentiation?
- How many periods of regulatory innovation led to the evolution of vertebrates?
model-index:
- name: BGE small finetuned BIOASQ
results:
- task:
type: information-retrieval
name: Information Retrieval
dataset:
name: sentence transformers/all mpnet base v2
type: sentence-transformers/all-mpnet-base-v2
metrics:
- type: cosine_accuracy@1
value: 0.8458274398868458
name: Cosine Accuracy@1
- type: cosine_accuracy@3
value: 0.9349363507779349
name: Cosine Accuracy@3
- type: cosine_accuracy@5
value: 0.9476661951909476
name: Cosine Accuracy@5
- type: cosine_accuracy@10
value: 0.9603960396039604
name: Cosine Accuracy@10
- type: cosine_precision@1
value: 0.8458274398868458
name: Cosine Precision@1
- type: cosine_precision@3
value: 0.3116454502593117
name: Cosine Precision@3
- type: cosine_precision@5
value: 0.1895332390381895
name: Cosine Precision@5
- type: cosine_precision@10
value: 0.09603960396039603
name: Cosine Precision@10
- type: cosine_recall@1
value: 0.8458274398868458
name: Cosine Recall@1
- type: cosine_recall@3
value: 0.9349363507779349
name: Cosine Recall@3
- type: cosine_recall@5
value: 0.9476661951909476
name: Cosine Recall@5
- type: cosine_recall@10
value: 0.9603960396039604
name: Cosine Recall@10
- type: cosine_ndcg@10
value: 0.9092722406676912
name: Cosine Ndcg@10
- type: cosine_mrr@10
value: 0.8922532049123282
name: Cosine Mrr@10
- type: cosine_map@100
value: 0.8936600133157465
name: Cosine Map@100
---
# BGE small finetuned BIOASQ
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
## Model Details
### Model Description
- **Model Type:** Sentence Transformer
- **Base model:** [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2)
- **Maximum Sequence Length:** 384 tokens
- **Output Dimensionality:** 768 tokens
- **Similarity Function:** Cosine Similarity
- **Language:** en
- **License:** apache-2.0
### Model Sources
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
### Full Model Architecture
```
SentenceTransformer(
(0): Transformer({'max_seq_length': 384, 'do_lower_case': False}) with Transformer model: MPNetModel
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
(2): Normalize()
)
```
## Usage
### Direct Usage (Sentence Transformers)
First install the Sentence Transformers library:
```bash
pip install -U sentence-transformers
```
Then you can load this model and run inference.
```python
from sentence_transformers import SentenceTransformer
# Download from the 🤗 Hub
model = SentenceTransformer("juanpablomesa/all-mpnet-base-v2-bioasq-1epoc-batch32-100")
# Run inference
sentences = [
'Multicluster Pcdh diversity is required for mouse olfactory neural circuit assembly. The vertebrate clustered protocadherin (Pcdh) cell surface proteins are encoded by three closely linked gene clusters (Pcdhα, Pcdhβ, and Pcdhγ). Although deletion of individual Pcdh clusters had subtle phenotypic consequences, the loss of all three clusters (tricluster deletion) led to a severe axonal arborization defect and loss of self-avoidance.',
'What are the effects of the deletion of all three Pcdh clusters (tricluster deletion) in mice?',
'How many periods of regulatory innovation led to the evolution of vertebrates?',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 768]
# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]
```
## Evaluation
### Metrics
#### Information Retrieval
* Dataset: `sentence-transformers/all-mpnet-base-v2`
* Evaluated with [InformationRetrievalEvaluator
](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
| Metric | Value |
|:--------------------|:-----------|
| cosine_accuracy@1 | 0.8458 |
| cosine_accuracy@3 | 0.9349 |
| cosine_accuracy@5 | 0.9477 |
| cosine_accuracy@10 | 0.9604 |
| cosine_precision@1 | 0.8458 |
| cosine_precision@3 | 0.3116 |
| cosine_precision@5 | 0.1895 |
| cosine_precision@10 | 0.096 |
| cosine_recall@1 | 0.8458 |
| cosine_recall@3 | 0.9349 |
| cosine_recall@5 | 0.9477 |
| cosine_recall@10 | 0.9604 |
| cosine_ndcg@10 | 0.9093 |
| cosine_mrr@10 | 0.8923 |
| **cosine_map@100** | **0.8937** |
## Training Details
### Training Dataset
#### Unnamed Dataset
* Size: 4,012 training samples
* Columns: positive
and anchor
* Approximate statistics based on the first 1000 samples:
| | positive | anchor |
|:--------|:-----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
| type | string | string |
| details |
Aberrant patterns of H3K4, H3K9, and H3K27 histone lysine methylation were shown to result in histone code alterations, which induce changes in gene expression, and affect the proliferation rate of cells in medulloblastoma.
| What is the implication of histone lysine methylation in medulloblastoma?
|
| STAG1/STAG2 proteins are tumour suppressor proteins that suppress cell proliferation and are essential for differentiation.
| What is the role of STAG1/STAG2 proteins in differentiation?
|
| The association between cell phone use and incident glioblastoma remains unclear. Some studies have reported that cell phone use was associated with incident glioblastoma, and with reduced survival of patients diagnosed with glioblastoma. However, other studies have repeatedly replicated to find an association between cell phone use and glioblastoma.
| What is the association between cell phone use and glioblastoma?
|
* Loss: [MultipleNegativesRankingLoss
](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
```json
{
"scale": 20.0,
"similarity_fct": "cos_sim"
}
```
### Training Hyperparameters
#### Non-Default Hyperparameters
- `eval_strategy`: steps
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 16
- `learning_rate`: 2e-05
- `num_train_epochs`: 1
- `warmup_ratio`: 0.1
- `fp16`: True
- `batch_sampler`: no_duplicates
#### All Hyperparameters