Add dataset card and link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ tags:
5
+ - benchmark
6
+ - government
7
+ - evaluation
8
+ ---
9
+
10
+ This repository contains **GovRelBench**, a benchmark dataset designed for evaluating the core capabilities of large language models (LLMs) in the government domain.
11
+
12
+ The dataset was presented in the paper [**GovRelBench:A Benchmark for Government Domain Relevance**](https://huggingface.co/papers/2507.21419).
13
+
14
+ GovRelBench consists of government domain prompts and leverages a dedicated evaluation tool, GovRelBERT, which employs the SoftGovScore method to accurately compute a text's government domain relevance score. This work aims to enhance the capability evaluation framework for large models in the government domain, providing an effective tool for relevant research and practice.
15
+
16
+ The code and dataset are available within this Hugging Face repository.