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
01prometheus-eval /k-browsecomp K-BrowseComp K-BrowseComp is a Korean version of BrowseComp: a web-browsing agent benchmark. Items are grounded in Korean contexts and require retrieving information across multiple Korean websites. The 300-question verified subset is entirely handcrafted by native Korean speakers and every item underwent thorough manual revision and validation. 📄 Paper: https://arxiv.org/abs/2606.02404 💻 Code: https://github.com/prometheus-eval/K-BrowseComp Subsets… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/k-browsecomp.textquestion-answeringn<1K9 likes1.4k downloads4mo agoHugging Face02prometheus-eval /Feedback-Collection Dataset Card Dataset Summary The Feedback Collection is a dataset designed to induce fine-grained evaluation capabilities into language models.\ Recently, proprietary LLMs (e.g., GPT-4) have been used to evaluate long-form responses. In our experiments, we found that open-source LMs are not capable of evaluating long-form responses, showing low correlation with both human evaluators and GPT-4.\ In our paper, we found that by (1) fine-tuning feedback generated by GPT-4… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/Feedback-Collection.texttext-generation10K<n<100K120 likes532 downloads3y agoHugging Face03chargoddard /WebInstructSub-prometheus Dataset Card for WebInstructSub-prometheus This dataset has been created with distilabel. Dataset Summary TIGER-Lab/WebInstructSub evaluated for logical and effective reasoning using prometheus-7b-v2.0. 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… See the full description on the dataset page: https://huggingface.co/datasets/chargoddard/WebInstructSub-prometheus.text1M<n<10M25 likes531 downloads2y agoHugging Face04prometheus-eval /peerreview-bench PeerReview Bench CMU Paper Reviewer:https://prometheus-eval.github.io/cmu-paper-reviewer/ Repository:https://github.com/prometheus-eval/cmu-paper-reviewer Paper:https://arxiv.org/abs/2605.20668 Point of Contact:seungone@kaist.ac.kr Expert-annotated review items from scientific papers, organized for three complementary evaluation tasks. All data in this dataset is intended for evaluation, not training. All configs reference a shared, deduplicated file store (submitted_papers)… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/peerreview-bench.tabulartext-classification10K<n<100K3 likes378 downloads4mo agoHugging Face05prometheus-eval /BiGGen-Bench BIGGEN-Bench: A Principled Benchmark for Fine-grained Evaluation of Language Models Dataset Description BIGGEN-Bench (BiG Generation Benchmark) is a comprehensive evaluation benchmark designed to assess the capabilities of large language models (LLMs) across a wide range of tasks. This benchmark focuses on free-form text generation and employs fine-grained, instance-specific evaluation criteria. Key Features: Purpose: To evaluate LLMs on diverse capabilities… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/BiGGen-Bench.texttext-generationn<1K17 likes365 downloads1y agoHugging Face06prometheus-eval /BiGGen-Bench-Results BIGGEN-Bench Evaluation Results Dataset Description This dataset contains the evaluation results for various language models on the BIGGEN-Bench (BiG Generation Benchmark). It provides comprehensive performance assessments across multiple capabilities and tasks. Key Features Evaluation results for 103 language models Scores across 9 different capabilities Results from multiple evaluator models (GPT-4, Claude-3-Opus, Prometheus-2) Dataset Statistics… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/BiGGen-Bench-Results.tabular10K<n<100K12 likes343 downloads2y agoHugging Face07abuzarkh1222 /PROMETHEUS PROMETHEUS artifacts Heavy artifacts for the PROMETHEUS financial intelligence system: raw price/macro/news parquet, engineered features, model checkpoints, causal graph. Managed by the pipeline — do not edit by hand. tabular1K<n<10K1 likes257 downloads4mo agoHugging Face08prometheus-eval /Preference-Collection Dataset Card Dataset Summary The Preference Collection is a dataset designed to induce fine-grained evaluation capabilities into language models. Recently, proprietary LLMs (e.g., GPT-4) have been used to evaluate long-form responses. In our experiments, we found that open-source LMs are not capable of evaluating long-form responses, showing low correlation with both human evaluators and GPT-4.\ In our paper, we found that by (1) fine-tuning feedback generated by GPT-4… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/Preference-Collection.texttext-generation100K<n<1M40 likes240 downloads2y agoHugging Face09prometheus04 /canva-visual-search-embeddings Visual Search Embedding Benchmark: Extending Canva's DINOv2 Evaluation Executive Summary This benchmark extends Canva's January 2025 engineering evaluation which chose DINOv2 for production image replacement. We test three newer models released since then against DINOv2 on 500 design-domain images (advertising posters from the CGL-Dataset). Key Findings Metric Winner Score vs DINOv2 Recall@1 facebook/dinov2-base 1.0000 — Recall@5… See the full description on the dataset page: https://huggingface.co/datasets/prometheus04/canva-visual-search-embeddings.textn<1K0 likes220 downloads5mo agoHugging Face10RLHFlow /Prometheus2-preference-standardDirectly transformed from prometheus-eval/Preference-Collection. Here is the data processing code: ds = load_dataset("prometheus-eval/Preference-Collection",split='train') new_data = [] for example in tqdm(ds): prompt = example['instruction'] responses = [example['orig_response_A'], example['orig_response_B']] scores = [example['orig_score_A'], example['orig_score_B']] chosen_idx = int(example['orig_preference'] == 'B') # A:0, B:1 chosen_response, rejected_response =… See the full description on the dataset page: https://huggingface.co/datasets/RLHFlow/Prometheus2-preference-standard.text100K<n<1M2 likes132 downloads2y agoHugging Face11prometheus-eval /Perception-Collection Dataset Card Homepage: https://kaistai.github.io/prometheus-vision/ Repository: https://github.com/kaistAI/prometheus-vision Paper: https://arxiv.org/abs/2401.06591 Point of Contact: seongyun@kaist.ac.kr Dataset summary Perception Collection is the first multi-modal feedback dataset that could be used to train an evaluator VLM. Perception Collection includes 15K fine-grained criteria that determine the crucial aspect for each instance. Languages… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/Perception-Collection.textvisual-question-answering100K<n<1M8 likes123 downloads3y agoHugging Face12ZeroAgency /prometheus-llm-as-a-judge-v1text100K<n<1M1 likes107 downloads2y agoHugging Face13chargoddard /rwp-prometheus Dataset Card for rwp-prometheus 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/chargoddard/rwp-prometheus/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/chargoddard/rwp-prometheus.tabular100K<n<1M0 likes99 downloads1y agoHugging Face14prometheus-eval /Perception-Bench Dataset Card Homepage: https://kaistai.github.io/prometheus-vision/ Repository: https://github.com/kaistAI/prometheus-vision Paper: https://arxiv.org/abs/2401.06591 Point of Contact: seongyun@kaist.ac.kr Dataset summary Perception-Bench is a benchmark for evaluating the long-form response of a VLM (Vision Language Model) across various domains of images, and it is a held-out test set of the Perception-Collection Languages English Dataset… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/Perception-Bench.textvisual-question-answeringn<1K4 likes92 downloads3y agoHugging Face15prometheus-eval /Feedback-Bench Dataset Card for "Promixtheus-Absolute-Bench" More Information needed text1K<n<10K5 likes85 downloads2y agoHugging Face16alvarobartt /prometheus-eval-distilabel-default Dataset Card for prometheus-eval-distilabel-default 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/alvarobartt/prometheus-eval-distilabel-default/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/prometheus-eval-distilabel-default.textn<1K0 likes74 downloads2y agoHugging Face17alvarobartt /prometheus-eval-distilabel Dataset Card for prometheus-eval-distilabel 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/alvarobartt/prometheus-eval-distilabel/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/prometheus-eval-distilabel.textn<1K0 likes73 downloads2y agoHugging Face18prometheus-eval /MM-Eval Multilingual Meta-EVALuation benchmark (MM-Eval) 👨‍💻Code | 📄Paper | 🤗 MMQA MM-Eval is a multilingual meta-evaluation benchmark consisting of five core subsets—Chat, Reasoning, Safety, Language Hallucination, and Linguistics—spanning 18 languages and a Language Resource subset spanning 122 languages for a broader analysis of language effects. Design ChoiceIn this work, we minimize the inclusion of translated samples, as mere translation may alter existing preferences due to… See the full description on the dataset page: https://huggingface.co/datasets/prometheus-eval/MM-Eval.tabular10K<n<100K5 likes64 downloads2y agoHugging Face19prometheus04 /nvidia-kaggletext1K<n<10K0 likes57 downloads6mo agoHugging Face20jiajunwu1 /SWE-Prometheus SWE-Prometheus Public Tasks Public question package for SWE-Prometheus from CosmosMind AI Lab. This release contains the 22 public instances. It includes only the shared task statement and the public repository manifest with fixed base revisions. Verification patches, scores, results, traces, treated evidence, and reference answers are intentionally excluded. textn<1K0 likes57 downloads17d agoHugging Face21alvarobartt /prometheus-abs-eval-distilabel Dataset Card for prometheus-abs-eval-distilabel 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/alvarobartt/prometheus-abs-eval-distilabel/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/prometheus-abs-eval-distilabel.textn<1K0 likes55 downloads2y agoHugging Face22alvarobartt /prometheus-eval-distilabel-ratings Dataset Card for prometheus-eval-distilabel-ratings 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/alvarobartt/prometheus-eval-distilabel-ratings/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/prometheus-eval-distilabel-ratings.textn<1K0 likes51 downloads2y agoHugging Face23prometheus04 /microagent-train-v3 microagent-train-v3 SFT corpus for training a 4B-class terminal-agent model (Qwen3-4B-Thinking) in the microagent XML protocol. v3 = the 26,627-trajectory v2 corpus plus 3,951 synthetic failure-recovery trajectories that target the specific execution weaknesses found in v1 evaluation. Why v3 exists The v1 model (prometheus04/qwen3-4b-thinking-microagent-v1-merged) scored 1/89 (1.12%) on Terminal-Bench 2.0. Trajectory analysis showed the model reasoned correctly but failed… See the full description on the dataset page: https://huggingface.co/datasets/prometheus04/microagent-train-v3.texttext-generation10K<n<100K0 likes49 downloads4mo agoHugging Face24open-llm-leaderboard /vicgalle__Merge-Mixtral-Prometheus-8x7B-detailsgated Dataset Card for Evaluation run of vicgalle/Merge-Mixtral-Prometheus-8x7B Dataset automatically created during the evaluation run of model vicgalle/Merge-Mixtral-Prometheus-8x7B The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/vicgalle__Merge-Mixtral-Prometheus-8x7B-details.tabular10K<n<100K0 likes46 downloads2y agoHugging Face25open-llm-leaderboard /chargoddard__prometheus-2-llama-3-8b-detailsgated Dataset Card for Evaluation run of chargoddard/prometheus-2-llama-3-8b Dataset automatically created during the evaluation run of model chargoddard/prometheus-2-llama-3-8b The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/chargoddard__prometheus-2-llama-3-8b-details.tabular10K<n<100K0 likes45 downloads2y agoHugging Face26prometheus-eval /Preference-Bench Dataset Card for "Promixtheus-Relative-Bench" More Information needed text1K<n<10K3 likes39 downloads2y agoHugging Face27ruben3010 /math-prompt-deepseek-math-7B-with-prometheus-eval-7B-v2.0 Dataset Card for math_prompt_deepseek_math_7B_with_prometheus_eval_7b_v2.0 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/ruben3010/math_prompt_deepseek_math_7B_with_prometheus_eval_7b_v2.0/raw/main/pipeline.yaml" or explore the… See the full description on the dataset page: https://huggingface.co/datasets/ruben3010/math-prompt-deepseek-math-7B-with-prometheus-eval-7B-v2.0.text1K<n<10K0 likes39 downloads2y agoHugging Face28CharlieJi /HelpSteer2_prometheus Dataset Card for HelpSteer2_prometheus 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/CharlieJi/HelpSteer2_prometheus/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/CharlieJi/HelpSteer2_prometheus.tabularn<1K1 likes38 downloads2y agoHugging Face29alvarobartt /prometheus-eval-distilabel-index Dataset Card for prometheus-eval-distilabel-index 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/alvarobartt/prometheus-eval-distilabel-index/raw/main/pipeline.yaml" or explore the configuration: distilabel pipeline info --config… See the full description on the dataset page: https://huggingface.co/datasets/alvarobartt/prometheus-eval-distilabel-index.textn<1K0 likes34 downloads2y agoHugging Face30ruben3010 /math-self-instruct-sft-gpt-4o-mini-with-prometheus-eval-7B-v2.0 Dataset Card for math-self-instruct-sft-gpt-4o-mini-with-prometheus-eval-7B-v2.0 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/ruben3010/math-self-instruct-sft-gpt-4o-mini-with-prometheus-eval-7B-v2.0/raw/main/pipeline.yaml" or explore… See the full description on the dataset page: https://huggingface.co/datasets/ruben3010/math-self-instruct-sft-gpt-4o-mini-with-prometheus-eval-7B-v2.0.text1K<n<10K0 likes31 downloads2y agoHugging Face

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