Hi @jzzzzh 🤗
I'm Niels from the open-source team at Hugging Face. I came across your work on HiBench, a benchmark for evaluating LLMs' hierarchical structure reasoning capabilities, on the Hugging Face Papers page: https://huggingface.co/papers/2503.00912. Your work looks very promising!
I noticed that HiBench includes a new synthetic hierarchical dataset for task-specific fine-tuning. To maximize its accessibility and impact, we encourage researchers to host their datasets on Hugging Face. This allows users to easily load the dataset using the datasets library:
from datasets import load_dataset
dataset = load_dataset("your-hf-org-or-username/hibench")
It would greatly benefit the community if you could host the HiBench dataset on Hugging Face. We can assist you with the process and help optimize the dataset card for better discoverability. Would you be interested in uploading your dataset? You can find a guide here: https://huggingface.co/docs/datasets/loading.
Let me know if you have any questions or need assistance!
Kind regards,
Niels
ML Engineer @ Hugging Face 🤗
Hi @jzzzzh 🤗
I'm Niels from the open-source team at Hugging Face. I came across your work on HiBench, a benchmark for evaluating LLMs' hierarchical structure reasoning capabilities, on the Hugging Face Papers page: https://huggingface.co/papers/2503.00912. Your work looks very promising!
I noticed that HiBench includes a new synthetic hierarchical dataset for task-specific fine-tuning. To maximize its accessibility and impact, we encourage researchers to host their datasets on Hugging Face. This allows users to easily load the dataset using the
datasetslibrary:It would greatly benefit the community if you could host the HiBench dataset on Hugging Face. We can assist you with the process and help optimize the dataset card for better discoverability. Would you be interested in uploading your dataset? You can find a guide here: https://huggingface.co/docs/datasets/loading.
Let me know if you have any questions or need assistance!
Kind regards,
Niels
ML Engineer @ Hugging Face 🤗