CoolFace
Datasetpublic

QinyuanWu/ToCall_or_NotToCall

To Call or Not to Call: Tool-Calling Evaluation Datasets Datasets accompanying the paper "To Call or Not to Call: A Framework to Assess and Optimize LLM Tool Calling" (Wu et al., 2026). The paper evaluates when language models should call external tools (web search, calculator) rather than answering from parametric knowledge, from both a normative perspective (when is a tool call truly needed/useful?) and a descriptive perspective (when does the model think it needs a tool, and… See the full description on the dataset page: https://huggingface.co/datasets/QinyuanWu/ToCall_or_NotToCall.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
2likes65downloads
5 commits on main
09310b52mo ago

Normalize entity/bfcl to JSONL for consistent builder inference; update README

QinyuanWu
cd926dd2mo ago

Remove bfcl.csv in favor of bfcl.jsonl

QinyuanWu
e806ecb2mo ago

Remove entity.csv in favor of entity.jsonl

QinyuanWu
65b83cf2mo ago

Add tool-calling evaluation datasets (entity, bfcl, synthetic_multiplication, synthetic_nn) and dataset card

QinyuanWu
2f3632b2mo ago

initial commit

QinyuanWu