Improve dataset card: Add task category, library name, tags, and sample usage

#1
by nielsr HF Staff - opened

This PR enhances the dataset card for LiveMCPBench by:

  • Adding task_categories: text-generation to the metadata, as specified, and library_name: datasets for clarity on how to programmatically access the dataset.
  • Including relevant tags such as llm-agents, tool-use, benchmark, and mcp for improved discoverability on the Hugging Face Hub.
  • Expanding the "Dataset Description" section with more details from the paper's abstract, providing a comprehensive overview of the benchmark's scope and components.
  • Adding a "Dataset Structure" section to briefly describe the dataset's file organization.
  • Introducing a "Sample Usage" section with a Python snippet to demonstrate how to load and inspect the dataset using the Hugging Face datasets library.

These updates aim to make the dataset card more informative and user-friendly.

hysdhlx changed pull request status to merged

Sign up or log in to comment