datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Simia-AgentBench-SFT-15k
🐒 Simia-AgentBench-SFT-15k:
Simia-AgentBench-SFT-15k is the fully synthetic tool-agent dataset, designed to advance tool use for AgentBench (webshop, mind2web, Operating System). It comprises nearly 15k synthesized trajectories from Agenttuning (webshop, mind2web, Operating System). Models fine-tuned on this dataset outperform much larger closed-source counterparts on AgentBench (webshop, mind2web, Operating System).
📄 Technical Report - Discover the methodology and technical… See the full description on the dataset page: https://huggingface.co/datasets/Simia-Agent/Simia-AgentBench-SFT-15k.Ko-AgentBench
Ko-AgentBench
한국어 에이전트 벤치마크 데이터셋
데이터 로드
from datasets import load_dataset
# 특정 레벨 로드
dataset = load_dataset("Hugging-Face-KREW/Ko-AgentBench", data_files="L1.json")
# 또는 모든 레벨 로드
dataset = load_dataset("Hugging-Face-KREW/Ko-AgentBench", data_files="*.json")
레벨
L1: Single Tool
L2: Tool Retrieval & Selection
L3: Multiple Tools
L4: Complex Tool Chaining
L5: Conditional Logic
L6: State Management
L7: Multi-step Planning
