CoolFace
30 shown

datasets

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

Clear all
01cl-nagoya /ruri-dataset-reranker Ruri-Dataset Reranker Datasets used for training Ruri-Reranker. Please refer to https://huggingface.co/datasets/hpprc/emb for individual datasets. textquestion-answering1M<n<10M5 likes2.9k downloads2y agoHugging Face02cross-encoder /ettin-reranker-v1-data Ettin Reranker v1 Training Data This is the training dataset used to produce the cross-encoder/ettin-reranker-{17m,32m,68m,150m,400m,1b}-v1 family of CrossEncoder rerankers. It's a mix of broad-domain text-pair data and retrieval pairs rescored with a strong teacher reranker, with every label produced by an automated scoring system rather than a human annotator. Structure Every config has the same three columns: column type description query string The… See the full description on the dataset page: https://huggingface.co/datasets/cross-encoder/ettin-reranker-v1-data.texttext-ranking100M<n<1B10 likes1.6k downloads27d agoHugging Face03hotchpotch /mmarco-hard-negatives-reranker-filtered mMARCO Reranker-Filtered Hard Negatives (Multilingual) Overview This dataset is built from mMARCO (multilingual MS MARCO) triplets for each language subset. For each (query, positive), hard negatives are bundled and then filtered using cross-encoder re-scoring. The goal is to remove negatives that are too strong or incorrect for training. The same procedure is applied to all language subsets. The dataset is published as mmarco-hard-negatives-reranker-filtered with… See the full description on the dataset page: https://huggingface.co/datasets/hotchpotch/mmarco-hard-negatives-reranker-filtered.tabular10M<n<100M3 likes1.6k downloads3mo agoHugging Face04hpprc /reranker-scores Reranker-Scores 既存の日本語検索・QAデータセットについて、データセット中のクエリに付与された正・負例の関連度を多言語・日本語reranker 5種類を用いてスコア付けしたデータセットです。クエリごとに200件程度の正・負例文書が付与されています (事例ごとに付与個数はバラバラなのでご注意ください)。score.pos.avg および score.neg.avg はそれぞれ正例・負例についての5種のrerankerの平均スコアになっています。 Short Name Hub ID bge BAAI/bge-reranker-v2-m3 gte Alibaba-NLP/gte-multilingual-reranker-base ruri cl-nagoya/ruri-reranker-large ruriv3-preview cl-nagoya/ruri-v3-reranker-310m-preview ja-ce… See the full description on the dataset page: https://huggingface.co/datasets/hpprc/reranker-scores.text100K<n<1M4 likes1.4k downloads1y agoHugging Face05KaLM-Embedding /KaLM-reranker-training-data Lychee-KaLM-Reranker Training Data A large-scale, ready-to-use multilingual dataset for fine-tuning reranking models. This repository contains 3,885,265 training samples collected from 54 datasets, covering English, Chinese, and multilingual retrieval tasks. Each sample includes task instructions, positive passages, at least 16 hard negatives, and teacher scores annotated by Qwen3-Reranker-8B. When expanded into point-wise query–passage pairs, the dataset provides at least 66… See the full description on the dataset page: https://huggingface.co/datasets/KaLM-Embedding/KaLM-reranker-training-data.texttext-ranking1M<n<10M3 likes1k downloads18d agoHugging Face06tickr /relevance-reranker-v3text10M<n<100M0 likes805 downloads3mo agoHugging Face07manu /reranker-scorestabularn<1K0 likes733 downloads3y agoHugging Face08cl-nagoya /ruri-v3-dataset-rerankerCreated from hpprc/reranker-scores. We found that cleaning up noisy positives and negatives in our existing dataset using rerankers' scores had a massive impact on performance. Concretely: We averaged the scores from five off‑the‑shelf reranker models. For "positive" examples (documents that contain the answer string for a given query), we only kept those with an average score ≥ 0.3. For "negative" examples (documents that do not contain the answer string), we only kept those with an average… See the full description on the dataset page: https://huggingface.co/datasets/cl-nagoya/ruri-v3-dataset-reranker.texttext-ranking100K<n<1M2 likes583 downloads1y agoHugging Face09hotchpotch /hpprc_emb_reranker_score ⚠️ お知らせ よりスコア付したデータ件数とrerankerのバリエーションを増やしたデータセットのhotchpotch/hpprc_emb-scoresも公開しています。 hpprc/emb (便利なデータセットの公開、ありがとうございます)の collection と dataset がペアになっているデータに対し、negative を最大32個ランダムサンプリングしたものを、hotchpotch/japanese-bge-reranker-v2-m3-v1でスコア付けしたものです。 ライセンスは、subset ごとに hpprc/emb に記載のライセンスと同等とします。 スコア作成タイミングの revision に対してスコアを付与しているため、revision を変えると場合によって行ズレやデータ構造の変化が発生する可能性があることに注意が必要です。 例 from datasets import load_dataset # targets = ("auto-wiki-qa", "4feb2e2492")… See the full description on the dataset page: https://huggingface.co/datasets/hotchpotch/hpprc_emb_reranker_score.tabular1M<n<10M4 likes499 downloads2y agoHugging Face10hotchpotch /mmarco-hard-negatives-reranker-score hotchpotch/mmarco-hard-negatives-reranker-score This repository contains data from mMARCO scored using the reranker BAAI/bge-reranker-v2-m3. Languages Covered target_languages = [ "english", "chinese", "french", "german", "indonesian", "italian", "portuguese", "russian", "spanish", "arabic", "dutch", "hindi", "japanese", "vietnamese" ] Hard Negative Data The hard negative data is derived from… See the full description on the dataset page: https://huggingface.co/datasets/hotchpotch/mmarco-hard-negatives-reranker-score.1M<n<10M1 likes426 downloads2y agoHugging Face11hotchpotch /japanese-reranker-v2-hard-negatives-scores hotchpotch/japanese-reranker-v2-hard-negatives-scores This dataset was used to train the Japanese Reranker v2 family. It was not generated by Japanese Reranker v2 models. Unified hard-negative score rows generated from the training sources used for Japanese Reranker v2-family experiments. This dataset keeps teacher scores as floating-point soft labels. It follows the HPPRC Emb Score style: score/id rows and referenced document text collections are stored separately. Each score… See the full description on the dataset page: https://huggingface.co/datasets/hotchpotch/japanese-reranker-v2-hard-negatives-scores.text10M<n<100M1 likes391 downloads4mo agoHugging Face12lightblue /reranker_continuous_filt_max7_train Reranker training data This data was generated using 4 steps: We gathered queries and corresponding text data from 35 high quality datasets covering more than 95 languages. For datasets which did not already have negative texts for queries, we mined hard negatives using the BAAI/bge-m3 embedding model. For each query, we selected one positive and one negative text and used Qwen/Qwen2.5-32B-Instruct-GPTQ-Int4 to rate the relatedness of each query-text pair using a token "1", "2"… See the full description on the dataset page: https://huggingface.co/datasets/lightblue/reranker_continuous_filt_max7_train.tabular1M<n<10M8 likes268 downloads2y agoHugging Face13mesolitica /malaysian-rerankertext1M<n<10M0 likes265 downloads3y agoHugging Face14malaysia-ai /malaysian-reranker-v2text1M<n<10M0 likes190 downloads2y agoHugging Face15rlhn /default-680K-bge-reranker-v2-gemmatext100K<n<1M1 likes187 downloads1y agoHugging Face16emgena /omnimcp_agentops_vector_reranker_teaser 🔬 INSPECT THE DEEPSEEK-R1 REASONING CHAIN LIVE: Zero hallucinations. Null syntax errors. 100% AST compiler validated.🌐 Live Interactive Reasoning & Code Inspector: https://emgena.com/trainingslager🎁 Claim your Free Starter Kit (Code: STARTER100): https://emgena.com/trainingslager🏷️ Launch Discount: Get 20 € OFF any 500-incident production suite with code LAUNCH20! 📜 Enterprise Compliance: EU AI Act Articles 50 & 53 certified • 100% DSGVO / GDPR clean • Commercial EULA… See the full description on the dataset page: https://huggingface.co/datasets/emgena/omnimcp_agentops_vector_reranker_teaser.text-generation0 likes162 downloads5d agoHugging Face17cl-nagoya /ruri-v3-dataset-reranker-previewcreated from hotchpotch/hpprc_emb-scores License Information Name Type License (根拠) Mr. TyDi Retrieval Apache 2.0 MIRACL Retrieval Apache 2.0 Auto Wiki QA Nemotron QA & Retrieval CC-BY-SA-4.0 JSQuAD QA & Retrieval CC-BY-SA-4.0 JQaRA (dev, unused) QA CC-BY-SA-4.0 JaQuAD QA & Retrieval CC-BY-SA-3.0 MKQA QA CC-BY-3.0 Quiz Works QA Free (二次利用自由) Quiz No Mori QA Free (二次利用自由) texttext-ranking100K<n<1M0 likes159 downloads1y agoHugging Face18sshalimov04 /ru-reranker-teacher-scores Teacher score cache for Russian reranker distillation Raw logits of BAAI/bge-reranker-v2-m3 for ~5.4M (query, passage) pairs, grouped by query (1 "pos" slot + candidates), produced for the ru-reranker-edge project. teacher_scores.jsonl — one line per group: {"qid", "pos_score", "cand_scores": [...]} (raw logits, no normalization). groups_pool_v5.jsonl — the matching texts: {"qid", "query", "pos_id", "pos_text", "cand_ids", "cand_texts"}. Sources of queries/candidates:… See the full description on the dataset page: https://huggingface.co/datasets/sshalimov04/ru-reranker-teacher-scores.texttext-ranking100K<n<1M0 likes107 downloads16d agoHugging Face19Shitao /bge-reranker-dataThe dataset used to train bge-reranker-large and bge-reranker-base. You can find the fine-tuning script in FlagEmbedding Citation If you find this repository useful, please consider giving a star :star: and citation @misc{bge_embedding, title={C-Pack: Packaged Resources To Advance General Chinese Embedding}, author={Shitao Xiao and Zheng Liu and Peitian Zhang and Niklas Muennighoff}, year={2023}, eprint={2309.07597}, archivePrefix={arXiv}… See the full description on the dataset page: https://huggingface.co/datasets/Shitao/bge-reranker-data.16 likes95 downloads3y agoHugging Face20tomaarsen /msmarco-Qwen3-Reranker-0.6Btext100K<n<1M6 likes86 downloads1y agoHugging Face21npc0 /bge-reranker-qwen3-embedding bge-reranker → Qwen3-Embedding (0.6B) embedding dataset Precomputed Qwen3-Embedding-0.6B embeddings for the Shitao/bge-reranker-data dataset, together with a deduplicated, index-based reranking layout (anchor / positive / negative triples) suitable for training a metric-learning projection head. The point of this dataset: rank documents with a dot product against cached vectors — no cross-encoder, no re-reading documents at query time. What's inside combined/… See the full description on the dataset page: https://huggingface.co/datasets/npc0/bge-reranker-qwen3-embedding.text-ranking1M<n<10M0 likes81 downloads7d agoHugging Face22temsa /govie-office-holder-reranker-bilingual-v2 gov.ie Office Holder Reranker Bilingual v2 Bilingual (query, candidate_page) reranking dataset for current Irish government office-holder lookup on public gov.ie pages. This is a derivative of temsa/govie-office-holder-reranker-dataset-v1 with one important change: every English query is paired with an Irish Gaelic query variant while keeping the same candidate pool and labels. What changed versus v1 same candidate pages and labels same office-holder snapshot and… See the full description on the dataset page: https://huggingface.co/datasets/temsa/govie-office-holder-reranker-bilingual-v2.texttext-rankingn<1K0 likes75 downloads6mo agoHugging Face23arthurbresnu /msmarco-Qwen3-Reranker-0.6B-frenchtext100K<n<1M0 likes70 downloads1y agoHugging Face24lightblue /reranker_fulltrain_scored_filteredtabular1M<n<10M0 likes66 downloads2y agoHugging Face25temsa /govie-dsp-rates-reranker-bilingual-v1 gov.ie DSP Rates Reranker Bilingual v1 Bilingual (query, candidate_page) reranking dataset for gov.ie Department of Social Protection payment-rate lookup. This release is built from a curated DSP scheme catalog grounded in public gov.ie service pages and the official SW19 Rates of Payment 2026 booklet. What is in the dataset English and Irish Gaelic query variants for DSP allowance, benefit and grant lookup exact-name and rate-lookup queries page-level positives with… See the full description on the dataset page: https://huggingface.co/datasets/temsa/govie-dsp-rates-reranker-bilingual-v1.texttext-rankingn<1K0 likes65 downloads6mo agoHugging Face26hoailebads /VLSP-Legal-Reranker-Train VLSP Vietnamese Legal Reranker — Training + Eval data Bộ dữ liệu listwise reranking cho truy hồi điều luật tiếng Việt (VLSP). Đây chính xác là dữ liệu đã dùng để fine-tune 2 model reranker: 🤗 hoailebads/Qwen3-Reranker-8B-VLSP-Legal-LoRA (bản chính, vượt SOTA VLSP) 🤗 hoailebads/Qwen3-Reranker-0.6B-VLSP-Legal-LoRA (bản nhẹ) 📦 Code, pipeline & script tạo dữ liệu: https://github.com/hoaileba/Qwen-Retrieval-Tuning (file gốc: dataset/train_rankllama_hn23_v3.jsonl, tạo bằng… See the full description on the dataset page: https://huggingface.co/datasets/hoailebads/VLSP-Legal-Reranker-Train.texttext-ranking10K<n<100K0 likes61 downloads1mo agoHugging Face27utahnlp /rlhn-680K-qwen3-reranker-8b RLHN-680K — Qwen3-Reranker-8B teacher scores (top-200) The distillation training set used by Tevatron 3.0's listwise-KL reranker distillation. Each RLHN-680K query is paired with its candidate passages and a per-passage teacher relevance score from Qwen3-Reranker-8B — the soft targets the distillation runs consume. Schema Field Type Description query_id string RLHN query id query string query text passages list of {{title, text}} candidate passages… See the full description on the dataset page: https://huggingface.co/datasets/utahnlp/rlhn-680K-qwen3-reranker-8b.texttext-ranking100K<n<1M0 likes52 downloads2mo agoHugging Face28dnth /ssf-dataset-synthetic-reranker-v0 Dataset Card for ssf-dataset-synthetic-reranker-v0 This dataset has been created with distilabel. Dataset Summary This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI: distilabel pipeline run --config "https://huggingface.co/datasets/dnth/ssf-dataset-synthetic-reranker-v0/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/dnth/ssf-dataset-synthetic-reranker-v0.text1K<n<10K0 likes51 downloads1y agoHugging Face29temsa /finephrase-gov-reranker-dataset-v2-200 Finephrase Gov Reranker Dataset v2 (200 rows) Synthetic reranking dataset built from HuggingFaceFW/finephrase FAQ-style questions filtered to Irish public-service domains: gov.ie citizensinformation.ie hse.ie oireachtas.ie revenue.ie Each grouped row contains a query plus one relevant page snippet and a set of hard negatives from the same filtered corpus. Included Files train.jsonl, valid.jsonl, test.jsonl grouped reranker evaluation/training format… See the full description on the dataset page: https://huggingface.co/datasets/temsa/finephrase-gov-reranker-dataset-v2-200.texttext-rankingn<1K0 likes51 downloads6mo agoHugging Face30tomaarsen /msmarco-Qwen3-Reranker-0.6B-dutchtext100K<n<1M0 likes50 downloads1y agoHugging Face

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