CoolFace
20 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01piotr-rybak /poleval2022-passage-retrieval-datasettabular10K<n<100K1 likes83 downloads3y agoHugging Face02rasyosef /Amharic-Passage-Retrieval-Dataset-V2-With-NegativesThis dataset can be used directly with Sentence Transformers to train Amharic Embedding and Reranking models. The negative_passages column contains 16 negative passages for each query, mined from the training set passages using an embedding model. Source Datasets: https://huggingface.co/datasets/rasyosef/amharic-news-category-classification https://huggingface.co/datasets/rasyosef/xlsum_amharic_summarization https://huggingface.co/datasets/yosefw/amharic-wikipedia… See the full description on the dataset page: https://huggingface.co/datasets/rasyosef/Amharic-Passage-Retrieval-Dataset-V2-With-Negatives.text10K<n<100K1 likes80 downloads4mo agoHugging Face03nthakur-backup /bge-retrieval-data-ivf-passage-pruning-438Ktext100K<n<1M0 likes70 downloads2y agoHugging Face04rasyosef /Amharic-Passage-Retrieval-Dataset-V2 Amharic Passage Retrieval Dataset V2 This dataset is the official benchmark for the paper "The Multilingual Curse at the Retrieval Layer: Evidence from Amharic". It provides a fixed 90/10 train–test split consisting of 68,000 query–passage pairs, specifically designed for evaluating and training dense, late-interaction, learned sparse, and cross-encoder retrieval models for the Amharic language. GitHub Repository: rasyosef/amharic-neural-ir Paper: The Multilingual Curse at the… See the full description on the dataset page: https://huggingface.co/datasets/rasyosef/Amharic-Passage-Retrieval-Dataset-V2.texttext-retrieval10K<n<100K0 likes64 downloads4mo agoHugging Face05yosefw /amharic-passage-retrieval-dataset-v2-with-negativestext10K<n<100K0 likes62 downloads8mo agoHugging Face06rasyosef /amharic-passage-retrieval-dataset Amharic Passage Retrieval Dataset This dataset is a version of 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… See the full description on the dataset page: https://huggingface.co/datasets/rasyosef/amharic-passage-retrieval-dataset.texttext-ranking10K<n<100K1 likes53 downloads1y agoHugging Face07nthakur-backup /bge-retrieval-data-ivf-passage-pruning-100Ktext100K<n<1M0 likes40 downloads2y agoHugging Face08rasyosef /amharic-passage-retrieval-dataset-with-negatives Amharic Passage Retrieval Dataset with Negatives This dataset is a version of 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 Text embedding and Reranking models. Hard Negatives: The negative_passages column contains hard negative passages that were mined using the roberta-amharic-text-embedding-medium embedding model.… See the full description on the dataset page: https://huggingface.co/datasets/rasyosef/amharic-passage-retrieval-dataset-with-negatives.texttext-ranking10K<n<100K0 likes24 downloads1y agoHugging Face09Desalegnn /amharic-passage-retrieval-datasettext10K<n<100K0 likes19 downloads1y agoHugging Face10nthakur-backup /bge-retrieval-data-ivf-passage-pruning-fixed-100Ktext100K<n<1M0 likes18 downloads2y agoHugging Face11jinaai /spanish_passage_retrieval Spanish Passage Retrieval This repository provides data from https://mklab.iti.gr/results/spanish-passage-retrieval-dataset/ as a HF dataset. There is an S2S (retrieve passages/sentences that are marked as relevant) and an S2P (retrieve documents that contain relevant passages/sentences) version of the retrieval task. The respective corpuses are called 'corpus.sentences' and 'corpus.documents'. The qrel data is contained in 'qrels.s2s' and 'qrels.s2p', which hold space-separated… See the full description on the dataset page: https://huggingface.co/datasets/jinaai/spanish_passage_retrieval.1 likes14 downloads3y agoHugging Face12Desalegnn /new-amharic-passage-retrieval-dataset New Amharic Passage Retrieval Dataset (AMQA) This dataset is generated from AMQA-style question–context pairs, converted to match the schema of Desalegnn/amharic-passage-retrieval-dataset. Columns query_id, passage_id, query, passage, category, link Load Example from datasets import load_dataset url = 'https://huggingface.co/datasets/Desalegnn/new-amharic-passage-retrieval-dataset/resolve/main/train.jsonl' ds = load_dataset('json', data_files={'train': url})… See the full description on the dataset page: https://huggingface.co/datasets/Desalegnn/new-amharic-passage-retrieval-dataset.text1K<n<10K0 likes13 downloads11mo agoHugging Face13mgor /xtremeup-retrieval-cross-lang-mdpr-passage-nqtext100K<n<1M0 likes12 downloads2y agoHugging Face14yevvonlim /longbench-passage-retrievaltext10K<n<100K1 likes10 downloads2y agoHugging Face15nthakur-backup /bge-retrieval-data-ivf-passage-pruning-fixed-438Ktext100K<n<1M0 likes9 downloads2y agoHugging Face16nthakur-backup /bge-retrieval-data-ivf-passage-pruning-200Ktext100K<n<1M0 likes8 downloads2y agoHugging Face17nthakur-backup /bge-retrieval-data-ivf-passage-pruning-50Ktext10K<n<100K0 likes7 downloads2y agoHugging Face18nthakur-backup /bge-retrieval-data-ivf-passage-pruning-fixed-200Ktext100K<n<1M0 likes7 downloads2y agoHugging Face19nthakur-backup /bge-retrieval-data-ivf-passage-pruning-fixed-50Ktext10K<n<100K0 likes4 downloads2y agoHugging Face20nebhailema /AfriXIR-Passage-Retrieval-With-Negativesgated AfriXIR Passage Retrieval with Hard Negatives Dataset Summary AfriXIR-Passage-Retrieval-With-Negatives is a large-scale, multilingual passage retrieval dataset designed for training and evaluating information retrieval systems across eight African languages. The dataset contains 313,592 training examples and 34,849 test examples, with each example consisting of a query-passage pair accompanied by 16 hard negative passages mined through semantic similarity. This… See the full description on the dataset page: https://huggingface.co/datasets/nebhailema/AfriXIR-Passage-Retrieval-With-Negatives.texttext-retrieval100K<n<1M0 likes1d agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.