docs: update title and license
Browse files
README.md
CHANGED
@@ -57,9 +57,9 @@ configs:
|
|
57 |
data_files:
|
58 |
- split: queries
|
59 |
path: data/queries.jsonl
|
60 |
-
pretty_name: Bar Exam QA MTEB
|
61 |
---
|
62 |
-
# Bar Exam QA MTEB
|
63 |
This is the test split of the [Bar Exam QA](https://huggingface.co/datasets/reglab/barexam_qa) dataset formatted in the [Massive Text Embedding Benchmark (MTEB)](https://github.com/embeddings-benchmark/mteb) information retrieval dataset format.
|
64 |
|
65 |
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on Bar Exam QA with the [`mteb`](https://github.com/embeddings-benchmark/mteb) embedding model evaluation framework.
|
@@ -83,9 +83,7 @@ The `corpus` split contains relevant passages from Bar Exam QA, with the text of
|
|
83 |
The `queries` split contains queries, with the text of a query being stored in the `text` key and its id being stored in the `_id` key.
|
84 |
|
85 |
## License ๐
|
86 |
-
|
87 |
-
|
88 |
-
The source dataset is licensed under [CC BY SA 4.0](https://choosealicense.com/licenses/cc-by-sa-4.0/).
|
89 |
|
90 |
## Citation ๐
|
91 |
```bibtex
|
|
|
57 |
data_files:
|
58 |
- split: queries
|
59 |
path: data/queries.jsonl
|
60 |
+
pretty_name: Bar Exam QA (MTEB format)
|
61 |
---
|
62 |
+
# Bar Exam QA (MTEB format)
|
63 |
This is the test split of the [Bar Exam QA](https://huggingface.co/datasets/reglab/barexam_qa) dataset formatted in the [Massive Text Embedding Benchmark (MTEB)](https://github.com/embeddings-benchmark/mteb) information retrieval dataset format.
|
64 |
|
65 |
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on Bar Exam QA with the [`mteb`](https://github.com/embeddings-benchmark/mteb) embedding model evaluation framework.
|
|
|
83 |
The `queries` split contains queries, with the text of a query being stored in the `text` key and its id being stored in the `_id` key.
|
84 |
|
85 |
## License ๐
|
86 |
+
This dataset is licensed under [CC BY SA 4.0](https://choosealicense.com/licenses/cc-by-sa-4.0/).
|
|
|
|
|
87 |
|
88 |
## Citation ๐
|
89 |
```bibtex
|