Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

kidist-amde/amharic-ir-benchmarks

Domaine:

natural language processing

Type de record:

model
Créateur:
kid
Hôte:
Official codebase for the ACL 2025 Findings paper: Optimized Text Embedding Models and Benchmarks for Amharic Passage Retrieval. # Amharic-IR-Benchmarks This repository accompanies our ACL 2025 Findings paper: **"Optimized Text Embedding Models and Benchmarks for Amharic Passage Retrieval"** ✨ We provide a reproducible benchmark suite for Amharic information retrieval, including: * BM25 sparse baseline * Dense embedding models (RoBERTa / BERT variants fine-tuned for Amharic) * ColBERT-AM (late interaction retriever) --- ## 👐 Features - **Pretrained Amharic Retrieval Models** Includes ( RoBERTa-Base-Amharic-Embd, RoBERTa-Medium-Amharic-Embd, BERT-Medium-Amharic-Embd, and ColBERT-AM for dense retrieval.) - **Hugging Face model & dataset links for easy access** - **Training, evaluation, and inference scripts for reproducibility** - **Benchmarks BM25 (sparse retrieval), bi-encoder dense retrieval, and ColBERT (late interaction retrieval) for Amharic.** - **MS MARCO-style dataset conversion script & direct dataset links** --- ## 📁 Repository Structure ``` amharic-ir-benchmarks/ ├── baselines/ # BM25, ColBERT, and dense Amharic retrievers │ ├── bm25_retriever/ │ ├── ColBERT_AM/ │ ├── colbert-amharic-pylate/ │ └── embedding_models/ ├── data/ # Scripts to download, preprocess, and prepare datasets ├── scripts/ # Shell scripts for training, indexing, evaluation ├── utils/ # Utility functions ├── amharic_environment.yml # Conda environment ├── requirements.txt └── README.md ``` --- ## ⚙️ Installation ### Conda (Recommended) ```bash conda env create -f amharic_environment.yml conda activate amharic_ir ``` Or using pip: ```bash pip install -r requirements.txt ``` --- ## 📚 Datasets We use two publicly available Amharic datasets: | Dataset | Description | Link | | ---------------- | ----------------------------------- | ---------------------------------------------------- …

Visit

github.com

Tasks

embeddingsinformation retrieval

Languages

Amharic

Tags

academic-benchmarkamharic-corpusamharic-languageamharic-nlpbertbm25colbertdense-retrievalhuggingface-transformersinformation-retrieval+8

Licenses

Apache-2.0

Similaires

kidist-amde/HashtagNoMoreTweetAnalysiskidist-amde/amhric-language-modelsrasyosef/amharic-neural-irLeulTew/amharic-ir-improvedBerhanbek/Amharic-IR-Systemmesfinmaru/Amharic-IR-System

kidist-amde/HashtagNoMoreTweetAnalysis

Sentiment analysis, Semantic Network and Topic modeling: Case study on analyzing tweets towards Afri

kidist-amde/amhric-language-models

Amharic language model and word vectors to aid NLP tasks and advance research for low-resource langu

rasyosef/amharic-neural-ir

Official codebase for the ACL 2026 MeLLM Workshop paper "The Multilingual Curse at the Retrieval Lay

LeulTew/amharic-ir-improved

# Amharic Information Retrieval System **Efficient and Intelligent Search for Amharic Text.**

Berhanbek/Amharic-IR-System

Amharic Information Retrieval System This project is a full-stack Information Retrieval (IR) system

mesfinmaru/Amharic-IR-System

Information Retrieval System for Amharic documents implemented in Python using inverted indexing, TF