Datasets:
Tasks:
Text Ranking
Modalities:
Text
Formats:
parquet
Languages:
Amharic
Size:
10K - 100K
ArXiv:
License:
File size: 2,316 Bytes
3ef7092 6c28728 3ef7092 321fb74 115ede5 321fb74 115ede5 eeba9fe d7a3e34 eeba9fe d7a3e34 508b16d eeba9fe 115ede5 321fb74 eeba9fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
---
language:
- am
license: cc-by-4.0
size_categories:
- 10K<n<100K
task_categories:
- text-ranking
tags:
- information-retrieval
- amharic
dataset_info:
features:
- name: query_id
dtype: string
- name: passage_id
dtype: string
- name: query
dtype: string
- name: passage
dtype: string
- name: category
dtype: string
- name: link
dtype: string
splits:
- name: train
num_bytes: 165304734
num_examples: 44708
download_size: 76505983
dataset_size: 165304734
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Amharic Passage Retrieval Dataset
This dataset is a version of [amharic-news-category-classification](https://huggingface.co/datasets/rasyosef/amharic-news-category-classification) that has been filtered, deduplicated, and formatted for passage retrieval.
This dataset can be used directly with Sentence Transformers to train Amharic embedding models.
### Source Datasets:
- https://huggingface.co/datasets/rasyosef/amharic-news-category-classification
### Models and Code
The following Text Embedding and ColBERT late-interaction retrieval models were trained using this dataset as part of our **ACL 2025 Findings** paper: ***Optimized Text Embedding Models and Benchmarks for Amharic Passage Retrieval***.
- Models Collection: https://huggingface.co/collections/rasyosef/amharic-text-embedding-models-679cb55eae1d498e3ac5bdc5
- Code: https://github.com/kidist-amde/amharic-ir-benchmarks
- Paper: https://arxiv.org/abs/2505.19356
## Citation
```
@inproceedings{mekonnen2025amharic,
title={Optimized Text Embedding Models and Benchmarks for Amharic Passage Retrieval},
author={Kidist Amde Mekonnen, Yosef Worku Alemneh, Maarten de Rijke },
booktitle={Findings of ACL},
year={2025}
}
```
```
@misc{https://doi.org/10.48550/arxiv.2103.05639,
doi = {10.48550/ARXIV.2103.05639},
url = {https://arxiv.org/abs/2103.05639},
author = {Azime, Israel Abebe and Mohammed, Nebil},
keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {An Amharic News Text classification Dataset},
publisher = {arXiv},
year = {2021},
copyright = {arXiv.org perpetual, non-exclusive license}
}
``` |