Datasets:
Improve dataset card for FutureQueryEval: Add paper, code, project links, update metadata and content
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for FutureQueryEval
.
It makes the following changes:
- Corrects the
license
in the metadata fromapache-2.0
tomit
, as specified in the GitHub README. - Adds
task_categories: text-ranking
andlanguage: en
to the metadata for better discoverability. - Includes relevant
tags
such asinformation-retrieval
,reranking
,llm
,benchmark
,temporal
, andllm-reranking
. - Links to the official paper: https://huggingface.co/papers/2508.16757.
- Links to the GitHub repository: https://github.com/DataScienceUIBK/llm-reranking-generalization-study.
- Links to the project/leaderboard page: https://rankarena.ngrok.io.
- Populates the content with a comprehensive description extracted from the GitHub README, covering the introduction, key findings, dataset overview, statistics, examples, data collection methodology, evaluation results, supported methods, dataset updates, leaderboard, contributing, and contact information.
- A placeholder BibTeX citation for the paper is also included.
- A sample usage section is not included as the GitHub README indicates the code is "coming soon".