nielsr HF Staff commited on
Commit
88523b1
·
verified ·
1 Parent(s): 9fb523b

Add paper link and metadata to QuestBench

Browse files

This PR improves the dataset card for QuestBench by:
- Adding YAML metadata for `task_categories` and `language`.
- Linking the dataset to the associated research paper: [Teaching AI Through Benchmark Construction: QuestBench as a Course-Based Practice for Accountable Knowledge Work](https://huggingface.co/papers/2605.21413).
- Maintaining the existing file descriptions and execution instructions.

Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -1,12 +1,15 @@
 
 
 
 
 
 
 
1
  # QuestBench
2
 
3
- **QuestBench** is a course-curated benchmark of **256 expert-level questions**
4
- for evaluating the deep-search capabilities of language models. Questions are
5
- long-tail queries spanning **14 normalized domains** in the humanities and
6
- social sciences (Literature, Law, History, Foreign Languages, Social
7
- Sciences, Arts, Archaeology, Journalism, …). Each question, reference answer,
8
- and grading rubric is in Chinese; the model under evaluation may search and
9
- read in any language.
10
 
11
  ## Files
12
 
@@ -15,8 +18,7 @@ read in any language.
15
  - `vision_server.py` — local MCP server proxying image analysis to OpenRouter.
16
  - `package.json`, `package-lock.json` — npm dependencies.
17
 
18
- Each JSONL record has four fields: `domain`, `question`, `answer`,
19
- `grading_criteria` (the rubric an LLM judge uses to assign a 0–100 score).
20
 
21
  ## Run
22
 
@@ -40,4 +42,4 @@ QUESTION=$(jq -r '.question' questbench.jsonl | head -n 1) && \
40
  --permission-mode bypassPermissions \
41
  --disallowedTools WebSearch WebFetch \
42
  --output-format stream-json --verbose
43
- ```
 
1
+ ---
2
+ task_categories:
3
+ - text-generation
4
+ language:
5
+ - zh
6
+ ---
7
+
8
  # QuestBench
9
 
10
+ **QuestBench** is a course-curated benchmark of **256 expert-level questions** for evaluating the deep-search capabilities of language models, introduced in the paper [Teaching AI Through Benchmark Construction: QuestBench as a Course-Based Practice for Accountable Knowledge Work](https://huggingface.co/papers/2605.21413).
11
+
12
+ Questions are long-tail queries spanning **14 normalized domains** in the humanities and social sciences (Literature, Law, History, Foreign Languages, Social Sciences, Arts, Archaeology, Journalism, …). Each question, reference answer, and grading rubric is in Chinese; the model under evaluation may search and read in any language.
 
 
 
 
13
 
14
  ## Files
15
 
 
18
  - `vision_server.py` — local MCP server proxying image analysis to OpenRouter.
19
  - `package.json`, `package-lock.json` — npm dependencies.
20
 
21
+ Each JSONL record has four fields: `domain`, `question`, `answer`, `grading_criteria` (the rubric an LLM judge uses to assign a 0–100 score).
 
22
 
23
  ## Run
24
 
 
42
  --permission-mode bypassPermissions \
43
  --disallowedTools WebSearch WebFetch \
44
  --output-format stream-json --verbose
45
+ ```