datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
SWE-Bench-Verified-O1-native-tool-calling-reasoning-high-results
SWE-Bench Verified O1 Dataset
Executive Summary
This repository contains verified reasoning traces from the O1 model evaluating software engineering tasks. Using OpenHands + CodeAct v2.2, we tested O1's bug-fixing capabilities using their native tool calling capabilities on the SWE-Bench Verified dataset, achieving a 45.8% success rate across 500 test instances.
Overview
This dataset was generated using the CodeAct framework, which aims to improve code… See the full description on the dataset page: https://huggingface.co/datasets/AlexCuadron/SWE-Bench-Verified-O1-native-tool-calling-reasoning-high-results.sft-tool-calling-structured-output-v1
vericava/sft-tool-calling-structured-output-v1
Dataset to train (SFT) 3-20B LLMs for tool calling and structured outputs/classifications.
Includes contents in English as well as some Japanese.
healthcare-api-tool-calling
Healthcare API Tool Calling Dataset
Dataset Description
This dataset contains 650+ examples of healthcare API tool calling responses in JSON format. Each example includes:
query: Natural language user request
plan: JSON response following healthcare API specification
tools: List of required tools for the response
Dataset Structure
{
"query": "I want to create an appointment",
"plan": {
"action": "create",
"resource": "appointment",
"params":… See the full description on the dataset page: https://huggingface.co/datasets/aldsouza/healthcare-api-tool-calling.ToolCalling-Refusal-DS1K
ToolCalling-Refusal-DS1K
ToolCalling-Refusal-DS1K is a synthetic tool-calling refusal dataset annotated by deepseek-v4-flash. Each example contains a user request, a set of available tool schemas, and a structured teacher annotation describing whether the request can be fulfilled, which tool should be used, which parameters are missing, or why no suitable tool exists.
Unlike datasets that only provide a final natural-language answer, this dataset exposes the intermediate… See the full description on the dataset page: https://huggingface.co/datasets/whichcy/ToolCalling-Refusal-DS1K.
