Improve dataset card: Add library_name, license, benchmark tag, GitHub link, and sample usage
#3
by
nielsr
HF Staff
- opened
This PR improves the dataset card for the LoopServe Multi-Turn Dialogue Benchmark by:
- Adding
library_name: datasets
andlicense: cc-by-4.0
to the metadata section for better discoverability and usage clarity. - Adding the
benchmark
tag to reflect the dataset's nature as an evaluation benchmark. - Including a direct link to the associated GitHub repository (
https://github.com/TreeAI-Lab/Awesome-KV-Cache-Management
), which serves as a central hub for KV Cache Management research and explicitly links to this dataset. - Providing a clear
Sample Usage
section demonstrating how to load and access the dataset using thedatasets
library. - Removing the redundant shell tree file information from the content section, as this is typically handled by the Hub's file browser and
configs
metadata.
The dataset's primary associated paper, "LoopServe: An Adaptive Dual-phase LLM Inference Acceleration System for Multi-Turn Dialogues" (arXiv:2507.13681), remains the main reference in the dataset card.
Gresham429
changed pull request status to
merged
Thank you for your contribution to this repository. However, our code has not been released yet, and https://github.com/TreeAI-Lab/Awesome-KV-Cache-Management is our survey repository. I will remove the code-related line from the readme for now and add it back once we have organized everything properly.