Datasets:
Improve dataset card: Add task category, sample usage, and descriptive intro
#1
by
nielsr
HF Staff
- opened
This PR enhances the dataset card for MultiTableQA-HybridQA by:
- Adding
task_categories: ['table-question-answering']to the metadata, improving discoverability. - Including a descriptive introductory sentence to clarify that this repository hosts the
MultiTableQA-HybridQAdataset, part of the larger MultiTableQA benchmark. - Incorporating a comprehensive "Sample Usage" section with installation instructions, data preparation steps, and examples for running T-RAG retrieval and downstream LLM inference, directly extracted from the associated
T-RAGGitHub repository. - Updating the BibTeX citation to reflect the correct paper title as provided in the GitHub repository.
jiaruz2
changed pull request status to
merged