Add files using upload-large-folder tool
Browse files- README.md +183 -107
- adapter_model.safetensors +1 -1
- git_hash.txt +1 -1
- results.json +884 -884
- training_config.yml +4 -4
README.md
CHANGED
|
@@ -1,126 +1,202 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
-
- Qwen/Qwen2.5-VL-7B-Instruct
|
| 4 |
library_name: peft
|
| 5 |
-
datasets:
|
| 6 |
-
- llamaindex/vdr-multilingual-train
|
| 7 |
-
- nomic-ai/colpali_train_set_split_by_source
|
| 8 |
-
language:
|
| 9 |
-
- en
|
| 10 |
-
- it
|
| 11 |
-
- fr
|
| 12 |
-
- de
|
| 13 |
-
- es
|
| 14 |
-
pipeline_tag: visual-document-retrieval
|
| 15 |
-
tags:
|
| 16 |
-
- vidore
|
| 17 |
-
- colpali
|
| 18 |
-
- multimodal_embedding
|
| 19 |
-
- multilingual_embedding
|
| 20 |
-
- Text-to-Visual Document (T→VD) retrieval
|
| 21 |
-
license: apache-2.0
|
| 22 |
---
|
| 23 |
|
| 24 |
-
#
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
-
- **High Performance**: Achieves 61.6 NDCG@5 on Vidore-v2, outperforming all other models
|
| 29 |
-
- **Unified Text-Image Encoding**: Directly encodes interleaved text and images without complex preprocessing
|
| 30 |
-
- **Advanced Architecture**: 7B parameter multimodal embedding model
|
| 31 |
-
- **Fully Open-Source**: Model weights available for commercial and research use
|
| 32 |
|
| 33 |
-
## Performance
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|-------|------|----------------------|-------------------|------------|---------|----------------------|----------------------------|---------------|-----|------------|
|
| 37 |
-
| **ColNomic Embed Multimodal 7B** | 61.6 | 67.1 | 54.9 | 59.7 | 66.1 | 58.1 | 56.9 | 64.3 | 67.4 | 59.6 |
|
| 38 |
-
| ColNomic Embed Multimodal 3B | 61.2 | 65.8 | 55.4 | 61.0 | 63.5 | 56.6 | 57.2 | 62.5 | 68.8 | 60.2 |
|
| 39 |
-
| T-Systems ColQwen2.5-3B | 59.9 | 72.1 | 51.2 | 60.0 | 65.3 | 51.7 | 53.3 | 61.7 | 69.3 | 54.8 |
|
| 40 |
-
| Nomic Embed Multimodal 7B | 59.7 | 65.7 | 57.7 | 59.3 | 64.0 | 49.2 | 51.9 | 61.2 | 66.3 | 63.1 |
|
| 41 |
-
| Nomic Embed Multimodal 3B | 58.8 | 59.8 | 57.5 | 58.8 | 62.5 | 49.4 | 49.4 | 58.6 | 69.6 | 63.5 |
|
| 42 |
-
| Llama Index vdr-2b-multi-v1 | 58.4 | 63.1 | 52.8 | 61.0 | 60.6 | 50.3 | 51.2 | 56.9 | 68.8 | 61.2 |
|
| 43 |
-
| Voyage Multimodal 3 | 55.0 | 56.1 | 55.0 | 59.5 | 56.4 | 47.2 | 46.2 | 51.5 | 64.1 | 58.8 |
|
| 44 |
|
| 45 |
-
|
| 46 |
|
| 47 |
-
|
| 48 |
-
- **Training Approach**: Fine-tuned from Qwen2.5-VL 7B Instruct
|
| 49 |
-
- **Architecture Type**: Vision-Language Model with unified text and image input processing
|
| 50 |
-
- **Key Innovations**:
|
| 51 |
-
- Same-source sampling to create harder in-batch negatives
|
| 52 |
-
- Multi-vector output option for enhanced performance
|
| 53 |
|
| 54 |
-
## Integration with RAG Workflows
|
| 55 |
|
| 56 |
-
Nomic Embed Multimodal 7B seamlessly integrates with Retrieval Augmented Generation (RAG) workflows:
|
| 57 |
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
-
|
| 64 |
|
| 65 |
-
|
| 66 |
|
| 67 |
-
- **
|
| 68 |
-
- **
|
| 69 |
-
- **
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
## Training Details
|
| 75 |
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-VL-7B-Instruct
|
|
|
|
| 3 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
+
## Model Details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
### Model Description
|
| 15 |
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
|
|
|
| 18 |
|
|
|
|
| 19 |
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
|
| 76 |
## Training Details
|
| 77 |
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.14.0
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 323489536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa6cba28368342ac6b235f49fcc3e0a5bd891d56df490c12bcbc6dc52c8377f3
|
| 3 |
size 323489536
|
git_hash.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
d3f780b24ba870601a046b4f35d28d827739446c
|
results.json
CHANGED
|
@@ -1,228 +1,228 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
-
"timestamp": "2025-03-
|
| 4 |
"vidore_benchmark_version": "5.0.1.dev6+g9e0da63"
|
| 5 |
},
|
| 6 |
"metrics": {
|
| 7 |
"vidore/arxivqa_test_subsampled": {
|
| 8 |
-
"ndcg_at_1": 0.
|
| 9 |
-
"ndcg_at_3": 0.
|
| 10 |
-
"ndcg_at_5": 0.
|
| 11 |
-
"ndcg_at_10": 0.
|
| 12 |
-
"ndcg_at_20": 0.
|
| 13 |
-
"ndcg_at_50": 0.
|
| 14 |
-
"ndcg_at_100": 0.
|
| 15 |
-
"map_at_1": 0.
|
| 16 |
-
"map_at_3": 0.
|
| 17 |
-
"map_at_5": 0.
|
| 18 |
-
"map_at_10": 0.
|
| 19 |
-
"map_at_20": 0.
|
| 20 |
-
"map_at_50": 0.
|
| 21 |
-
"map_at_100": 0.
|
| 22 |
-
"recall_at_1": 0.
|
| 23 |
-
"recall_at_3": 0.
|
| 24 |
-
"recall_at_5": 0.
|
| 25 |
"recall_at_10": 0.958,
|
| 26 |
-
"recall_at_20": 0.
|
| 27 |
-
"recall_at_50": 0.
|
| 28 |
-
"recall_at_100": 0.
|
| 29 |
-
"precision_at_1": 0.
|
| 30 |
-
"precision_at_3": 0.
|
| 31 |
-
"precision_at_5": 0.
|
| 32 |
"precision_at_10": 0.0958,
|
| 33 |
-
"precision_at_20": 0.
|
| 34 |
-
"precision_at_50": 0.
|
| 35 |
-
"precision_at_100": 0.
|
| 36 |
-
"mrr_at_1": 0.
|
| 37 |
-
"mrr_at_3": 0.
|
| 38 |
-
"mrr_at_5": 0.
|
| 39 |
-
"mrr_at_10": 0.
|
| 40 |
-
"mrr_at_20": 0.
|
| 41 |
-
"mrr_at_50": 0.
|
| 42 |
-
"mrr_at_100": 0.
|
| 43 |
-
"naucs_at_1_max": 0.
|
| 44 |
-
"naucs_at_1_std": 0.
|
| 45 |
-
"naucs_at_1_diff1": 0.
|
| 46 |
-
"naucs_at_3_max": 0.
|
| 47 |
-
"naucs_at_3_std": 0.
|
| 48 |
-
"naucs_at_3_diff1": 0.
|
| 49 |
-
"naucs_at_5_max": 0.
|
| 50 |
-
"naucs_at_5_std": 0.
|
| 51 |
-
"naucs_at_5_diff1": 0.
|
| 52 |
-
"naucs_at_10_max": 0.
|
| 53 |
-
"naucs_at_10_std": 0.
|
| 54 |
-
"naucs_at_10_diff1": 0.
|
| 55 |
-
"naucs_at_20_max": 0.
|
| 56 |
-
"naucs_at_20_std": 0.
|
| 57 |
-
"naucs_at_20_diff1": 0.
|
| 58 |
-
"naucs_at_50_max": 0.
|
| 59 |
-
"naucs_at_50_std": 0.
|
| 60 |
-
"naucs_at_50_diff1":
|
| 61 |
-
"naucs_at_100_max": 0.
|
| 62 |
-
"naucs_at_100_std":
|
| 63 |
-
"naucs_at_100_diff1":
|
| 64 |
},
|
| 65 |
"vidore/docvqa_test_subsampled": {
|
| 66 |
-
"ndcg_at_1": 0.
|
| 67 |
-
"ndcg_at_3": 0.
|
| 68 |
-
"ndcg_at_5": 0.
|
| 69 |
-
"ndcg_at_10": 0.
|
| 70 |
-
"ndcg_at_20": 0.
|
| 71 |
-
"ndcg_at_50": 0.
|
| 72 |
-
"ndcg_at_100": 0.
|
| 73 |
-
"map_at_1": 0.
|
| 74 |
-
"map_at_3": 0.
|
| 75 |
-
"map_at_5": 0.
|
| 76 |
-
"map_at_10": 0.
|
| 77 |
-
"map_at_20": 0.
|
| 78 |
-
"map_at_50": 0.
|
| 79 |
-
"map_at_100": 0.
|
| 80 |
-
"recall_at_1": 0.
|
| 81 |
"recall_at_3": 0.63636,
|
| 82 |
-
"recall_at_5": 0.
|
| 83 |
-
"recall_at_10": 0.
|
| 84 |
-
"recall_at_20": 0.
|
| 85 |
-
"recall_at_50": 0.
|
| 86 |
-
"recall_at_100": 0.
|
| 87 |
-
"precision_at_1": 0.
|
| 88 |
"precision_at_3": 0.21212,
|
| 89 |
-
"precision_at_5": 0.
|
| 90 |
-
"precision_at_10": 0.
|
| 91 |
-
"precision_at_20": 0.
|
| 92 |
-
"precision_at_50": 0.
|
| 93 |
-
"precision_at_100": 0.
|
| 94 |
-
"mrr_at_1": 0.
|
| 95 |
-
"mrr_at_3": 0.
|
| 96 |
-
"mrr_at_5": 0.
|
| 97 |
-
"mrr_at_10": 0.
|
| 98 |
-
"mrr_at_20": 0.
|
| 99 |
-
"mrr_at_50": 0.
|
| 100 |
-
"mrr_at_100": 0.
|
| 101 |
-
"naucs_at_1_max": 0.
|
| 102 |
-
"naucs_at_1_std": 0.
|
| 103 |
-
"naucs_at_1_diff1": 0.
|
| 104 |
-
"naucs_at_3_max": 0.
|
| 105 |
-
"naucs_at_3_std": 0.
|
| 106 |
-
"naucs_at_3_diff1": 0.
|
| 107 |
-
"naucs_at_5_max": 0.
|
| 108 |
-
"naucs_at_5_std": 0.
|
| 109 |
-
"naucs_at_5_diff1": 0.
|
| 110 |
-
"naucs_at_10_max": 0.
|
| 111 |
-
"naucs_at_10_std": 0.
|
| 112 |
-
"naucs_at_10_diff1": 0.
|
| 113 |
-
"naucs_at_20_max": 0.
|
| 114 |
-
"naucs_at_20_std": 0.
|
| 115 |
-
"naucs_at_20_diff1": 0.
|
| 116 |
-
"naucs_at_50_max": 0.
|
| 117 |
-
"naucs_at_50_std": 0.
|
| 118 |
-
"naucs_at_50_diff1": 0.
|
| 119 |
-
"naucs_at_100_max": 0.
|
| 120 |
-
"naucs_at_100_std": 0.
|
| 121 |
-
"naucs_at_100_diff1": 0.
|
| 122 |
},
|
| 123 |
"vidore/infovqa_test_subsampled": {
|
| 124 |
-
"ndcg_at_1": 0.
|
| 125 |
-
"ndcg_at_3": 0.
|
| 126 |
-
"ndcg_at_5": 0.
|
| 127 |
-
"ndcg_at_10": 0.
|
| 128 |
-
"ndcg_at_20": 0.
|
| 129 |
-
"ndcg_at_50": 0.
|
| 130 |
-
"ndcg_at_100": 0.
|
| 131 |
-
"map_at_1": 0.
|
| 132 |
-
"map_at_3": 0.
|
| 133 |
-
"map_at_5": 0.
|
| 134 |
-
"map_at_10": 0.
|
| 135 |
-
"map_at_20": 0.
|
| 136 |
-
"map_at_50": 0.
|
| 137 |
-
"map_at_100": 0.
|
| 138 |
-
"recall_at_1": 0.
|
| 139 |
-
"recall_at_3": 0.
|
| 140 |
-
"recall_at_5": 0.
|
| 141 |
-
"recall_at_10": 0.
|
| 142 |
-
"recall_at_20": 0.
|
| 143 |
-
"recall_at_50": 0.
|
| 144 |
-
"recall_at_100": 0.
|
| 145 |
-
"precision_at_1": 0.
|
| 146 |
-
"precision_at_3": 0.
|
| 147 |
-
"precision_at_5": 0.
|
| 148 |
-
"precision_at_10": 0.
|
| 149 |
-
"precision_at_20": 0.
|
| 150 |
-
"precision_at_50": 0.
|
| 151 |
-
"precision_at_100": 0.
|
| 152 |
-
"mrr_at_1": 0.
|
| 153 |
-
"mrr_at_3": 0.
|
| 154 |
-
"mrr_at_5": 0.
|
| 155 |
-
"mrr_at_10": 0.
|
| 156 |
-
"mrr_at_20": 0.
|
| 157 |
-
"mrr_at_50": 0.
|
| 158 |
-
"mrr_at_100": 0.
|
| 159 |
-
"naucs_at_1_max": 0.
|
| 160 |
-
"naucs_at_1_std": 0.
|
| 161 |
-
"naucs_at_1_diff1": 0.
|
| 162 |
-
"naucs_at_3_max": 0.
|
| 163 |
-
"naucs_at_3_std": 0.
|
| 164 |
-
"naucs_at_3_diff1": 0.
|
| 165 |
-
"naucs_at_5_max": 0.
|
| 166 |
-
"naucs_at_5_std": 0.
|
| 167 |
-
"naucs_at_5_diff1": 0.
|
| 168 |
-
"naucs_at_10_max": 0.
|
| 169 |
-
"naucs_at_10_std": 0.
|
| 170 |
-
"naucs_at_10_diff1": 0.
|
| 171 |
-
"naucs_at_20_max": 0.
|
| 172 |
-
"naucs_at_20_std": 0.
|
| 173 |
-
"naucs_at_20_diff1": 0.
|
| 174 |
-
"naucs_at_50_max": 0
|
| 175 |
-
"naucs_at_50_std": 0.
|
| 176 |
-
"naucs_at_50_diff1": 0.
|
| 177 |
-
"naucs_at_100_max": 0
|
| 178 |
-
"naucs_at_100_std": 0
|
| 179 |
-
"naucs_at_100_diff1": 0.
|
| 180 |
},
|
| 181 |
"vidore/tabfquad_test_subsampled": {
|
| 182 |
-
"ndcg_at_1": 0.
|
| 183 |
-
"ndcg_at_3": 0.
|
| 184 |
-
"ndcg_at_5": 0.
|
| 185 |
-
"ndcg_at_10": 0.
|
| 186 |
-
"ndcg_at_20": 0.
|
| 187 |
-
"ndcg_at_50": 0.
|
| 188 |
-
"ndcg_at_100": 0.
|
| 189 |
-
"map_at_1": 0.
|
| 190 |
-
"map_at_3": 0.
|
| 191 |
-
"map_at_5": 0.
|
| 192 |
-
"map_at_10": 0.
|
| 193 |
-
"map_at_20": 0.
|
| 194 |
-
"map_at_50": 0.
|
| 195 |
-
"map_at_100": 0.
|
| 196 |
-
"recall_at_1": 0.
|
| 197 |
-
"recall_at_3": 0.
|
| 198 |
-
"recall_at_5": 0.
|
| 199 |
-
"recall_at_10": 0
|
| 200 |
"recall_at_20": 1.0,
|
| 201 |
"recall_at_50": 1.0,
|
| 202 |
"recall_at_100": 1.0,
|
| 203 |
-
"precision_at_1": 0.
|
| 204 |
-
"precision_at_3": 0.
|
| 205 |
-
"precision_at_5": 0.
|
| 206 |
-
"precision_at_10": 0.
|
| 207 |
"precision_at_20": 0.05,
|
| 208 |
"precision_at_50": 0.02,
|
| 209 |
"precision_at_100": 0.01,
|
| 210 |
-
"mrr_at_1": 0.
|
| 211 |
-
"mrr_at_3": 0.
|
| 212 |
-
"mrr_at_5": 0.
|
| 213 |
-
"mrr_at_10": 0.
|
| 214 |
-
"mrr_at_20": 0.
|
| 215 |
-
"mrr_at_50": 0.
|
| 216 |
-
"mrr_at_100": 0.
|
| 217 |
-
"naucs_at_1_max": 0.
|
| 218 |
-
"naucs_at_1_std": 0.
|
| 219 |
-
"naucs_at_1_diff1": 0.
|
| 220 |
-
"naucs_at_3_max": 0.
|
| 221 |
-
"naucs_at_3_std": 0.
|
| 222 |
-
"naucs_at_3_diff1": 0.
|
| 223 |
-
"naucs_at_5_max": 0.
|
| 224 |
-
"naucs_at_5_std": 0.
|
| 225 |
-
"naucs_at_5_diff1":
|
| 226 |
"naucs_at_10_max": 1.0,
|
| 227 |
"naucs_at_10_std": 1.0,
|
| 228 |
"naucs_at_10_diff1": 1.0,
|
|
@@ -237,159 +237,159 @@
|
|
| 237 |
"naucs_at_100_diff1": 1.0
|
| 238 |
},
|
| 239 |
"vidore/tatdqa_test": {
|
| 240 |
-
"ndcg_at_1": 0.
|
| 241 |
-
"ndcg_at_3": 0.
|
| 242 |
-
"ndcg_at_5": 0.
|
| 243 |
-
"ndcg_at_10": 0.
|
| 244 |
-
"ndcg_at_20": 0.
|
| 245 |
-
"ndcg_at_50": 0.
|
| 246 |
-
"ndcg_at_100": 0.
|
| 247 |
-
"map_at_1": 0.
|
| 248 |
-
"map_at_3": 0.
|
| 249 |
-
"map_at_5": 0.
|
| 250 |
-
"map_at_10": 0.
|
| 251 |
-
"map_at_20": 0.
|
| 252 |
-
"map_at_50": 0.
|
| 253 |
-
"map_at_100": 0.
|
| 254 |
-
"recall_at_1": 0.
|
| 255 |
-
"recall_at_3": 0.
|
| 256 |
-
"recall_at_5": 0.
|
| 257 |
-
"recall_at_10": 0.
|
| 258 |
-
"recall_at_20": 0.
|
| 259 |
-
"recall_at_50": 0.
|
| 260 |
-
"recall_at_100": 0.
|
| 261 |
-
"precision_at_1": 0.
|
| 262 |
-
"precision_at_3": 0.
|
| 263 |
-
"precision_at_5": 0.
|
| 264 |
-
"precision_at_10": 0.
|
| 265 |
-
"precision_at_20": 0.
|
| 266 |
-
"precision_at_50": 0.
|
| 267 |
-
"precision_at_100": 0.
|
| 268 |
-
"mrr_at_1": 0.
|
| 269 |
-
"mrr_at_3": 0.
|
| 270 |
-
"mrr_at_5": 0.
|
| 271 |
-
"mrr_at_10": 0.
|
| 272 |
-
"mrr_at_20": 0.
|
| 273 |
-
"mrr_at_50": 0.
|
| 274 |
-
"mrr_at_100": 0.
|
| 275 |
-
"naucs_at_1_max": 0.
|
| 276 |
-
"naucs_at_1_std": 0.
|
| 277 |
-
"naucs_at_1_diff1": 0.
|
| 278 |
-
"naucs_at_3_max": 0.
|
| 279 |
-
"naucs_at_3_std": 0.
|
| 280 |
-
"naucs_at_3_diff1": 0.
|
| 281 |
-
"naucs_at_5_max": 0.
|
| 282 |
-
"naucs_at_5_std": 0.
|
| 283 |
-
"naucs_at_5_diff1": 0.
|
| 284 |
-
"naucs_at_10_max": 0.
|
| 285 |
-
"naucs_at_10_std": 0.
|
| 286 |
-
"naucs_at_10_diff1": 0.
|
| 287 |
-
"naucs_at_20_max": 0.
|
| 288 |
-
"naucs_at_20_std": 0.
|
| 289 |
-
"naucs_at_20_diff1": 0.
|
| 290 |
-
"naucs_at_50_max": 0.
|
| 291 |
-
"naucs_at_50_std": 0.
|
| 292 |
-
"naucs_at_50_diff1": 0.
|
| 293 |
-
"naucs_at_100_max": 0.
|
| 294 |
-
"naucs_at_100_std": 0.
|
| 295 |
-
"naucs_at_100_diff1": 0.
|
| 296 |
},
|
| 297 |
"vidore/shiftproject_test": {
|
| 298 |
-
"ndcg_at_1": 0.
|
| 299 |
-
"ndcg_at_3": 0.
|
| 300 |
-
"ndcg_at_5": 0.
|
| 301 |
-
"ndcg_at_10": 0.
|
| 302 |
-
"ndcg_at_20": 0.
|
| 303 |
-
"ndcg_at_50": 0.
|
| 304 |
-
"ndcg_at_100": 0.
|
| 305 |
-
"map_at_1": 0.
|
| 306 |
-
"map_at_3": 0.
|
| 307 |
-
"map_at_5": 0.
|
| 308 |
-
"map_at_10": 0.
|
| 309 |
-
"map_at_20": 0.
|
| 310 |
-
"map_at_50": 0.
|
| 311 |
-
"map_at_100": 0.
|
| 312 |
-
"recall_at_1": 0.
|
| 313 |
-
"recall_at_3": 0.
|
| 314 |
-
"recall_at_5": 0.
|
| 315 |
"recall_at_10": 0.99,
|
| 316 |
"recall_at_20": 0.99,
|
| 317 |
-
"recall_at_50":
|
| 318 |
"recall_at_100": 1.0,
|
| 319 |
-
"precision_at_1": 0.
|
| 320 |
-
"precision_at_3": 0.
|
| 321 |
-
"precision_at_5": 0.
|
| 322 |
"precision_at_10": 0.099,
|
| 323 |
"precision_at_20": 0.0495,
|
| 324 |
-
"precision_at_50": 0.
|
| 325 |
"precision_at_100": 0.01,
|
| 326 |
-
"mrr_at_1": 0.
|
| 327 |
-
"mrr_at_3": 0.
|
| 328 |
-
"mrr_at_5": 0.
|
| 329 |
-
"mrr_at_10": 0.
|
| 330 |
-
"mrr_at_20": 0.
|
| 331 |
-
"mrr_at_50": 0.
|
| 332 |
-
"mrr_at_100": 0.
|
| 333 |
-
"naucs_at_1_max": 0.
|
| 334 |
-
"naucs_at_1_std": -0.
|
| 335 |
-
"naucs_at_1_diff1": 0.
|
| 336 |
-
"naucs_at_3_max": 0.
|
| 337 |
-
"naucs_at_3_std":
|
| 338 |
-
"naucs_at_3_diff1": 0.
|
| 339 |
-
"naucs_at_5_max": 0.
|
| 340 |
-
"naucs_at_5_std": 0.
|
| 341 |
-
"naucs_at_5_diff1": 0.
|
| 342 |
-
"naucs_at_10_max": 0.
|
| 343 |
-
"naucs_at_10_std": 0.
|
| 344 |
"naucs_at_10_diff1": 0.8692810457516413,
|
| 345 |
-
"naucs_at_20_max": 0.
|
| 346 |
-
"naucs_at_20_std": 0.
|
| 347 |
"naucs_at_20_diff1": 0.8692810457516413,
|
| 348 |
-
"naucs_at_50_max":
|
| 349 |
-
"naucs_at_50_std":
|
| 350 |
-
"naucs_at_50_diff1":
|
| 351 |
"naucs_at_100_max": null,
|
| 352 |
"naucs_at_100_std": null,
|
| 353 |
"naucs_at_100_diff1": null
|
| 354 |
},
|
| 355 |
"vidore/syntheticDocQA_artificial_intelligence_test": {
|
| 356 |
-
"ndcg_at_1": 0.
|
| 357 |
-
"ndcg_at_3": 0.
|
| 358 |
-
"ndcg_at_5": 0.
|
| 359 |
-
"ndcg_at_10": 0.
|
| 360 |
-
"ndcg_at_20": 0.
|
| 361 |
-
"ndcg_at_50": 0.
|
| 362 |
-
"ndcg_at_100": 0.
|
| 363 |
-
"map_at_1": 0.
|
| 364 |
-
"map_at_3": 0.
|
| 365 |
-
"map_at_5": 0.
|
| 366 |
-
"map_at_10": 0.
|
| 367 |
-
"map_at_20": 0.
|
| 368 |
-
"map_at_50": 0.
|
| 369 |
-
"map_at_100": 0.
|
| 370 |
-
"recall_at_1": 0.
|
| 371 |
"recall_at_3": 1.0,
|
| 372 |
"recall_at_5": 1.0,
|
| 373 |
"recall_at_10": 1.0,
|
| 374 |
"recall_at_20": 1.0,
|
| 375 |
"recall_at_50": 1.0,
|
| 376 |
"recall_at_100": 1.0,
|
| 377 |
-
"precision_at_1": 0.
|
| 378 |
"precision_at_3": 0.33333,
|
| 379 |
"precision_at_5": 0.2,
|
| 380 |
"precision_at_10": 0.1,
|
| 381 |
"precision_at_20": 0.05,
|
| 382 |
"precision_at_50": 0.02,
|
| 383 |
"precision_at_100": 0.01,
|
| 384 |
-
"mrr_at_1": 0.
|
| 385 |
-
"mrr_at_3": 0.
|
| 386 |
-
"mrr_at_5": 0.
|
| 387 |
-
"mrr_at_10": 0.
|
| 388 |
-
"mrr_at_20": 0.
|
| 389 |
-
"mrr_at_50": 0.
|
| 390 |
-
"mrr_at_100": 0.
|
| 391 |
-
"naucs_at_1_max": 0.
|
| 392 |
-
"naucs_at_1_std": -0.
|
| 393 |
"naucs_at_1_diff1": 1.0,
|
| 394 |
"naucs_at_3_max": 1.0,
|
| 395 |
"naucs_at_3_std": 1.0,
|
|
@@ -413,18 +413,18 @@
|
|
| 413 |
"vidore/syntheticDocQA_energy_test": {
|
| 414 |
"ndcg_at_1": 0.95,
|
| 415 |
"ndcg_at_3": 0.95631,
|
| 416 |
-
"ndcg_at_5": 0.
|
| 417 |
-
"ndcg_at_10": 0.
|
| 418 |
-
"ndcg_at_20": 0.
|
| 419 |
-
"ndcg_at_50": 0.
|
| 420 |
-
"ndcg_at_100": 0.
|
| 421 |
"map_at_1": 0.95,
|
| 422 |
"map_at_3": 0.955,
|
| 423 |
-
"map_at_5": 0.
|
| 424 |
-
"map_at_10": 0.
|
| 425 |
-
"map_at_20": 0.
|
| 426 |
-
"map_at_50": 0.
|
| 427 |
-
"map_at_100": 0.
|
| 428 |
"recall_at_1": 0.95,
|
| 429 |
"recall_at_3": 0.96,
|
| 430 |
"recall_at_5": 0.98,
|
|
@@ -441,24 +441,24 @@
|
|
| 441 |
"precision_at_100": 0.01,
|
| 442 |
"mrr_at_1": 0.95,
|
| 443 |
"mrr_at_3": 0.955,
|
| 444 |
-
"mrr_at_5": 0.
|
| 445 |
-
"mrr_at_10": 0.
|
| 446 |
-
"mrr_at_20": 0.
|
| 447 |
-
"mrr_at_50": 0.
|
| 448 |
-
"mrr_at_100": 0.
|
| 449 |
-
"naucs_at_1_max": 0.
|
| 450 |
-
"naucs_at_1_std": -0.
|
| 451 |
"naucs_at_1_diff1": 1.0,
|
| 452 |
-
"naucs_at_3_max": 0.
|
| 453 |
-
"naucs_at_3_std": -0.
|
| 454 |
"naucs_at_3_diff1": 1.0,
|
| 455 |
-
"naucs_at_5_max": 0.
|
| 456 |
-
"naucs_at_5_std": -
|
| 457 |
"naucs_at_5_diff1": 1.0,
|
| 458 |
-
"naucs_at_10_max": 0
|
| 459 |
"naucs_at_10_std": -1.1517273576097316,
|
| 460 |
"naucs_at_10_diff1": 1.0,
|
| 461 |
-
"naucs_at_20_max": 0
|
| 462 |
"naucs_at_20_std": -1.1517273576097316,
|
| 463 |
"naucs_at_20_diff1": 1.0,
|
| 464 |
"naucs_at_50_max": null,
|
|
@@ -469,50 +469,50 @@
|
|
| 469 |
"naucs_at_100_diff1": null
|
| 470 |
},
|
| 471 |
"vidore/syntheticDocQA_government_reports_test": {
|
| 472 |
-
"ndcg_at_1": 0.
|
| 473 |
-
"ndcg_at_3": 0.
|
| 474 |
-
"ndcg_at_5": 0.
|
| 475 |
-
"ndcg_at_10": 0.
|
| 476 |
-
"ndcg_at_20": 0.
|
| 477 |
-
"ndcg_at_50": 0.
|
| 478 |
-
"ndcg_at_100": 0.
|
| 479 |
-
"map_at_1": 0.
|
| 480 |
-
"map_at_3": 0.
|
| 481 |
-
"map_at_5": 0.
|
| 482 |
-
"map_at_10": 0.
|
| 483 |
-
"map_at_20": 0.
|
| 484 |
-
"map_at_50": 0.
|
| 485 |
-
"map_at_100": 0.
|
| 486 |
-
"recall_at_1": 0.
|
| 487 |
-
"recall_at_3": 0.
|
| 488 |
-
"recall_at_5": 0.
|
| 489 |
"recall_at_10": 1.0,
|
| 490 |
"recall_at_20": 1.0,
|
| 491 |
"recall_at_50": 1.0,
|
| 492 |
"recall_at_100": 1.0,
|
| 493 |
-
"precision_at_1": 0.
|
| 494 |
-
"precision_at_3": 0.
|
| 495 |
-
"precision_at_5": 0.
|
| 496 |
"precision_at_10": 0.1,
|
| 497 |
"precision_at_20": 0.05,
|
| 498 |
"precision_at_50": 0.02,
|
| 499 |
"precision_at_100": 0.01,
|
| 500 |
-
"mrr_at_1": 0.
|
| 501 |
-
"mrr_at_3": 0.
|
| 502 |
-
"mrr_at_5": 0.
|
| 503 |
-
"mrr_at_10": 0.
|
| 504 |
-
"mrr_at_20": 0.
|
| 505 |
-
"mrr_at_50": 0.
|
| 506 |
-
"mrr_at_100": 0.
|
| 507 |
-
"naucs_at_1_max": 0.
|
| 508 |
-
"naucs_at_1_std": 0.
|
| 509 |
-
"naucs_at_1_diff1": 0.
|
| 510 |
-
"naucs_at_3_max":
|
| 511 |
-
"naucs_at_3_std": 0.
|
| 512 |
-
"naucs_at_3_diff1":
|
| 513 |
"naucs_at_5_max": 1.0,
|
| 514 |
-
"naucs_at_5_std": 0.
|
| 515 |
-
"naucs_at_5_diff1":
|
| 516 |
"naucs_at_10_max": 1.0,
|
| 517 |
"naucs_at_10_std": 1.0,
|
| 518 |
"naucs_at_10_diff1": 1.0,
|
|
@@ -562,8 +562,8 @@
|
|
| 562 |
"mrr_at_20": 0.99,
|
| 563 |
"mrr_at_50": 0.99,
|
| 564 |
"mrr_at_100": 0.99,
|
| 565 |
-
"naucs_at_1_max": 0.
|
| 566 |
-
"naucs_at_1_std": 0.
|
| 567 |
"naucs_at_1_diff1": 1.0,
|
| 568 |
"naucs_at_3_max": 1.0,
|
| 569 |
"naucs_at_3_std": 1.0,
|
|
@@ -586,525 +586,525 @@
|
|
| 586 |
},
|
| 587 |
"vidore/synthetic_mit_biomedical_tissue_interactions_unfiltered": {
|
| 588 |
"ndcg_at_1": 0.66875,
|
| 589 |
-
"ndcg_at_3": 0.
|
| 590 |
-
"ndcg_at_5": 0.
|
| 591 |
-
"ndcg_at_10": 0.
|
| 592 |
-
"ndcg_at_20": 0.
|
| 593 |
-
"ndcg_at_50": 0.
|
| 594 |
-
"ndcg_at_100": 0.
|
| 595 |
-
"map_at_1": 0.
|
| 596 |
-
"map_at_3": 0.
|
| 597 |
-
"map_at_5": 0.
|
| 598 |
-
"map_at_10": 0.
|
| 599 |
-
"map_at_20": 0.
|
| 600 |
-
"map_at_50": 0.
|
| 601 |
-
"map_at_100": 0.
|
| 602 |
-
"recall_at_1": 0.
|
| 603 |
-
"recall_at_3": 0.
|
| 604 |
-
"recall_at_5": 0.
|
| 605 |
-
"recall_at_10": 0.
|
| 606 |
-
"recall_at_20": 0.
|
| 607 |
-
"recall_at_50": 0.
|
| 608 |
-
"recall_at_100": 0.
|
| 609 |
"precision_at_1": 0.66875,
|
| 610 |
-
"precision_at_3": 0.
|
| 611 |
-
"precision_at_5": 0.
|
| 612 |
-
"precision_at_10": 0.
|
| 613 |
-
"precision_at_20": 0.
|
| 614 |
-
"precision_at_50": 0.
|
| 615 |
-
"precision_at_100": 0.
|
| 616 |
-
"mrr_at_1": 0.
|
| 617 |
-
"mrr_at_3": 0.
|
| 618 |
-
"mrr_at_5": 0.
|
| 619 |
-
"mrr_at_10": 0.
|
| 620 |
-
"mrr_at_20": 0.
|
| 621 |
-
"mrr_at_50": 0.
|
| 622 |
-
"mrr_at_100": 0.
|
| 623 |
-
"naucs_at_1_max": 0.
|
| 624 |
-
"naucs_at_1_std": -0.
|
| 625 |
-
"naucs_at_1_diff1": 0.
|
| 626 |
-
"naucs_at_3_max": 0.
|
| 627 |
-
"naucs_at_3_std": 0.
|
| 628 |
-
"naucs_at_3_diff1": -0.
|
| 629 |
-
"naucs_at_5_max": -0.
|
| 630 |
-
"naucs_at_5_std": 0.
|
| 631 |
-
"naucs_at_5_diff1": -0.
|
| 632 |
-
"naucs_at_10_max": -0.
|
| 633 |
-
"naucs_at_10_std": -0.
|
| 634 |
-
"naucs_at_10_diff1": -0.
|
| 635 |
-
"naucs_at_20_max": -0.
|
| 636 |
-
"naucs_at_20_std": 0.
|
| 637 |
-
"naucs_at_20_diff1": -0.
|
| 638 |
-
"naucs_at_50_max": -0.
|
| 639 |
-
"naucs_at_50_std": 0.
|
| 640 |
-
"naucs_at_50_diff1": -0.
|
| 641 |
-
"naucs_at_100_max": -0.
|
| 642 |
-
"naucs_at_100_std": 0.
|
| 643 |
-
"naucs_at_100_diff1": -0.
|
| 644 |
},
|
| 645 |
"vidore/synthetic_economics_macro_economy_2024_filtered_v1.0": {
|
| 646 |
-
"ndcg_at_1": 0.
|
| 647 |
-
"ndcg_at_3": 0.
|
| 648 |
-
"ndcg_at_5": 0.
|
| 649 |
-
"ndcg_at_10": 0.
|
| 650 |
-
"ndcg_at_20": 0.
|
| 651 |
-
"ndcg_at_50": 0.
|
| 652 |
-
"ndcg_at_100": 0.
|
| 653 |
-
"map_at_1": 0.
|
| 654 |
-
"map_at_3": 0.
|
| 655 |
-
"map_at_5": 0.
|
| 656 |
-
"map_at_10": 0.
|
| 657 |
-
"map_at_20": 0.
|
| 658 |
-
"map_at_50": 0.
|
| 659 |
-
"map_at_100": 0.
|
| 660 |
-
"recall_at_1": 0.
|
| 661 |
-
"recall_at_3": 0.
|
| 662 |
-
"recall_at_5": 0.
|
| 663 |
-
"recall_at_10": 0.
|
| 664 |
-
"recall_at_20": 0.
|
| 665 |
-
"recall_at_50": 0.
|
| 666 |
-
"recall_at_100": 0.
|
| 667 |
-
"precision_at_1": 0.
|
| 668 |
-
"precision_at_3": 0.
|
| 669 |
-
"precision_at_5": 0.
|
| 670 |
-
"precision_at_10": 0.
|
| 671 |
-
"precision_at_20": 0.
|
| 672 |
"precision_at_50": 0.19759,
|
| 673 |
-
"precision_at_100": 0.
|
| 674 |
-
"mrr_at_1": 0.
|
| 675 |
-
"mrr_at_3": 0.
|
| 676 |
-
"mrr_at_5": 0.
|
| 677 |
-
"mrr_at_10": 0.
|
| 678 |
-
"mrr_at_20": 0.
|
| 679 |
-
"mrr_at_50": 0.
|
| 680 |
-
"mrr_at_100": 0.
|
| 681 |
-
"naucs_at_1_max": 0.
|
| 682 |
-
"naucs_at_1_std": 0.
|
| 683 |
-
"naucs_at_1_diff1": 0.
|
| 684 |
-
"naucs_at_3_max": 0.
|
| 685 |
-
"naucs_at_3_std": 0.
|
| 686 |
-
"naucs_at_3_diff1": -0.
|
| 687 |
-
"naucs_at_5_max": 0.
|
| 688 |
-
"naucs_at_5_std": 0.
|
| 689 |
-
"naucs_at_5_diff1": -0.
|
| 690 |
-
"naucs_at_10_max": 0.
|
| 691 |
-
"naucs_at_10_std": 0.
|
| 692 |
-
"naucs_at_10_diff1": -0.
|
| 693 |
-
"naucs_at_20_max": 0.
|
| 694 |
-
"naucs_at_20_std": 0.
|
| 695 |
-
"naucs_at_20_diff1": 0.
|
| 696 |
-
"naucs_at_50_max": 0.
|
| 697 |
-
"naucs_at_50_std": 0.
|
| 698 |
-
"naucs_at_50_diff1": -0.
|
| 699 |
-
"naucs_at_100_max": -0.
|
| 700 |
-
"naucs_at_100_std": 0.
|
| 701 |
-
"naucs_at_100_diff1": -0.
|
| 702 |
},
|
| 703 |
"vidore/synthetic_rse_restaurant_filtered_v1.0": {
|
| 704 |
"ndcg_at_1": 0.52632,
|
| 705 |
-
"ndcg_at_3": 0.
|
| 706 |
-
"ndcg_at_5": 0.
|
| 707 |
-
"ndcg_at_10": 0.
|
| 708 |
-
"ndcg_at_20": 0.
|
| 709 |
-
"ndcg_at_50": 0.
|
| 710 |
-
"ndcg_at_100": 0.
|
| 711 |
-
"map_at_1": 0.
|
| 712 |
-
"map_at_3": 0.
|
| 713 |
-
"map_at_5": 0.
|
| 714 |
-
"map_at_10": 0.
|
| 715 |
-
"map_at_20": 0.
|
| 716 |
-
"map_at_50": 0.
|
| 717 |
-
"map_at_100": 0.
|
| 718 |
-
"recall_at_1": 0.
|
| 719 |
-
"recall_at_3": 0.
|
| 720 |
-
"recall_at_5": 0.
|
| 721 |
-
"recall_at_10": 0.
|
| 722 |
-
"recall_at_20": 0.
|
| 723 |
-
"recall_at_50": 0.
|
| 724 |
-
"recall_at_100": 0.
|
| 725 |
"precision_at_1": 0.52632,
|
| 726 |
-
"precision_at_3": 0.
|
| 727 |
-
"precision_at_5": 0.
|
| 728 |
-
"precision_at_10": 0.
|
| 729 |
-
"precision_at_20": 0.
|
| 730 |
-
"precision_at_50": 0.
|
| 731 |
-
"precision_at_100": 0.
|
| 732 |
-
"mrr_at_1": 0.
|
| 733 |
"mrr_at_3": 0.6403508771929824,
|
| 734 |
-
"mrr_at_5": 0.
|
| 735 |
-
"mrr_at_10": 0.
|
| 736 |
-
"mrr_at_20": 0.
|
| 737 |
-
"mrr_at_50": 0.
|
| 738 |
-
"mrr_at_100": 0.
|
| 739 |
-
"naucs_at_1_max":
|
| 740 |
-
"naucs_at_1_std":
|
| 741 |
-
"naucs_at_1_diff1": 0.
|
| 742 |
-
"naucs_at_3_max": -0.
|
| 743 |
-
"naucs_at_3_std": -0.
|
| 744 |
-
"naucs_at_3_diff1": 0.
|
| 745 |
-
"naucs_at_5_max": -0.
|
| 746 |
-
"naucs_at_5_std":
|
| 747 |
-
"naucs_at_5_diff1": 0.
|
| 748 |
-
"naucs_at_10_max": -0.
|
| 749 |
-
"naucs_at_10_std": 0.
|
| 750 |
-
"naucs_at_10_diff1": 0.
|
| 751 |
-
"naucs_at_20_max": -0.
|
| 752 |
-
"naucs_at_20_std": -0.
|
| 753 |
-
"naucs_at_20_diff1":
|
| 754 |
-
"naucs_at_50_max": -0.
|
| 755 |
-
"naucs_at_50_std": -0.
|
| 756 |
-
"naucs_at_50_diff1": -0.
|
| 757 |
-
"naucs_at_100_max": -0.
|
| 758 |
-
"naucs_at_100_std": -0.
|
| 759 |
-
"naucs_at_100_diff1": -0.
|
| 760 |
},
|
| 761 |
"vidore/synthetic_axa_filtered_v1.0": {
|
| 762 |
-
"ndcg_at_1": 0.
|
| 763 |
-
"ndcg_at_3": 0.
|
| 764 |
-
"ndcg_at_5": 0.
|
| 765 |
-
"ndcg_at_10": 0.
|
| 766 |
-
"ndcg_at_20": 0.
|
| 767 |
-
"ndcg_at_50": 0.
|
| 768 |
-
"ndcg_at_100": 0.
|
| 769 |
-
"map_at_1": 0.
|
| 770 |
-
"map_at_3": 0.
|
| 771 |
-
"map_at_5": 0.
|
| 772 |
-
"map_at_10": 0.
|
| 773 |
-
"map_at_20": 0.
|
| 774 |
-
"map_at_50": 0.
|
| 775 |
-
"map_at_100": 0.
|
| 776 |
-
"recall_at_1": 0.
|
| 777 |
-
"recall_at_3": 0.
|
| 778 |
-
"recall_at_5": 0.
|
| 779 |
-
"recall_at_10": 0.
|
| 780 |
-
"recall_at_20": 0.
|
| 781 |
-
"recall_at_50": 0.
|
| 782 |
"recall_at_100": 0.98765,
|
| 783 |
-
"precision_at_1": 0.
|
| 784 |
-
"precision_at_3": 0.
|
| 785 |
-
"precision_at_5": 0.
|
| 786 |
-
"precision_at_10": 0.
|
| 787 |
-
"precision_at_20": 0.
|
| 788 |
-
"precision_at_50": 0.
|
| 789 |
"precision_at_100": 0.04667,
|
| 790 |
"mrr_at_1": 0.5555555555555556,
|
| 791 |
-
"mrr_at_3": 0.
|
| 792 |
-
"mrr_at_5": 0.
|
| 793 |
-
"mrr_at_10": 0.
|
| 794 |
-
"mrr_at_20": 0.
|
| 795 |
-
"mrr_at_50": 0.
|
| 796 |
-
"mrr_at_100": 0.
|
| 797 |
-
"naucs_at_1_max": 0.
|
| 798 |
-
"naucs_at_1_std": 0.
|
| 799 |
-
"naucs_at_1_diff1": 0.
|
| 800 |
-
"naucs_at_3_max": -0.
|
| 801 |
-
"naucs_at_3_std": -0.
|
| 802 |
-
"naucs_at_3_diff1":
|
| 803 |
-
"naucs_at_5_max": -0.
|
| 804 |
-
"naucs_at_5_std": -0.
|
| 805 |
-
"naucs_at_5_diff1": -0.
|
| 806 |
-
"naucs_at_10_max": -0.
|
| 807 |
-
"naucs_at_10_std": -0.
|
| 808 |
-
"naucs_at_10_diff1": -0.
|
| 809 |
-
"naucs_at_20_max": -0.
|
| 810 |
-
"naucs_at_20_std": -0.
|
| 811 |
-
"naucs_at_20_diff1": -0.
|
| 812 |
-
"naucs_at_50_max": -0.
|
| 813 |
-
"naucs_at_50_std": -0.
|
| 814 |
-
"naucs_at_50_diff1": -0.
|
| 815 |
-
"naucs_at_100_max": -0.
|
| 816 |
-
"naucs_at_100_std": -0.
|
| 817 |
-
"naucs_at_100_diff1": -0.
|
| 818 |
},
|
| 819 |
"vidore/synthetic_rse_restaurant_filtered_v1.0_multilingual": {
|
| 820 |
-
"ndcg_at_1": 0.
|
| 821 |
-
"ndcg_at_3": 0.
|
| 822 |
-
"ndcg_at_5": 0.
|
| 823 |
-
"ndcg_at_10": 0.
|
| 824 |
-
"ndcg_at_20": 0.
|
| 825 |
-
"ndcg_at_50": 0.
|
| 826 |
-
"ndcg_at_100": 0.
|
| 827 |
-
"map_at_1": 0.
|
| 828 |
-
"map_at_3": 0.
|
| 829 |
-
"map_at_5": 0.
|
| 830 |
-
"map_at_10": 0.
|
| 831 |
-
"map_at_20": 0.
|
| 832 |
-
"map_at_50": 0.
|
| 833 |
-
"map_at_100": 0.
|
| 834 |
-
"recall_at_1": 0.
|
| 835 |
-
"recall_at_3": 0.
|
| 836 |
-
"recall_at_5": 0.
|
| 837 |
-
"recall_at_10": 0.
|
| 838 |
-
"recall_at_20": 0.
|
| 839 |
-
"recall_at_50": 0.
|
| 840 |
-
"recall_at_100": 0.
|
| 841 |
-
"precision_at_1": 0.
|
| 842 |
-
"precision_at_3": 0.
|
| 843 |
-
"precision_at_5": 0.
|
| 844 |
-
"precision_at_10": 0.
|
| 845 |
-
"precision_at_20": 0.
|
| 846 |
-
"precision_at_50": 0.
|
| 847 |
-
"precision_at_100": 0.
|
| 848 |
-
"mrr_at_1": 0.
|
| 849 |
-
"mrr_at_3": 0.
|
| 850 |
-
"mrr_at_5": 0.
|
| 851 |
-
"mrr_at_10": 0.
|
| 852 |
-
"mrr_at_20": 0.
|
| 853 |
-
"mrr_at_50": 0.
|
| 854 |
-
"mrr_at_100": 0.
|
| 855 |
-
"naucs_at_1_max": -0.
|
| 856 |
-
"naucs_at_1_std": -0.
|
| 857 |
-
"naucs_at_1_diff1": 0.
|
| 858 |
-
"naucs_at_3_max": -0.
|
| 859 |
-
"naucs_at_3_std":
|
| 860 |
-
"naucs_at_3_diff1": 0.
|
| 861 |
-
"naucs_at_5_max": -0.
|
| 862 |
-
"naucs_at_5_std":
|
| 863 |
-
"naucs_at_5_diff1": 0.
|
| 864 |
-
"naucs_at_10_max": -0.
|
| 865 |
-
"naucs_at_10_std": 0.
|
| 866 |
-
"naucs_at_10_diff1":
|
| 867 |
-
"naucs_at_20_max": -0.
|
| 868 |
-
"naucs_at_20_std": 0.
|
| 869 |
-
"naucs_at_20_diff1": -0.
|
| 870 |
-
"naucs_at_50_max": -0.
|
| 871 |
-
"naucs_at_50_std": 0.
|
| 872 |
-
"naucs_at_50_diff1": -0.
|
| 873 |
-
"naucs_at_100_max": -0.
|
| 874 |
-
"naucs_at_100_std": 0.
|
| 875 |
-
"naucs_at_100_diff1": -0.
|
| 876 |
},
|
| 877 |
"vidore/synthetic_axa_filtered_v1.0_multilingual": {
|
| 878 |
-
"ndcg_at_1": 0.
|
| 879 |
-
"ndcg_at_3": 0.
|
| 880 |
-
"ndcg_at_5": 0.
|
| 881 |
-
"ndcg_at_10": 0.
|
| 882 |
-
"ndcg_at_20": 0.
|
| 883 |
-
"ndcg_at_50": 0.
|
| 884 |
-
"ndcg_at_100": 0.
|
| 885 |
-
"map_at_1": 0.
|
| 886 |
-
"map_at_3": 0.
|
| 887 |
-
"map_at_5": 0.
|
| 888 |
-
"map_at_10": 0.
|
| 889 |
-
"map_at_20": 0.
|
| 890 |
-
"map_at_50": 0.
|
| 891 |
-
"map_at_100": 0.
|
| 892 |
-
"recall_at_1": 0.
|
| 893 |
-
"recall_at_3": 0.
|
| 894 |
-
"recall_at_5": 0.
|
| 895 |
-
"recall_at_10": 0.
|
| 896 |
-
"recall_at_20": 0.
|
| 897 |
-
"recall_at_50": 0.
|
| 898 |
-
"recall_at_100": 0.
|
| 899 |
-
"precision_at_1": 0.
|
| 900 |
-
"precision_at_3": 0.
|
| 901 |
-
"precision_at_5": 0.
|
| 902 |
-
"precision_at_10": 0.
|
| 903 |
-
"precision_at_20": 0.
|
| 904 |
-
"precision_at_50": 0.
|
| 905 |
-
"precision_at_100": 0.
|
| 906 |
-
"mrr_at_1": 0.
|
| 907 |
-
"mrr_at_3": 0.
|
| 908 |
-
"mrr_at_5": 0.
|
| 909 |
-
"mrr_at_10": 0.
|
| 910 |
-
"mrr_at_20": 0.
|
| 911 |
-
"mrr_at_50": 0.
|
| 912 |
-
"mrr_at_100": 0.
|
| 913 |
-
"naucs_at_1_max": 0.
|
| 914 |
-
"naucs_at_1_std": 0.
|
| 915 |
-
"naucs_at_1_diff1": 0.
|
| 916 |
-
"naucs_at_3_max": -0.
|
| 917 |
-
"naucs_at_3_std": -0.
|
| 918 |
-
"naucs_at_3_diff1": -0.
|
| 919 |
-
"naucs_at_5_max": -0.
|
| 920 |
-
"naucs_at_5_std": -0.
|
| 921 |
-
"naucs_at_5_diff1": -0.
|
| 922 |
-
"naucs_at_10_max": -0.
|
| 923 |
-
"naucs_at_10_std": -0.
|
| 924 |
-
"naucs_at_10_diff1": -0.
|
| 925 |
-
"naucs_at_20_max": -0.
|
| 926 |
-
"naucs_at_20_std": -0.
|
| 927 |
-
"naucs_at_20_diff1": -0.
|
| 928 |
-
"naucs_at_50_max": -0.
|
| 929 |
-
"naucs_at_50_std": -0.
|
| 930 |
-
"naucs_at_50_diff1": -0.
|
| 931 |
-
"naucs_at_100_max": -0.
|
| 932 |
-
"naucs_at_100_std": -0.
|
| 933 |
-
"naucs_at_100_diff1": -0.
|
| 934 |
},
|
| 935 |
"vidore/synthetic_mit_biomedical_tissue_interactions_unfiltered_multilingual": {
|
| 936 |
-
"ndcg_at_1": 0.
|
| 937 |
-
"ndcg_at_3": 0.
|
| 938 |
-
"ndcg_at_5": 0.
|
| 939 |
-
"ndcg_at_10": 0.
|
| 940 |
-
"ndcg_at_20": 0.
|
| 941 |
-
"ndcg_at_50": 0.
|
| 942 |
-
"ndcg_at_100": 0.
|
| 943 |
-
"map_at_1": 0.
|
| 944 |
-
"map_at_3": 0.
|
| 945 |
-
"map_at_5": 0.
|
| 946 |
-
"map_at_10": 0.
|
| 947 |
-
"map_at_20": 0.
|
| 948 |
-
"map_at_50": 0.
|
| 949 |
-
"map_at_100": 0.
|
| 950 |
-
"recall_at_1": 0.
|
| 951 |
-
"recall_at_3": 0.
|
| 952 |
-
"recall_at_5": 0.
|
| 953 |
-
"recall_at_10": 0.
|
| 954 |
-
"recall_at_20": 0.
|
| 955 |
-
"recall_at_50": 0.
|
| 956 |
-
"recall_at_100": 0.
|
| 957 |
-
"precision_at_1": 0.
|
| 958 |
-
"precision_at_3": 0.
|
| 959 |
-
"precision_at_5": 0.
|
| 960 |
-
"precision_at_10": 0.
|
| 961 |
-
"precision_at_20": 0.
|
| 962 |
-
"precision_at_50": 0.
|
| 963 |
-
"precision_at_100": 0.
|
| 964 |
-
"mrr_at_1": 0.
|
| 965 |
-
"mrr_at_3": 0.
|
| 966 |
-
"mrr_at_5": 0.
|
| 967 |
-
"mrr_at_10": 0.
|
| 968 |
-
"mrr_at_20": 0.
|
| 969 |
-
"mrr_at_50": 0.
|
| 970 |
-
"mrr_at_100": 0.
|
| 971 |
-
"naucs_at_1_max": 0.
|
| 972 |
-
"naucs_at_1_std": -0.
|
| 973 |
-
"naucs_at_1_diff1": 0.
|
| 974 |
-
"naucs_at_3_max": 0.
|
| 975 |
-
"naucs_at_3_std": -0.
|
| 976 |
-
"naucs_at_3_diff1": -0.
|
| 977 |
-
"naucs_at_5_max":
|
| 978 |
-
"naucs_at_5_std": -0.
|
| 979 |
-
"naucs_at_5_diff1": -0.
|
| 980 |
-
"naucs_at_10_max": -0.
|
| 981 |
-
"naucs_at_10_std": -0.
|
| 982 |
-
"naucs_at_10_diff1": -0.
|
| 983 |
-
"naucs_at_20_max": -0.
|
| 984 |
-
"naucs_at_20_std": -0.
|
| 985 |
-
"naucs_at_20_diff1": -0.
|
| 986 |
-
"naucs_at_50_max": -0.
|
| 987 |
-
"naucs_at_50_std": 0.
|
| 988 |
-
"naucs_at_50_diff1": -0.
|
| 989 |
-
"naucs_at_100_max": -0.
|
| 990 |
-
"naucs_at_100_std": 0.
|
| 991 |
-
"naucs_at_100_diff1": -0.
|
| 992 |
},
|
| 993 |
"vidore/synthetics_economics_macro_economy_2024_filtered_v1.0_multilingual": {
|
| 994 |
-
"ndcg_at_1": 0.
|
| 995 |
-
"ndcg_at_3": 0.
|
| 996 |
-
"ndcg_at_5": 0.
|
| 997 |
-
"ndcg_at_10": 0.
|
| 998 |
-
"ndcg_at_20": 0.
|
| 999 |
-
"ndcg_at_50": 0.
|
| 1000 |
-
"ndcg_at_100": 0.
|
| 1001 |
-
"map_at_1": 0.
|
| 1002 |
-
"map_at_3": 0.
|
| 1003 |
-
"map_at_5": 0.
|
| 1004 |
-
"map_at_10": 0.
|
| 1005 |
-
"map_at_20": 0.
|
| 1006 |
-
"map_at_50": 0.
|
| 1007 |
-
"map_at_100": 0.
|
| 1008 |
-
"recall_at_1": 0.
|
| 1009 |
-
"recall_at_3": 0.
|
| 1010 |
-
"recall_at_5": 0.
|
| 1011 |
-
"recall_at_10": 0.
|
| 1012 |
-
"recall_at_20": 0.
|
| 1013 |
-
"recall_at_50": 0.
|
| 1014 |
-
"recall_at_100": 0.
|
| 1015 |
-
"precision_at_1": 0.
|
| 1016 |
-
"precision_at_3": 0.
|
| 1017 |
-
"precision_at_5": 0.
|
| 1018 |
-
"precision_at_10": 0.
|
| 1019 |
-
"precision_at_20": 0.
|
| 1020 |
-
"precision_at_50": 0.
|
| 1021 |
-
"precision_at_100": 0.
|
| 1022 |
-
"mrr_at_1": 0.
|
| 1023 |
-
"mrr_at_3": 0.
|
| 1024 |
-
"mrr_at_5": 0.
|
| 1025 |
-
"mrr_at_10": 0.
|
| 1026 |
-
"mrr_at_20": 0.
|
| 1027 |
-
"mrr_at_50": 0.
|
| 1028 |
-
"mrr_at_100": 0.
|
| 1029 |
-
"naucs_at_1_max": 0.
|
| 1030 |
-
"naucs_at_1_std": 0.
|
| 1031 |
-
"naucs_at_1_diff1": 0.
|
| 1032 |
-
"naucs_at_3_max": 0.
|
| 1033 |
-
"naucs_at_3_std": 0.
|
| 1034 |
-
"naucs_at_3_diff1": 0.
|
| 1035 |
-
"naucs_at_5_max": 0.
|
| 1036 |
-
"naucs_at_5_std": 0.
|
| 1037 |
-
"naucs_at_5_diff1": 0.
|
| 1038 |
-
"naucs_at_10_max": 0.
|
| 1039 |
-
"naucs_at_10_std": 0.
|
| 1040 |
-
"naucs_at_10_diff1": 0.
|
| 1041 |
-
"naucs_at_20_max": 0.
|
| 1042 |
-
"naucs_at_20_std": 0.
|
| 1043 |
-
"naucs_at_20_diff1": 0.
|
| 1044 |
-
"naucs_at_50_max": 0.
|
| 1045 |
-
"naucs_at_50_std": 0.
|
| 1046 |
-
"naucs_at_50_diff1": -0.
|
| 1047 |
-
"naucs_at_100_max": -0.
|
| 1048 |
-
"naucs_at_100_std": 0.
|
| 1049 |
-
"naucs_at_100_diff1": -0.
|
| 1050 |
},
|
| 1051 |
"vidore/restaurant_esg_reports_beir": {
|
| 1052 |
-
"ndcg_at_1": 0.
|
| 1053 |
-
"ndcg_at_3": 0.
|
| 1054 |
-
"ndcg_at_5": 0.
|
| 1055 |
-
"ndcg_at_10": 0.
|
| 1056 |
-
"ndcg_at_20": 0.
|
| 1057 |
-
"ndcg_at_50": 0.
|
| 1058 |
-
"ndcg_at_100": 0.
|
| 1059 |
-
"map_at_1": 0.
|
| 1060 |
-
"map_at_3": 0.
|
| 1061 |
-
"map_at_5": 0.
|
| 1062 |
-
"map_at_10": 0.
|
| 1063 |
-
"map_at_20": 0.
|
| 1064 |
-
"map_at_50": 0.
|
| 1065 |
-
"map_at_100": 0.
|
| 1066 |
-
"recall_at_1": 0.
|
| 1067 |
-
"recall_at_3": 0.
|
| 1068 |
-
"recall_at_5": 0.
|
| 1069 |
-
"recall_at_10": 0.
|
| 1070 |
-
"recall_at_20": 0.
|
| 1071 |
-
"recall_at_50": 0.
|
| 1072 |
-
"recall_at_100": 0.
|
| 1073 |
-
"precision_at_1": 0.
|
| 1074 |
-
"precision_at_3": 0.
|
| 1075 |
-
"precision_at_5": 0.
|
| 1076 |
-
"precision_at_10": 0.
|
| 1077 |
-
"precision_at_20": 0.
|
| 1078 |
-
"precision_at_50": 0.
|
| 1079 |
-
"precision_at_100": 0.
|
| 1080 |
-
"mrr_at_1": 0.
|
| 1081 |
-
"mrr_at_3": 0.
|
| 1082 |
-
"mrr_at_5": 0.
|
| 1083 |
-
"mrr_at_10": 0.
|
| 1084 |
-
"mrr_at_20": 0.
|
| 1085 |
-
"mrr_at_50": 0.
|
| 1086 |
-
"mrr_at_100": 0.
|
| 1087 |
-
"naucs_at_1_max": 0.
|
| 1088 |
-
"naucs_at_1_std": 0.
|
| 1089 |
-
"naucs_at_1_diff1": 0.
|
| 1090 |
-
"naucs_at_3_max": 0.
|
| 1091 |
-
"naucs_at_3_std": 0.
|
| 1092 |
-
"naucs_at_3_diff1": -0.
|
| 1093 |
-
"naucs_at_5_max": 0.
|
| 1094 |
-
"naucs_at_5_std": 0.
|
| 1095 |
-
"naucs_at_5_diff1": -0.
|
| 1096 |
-
"naucs_at_10_max": 0.
|
| 1097 |
-
"naucs_at_10_std": 0.
|
| 1098 |
-
"naucs_at_10_diff1": -0.
|
| 1099 |
-
"naucs_at_20_max": -0.
|
| 1100 |
-
"naucs_at_20_std": 0.
|
| 1101 |
-
"naucs_at_20_diff1": -0.
|
| 1102 |
-
"naucs_at_50_max": -0.
|
| 1103 |
-
"naucs_at_50_std": 0.
|
| 1104 |
-
"naucs_at_50_diff1": -0.
|
| 1105 |
-
"naucs_at_100_max": -0.
|
| 1106 |
-
"naucs_at_100_std": 0.
|
| 1107 |
-
"naucs_at_100_diff1": -0.
|
| 1108 |
}
|
| 1109 |
}
|
| 1110 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
+
"timestamp": "2025-03-31T23:54:56.140130",
|
| 4 |
"vidore_benchmark_version": "5.0.1.dev6+g9e0da63"
|
| 5 |
},
|
| 6 |
"metrics": {
|
| 7 |
"vidore/arxivqa_test_subsampled": {
|
| 8 |
+
"ndcg_at_1": 0.83,
|
| 9 |
+
"ndcg_at_3": 0.87533,
|
| 10 |
+
"ndcg_at_5": 0.88678,
|
| 11 |
+
"ndcg_at_10": 0.89447,
|
| 12 |
+
"ndcg_at_20": 0.89988,
|
| 13 |
+
"ndcg_at_50": 0.90114,
|
| 14 |
+
"ndcg_at_100": 0.90247,
|
| 15 |
+
"map_at_1": 0.83,
|
| 16 |
+
"map_at_3": 0.86467,
|
| 17 |
+
"map_at_5": 0.87097,
|
| 18 |
+
"map_at_10": 0.87409,
|
| 19 |
+
"map_at_20": 0.87551,
|
| 20 |
+
"map_at_50": 0.87574,
|
| 21 |
+
"map_at_100": 0.87587,
|
| 22 |
+
"recall_at_1": 0.83,
|
| 23 |
+
"recall_at_3": 0.906,
|
| 24 |
+
"recall_at_5": 0.934,
|
| 25 |
"recall_at_10": 0.958,
|
| 26 |
+
"recall_at_20": 0.98,
|
| 27 |
+
"recall_at_50": 0.986,
|
| 28 |
+
"recall_at_100": 0.994,
|
| 29 |
+
"precision_at_1": 0.83,
|
| 30 |
+
"precision_at_3": 0.302,
|
| 31 |
+
"precision_at_5": 0.1868,
|
| 32 |
"precision_at_10": 0.0958,
|
| 33 |
+
"precision_at_20": 0.049,
|
| 34 |
+
"precision_at_50": 0.01972,
|
| 35 |
+
"precision_at_100": 0.00994,
|
| 36 |
+
"mrr_at_1": 0.832,
|
| 37 |
+
"mrr_at_3": 0.8663333333333333,
|
| 38 |
+
"mrr_at_5": 0.8716333333333333,
|
| 39 |
+
"mrr_at_10": 0.8752095238095239,
|
| 40 |
+
"mrr_at_20": 0.8764481089945486,
|
| 41 |
+
"mrr_at_50": 0.8769236116400513,
|
| 42 |
+
"mrr_at_100": 0.8770087474728994,
|
| 43 |
+
"naucs_at_1_max": 0.7799094444766933,
|
| 44 |
+
"naucs_at_1_std": -0.08580135833284933,
|
| 45 |
+
"naucs_at_1_diff1": 0.9595692807801705,
|
| 46 |
+
"naucs_at_3_max": 0.7955579394878525,
|
| 47 |
+
"naucs_at_3_std": -0.11155809841667234,
|
| 48 |
+
"naucs_at_3_diff1": 0.9224725351133368,
|
| 49 |
+
"naucs_at_5_max": 0.7705061822708856,
|
| 50 |
+
"naucs_at_5_std": -0.25026172084995735,
|
| 51 |
+
"naucs_at_5_diff1": 0.9217666864725705,
|
| 52 |
+
"naucs_at_10_max": 0.7739540260548654,
|
| 53 |
+
"naucs_at_10_std": -0.21324085189631833,
|
| 54 |
+
"naucs_at_10_diff1": 0.9221910986616823,
|
| 55 |
+
"naucs_at_20_max": 0.7708216619981358,
|
| 56 |
+
"naucs_at_20_std": -0.0996732026143794,
|
| 57 |
+
"naucs_at_20_diff1": 0.8905228758169942,
|
| 58 |
+
"naucs_at_50_max": 0.816593303988261,
|
| 59 |
+
"naucs_at_50_std": -0.19987995198079136,
|
| 60 |
+
"naucs_at_50_diff1": 0.8832866479925231,
|
| 61 |
+
"naucs_at_100_max": 0.9564270152505304,
|
| 62 |
+
"naucs_at_100_std": 0.04310613134141329,
|
| 63 |
+
"naucs_at_100_diff1": 0.9564270152505304
|
| 64 |
},
|
| 65 |
"vidore/docvqa_test_subsampled": {
|
| 66 |
+
"ndcg_at_1": 0.5388,
|
| 67 |
+
"ndcg_at_3": 0.59542,
|
| 68 |
+
"ndcg_at_5": 0.61269,
|
| 69 |
+
"ndcg_at_10": 0.62919,
|
| 70 |
+
"ndcg_at_20": 0.64259,
|
| 71 |
+
"ndcg_at_50": 0.64929,
|
| 72 |
+
"ndcg_at_100": 0.65683,
|
| 73 |
+
"map_at_1": 0.5388,
|
| 74 |
+
"map_at_3": 0.5813,
|
| 75 |
+
"map_at_5": 0.59084,
|
| 76 |
+
"map_at_10": 0.59764,
|
| 77 |
+
"map_at_20": 0.6013,
|
| 78 |
+
"map_at_50": 0.60241,
|
| 79 |
+
"map_at_100": 0.60307,
|
| 80 |
+
"recall_at_1": 0.5388,
|
| 81 |
"recall_at_3": 0.63636,
|
| 82 |
+
"recall_at_5": 0.67849,
|
| 83 |
+
"recall_at_10": 0.72949,
|
| 84 |
+
"recall_at_20": 0.78271,
|
| 85 |
+
"recall_at_50": 0.81596,
|
| 86 |
+
"recall_at_100": 0.86253,
|
| 87 |
+
"precision_at_1": 0.5388,
|
| 88 |
"precision_at_3": 0.21212,
|
| 89 |
+
"precision_at_5": 0.1357,
|
| 90 |
+
"precision_at_10": 0.07295,
|
| 91 |
+
"precision_at_20": 0.03914,
|
| 92 |
+
"precision_at_50": 0.01632,
|
| 93 |
+
"precision_at_100": 0.00863,
|
| 94 |
+
"mrr_at_1": 0.5432372505543237,
|
| 95 |
+
"mrr_at_3": 0.5824094604582412,
|
| 96 |
+
"mrr_at_5": 0.5903917220990392,
|
| 97 |
+
"mrr_at_10": 0.5980097138633723,
|
| 98 |
+
"mrr_at_20": 0.601820515422298,
|
| 99 |
+
"mrr_at_50": 0.6029928998761527,
|
| 100 |
+
"mrr_at_100": 0.6035667141572244,
|
| 101 |
+
"naucs_at_1_max": 0.8430735352775856,
|
| 102 |
+
"naucs_at_1_std": 0.5939128313043085,
|
| 103 |
+
"naucs_at_1_diff1": 0.9018027917306838,
|
| 104 |
+
"naucs_at_3_max": 0.8808230124613547,
|
| 105 |
+
"naucs_at_3_std": 0.712681445860455,
|
| 106 |
+
"naucs_at_3_diff1": 0.8646220134947054,
|
| 107 |
+
"naucs_at_5_max": 0.8912698205476521,
|
| 108 |
+
"naucs_at_5_std": 0.7525159249929689,
|
| 109 |
+
"naucs_at_5_diff1": 0.8414611325660849,
|
| 110 |
+
"naucs_at_10_max": 0.8852509111743405,
|
| 111 |
+
"naucs_at_10_std": 0.817204422380503,
|
| 112 |
+
"naucs_at_10_diff1": 0.8264628195305581,
|
| 113 |
+
"naucs_at_20_max": 0.8512017211379178,
|
| 114 |
+
"naucs_at_20_std": 0.8215729110215341,
|
| 115 |
+
"naucs_at_20_diff1": 0.7992889048812711,
|
| 116 |
+
"naucs_at_50_max": 0.8402551716801772,
|
| 117 |
+
"naucs_at_50_std": 0.8733758748271155,
|
| 118 |
+
"naucs_at_50_diff1": 0.7960833079573262,
|
| 119 |
+
"naucs_at_100_max": 0.838262046357413,
|
| 120 |
+
"naucs_at_100_std": 0.904184740422419,
|
| 121 |
+
"naucs_at_100_diff1": 0.7996865824491111
|
| 122 |
},
|
| 123 |
"vidore/infovqa_test_subsampled": {
|
| 124 |
+
"ndcg_at_1": 0.90081,
|
| 125 |
+
"ndcg_at_3": 0.92934,
|
| 126 |
+
"ndcg_at_5": 0.93352,
|
| 127 |
+
"ndcg_at_10": 0.93669,
|
| 128 |
+
"ndcg_at_20": 0.93871,
|
| 129 |
+
"ndcg_at_50": 0.9403,
|
| 130 |
+
"ndcg_at_100": 0.94099,
|
| 131 |
+
"map_at_1": 0.90081,
|
| 132 |
+
"map_at_3": 0.9224,
|
| 133 |
+
"map_at_5": 0.92473,
|
| 134 |
+
"map_at_10": 0.92598,
|
| 135 |
+
"map_at_20": 0.92652,
|
| 136 |
+
"map_at_50": 0.92677,
|
| 137 |
+
"map_at_100": 0.92684,
|
| 138 |
+
"recall_at_1": 0.90081,
|
| 139 |
+
"recall_at_3": 0.94939,
|
| 140 |
+
"recall_at_5": 0.95951,
|
| 141 |
+
"recall_at_10": 0.96964,
|
| 142 |
+
"recall_at_20": 0.97773,
|
| 143 |
+
"recall_at_50": 0.98583,
|
| 144 |
+
"recall_at_100": 0.98988,
|
| 145 |
+
"precision_at_1": 0.90081,
|
| 146 |
+
"precision_at_3": 0.31646,
|
| 147 |
+
"precision_at_5": 0.1919,
|
| 148 |
+
"precision_at_10": 0.09696,
|
| 149 |
+
"precision_at_20": 0.04889,
|
| 150 |
+
"precision_at_50": 0.01972,
|
| 151 |
+
"precision_at_100": 0.0099,
|
| 152 |
+
"mrr_at_1": 0.9008097165991903,
|
| 153 |
+
"mrr_at_3": 0.9210526315789472,
|
| 154 |
+
"mrr_at_5": 0.9248987854251012,
|
| 155 |
+
"mrr_at_10": 0.9258040935672512,
|
| 156 |
+
"mrr_at_20": 0.926239353314252,
|
| 157 |
+
"mrr_at_50": 0.9265337558342984,
|
| 158 |
+
"mrr_at_100": 0.9266429029872886,
|
| 159 |
+
"naucs_at_1_max": 0.666687407456454,
|
| 160 |
+
"naucs_at_1_std": 0.04348917328850024,
|
| 161 |
+
"naucs_at_1_diff1": 0.9460185154989313,
|
| 162 |
+
"naucs_at_3_max": 0.887692938235415,
|
| 163 |
+
"naucs_at_3_std": 0.3724699632820944,
|
| 164 |
+
"naucs_at_3_diff1": 0.9582075346992748,
|
| 165 |
+
"naucs_at_5_max": 0.9121353932948266,
|
| 166 |
+
"naucs_at_5_std": 0.46274982003896187,
|
| 167 |
+
"naucs_at_5_diff1": 0.9608195637805694,
|
| 168 |
+
"naucs_at_10_max": 0.9553640600031791,
|
| 169 |
+
"naucs_at_10_std": 0.6527520622928011,
|
| 170 |
+
"naucs_at_10_diff1": 0.9564661819784096,
|
| 171 |
+
"naucs_at_20_max": 0.9643814216187027,
|
| 172 |
+
"naucs_at_20_std": 0.8342696288850537,
|
| 173 |
+
"naucs_at_20_diff1": 0.9643814216187027,
|
| 174 |
+
"naucs_at_50_max": 1.0,
|
| 175 |
+
"naucs_at_50_std": 0.960323608891707,
|
| 176 |
+
"naucs_at_50_diff1": 0.9626852988386237,
|
| 177 |
+
"naucs_at_100_max": 1.0,
|
| 178 |
+
"naucs_at_100_std": 1.0,
|
| 179 |
+
"naucs_at_100_diff1": 0.9477594183740937
|
| 180 |
},
|
| 181 |
"vidore/tabfquad_test_subsampled": {
|
| 182 |
+
"ndcg_at_1": 0.925,
|
| 183 |
+
"ndcg_at_3": 0.95561,
|
| 184 |
+
"ndcg_at_5": 0.95991,
|
| 185 |
+
"ndcg_at_10": 0.96464,
|
| 186 |
+
"ndcg_at_20": 0.96464,
|
| 187 |
+
"ndcg_at_50": 0.96464,
|
| 188 |
+
"ndcg_at_100": 0.96464,
|
| 189 |
+
"map_at_1": 0.925,
|
| 190 |
+
"map_at_3": 0.94881,
|
| 191 |
+
"map_at_5": 0.95113,
|
| 192 |
+
"map_at_10": 0.95314,
|
| 193 |
+
"map_at_20": 0.95314,
|
| 194 |
+
"map_at_50": 0.95314,
|
| 195 |
+
"map_at_100": 0.95314,
|
| 196 |
+
"recall_at_1": 0.925,
|
| 197 |
+
"recall_at_3": 0.975,
|
| 198 |
+
"recall_at_5": 0.98571,
|
| 199 |
+
"recall_at_10": 1.0,
|
| 200 |
"recall_at_20": 1.0,
|
| 201 |
"recall_at_50": 1.0,
|
| 202 |
"recall_at_100": 1.0,
|
| 203 |
+
"precision_at_1": 0.925,
|
| 204 |
+
"precision_at_3": 0.325,
|
| 205 |
+
"precision_at_5": 0.19714,
|
| 206 |
+
"precision_at_10": 0.1,
|
| 207 |
"precision_at_20": 0.05,
|
| 208 |
"precision_at_50": 0.02,
|
| 209 |
"precision_at_100": 0.01,
|
| 210 |
+
"mrr_at_1": 0.9214285714285714,
|
| 211 |
+
"mrr_at_3": 0.9464285714285714,
|
| 212 |
+
"mrr_at_5": 0.9487499999999999,
|
| 213 |
+
"mrr_at_10": 0.9507624716553289,
|
| 214 |
+
"mrr_at_20": 0.9507624716553289,
|
| 215 |
+
"mrr_at_50": 0.9507624716553289,
|
| 216 |
+
"mrr_at_100": 0.9507624716553289,
|
| 217 |
+
"naucs_at_1_max": 0.5344804588502072,
|
| 218 |
+
"naucs_at_1_std": 0.26817393624116476,
|
| 219 |
+
"naucs_at_1_diff1": 0.9383086567960518,
|
| 220 |
+
"naucs_at_3_max": 0.9416433239962675,
|
| 221 |
+
"naucs_at_3_std": 0.8989595838335351,
|
| 222 |
+
"naucs_at_3_diff1": 0.98132586367881,
|
| 223 |
+
"naucs_at_5_max": 0.967320261437913,
|
| 224 |
+
"naucs_at_5_std": 0.8558590102707857,
|
| 225 |
+
"naucs_at_5_diff1": 0.967320261437913,
|
| 226 |
"naucs_at_10_max": 1.0,
|
| 227 |
"naucs_at_10_std": 1.0,
|
| 228 |
"naucs_at_10_diff1": 1.0,
|
|
|
|
| 237 |
"naucs_at_100_diff1": 1.0
|
| 238 |
},
|
| 239 |
"vidore/tatdqa_test": {
|
| 240 |
+
"ndcg_at_1": 0.70109,
|
| 241 |
+
"ndcg_at_3": 0.79187,
|
| 242 |
+
"ndcg_at_5": 0.81111,
|
| 243 |
+
"ndcg_at_10": 0.82342,
|
| 244 |
+
"ndcg_at_20": 0.8274,
|
| 245 |
+
"ndcg_at_50": 0.83026,
|
| 246 |
+
"ndcg_at_100": 0.83293,
|
| 247 |
+
"map_at_1": 0.70109,
|
| 248 |
+
"map_at_3": 0.77005,
|
| 249 |
+
"map_at_5": 0.78071,
|
| 250 |
+
"map_at_10": 0.78598,
|
| 251 |
+
"map_at_20": 0.78706,
|
| 252 |
+
"map_at_50": 0.78751,
|
| 253 |
+
"map_at_100": 0.78775,
|
| 254 |
+
"recall_at_1": 0.70109,
|
| 255 |
+
"recall_at_3": 0.8548,
|
| 256 |
+
"recall_at_5": 0.90158,
|
| 257 |
+
"recall_at_10": 0.93864,
|
| 258 |
+
"recall_at_20": 0.95443,
|
| 259 |
+
"recall_at_50": 0.96902,
|
| 260 |
+
"recall_at_100": 0.98542,
|
| 261 |
+
"precision_at_1": 0.70109,
|
| 262 |
+
"precision_at_3": 0.28493,
|
| 263 |
+
"precision_at_5": 0.18032,
|
| 264 |
+
"precision_at_10": 0.09386,
|
| 265 |
+
"precision_at_20": 0.04772,
|
| 266 |
+
"precision_at_50": 0.01938,
|
| 267 |
+
"precision_at_100": 0.00985,
|
| 268 |
+
"mrr_at_1": 0.7023086269744836,
|
| 269 |
+
"mrr_at_3": 0.7714661806399354,
|
| 270 |
+
"mrr_at_5": 0.782978938841637,
|
| 271 |
+
"mrr_at_10": 0.7879385330478899,
|
| 272 |
+
"mrr_at_20": 0.7889867733618092,
|
| 273 |
+
"mrr_at_50": 0.7893770561483674,
|
| 274 |
+
"mrr_at_100": 0.7896057919808999,
|
| 275 |
+
"naucs_at_1_max": 0.25184895001768326,
|
| 276 |
+
"naucs_at_1_std": 0.037017257538968965,
|
| 277 |
+
"naucs_at_1_diff1": 0.8508843501202716,
|
| 278 |
+
"naucs_at_3_max": 0.28836101906742934,
|
| 279 |
+
"naucs_at_3_std": 0.0895587034833779,
|
| 280 |
+
"naucs_at_3_diff1": 0.7677154118662606,
|
| 281 |
+
"naucs_at_5_max": 0.33141107758129335,
|
| 282 |
+
"naucs_at_5_std": 0.1402343443047445,
|
| 283 |
+
"naucs_at_5_diff1": 0.726113129605695,
|
| 284 |
+
"naucs_at_10_max": 0.3753484131980775,
|
| 285 |
+
"naucs_at_10_std": 0.21181536222478634,
|
| 286 |
+
"naucs_at_10_diff1": 0.7110698774619854,
|
| 287 |
+
"naucs_at_20_max": 0.398127644970406,
|
| 288 |
+
"naucs_at_20_std": 0.2900002928945751,
|
| 289 |
+
"naucs_at_20_diff1": 0.6944425419244158,
|
| 290 |
+
"naucs_at_50_max": 0.4094042090297014,
|
| 291 |
+
"naucs_at_50_std": 0.3282254760208566,
|
| 292 |
+
"naucs_at_50_diff1": 0.665997592036148,
|
| 293 |
+
"naucs_at_100_max": 0.2601633836764814,
|
| 294 |
+
"naucs_at_100_std": 0.2532897060083396,
|
| 295 |
+
"naucs_at_100_diff1": 0.6808982214080673
|
| 296 |
},
|
| 297 |
"vidore/shiftproject_test": {
|
| 298 |
+
"ndcg_at_1": 0.84,
|
| 299 |
+
"ndcg_at_3": 0.91809,
|
| 300 |
+
"ndcg_at_5": 0.91809,
|
| 301 |
+
"ndcg_at_10": 0.92499,
|
| 302 |
+
"ndcg_at_20": 0.92499,
|
| 303 |
+
"ndcg_at_50": 0.92499,
|
| 304 |
+
"ndcg_at_100": 0.92673,
|
| 305 |
+
"map_at_1": 0.84,
|
| 306 |
+
"map_at_3": 0.9,
|
| 307 |
+
"map_at_5": 0.9,
|
| 308 |
+
"map_at_10": 0.9031,
|
| 309 |
+
"map_at_20": 0.9031,
|
| 310 |
+
"map_at_50": 0.9031,
|
| 311 |
+
"map_at_100": 0.90328,
|
| 312 |
+
"recall_at_1": 0.84,
|
| 313 |
+
"recall_at_3": 0.97,
|
| 314 |
+
"recall_at_5": 0.97,
|
| 315 |
"recall_at_10": 0.99,
|
| 316 |
"recall_at_20": 0.99,
|
| 317 |
+
"recall_at_50": 0.99,
|
| 318 |
"recall_at_100": 1.0,
|
| 319 |
+
"precision_at_1": 0.84,
|
| 320 |
+
"precision_at_3": 0.32333,
|
| 321 |
+
"precision_at_5": 0.194,
|
| 322 |
"precision_at_10": 0.099,
|
| 323 |
"precision_at_20": 0.0495,
|
| 324 |
+
"precision_at_50": 0.0198,
|
| 325 |
"precision_at_100": 0.01,
|
| 326 |
+
"mrr_at_1": 0.84,
|
| 327 |
+
"mrr_at_3": 0.8983333333333333,
|
| 328 |
+
"mrr_at_5": 0.8983333333333333,
|
| 329 |
+
"mrr_at_10": 0.9014285714285714,
|
| 330 |
+
"mrr_at_20": 0.9014285714285714,
|
| 331 |
+
"mrr_at_50": 0.9014285714285714,
|
| 332 |
+
"mrr_at_100": 0.9016208791208791,
|
| 333 |
+
"naucs_at_1_max": 0.1685076092292596,
|
| 334 |
+
"naucs_at_1_std": -0.2145925380461453,
|
| 335 |
+
"naucs_at_1_diff1": 0.7751595483554242,
|
| 336 |
+
"naucs_at_3_max": 0.6498599439775861,
|
| 337 |
+
"naucs_at_3_std": 0.36834733893557625,
|
| 338 |
+
"naucs_at_3_diff1": 0.664021164021167,
|
| 339 |
+
"naucs_at_5_max": 0.6498599439775937,
|
| 340 |
+
"naucs_at_5_std": 0.36834733893557176,
|
| 341 |
+
"naucs_at_5_diff1": 0.6640211640211615,
|
| 342 |
+
"naucs_at_10_max": 0.7222222222222276,
|
| 343 |
+
"naucs_at_10_std": 0.5541549953314738,
|
| 344 |
"naucs_at_10_diff1": 0.8692810457516413,
|
| 345 |
+
"naucs_at_20_max": 0.7222222222222276,
|
| 346 |
+
"naucs_at_20_std": 0.5541549953314738,
|
| 347 |
"naucs_at_20_diff1": 0.8692810457516413,
|
| 348 |
+
"naucs_at_50_max": 0.7222222222222041,
|
| 349 |
+
"naucs_at_50_std": 0.554154995331464,
|
| 350 |
+
"naucs_at_50_diff1": 0.8692810457516374,
|
| 351 |
"naucs_at_100_max": null,
|
| 352 |
"naucs_at_100_std": null,
|
| 353 |
"naucs_at_100_diff1": null
|
| 354 |
},
|
| 355 |
"vidore/syntheticDocQA_artificial_intelligence_test": {
|
| 356 |
+
"ndcg_at_1": 0.98,
|
| 357 |
+
"ndcg_at_3": 0.99262,
|
| 358 |
+
"ndcg_at_5": 0.99262,
|
| 359 |
+
"ndcg_at_10": 0.99262,
|
| 360 |
+
"ndcg_at_20": 0.99262,
|
| 361 |
+
"ndcg_at_50": 0.99262,
|
| 362 |
+
"ndcg_at_100": 0.99262,
|
| 363 |
+
"map_at_1": 0.98,
|
| 364 |
+
"map_at_3": 0.99,
|
| 365 |
+
"map_at_5": 0.99,
|
| 366 |
+
"map_at_10": 0.99,
|
| 367 |
+
"map_at_20": 0.99,
|
| 368 |
+
"map_at_50": 0.99,
|
| 369 |
+
"map_at_100": 0.99,
|
| 370 |
+
"recall_at_1": 0.98,
|
| 371 |
"recall_at_3": 1.0,
|
| 372 |
"recall_at_5": 1.0,
|
| 373 |
"recall_at_10": 1.0,
|
| 374 |
"recall_at_20": 1.0,
|
| 375 |
"recall_at_50": 1.0,
|
| 376 |
"recall_at_100": 1.0,
|
| 377 |
+
"precision_at_1": 0.98,
|
| 378 |
"precision_at_3": 0.33333,
|
| 379 |
"precision_at_5": 0.2,
|
| 380 |
"precision_at_10": 0.1,
|
| 381 |
"precision_at_20": 0.05,
|
| 382 |
"precision_at_50": 0.02,
|
| 383 |
"precision_at_100": 0.01,
|
| 384 |
+
"mrr_at_1": 0.99,
|
| 385 |
+
"mrr_at_3": 0.995,
|
| 386 |
+
"mrr_at_5": 0.995,
|
| 387 |
+
"mrr_at_10": 0.995,
|
| 388 |
+
"mrr_at_20": 0.995,
|
| 389 |
+
"mrr_at_50": 0.995,
|
| 390 |
+
"mrr_at_100": 0.995,
|
| 391 |
+
"naucs_at_1_max": 0.540149393090569,
|
| 392 |
+
"naucs_at_1_std": -0.6909430438842186,
|
| 393 |
"naucs_at_1_diff1": 1.0,
|
| 394 |
"naucs_at_3_max": 1.0,
|
| 395 |
"naucs_at_3_std": 1.0,
|
|
|
|
| 413 |
"vidore/syntheticDocQA_energy_test": {
|
| 414 |
"ndcg_at_1": 0.95,
|
| 415 |
"ndcg_at_3": 0.95631,
|
| 416 |
+
"ndcg_at_5": 0.96492,
|
| 417 |
+
"ndcg_at_10": 0.96781,
|
| 418 |
+
"ndcg_at_20": 0.96781,
|
| 419 |
+
"ndcg_at_50": 0.96976,
|
| 420 |
+
"ndcg_at_100": 0.96976,
|
| 421 |
"map_at_1": 0.95,
|
| 422 |
"map_at_3": 0.955,
|
| 423 |
+
"map_at_5": 0.96,
|
| 424 |
+
"map_at_10": 0.961,
|
| 425 |
+
"map_at_20": 0.961,
|
| 426 |
+
"map_at_50": 0.96129,
|
| 427 |
+
"map_at_100": 0.96129,
|
| 428 |
"recall_at_1": 0.95,
|
| 429 |
"recall_at_3": 0.96,
|
| 430 |
"recall_at_5": 0.98,
|
|
|
|
| 441 |
"precision_at_100": 0.01,
|
| 442 |
"mrr_at_1": 0.95,
|
| 443 |
"mrr_at_3": 0.955,
|
| 444 |
+
"mrr_at_5": 0.96,
|
| 445 |
+
"mrr_at_10": 0.961,
|
| 446 |
+
"mrr_at_20": 0.961,
|
| 447 |
+
"mrr_at_50": 0.9613030303030302,
|
| 448 |
+
"mrr_at_100": 0.9613030303030302,
|
| 449 |
+
"naucs_at_1_max": 0.32362278244631343,
|
| 450 |
+
"naucs_at_1_std": -0.7713352007469629,
|
| 451 |
"naucs_at_1_diff1": 1.0,
|
| 452 |
+
"naucs_at_3_max": 0.8395191409897237,
|
| 453 |
+
"naucs_at_3_std": -0.6762371615312763,
|
| 454 |
"naucs_at_3_diff1": 1.0,
|
| 455 |
+
"naucs_at_5_max": 0.6790382819794609,
|
| 456 |
+
"naucs_at_5_std": -1.445845004668519,
|
| 457 |
"naucs_at_5_diff1": 1.0,
|
| 458 |
+
"naucs_at_10_max": 1.0,
|
| 459 |
"naucs_at_10_std": -1.1517273576097316,
|
| 460 |
"naucs_at_10_diff1": 1.0,
|
| 461 |
+
"naucs_at_20_max": 1.0,
|
| 462 |
"naucs_at_20_std": -1.1517273576097316,
|
| 463 |
"naucs_at_20_diff1": 1.0,
|
| 464 |
"naucs_at_50_max": null,
|
|
|
|
| 469 |
"naucs_at_100_diff1": null
|
| 470 |
},
|
| 471 |
"vidore/syntheticDocQA_government_reports_test": {
|
| 472 |
+
"ndcg_at_1": 0.91,
|
| 473 |
+
"ndcg_at_3": 0.94655,
|
| 474 |
+
"ndcg_at_5": 0.95085,
|
| 475 |
+
"ndcg_at_10": 0.95743,
|
| 476 |
+
"ndcg_at_20": 0.95743,
|
| 477 |
+
"ndcg_at_50": 0.95743,
|
| 478 |
+
"ndcg_at_100": 0.95743,
|
| 479 |
+
"map_at_1": 0.91,
|
| 480 |
+
"map_at_3": 0.93833,
|
| 481 |
+
"map_at_5": 0.94083,
|
| 482 |
+
"map_at_10": 0.94361,
|
| 483 |
+
"map_at_20": 0.94361,
|
| 484 |
+
"map_at_50": 0.94361,
|
| 485 |
+
"map_at_100": 0.94361,
|
| 486 |
+
"recall_at_1": 0.91,
|
| 487 |
+
"recall_at_3": 0.97,
|
| 488 |
+
"recall_at_5": 0.98,
|
| 489 |
"recall_at_10": 1.0,
|
| 490 |
"recall_at_20": 1.0,
|
| 491 |
"recall_at_50": 1.0,
|
| 492 |
"recall_at_100": 1.0,
|
| 493 |
+
"precision_at_1": 0.91,
|
| 494 |
+
"precision_at_3": 0.32333,
|
| 495 |
+
"precision_at_5": 0.196,
|
| 496 |
"precision_at_10": 0.1,
|
| 497 |
"precision_at_20": 0.05,
|
| 498 |
"precision_at_50": 0.02,
|
| 499 |
"precision_at_100": 0.01,
|
| 500 |
+
"mrr_at_1": 0.92,
|
| 501 |
+
"mrr_at_3": 0.9433333333333332,
|
| 502 |
+
"mrr_at_5": 0.9483333333333333,
|
| 503 |
+
"mrr_at_10": 0.9494444444444444,
|
| 504 |
+
"mrr_at_20": 0.9494444444444444,
|
| 505 |
+
"mrr_at_50": 0.9494444444444444,
|
| 506 |
+
"mrr_at_100": 0.9494444444444444,
|
| 507 |
+
"naucs_at_1_max": 0.6774561676522453,
|
| 508 |
+
"naucs_at_1_std": 0.14721444133208894,
|
| 509 |
+
"naucs_at_1_diff1": 0.9564270152505436,
|
| 510 |
+
"naucs_at_3_max": 0.8513849984438244,
|
| 511 |
+
"naucs_at_3_std": -0.24929971988795643,
|
| 512 |
+
"naucs_at_3_diff1": 0.9564270152505466,
|
| 513 |
"naucs_at_5_max": 1.0,
|
| 514 |
+
"naucs_at_5_std": -0.43534080298785716,
|
| 515 |
+
"naucs_at_5_diff1": 0.9346405228758136,
|
| 516 |
"naucs_at_10_max": 1.0,
|
| 517 |
"naucs_at_10_std": 1.0,
|
| 518 |
"naucs_at_10_diff1": 1.0,
|
|
|
|
| 562 |
"mrr_at_20": 0.99,
|
| 563 |
"mrr_at_50": 0.99,
|
| 564 |
"mrr_at_100": 0.99,
|
| 565 |
+
"naucs_at_1_max": 0.7222222222222248,
|
| 566 |
+
"naucs_at_1_std": -0.5634920634920563,
|
| 567 |
"naucs_at_1_diff1": 1.0,
|
| 568 |
"naucs_at_3_max": 1.0,
|
| 569 |
"naucs_at_3_std": 1.0,
|
|
|
|
| 586 |
},
|
| 587 |
"vidore/synthetic_mit_biomedical_tissue_interactions_unfiltered": {
|
| 588 |
"ndcg_at_1": 0.66875,
|
| 589 |
+
"ndcg_at_3": 0.64833,
|
| 590 |
+
"ndcg_at_5": 0.66136,
|
| 591 |
+
"ndcg_at_10": 0.7002,
|
| 592 |
+
"ndcg_at_20": 0.72343,
|
| 593 |
+
"ndcg_at_50": 0.74221,
|
| 594 |
+
"ndcg_at_100": 0.7504,
|
| 595 |
+
"map_at_1": 0.41001,
|
| 596 |
+
"map_at_3": 0.53585,
|
| 597 |
+
"map_at_5": 0.57453,
|
| 598 |
+
"map_at_10": 0.61456,
|
| 599 |
+
"map_at_20": 0.63039,
|
| 600 |
+
"map_at_50": 0.63734,
|
| 601 |
+
"map_at_100": 0.63926,
|
| 602 |
+
"recall_at_1": 0.41001,
|
| 603 |
+
"recall_at_3": 0.59207,
|
| 604 |
+
"recall_at_5": 0.66951,
|
| 605 |
+
"recall_at_10": 0.7842,
|
| 606 |
+
"recall_at_20": 0.84612,
|
| 607 |
+
"recall_at_50": 0.90015,
|
| 608 |
+
"recall_at_100": 0.92697,
|
| 609 |
"precision_at_1": 0.66875,
|
| 610 |
+
"precision_at_3": 0.39375,
|
| 611 |
+
"precision_at_5": 0.29125,
|
| 612 |
+
"precision_at_10": 0.18938,
|
| 613 |
+
"precision_at_20": 0.11,
|
| 614 |
+
"precision_at_50": 0.05087,
|
| 615 |
+
"precision_at_100": 0.0275,
|
| 616 |
+
"mrr_at_1": 0.65,
|
| 617 |
+
"mrr_at_3": 0.7364583333333331,
|
| 618 |
+
"mrr_at_5": 0.7480208333333331,
|
| 619 |
+
"mrr_at_10": 0.7537127976190475,
|
| 620 |
+
"mrr_at_20": 0.7549048402255638,
|
| 621 |
+
"mrr_at_50": 0.755591370159045,
|
| 622 |
+
"mrr_at_100": 0.755591370159045,
|
| 623 |
+
"naucs_at_1_max": 0.3941383204398901,
|
| 624 |
+
"naucs_at_1_std": -0.03446929320007161,
|
| 625 |
+
"naucs_at_1_diff1": 0.4503277010269023,
|
| 626 |
+
"naucs_at_3_max": 0.029009734517562568,
|
| 627 |
+
"naucs_at_3_std": 0.005402681474374929,
|
| 628 |
+
"naucs_at_3_diff1": -0.048706505991403734,
|
| 629 |
+
"naucs_at_5_max": -0.08207834225628742,
|
| 630 |
+
"naucs_at_5_std": -0.0032984001708723115,
|
| 631 |
+
"naucs_at_5_diff1": -0.17283336776461594,
|
| 632 |
+
"naucs_at_10_max": -0.17977285443640584,
|
| 633 |
+
"naucs_at_10_std": -0.04541684253923944,
|
| 634 |
+
"naucs_at_10_diff1": -0.23295672062273604,
|
| 635 |
+
"naucs_at_20_max": -0.170593905587224,
|
| 636 |
+
"naucs_at_20_std": 0.015384406511413186,
|
| 637 |
+
"naucs_at_20_diff1": -0.2551053459454954,
|
| 638 |
+
"naucs_at_50_max": -0.22984435384481694,
|
| 639 |
+
"naucs_at_50_std": 0.04443493398633732,
|
| 640 |
+
"naucs_at_50_diff1": -0.27937793023113594,
|
| 641 |
+
"naucs_at_100_max": -0.25957527630817795,
|
| 642 |
+
"naucs_at_100_std": 0.057081217133354005,
|
| 643 |
+
"naucs_at_100_diff1": -0.3033742727110607
|
| 644 |
},
|
| 645 |
"vidore/synthetic_economics_macro_economy_2024_filtered_v1.0": {
|
| 646 |
+
"ndcg_at_1": 0.65517,
|
| 647 |
+
"ndcg_at_3": 0.62816,
|
| 648 |
+
"ndcg_at_5": 0.6159,
|
| 649 |
+
"ndcg_at_10": 0.58912,
|
| 650 |
+
"ndcg_at_20": 0.61706,
|
| 651 |
+
"ndcg_at_50": 0.67765,
|
| 652 |
+
"ndcg_at_100": 0.71471,
|
| 653 |
+
"map_at_1": 0.08673,
|
| 654 |
+
"map_at_3": 0.19894,
|
| 655 |
+
"map_at_5": 0.26716,
|
| 656 |
+
"map_at_10": 0.33292,
|
| 657 |
+
"map_at_20": 0.40089,
|
| 658 |
+
"map_at_50": 0.45667,
|
| 659 |
+
"map_at_100": 0.4844,
|
| 660 |
+
"recall_at_1": 0.08673,
|
| 661 |
+
"recall_at_3": 0.24596,
|
| 662 |
+
"recall_at_5": 0.34869,
|
| 663 |
+
"recall_at_10": 0.4683,
|
| 664 |
+
"recall_at_20": 0.62193,
|
| 665 |
+
"recall_at_50": 0.80907,
|
| 666 |
+
"recall_at_100": 0.92119,
|
| 667 |
+
"precision_at_1": 0.65517,
|
| 668 |
+
"precision_at_3": 0.58621,
|
| 669 |
+
"precision_at_5": 0.55172,
|
| 670 |
+
"precision_at_10": 0.42931,
|
| 671 |
+
"precision_at_20": 0.32672,
|
| 672 |
"precision_at_50": 0.19759,
|
| 673 |
+
"precision_at_100": 0.1281,
|
| 674 |
+
"mrr_at_1": 0.6896551724137931,
|
| 675 |
+
"mrr_at_3": 0.7902298850574713,
|
| 676 |
+
"mrr_at_5": 0.7971264367816091,
|
| 677 |
+
"mrr_at_10": 0.8015051997810618,
|
| 678 |
+
"mrr_at_20": 0.8015051997810618,
|
| 679 |
+
"mrr_at_50": 0.8023262178434591,
|
| 680 |
+
"mrr_at_100": 0.8023262178434591,
|
| 681 |
+
"naucs_at_1_max": -0.046307070115366736,
|
| 682 |
+
"naucs_at_1_std": 0.15790688174002224,
|
| 683 |
+
"naucs_at_1_diff1": -0.14987305341556462,
|
| 684 |
+
"naucs_at_3_max": 0.11671339502888234,
|
| 685 |
+
"naucs_at_3_std": 0.11834362034275059,
|
| 686 |
+
"naucs_at_3_diff1": -0.17762652230301346,
|
| 687 |
+
"naucs_at_5_max": 0.10679449683484428,
|
| 688 |
+
"naucs_at_5_std": 0.09453878709557821,
|
| 689 |
+
"naucs_at_5_diff1": -0.1792193824994377,
|
| 690 |
+
"naucs_at_10_max": 0.10651036963192122,
|
| 691 |
+
"naucs_at_10_std": 0.207447480653671,
|
| 692 |
+
"naucs_at_10_diff1": -0.23752907816911517,
|
| 693 |
+
"naucs_at_20_max": 0.05980777985340397,
|
| 694 |
+
"naucs_at_20_std": 0.23365933479100473,
|
| 695 |
+
"naucs_at_20_diff1": -0.2025898492844735,
|
| 696 |
+
"naucs_at_50_max": -0.012623885278852142,
|
| 697 |
+
"naucs_at_50_std": 0.2463485456131626,
|
| 698 |
+
"naucs_at_50_diff1": -0.18909262376408734,
|
| 699 |
+
"naucs_at_100_max": -0.08872391317584416,
|
| 700 |
+
"naucs_at_100_std": 0.17948141514389135,
|
| 701 |
+
"naucs_at_100_diff1": -0.186930857132979
|
| 702 |
},
|
| 703 |
"vidore/synthetic_rse_restaurant_filtered_v1.0": {
|
| 704 |
"ndcg_at_1": 0.52632,
|
| 705 |
+
"ndcg_at_3": 0.52504,
|
| 706 |
+
"ndcg_at_5": 0.57289,
|
| 707 |
+
"ndcg_at_10": 0.62003,
|
| 708 |
+
"ndcg_at_20": 0.65505,
|
| 709 |
+
"ndcg_at_50": 0.68979,
|
| 710 |
+
"ndcg_at_100": 0.70204,
|
| 711 |
+
"map_at_1": 0.29474,
|
| 712 |
+
"map_at_3": 0.40396,
|
| 713 |
+
"map_at_5": 0.45972,
|
| 714 |
+
"map_at_10": 0.50866,
|
| 715 |
+
"map_at_20": 0.5276,
|
| 716 |
+
"map_at_50": 0.54534,
|
| 717 |
+
"map_at_100": 0.55161,
|
| 718 |
+
"recall_at_1": 0.29474,
|
| 719 |
+
"recall_at_3": 0.48191,
|
| 720 |
+
"recall_at_5": 0.61543,
|
| 721 |
+
"recall_at_10": 0.75002,
|
| 722 |
+
"recall_at_20": 0.85537,
|
| 723 |
+
"recall_at_50": 0.94841,
|
| 724 |
+
"recall_at_100": 0.98246,
|
| 725 |
"precision_at_1": 0.52632,
|
| 726 |
+
"precision_at_3": 0.34503,
|
| 727 |
+
"precision_at_5": 0.28421,
|
| 728 |
+
"precision_at_10": 0.19649,
|
| 729 |
+
"precision_at_20": 0.12281,
|
| 730 |
+
"precision_at_50": 0.06912,
|
| 731 |
+
"precision_at_100": 0.03877,
|
| 732 |
+
"mrr_at_1": 0.543859649122807,
|
| 733 |
"mrr_at_3": 0.6403508771929824,
|
| 734 |
+
"mrr_at_5": 0.6526315789473685,
|
| 735 |
+
"mrr_at_10": 0.6602548036758563,
|
| 736 |
+
"mrr_at_20": 0.6651739829371409,
|
| 737 |
+
"mrr_at_50": 0.6655248601301235,
|
| 738 |
+
"mrr_at_100": 0.6655248601301235,
|
| 739 |
+
"naucs_at_1_max": 0.07429395157545386,
|
| 740 |
+
"naucs_at_1_std": 0.03015644215746205,
|
| 741 |
+
"naucs_at_1_diff1": 0.029188519373247488,
|
| 742 |
+
"naucs_at_3_max": -0.14556834354246306,
|
| 743 |
+
"naucs_at_3_std": -0.03551874034674307,
|
| 744 |
+
"naucs_at_3_diff1": -0.03426575331185958,
|
| 745 |
+
"naucs_at_5_max": -0.132667608690031,
|
| 746 |
+
"naucs_at_5_std": 0.046883073270420496,
|
| 747 |
+
"naucs_at_5_diff1": 0.020789980948042533,
|
| 748 |
+
"naucs_at_10_max": -0.15350074281217774,
|
| 749 |
+
"naucs_at_10_std": 0.021602996730365333,
|
| 750 |
+
"naucs_at_10_diff1": 0.10610855445931551,
|
| 751 |
+
"naucs_at_20_max": -0.2870595843942612,
|
| 752 |
+
"naucs_at_20_std": -0.053200969005437526,
|
| 753 |
+
"naucs_at_20_diff1": 0.009614869287472011,
|
| 754 |
+
"naucs_at_50_max": -0.3747840510110352,
|
| 755 |
+
"naucs_at_50_std": -0.1315278407645466,
|
| 756 |
+
"naucs_at_50_diff1": -0.08682413153737878,
|
| 757 |
+
"naucs_at_100_max": -0.3797677839881161,
|
| 758 |
+
"naucs_at_100_std": -0.11609328262961503,
|
| 759 |
+
"naucs_at_100_diff1": -0.12296867865157128
|
| 760 |
},
|
| 761 |
"vidore/synthetic_axa_filtered_v1.0": {
|
| 762 |
+
"ndcg_at_1": 0.61111,
|
| 763 |
+
"ndcg_at_3": 0.6462,
|
| 764 |
+
"ndcg_at_5": 0.68292,
|
| 765 |
+
"ndcg_at_10": 0.70017,
|
| 766 |
+
"ndcg_at_20": 0.72201,
|
| 767 |
+
"ndcg_at_50": 0.7613,
|
| 768 |
+
"ndcg_at_100": 0.7658,
|
| 769 |
+
"map_at_1": 0.29544,
|
| 770 |
+
"map_at_3": 0.41914,
|
| 771 |
+
"map_at_5": 0.49958,
|
| 772 |
+
"map_at_10": 0.57784,
|
| 773 |
+
"map_at_20": 0.61104,
|
| 774 |
+
"map_at_50": 0.63144,
|
| 775 |
+
"map_at_100": 0.63315,
|
| 776 |
+
"recall_at_1": 0.29544,
|
| 777 |
+
"recall_at_3": 0.51973,
|
| 778 |
+
"recall_at_5": 0.66378,
|
| 779 |
+
"recall_at_10": 0.78472,
|
| 780 |
+
"recall_at_20": 0.85945,
|
| 781 |
+
"recall_at_50": 0.97412,
|
| 782 |
"recall_at_100": 0.98765,
|
| 783 |
+
"precision_at_1": 0.61111,
|
| 784 |
+
"precision_at_3": 0.46296,
|
| 785 |
+
"precision_at_5": 0.42222,
|
| 786 |
+
"precision_at_10": 0.31111,
|
| 787 |
+
"precision_at_20": 0.19167,
|
| 788 |
+
"precision_at_50": 0.09111,
|
| 789 |
"precision_at_100": 0.04667,
|
| 790 |
"mrr_at_1": 0.5555555555555556,
|
| 791 |
+
"mrr_at_3": 0.6759259259259259,
|
| 792 |
+
"mrr_at_5": 0.7037037037037037,
|
| 793 |
+
"mrr_at_10": 0.7037037037037037,
|
| 794 |
+
"mrr_at_20": 0.7037037037037037,
|
| 795 |
+
"mrr_at_50": 0.7060185185185185,
|
| 796 |
+
"mrr_at_100": 0.7060185185185185,
|
| 797 |
+
"naucs_at_1_max": 0.06370640145678692,
|
| 798 |
+
"naucs_at_1_std": 0.42153041887902504,
|
| 799 |
+
"naucs_at_1_diff1": 0.35531111328419196,
|
| 800 |
+
"naucs_at_3_max": -0.49137089517804067,
|
| 801 |
+
"naucs_at_3_std": -0.41095639069482337,
|
| 802 |
+
"naucs_at_3_diff1": 0.01707919337550571,
|
| 803 |
+
"naucs_at_5_max": -0.6120658234932744,
|
| 804 |
+
"naucs_at_5_std": -0.474389941591449,
|
| 805 |
+
"naucs_at_5_diff1": -0.165061956148533,
|
| 806 |
+
"naucs_at_10_max": -0.6883907404624792,
|
| 807 |
+
"naucs_at_10_std": -0.45513671453258775,
|
| 808 |
+
"naucs_at_10_diff1": -0.42316346500786917,
|
| 809 |
+
"naucs_at_20_max": -0.733957515102311,
|
| 810 |
+
"naucs_at_20_std": -0.4723325528538845,
|
| 811 |
+
"naucs_at_20_diff1": -0.4807537601912433,
|
| 812 |
+
"naucs_at_50_max": -0.7013881037720148,
|
| 813 |
+
"naucs_at_50_std": -0.45324759826825234,
|
| 814 |
+
"naucs_at_50_diff1": -0.4882986634795409,
|
| 815 |
+
"naucs_at_100_max": -0.6924248438890106,
|
| 816 |
+
"naucs_at_100_std": -0.4400487565870318,
|
| 817 |
+
"naucs_at_100_diff1": -0.4661845036852439
|
| 818 |
},
|
| 819 |
"vidore/synthetic_rse_restaurant_filtered_v1.0_multilingual": {
|
| 820 |
+
"ndcg_at_1": 0.54825,
|
| 821 |
+
"ndcg_at_3": 0.53008,
|
| 822 |
+
"ndcg_at_5": 0.56705,
|
| 823 |
+
"ndcg_at_10": 0.6257,
|
| 824 |
+
"ndcg_at_20": 0.6625,
|
| 825 |
+
"ndcg_at_50": 0.69353,
|
| 826 |
+
"ndcg_at_100": 0.70465,
|
| 827 |
+
"map_at_1": 0.29816,
|
| 828 |
+
"map_at_3": 0.4016,
|
| 829 |
+
"map_at_5": 0.4527,
|
| 830 |
+
"map_at_10": 0.50738,
|
| 831 |
+
"map_at_20": 0.52962,
|
| 832 |
+
"map_at_50": 0.5466,
|
| 833 |
+
"map_at_100": 0.55224,
|
| 834 |
+
"recall_at_1": 0.29816,
|
| 835 |
+
"recall_at_3": 0.48014,
|
| 836 |
+
"recall_at_5": 0.59266,
|
| 837 |
+
"recall_at_10": 0.76588,
|
| 838 |
+
"recall_at_20": 0.87318,
|
| 839 |
+
"recall_at_50": 0.95235,
|
| 840 |
+
"recall_at_100": 0.98465,
|
| 841 |
+
"precision_at_1": 0.54825,
|
| 842 |
+
"precision_at_3": 0.34795,
|
| 843 |
+
"precision_at_5": 0.28158,
|
| 844 |
+
"precision_at_10": 0.19956,
|
| 845 |
+
"precision_at_20": 0.12654,
|
| 846 |
+
"precision_at_50": 0.06991,
|
| 847 |
+
"precision_at_100": 0.03877,
|
| 848 |
+
"mrr_at_1": 0.5394736842105263,
|
| 849 |
+
"mrr_at_3": 0.6381578947368421,
|
| 850 |
+
"mrr_at_5": 0.6528508771929824,
|
| 851 |
+
"mrr_at_10": 0.666278543581175,
|
| 852 |
+
"mrr_at_20": 0.6693822460076329,
|
| 853 |
+
"mrr_at_50": 0.6696454039023697,
|
| 854 |
+
"mrr_at_100": 0.6697038834345334,
|
| 855 |
+
"naucs_at_1_max": -0.10947777032499051,
|
| 856 |
+
"naucs_at_1_std": -0.08674361998375714,
|
| 857 |
+
"naucs_at_1_diff1": 0.057249370353071344,
|
| 858 |
+
"naucs_at_3_max": -0.06687224875668692,
|
| 859 |
+
"naucs_at_3_std": 0.0484364629589946,
|
| 860 |
+
"naucs_at_3_diff1": -0.05462426569089335,
|
| 861 |
+
"naucs_at_5_max": -0.08403937224497868,
|
| 862 |
+
"naucs_at_5_std": 0.07293419772827552,
|
| 863 |
+
"naucs_at_5_diff1": -0.05958666027516894,
|
| 864 |
+
"naucs_at_10_max": -0.10838130867204888,
|
| 865 |
+
"naucs_at_10_std": 0.05587982504285361,
|
| 866 |
+
"naucs_at_10_diff1": 0.002192750308197299,
|
| 867 |
+
"naucs_at_20_max": -0.1628596976822229,
|
| 868 |
+
"naucs_at_20_std": 0.06415536794747155,
|
| 869 |
+
"naucs_at_20_diff1": -0.0901131230050924,
|
| 870 |
+
"naucs_at_50_max": -0.2471444987505313,
|
| 871 |
+
"naucs_at_50_std": 0.02178464235724526,
|
| 872 |
+
"naucs_at_50_diff1": -0.16484319783599452,
|
| 873 |
+
"naucs_at_100_max": -0.2476326734790779,
|
| 874 |
+
"naucs_at_100_std": 0.04921366491713892,
|
| 875 |
+
"naucs_at_100_diff1": -0.1925485969942229
|
| 876 |
},
|
| 877 |
"vidore/synthetic_axa_filtered_v1.0_multilingual": {
|
| 878 |
+
"ndcg_at_1": 0.56944,
|
| 879 |
+
"ndcg_at_3": 0.60114,
|
| 880 |
+
"ndcg_at_5": 0.61308,
|
| 881 |
+
"ndcg_at_10": 0.63301,
|
| 882 |
+
"ndcg_at_20": 0.65962,
|
| 883 |
+
"ndcg_at_50": 0.70087,
|
| 884 |
+
"ndcg_at_100": 0.71794,
|
| 885 |
+
"map_at_1": 0.26807,
|
| 886 |
+
"map_at_3": 0.38274,
|
| 887 |
+
"map_at_5": 0.44543,
|
| 888 |
+
"map_at_10": 0.51783,
|
| 889 |
+
"map_at_20": 0.55091,
|
| 890 |
+
"map_at_50": 0.57108,
|
| 891 |
+
"map_at_100": 0.57464,
|
| 892 |
+
"recall_at_1": 0.26807,
|
| 893 |
+
"recall_at_3": 0.47345,
|
| 894 |
+
"recall_at_5": 0.56537,
|
| 895 |
+
"recall_at_10": 0.69703,
|
| 896 |
+
"recall_at_20": 0.78343,
|
| 897 |
+
"recall_at_50": 0.90152,
|
| 898 |
+
"recall_at_100": 0.97889,
|
| 899 |
+
"precision_at_1": 0.56944,
|
| 900 |
+
"precision_at_3": 0.43056,
|
| 901 |
+
"precision_at_5": 0.38056,
|
| 902 |
+
"precision_at_10": 0.27917,
|
| 903 |
+
"precision_at_20": 0.17569,
|
| 904 |
+
"precision_at_50": 0.08583,
|
| 905 |
+
"precision_at_100": 0.04569,
|
| 906 |
+
"mrr_at_1": 0.5,
|
| 907 |
+
"mrr_at_3": 0.6481481481481483,
|
| 908 |
+
"mrr_at_5": 0.6550925925925927,
|
| 909 |
+
"mrr_at_10": 0.6566358024691359,
|
| 910 |
+
"mrr_at_20": 0.6577041785375121,
|
| 911 |
+
"mrr_at_50": 0.659896412080552,
|
| 912 |
+
"mrr_at_100": 0.6607831288544433,
|
| 913 |
+
"naucs_at_1_max": 0.16468725740231643,
|
| 914 |
+
"naucs_at_1_std": 0.37919017176717934,
|
| 915 |
+
"naucs_at_1_diff1": 0.30214037198755495,
|
| 916 |
+
"naucs_at_3_max": -0.2419012234949494,
|
| 917 |
+
"naucs_at_3_std": -0.11880659562104584,
|
| 918 |
+
"naucs_at_3_diff1": -0.05983117053027332,
|
| 919 |
+
"naucs_at_5_max": -0.3435266789444122,
|
| 920 |
+
"naucs_at_5_std": -0.15122373891433766,
|
| 921 |
+
"naucs_at_5_diff1": -0.14301810021483025,
|
| 922 |
+
"naucs_at_10_max": -0.4049299119799346,
|
| 923 |
+
"naucs_at_10_std": -0.11551373909975436,
|
| 924 |
+
"naucs_at_10_diff1": -0.3087348082925975,
|
| 925 |
+
"naucs_at_20_max": -0.4557080881366001,
|
| 926 |
+
"naucs_at_20_std": -0.1316035057344777,
|
| 927 |
+
"naucs_at_20_diff1": -0.3767740930238455,
|
| 928 |
+
"naucs_at_50_max": -0.48221867587284106,
|
| 929 |
+
"naucs_at_50_std": -0.16520884486012927,
|
| 930 |
+
"naucs_at_50_diff1": -0.437539802211166,
|
| 931 |
+
"naucs_at_100_max": -0.5041035001503106,
|
| 932 |
+
"naucs_at_100_std": -0.19246332353391876,
|
| 933 |
+
"naucs_at_100_diff1": -0.450877397124322
|
| 934 |
},
|
| 935 |
"vidore/synthetic_mit_biomedical_tissue_interactions_unfiltered_multilingual": {
|
| 936 |
+
"ndcg_at_1": 0.62656,
|
| 937 |
+
"ndcg_at_3": 0.62898,
|
| 938 |
+
"ndcg_at_5": 0.64249,
|
| 939 |
+
"ndcg_at_10": 0.67441,
|
| 940 |
+
"ndcg_at_20": 0.69935,
|
| 941 |
+
"ndcg_at_50": 0.72034,
|
| 942 |
+
"ndcg_at_100": 0.7304,
|
| 943 |
+
"map_at_1": 0.37553,
|
| 944 |
+
"map_at_3": 0.51341,
|
| 945 |
+
"map_at_5": 0.55134,
|
| 946 |
+
"map_at_10": 0.58654,
|
| 947 |
+
"map_at_20": 0.60275,
|
| 948 |
+
"map_at_50": 0.61047,
|
| 949 |
+
"map_at_100": 0.61272,
|
| 950 |
+
"recall_at_1": 0.37553,
|
| 951 |
+
"recall_at_3": 0.58317,
|
| 952 |
+
"recall_at_5": 0.6651,
|
| 953 |
+
"recall_at_10": 0.76267,
|
| 954 |
+
"recall_at_20": 0.83047,
|
| 955 |
+
"recall_at_50": 0.89402,
|
| 956 |
+
"recall_at_100": 0.93005,
|
| 957 |
+
"precision_at_1": 0.62656,
|
| 958 |
+
"precision_at_3": 0.39115,
|
| 959 |
+
"precision_at_5": 0.28812,
|
| 960 |
+
"precision_at_10": 0.18453,
|
| 961 |
+
"precision_at_20": 0.10859,
|
| 962 |
+
"precision_at_50": 0.05059,
|
| 963 |
+
"precision_at_100": 0.02756,
|
| 964 |
+
"mrr_at_1": 0.6203125,
|
| 965 |
+
"mrr_at_3": 0.7114583333333329,
|
| 966 |
+
"mrr_at_5": 0.7251302083333327,
|
| 967 |
+
"mrr_at_10": 0.7312574404761898,
|
| 968 |
+
"mrr_at_20": 0.7330658025942703,
|
| 969 |
+
"mrr_at_50": 0.7337640283895484,
|
| 970 |
+
"mrr_at_100": 0.733871254289439,
|
| 971 |
+
"naucs_at_1_max": 0.2039250412963779,
|
| 972 |
+
"naucs_at_1_std": -0.07024884868861188,
|
| 973 |
+
"naucs_at_1_diff1": 0.45606770903022215,
|
| 974 |
+
"naucs_at_3_max": 0.058212985355640734,
|
| 975 |
+
"naucs_at_3_std": -0.05959626421557797,
|
| 976 |
+
"naucs_at_3_diff1": -0.029625222250297182,
|
| 977 |
+
"naucs_at_5_max": 0.012523889018321476,
|
| 978 |
+
"naucs_at_5_std": -0.05950139173785889,
|
| 979 |
+
"naucs_at_5_diff1": -0.12093229795276991,
|
| 980 |
+
"naucs_at_10_max": -0.07885246896142604,
|
| 981 |
+
"naucs_at_10_std": -0.07584435766192119,
|
| 982 |
+
"naucs_at_10_diff1": -0.19868179893511964,
|
| 983 |
+
"naucs_at_20_max": -0.08104765093094657,
|
| 984 |
+
"naucs_at_20_std": -0.020633911923048417,
|
| 985 |
+
"naucs_at_20_diff1": -0.2329474014068329,
|
| 986 |
+
"naucs_at_50_max": -0.10191575025539294,
|
| 987 |
+
"naucs_at_50_std": 0.006497205696773289,
|
| 988 |
+
"naucs_at_50_diff1": -0.2654796386435107,
|
| 989 |
+
"naucs_at_100_max": -0.12912675673565918,
|
| 990 |
+
"naucs_at_100_std": 0.002658413394124888,
|
| 991 |
+
"naucs_at_100_diff1": -0.286740024806076
|
| 992 |
},
|
| 993 |
"vidore/synthetics_economics_macro_economy_2024_filtered_v1.0_multilingual": {
|
| 994 |
+
"ndcg_at_1": 0.56897,
|
| 995 |
+
"ndcg_at_3": 0.55347,
|
| 996 |
+
"ndcg_at_5": 0.54697,
|
| 997 |
+
"ndcg_at_10": 0.54353,
|
| 998 |
+
"ndcg_at_20": 0.5754,
|
| 999 |
+
"ndcg_at_50": 0.64435,
|
| 1000 |
+
"ndcg_at_100": 0.68217,
|
| 1001 |
+
"map_at_1": 0.06995,
|
| 1002 |
+
"map_at_3": 0.16788,
|
| 1003 |
+
"map_at_5": 0.22262,
|
| 1004 |
+
"map_at_10": 0.29539,
|
| 1005 |
+
"map_at_20": 0.35806,
|
| 1006 |
+
"map_at_50": 0.41596,
|
| 1007 |
+
"map_at_100": 0.44377,
|
| 1008 |
+
"recall_at_1": 0.06995,
|
| 1009 |
+
"recall_at_3": 0.22001,
|
| 1010 |
+
"recall_at_5": 0.31105,
|
| 1011 |
+
"recall_at_10": 0.45156,
|
| 1012 |
+
"recall_at_20": 0.60587,
|
| 1013 |
+
"recall_at_50": 0.80629,
|
| 1014 |
+
"recall_at_100": 0.91617,
|
| 1015 |
+
"precision_at_1": 0.56897,
|
| 1016 |
+
"precision_at_3": 0.52155,
|
| 1017 |
+
"precision_at_5": 0.49483,
|
| 1018 |
+
"precision_at_10": 0.4069,
|
| 1019 |
+
"precision_at_20": 0.31207,
|
| 1020 |
+
"precision_at_50": 0.19595,
|
| 1021 |
+
"precision_at_100": 0.1275,
|
| 1022 |
+
"mrr_at_1": 0.5689655172413793,
|
| 1023 |
+
"mrr_at_3": 0.7040229885057472,
|
| 1024 |
+
"mrr_at_5": 0.7173850574712642,
|
| 1025 |
+
"mrr_at_10": 0.7212370005473451,
|
| 1026 |
+
"mrr_at_20": 0.7221635921046082,
|
| 1027 |
+
"mrr_at_50": 0.7223688466202075,
|
| 1028 |
+
"mrr_at_100": 0.7223688466202075,
|
| 1029 |
+
"naucs_at_1_max": 0.008287845664171043,
|
| 1030 |
+
"naucs_at_1_std": 0.1276905868842376,
|
| 1031 |
+
"naucs_at_1_diff1": 0.11685328065061831,
|
| 1032 |
+
"naucs_at_3_max": 0.04231917732527594,
|
| 1033 |
+
"naucs_at_3_std": 0.09097968258247123,
|
| 1034 |
+
"naucs_at_3_diff1": 0.07039779015197889,
|
| 1035 |
+
"naucs_at_5_max": 0.02450452954672108,
|
| 1036 |
+
"naucs_at_5_std": 0.08382631941812721,
|
| 1037 |
+
"naucs_at_5_diff1": 0.04903893807286711,
|
| 1038 |
+
"naucs_at_10_max": 0.06258885863723426,
|
| 1039 |
+
"naucs_at_10_std": 0.1489118063390922,
|
| 1040 |
+
"naucs_at_10_diff1": -0.001772551183085018,
|
| 1041 |
+
"naucs_at_20_max": 0.05127122134169797,
|
| 1042 |
+
"naucs_at_20_std": 0.16207987797849627,
|
| 1043 |
+
"naucs_at_20_diff1": -0.037084808056486104,
|
| 1044 |
+
"naucs_at_50_max": 0.012079926402609917,
|
| 1045 |
+
"naucs_at_50_std": 0.16924631618333094,
|
| 1046 |
+
"naucs_at_50_diff1": -0.09727554327201936,
|
| 1047 |
+
"naucs_at_100_max": -0.03658022842524374,
|
| 1048 |
+
"naucs_at_100_std": 0.12849977057146159,
|
| 1049 |
+
"naucs_at_100_diff1": -0.10217040873502983
|
| 1050 |
},
|
| 1051 |
"vidore/restaurant_esg_reports_beir": {
|
| 1052 |
+
"ndcg_at_1": 0.71795,
|
| 1053 |
+
"ndcg_at_3": 0.71188,
|
| 1054 |
+
"ndcg_at_5": 0.73949,
|
| 1055 |
+
"ndcg_at_10": 0.77205,
|
| 1056 |
+
"ndcg_at_20": 0.78712,
|
| 1057 |
+
"ndcg_at_50": 0.80866,
|
| 1058 |
+
"ndcg_at_100": 0.81008,
|
| 1059 |
+
"map_at_1": 0.50513,
|
| 1060 |
+
"map_at_3": 0.62382,
|
| 1061 |
+
"map_at_5": 0.6711,
|
| 1062 |
+
"map_at_10": 0.70078,
|
| 1063 |
+
"map_at_20": 0.7096,
|
| 1064 |
+
"map_at_50": 0.71767,
|
| 1065 |
+
"map_at_100": 0.71825,
|
| 1066 |
+
"recall_at_1": 0.50513,
|
| 1067 |
+
"recall_at_3": 0.68668,
|
| 1068 |
+
"recall_at_5": 0.76906,
|
| 1069 |
+
"recall_at_10": 0.85835,
|
| 1070 |
+
"recall_at_20": 0.90725,
|
| 1071 |
+
"recall_at_50": 0.97476,
|
| 1072 |
+
"recall_at_100": 0.98071,
|
| 1073 |
+
"precision_at_1": 0.73077,
|
| 1074 |
+
"precision_at_3": 0.38462,
|
| 1075 |
+
"precision_at_5": 0.28846,
|
| 1076 |
+
"precision_at_10": 0.175,
|
| 1077 |
+
"precision_at_20": 0.09712,
|
| 1078 |
+
"precision_at_50": 0.045,
|
| 1079 |
+
"precision_at_100": 0.02288,
|
| 1080 |
+
"mrr_at_1": 0.75,
|
| 1081 |
+
"mrr_at_3": 0.8076923076923077,
|
| 1082 |
+
"mrr_at_5": 0.8125,
|
| 1083 |
+
"mrr_at_10": 0.8226495726495725,
|
| 1084 |
+
"mrr_at_20": 0.8226495726495725,
|
| 1085 |
+
"mrr_at_50": 0.8233363858363858,
|
| 1086 |
+
"mrr_at_100": 0.8233363858363858,
|
| 1087 |
+
"naucs_at_1_max": 0.012222350607946745,
|
| 1088 |
+
"naucs_at_1_std": -0.09466371539982948,
|
| 1089 |
+
"naucs_at_1_diff1": 0.5022751223737485,
|
| 1090 |
+
"naucs_at_3_max": -0.03148341001971903,
|
| 1091 |
+
"naucs_at_3_std": -0.017366247697995007,
|
| 1092 |
+
"naucs_at_3_diff1": -0.2806074619839212,
|
| 1093 |
+
"naucs_at_5_max": -0.1368097107443235,
|
| 1094 |
+
"naucs_at_5_std": -0.05686309477532154,
|
| 1095 |
+
"naucs_at_5_diff1": -0.34542841772396893,
|
| 1096 |
+
"naucs_at_10_max": -0.11047704445523453,
|
| 1097 |
+
"naucs_at_10_std": 0.016760999608655385,
|
| 1098 |
+
"naucs_at_10_diff1": -0.36219386821062893,
|
| 1099 |
+
"naucs_at_20_max": -0.18118046303544919,
|
| 1100 |
+
"naucs_at_20_std": 0.00660518472055942,
|
| 1101 |
+
"naucs_at_20_diff1": -0.35322674833881423,
|
| 1102 |
+
"naucs_at_50_max": -0.15496181424390146,
|
| 1103 |
+
"naucs_at_50_std": 0.025351601144475155,
|
| 1104 |
+
"naucs_at_50_diff1": -0.3271145822876798,
|
| 1105 |
+
"naucs_at_100_max": -0.14539299033899847,
|
| 1106 |
+
"naucs_at_100_std": 0.020343129158802924,
|
| 1107 |
+
"naucs_at_100_diff1": -0.3237772572696072
|
| 1108 |
}
|
| 1109 |
}
|
| 1110 |
}
|
training_config.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
config:
|
| 2 |
(): colpali_engine.trainer.colmodel_training.ColModelTrainingConfig
|
| 3 |
-
output_dir: !path ../../../models/
|
| 4 |
processor:
|
| 5 |
(): colpali_engine.utils.transformers_wrappers.AllPurposeWrapper
|
| 6 |
class_to_instanciate: !ext colpali_engine.models.ColQwen2_5_Processor
|
|
@@ -53,13 +53,13 @@ config:
|
|
| 53 |
logging_steps: 10
|
| 54 |
eval_steps: 100
|
| 55 |
warmup_ratio: 0.01
|
| 56 |
-
learning_rate:
|
| 57 |
save_total_limit: 1
|
| 58 |
# resume_from_checkpoint: true
|
| 59 |
optim: "paged_adamw_8bit"
|
| 60 |
# wandb logging
|
| 61 |
# wandb_project: "mllm"
|
| 62 |
-
run_name: "
|
| 63 |
report_to: "wandb"
|
| 64 |
|
| 65 |
|
|
@@ -72,4 +72,4 @@ config:
|
|
| 72 |
bias: "none"
|
| 73 |
task_type: "FEATURE_EXTRACTION"
|
| 74 |
target_modules: '(.*(model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
|
| 75 |
-
# target_modules: '(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
|
|
|
|
| 1 |
config:
|
| 2 |
(): colpali_engine.trainer.colmodel_training.ColModelTrainingConfig
|
| 3 |
+
output_dir: !path ../../../models/colqwen2_5_train_single_source_3ep_r32_512bs_vdr_7b_1e4
|
| 4 |
processor:
|
| 5 |
(): colpali_engine.utils.transformers_wrappers.AllPurposeWrapper
|
| 6 |
class_to_instanciate: !ext colpali_engine.models.ColQwen2_5_Processor
|
|
|
|
| 53 |
logging_steps: 10
|
| 54 |
eval_steps: 100
|
| 55 |
warmup_ratio: 0.01
|
| 56 |
+
learning_rate: 1e-4
|
| 57 |
save_total_limit: 1
|
| 58 |
# resume_from_checkpoint: true
|
| 59 |
optim: "paged_adamw_8bit"
|
| 60 |
# wandb logging
|
| 61 |
# wandb_project: "mllm"
|
| 62 |
+
run_name: "colqwen2_5_train_single_source_3ep_r32_512bs_vdr_7b_1e4"
|
| 63 |
report_to: "wandb"
|
| 64 |
|
| 65 |
|
|
|
|
| 72 |
bias: "none"
|
| 73 |
task_type: "FEATURE_EXTRACTION"
|
| 74 |
target_modules: '(.*(model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
|
| 75 |
+
# target_modules: '(.*(language_model).*(down_proj|gate_proj|up_proj|k_proj|q_proj|v_proj|o_proj).*$|.*(custom_text_proj).*$)'
|