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
01Exgentic /agent-llm-traces-v2 Exgentic Agent LLM Traces v2 — Agent Chat Only OpenTelemetry-shaped execution traces for 10,057 agent runs across 6 benchmarks (AppWorld, SWE-bench, BrowseCompPlus, τ²-bench Airline/Retail/Telecom), filtered to the agent under test's chat-only LLM calls. This is the dataset for replay testing, behavioral analysis, or any task where you care about what the benchmarked model actually did — not the eval scaffolding around it. This v2 release expands upon Exgentic/agent-llm-traces… See the full description on the dataset page: https://huggingface.co/datasets/Exgentic/agent-llm-traces-v2.tabulartext-generation10K<n<100K0 likes2.4k downloads3mo agoHugging Face02Exgentic /agent-llm-traces Multi-Benchmark LLM Agent Traces A comprehensive dataset of OpenTelemetry traces capturing LLM inference behavior across multiple agent frameworks, benchmarks, and model providers. This dataset enables research into LLM performance analysis, agent behavior patterns, and inference optimization. Collected by Exgentic - A platform for LLM observability and performance optimization. Dataset Overview This dataset contains 1,781 execution traces capturing detailed agent… See the full description on the dataset page: https://huggingface.co/datasets/Exgentic/agent-llm-traces.tabulartext-generation1K<n<10K23 likes946 downloads4mo agoHugging Face03tecnologiactc /automl_llm_agent_m2 AutoML-LLM Agent Module 2 Benchmark This dataset contains the Module 2 benchmark for evaluating an assistant that converts a Module 1 recipe, a user request, and a processed tabular dataset into an auditable autogluon.cloud.TabularCloudPredictor configuration. The repository is scoped to Module 2 only. Tables module2_cases: one row per Module 2 evaluation case. module2_queries: user requests for each case. module2_reference_configs: legacy reference JSON files… See the full description on the dataset page: https://huggingface.co/datasets/tecnologiactc/automl_llm_agent_m2.texttabular-classificationn<1K0 likes759 downloads3mo agoHugging Face04tecnologiactc /automl_llm_agent_m1 AutoML-LLM Agent Module 1 Benchmark This dataset contains the Module 1 benchmark for evaluating an AutoML assistant that interprets user requests, selects tabular modeling settings, produces an auditable AutoGluon Tabular plan, and synthesizes the compact Module 1 recipe consumed by Module 2 through the mandatory final LLM writer used by all A-E variants. The repository is scoped to Module 1 only. Tables cases: one row per Module 1 evaluation case. queries: one… See the full description on the dataset page: https://huggingface.co/datasets/tecnologiactc/automl_llm_agent_m1.texttabular-classificationn<1K2 likes319 downloads1mo agoHugging Face05llm-agents /CriticBench Dataset Card for Dataset Name CriticBench is a comprehensive benchmark designed to assess LLMs' abilities to generate, critique/discriminate and correct reasoning across a variety of tasks. CriticBench encompasses five reasoning domains: mathematical, commonsense, symbolic, coding, and algorithmic. It compiles 15 datasets and incorporates responses from three LLM families. Dataset Details Dataset Description Curated by: THU Funded by [optional]: [More… See the full description on the dataset page: https://huggingface.co/datasets/llm-agents/CriticBench.textquestion-answering1K<n<10K16 likes214 downloads3y agoHugging Face06DiscoPosse /agent-llm-traces Multi-Benchmark LLM Agent Traces A comprehensive dataset of OpenTelemetry traces capturing LLM inference behavior across multiple agent frameworks, benchmarks, and model providers. This dataset enables research into LLM performance analysis, agent behavior patterns, and inference optimization. Collected by Exgentic - A platform for LLM observability and performance optimization. Dataset Overview This dataset contains 1,781 execution traces capturing detailed agent… See the full description on the dataset page: https://huggingface.co/datasets/DiscoPosse/agent-llm-traces.tabulartext-generation1K<n<10K1 likes142 downloads4mo agoHugging Face07GXMZU /llm-rag-agent-papers llm-rag-agent-papers Research papers on LLM, RAG, and AI Agents - Knowledge base for RAG pipeline Dataset Structure This dataset contains three subsets: llm: Large Language Model related content rag: Retrieval-Augmented Generation related content agent: AI Agent related content Usage from datasets import load_dataset # Load all subsets dataset = load_dataset("GXMZU/llm-rag-agent-papers") # Load specific subset llm_data =… See the full description on the dataset page: https://huggingface.co/datasets/GXMZU/llm-rag-agent-papers.tabulartext-generation1K<n<10K3 likes63 downloads9mo agoHugging Face08hoololi /llm-agent-harness-reliability-next-prime LLM Next Prime Harness Dataset This dataset contains raw observations from an experiment studying how the agent harness affects reliability when an LLM has access to a deterministic tool. The task is deliberately simple and objectively verifiable: What is the smallest prime number that is strictly greater than n? The deterministic tool computes the correct answer with a local Python next_prime(n) function. The experiment asks whether failures come from the model, the provider… See the full description on the dataset page: https://huggingface.co/datasets/hoololi/llm-agent-harness-reliability-next-prime.tabulartext-generation10K<n<100K0 likes63 downloads29d agoHugging Face09amkyawdev /mm-llm-coder-agent-dataset Coder Agent Dataset Agent workflow dataset for training coding agents. Contains multi-step coding tasks with tool usage patterns, execution validation, and quality metrics. Skill Type: Agent/ Skill This dataset is part of the combined Myanmar LLM dataset collection: chat-skill.md - [amkyawdev/ myanmar-llm-data](https://huggingface. co/datasets/ amkyawdev/ myanmar-llm-data) agent-skill.md - Myanmar conversational data, translations, Q&A code-skill.md- [amkyawdev/… See the full description on the dataset page: https://huggingface.co/datasets/amkyawdev/mm-llm-coder-agent-dataset.tabular1M<n<10M0 likes57 downloads5mo agoHugging Face10LLM-OS-Models /ECHO-Terminal-Agent-Prepared-Data ECHO-style Terminal Agent Prepared Data for LFM RLVR Prepared on 2026-06-09 for local no-Docker LFM terminal RLVR experiments. This dataset converts public terminal-agent task archives into two formats: echo_terminal_tasks_*.parquet: ECHO/SkyRL-style rows with prompt, path, and task_binary. lfm_live_tasks_mixed.*: local LFM no-Docker trainer rows with prompt, task_id, source, task_binary_b64, and metadata. Current manifest: total rows: 1500 Endless Terminals: 772 rows… See the full description on the dataset page: https://huggingface.co/datasets/LLM-OS-Models/ECHO-Terminal-Agent-Prepared-Data.text1K<n<10K0 likes49 downloads4mo agoHugging Face11tecnologiactc /automl_llm_agent_m3 AutoML-LLM Agent Module 3 Benchmark This dataset contains the Module 3 benchmark for evaluating an assistant that converts AutoGluon training evidence and a surrogate XAI report into a decision-oriented report for a domain expert without AI training. The repository is scoped to Module 3 only. Its seven cases reuse the processed datasets and reference configurations established by Modules 1 and 2. Tables module3_cases: one row per evaluation case, with canonical… See the full description on the dataset page: https://huggingface.co/datasets/tecnologiactc/automl_llm_agent_m3.texttext-generationn<1K0 likes38 downloads2mo agoHugging Face12Prompt-Pool-Agent /prompt-pool-eval-llm-outputstext1K<n<10K0 likes31 downloads2y agoHugging Face13GXMZU /llm-rag-agent-blogs llm-rag-agent-blogs Technical blogs on LLM, RAG, and AI Agents - Knowledge base for RAG pipeline Dataset Structure This dataset contains three subsets: llm: Large Language Model related content rag: Retrieval-Augmented Generation related content agent: AI Agent related content Usage from datasets import load_dataset # Load all subsets dataset = load_dataset("GXMZU/llm-rag-agent-blogs") # Load specific subset llm_data =… See the full description on the dataset page: https://huggingface.co/datasets/GXMZU/llm-rag-agent-blogs.texttext-generation1K<n<10K1 likes23 downloads9mo agoHugging Face14nuprl-staging /llm-systems-travel-agenttabular1M<n<10M0 likes17 downloads2y agoHugging Face15Chennzi /llm-agent-hallucinationtext1K<n<10K0 likes12 downloads1y agoHugging Face16lemonhat /seed_data_retail_llm_agent_o4-mini_user_simulator_gpt-4.1textn<1K0 likes11 downloads1y agoHugging Face17Yano /exp-0223-027-realobs-llmagent-alfworld-datatext1K<n<10K0 likes10 downloads7mo agoHugging Face18lemonhat /seed_data_airline_llm_agent_o4-mini_user_simulator_gpt-4.1textn<1K0 likes9 downloads1y agoHugging Face19Karmane /llm-agent-research-signals-2023-2026gated LLM Agent Research Signals Dataset (2023-2026) This dataset packages 1,600+ OpenAlex research-paper records on LLM agents published from 2023 through 2026 into one analysis-ready table for literature scouting, benchmark tracking, startup research, market mapping, and technical due diligence. It starts from the public OpenAlex works API and documentation, then curates the result set with agent-focused discovery queries plus post-filtering for LLM, benchmark, evaluation, tool-use… See the full description on the dataset page: https://huggingface.co/datasets/Karmane/llm-agent-research-signals-2023-2026.tabulartext-classification1K<n<10K0 likes5 downloads4mo agoHugging Face20akhilchinnu499 /customer-service-agent-llmtextn<1K0 likes4 downloads2y agoHugging Face

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