Ninggggy nielsr HF Staff commited on
Commit
df23145
·
1 Parent(s): 0b2af11

Link dataset to paper and update task categories (#2)

Browse files

- Link dataset to paper and update task categories (617caba088f5e1da4741a113d9277c0ae4014824)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
2
- pretty_name: SGR-Bench
3
  language:
4
  - zh
5
  - en
 
 
 
 
 
 
 
6
  tags:
7
  - benchmark
8
  - information-retrieval
9
  - web-agents
10
  - question-answering
11
  - state-gated-retrieval
12
- license: cc-by-4.0
13
- task_categories:
14
- - question-answering
15
- size_categories:
16
- - n<1K
17
  configs:
18
  - config_name: default
19
  data_files:
@@ -25,6 +26,8 @@ configs:
25
 
26
  # SGR-Bench
27
 
 
 
28
  SGR-Bench is a dataset for evaluating **State-Gated Retrieval**. In this setting, the answer-bearing evidence is not exposed in the default state of a website. It becomes available only after the user configures site-internal filters, views, hierarchies, scopes, time windows, or result pages.
29
 
30
  This release contains **100 aligned task records** organized into two prompt formulations:
@@ -234,12 +237,12 @@ In this scoring scheme:
234
  - row-level F1 gives credit only when all fields in an aligned row are correct;
235
  - pairwise order accuracy checks whether the relative order among shared rows is preserved.
236
 
237
- For ordered-table cases, the scoring logic should distinguish clearly between local correctness and structural correctness. A case may preserve many locally correct fields while still failing at the row level or full-answer level.
238
 
239
  This distinction matters for diagnosis:
240
 
241
  - high `item_f1` with low `row_f1` or low `em` should not be treated as automatic evidence of final formatting failure;
242
- - such cases should first be checked for `criterion mismatch`, `retrieval dependency not closed`, or upstream `drift`;
243
  - `final answer composition error` should be used only when the upstream reasoning chain is already basically correct and the answer is corrupted mainly at the final write-out stage.
244
 
245
  The canonicalization step is intentionally narrow. It may normalize whitespace, punctuation, capitalization, date formatting, unit formatting, abbreviations, and a small set of task-specific aliases, but it should not fill missing fields, repair factual errors, or merge source-distinct entities.
@@ -257,4 +260,4 @@ The loadable JSONL splits use English task prompts. Chinese counterparts for the
257
 
258
  ## Limitations
259
 
260
- This is a compact diagnostic evaluation set. It prioritizes relatively stable public sources and structured answers, so it covers less rapidly changing content such as breaking news, live dashboards, or frequently updated public records. This release evaluates final structured outputs and provides retrieval-state annotations, but it does not provide a unified trajectory-level annotation for every intermediate model action.
 
1
  ---
 
2
  language:
3
  - zh
4
  - en
5
+ license: cc-by-4.0
6
+ size_categories:
7
+ - n<1K
8
+ task_categories:
9
+ - question-answering
10
+ - text-retrieval
11
+ pretty_name: SGR-Bench
12
  tags:
13
  - benchmark
14
  - information-retrieval
15
  - web-agents
16
  - question-answering
17
  - state-gated-retrieval
 
 
 
 
 
18
  configs:
19
  - config_name: default
20
  data_files:
 
26
 
27
  # SGR-Bench
28
 
29
+ This is the official dataset repository for the paper [SGR-Bench: Benchmarking Search Agents on State-Gated Retrieval](https://huggingface.co/papers/2605.22219).
30
+
31
  SGR-Bench is a dataset for evaluating **State-Gated Retrieval**. In this setting, the answer-bearing evidence is not exposed in the default state of a website. It becomes available only after the user configures site-internal filters, views, hierarchies, scopes, time windows, or result pages.
32
 
33
  This release contains **100 aligned task records** organized into two prompt formulations:
 
237
  - row-level F1 gives credit only when all fields in an aligned row are correct;
238
  - pairwise order accuracy checks whether the relative order among shared rows is preserved.
239
 
240
+ For ordered-table tasks, the scoring logic should distinguish clearly between local correctness and structural correctness. A case may preserve many locally correct fields while still failing at the row level or full-answer level.
241
 
242
  This distinction matters for diagnosis:
243
 
244
  - high `item_f1` with low `row_f1` or low `em` should not be treated as automatic evidence of final formatting failure;
245
+ - such these cases should first be checked for `criterion mismatch`, `retrieval dependency not closed`, or upstream `drift`;
246
  - `final answer composition error` should be used only when the upstream reasoning chain is already basically correct and the answer is corrupted mainly at the final write-out stage.
247
 
248
  The canonicalization step is intentionally narrow. It may normalize whitespace, punctuation, capitalization, date formatting, unit formatting, abbreviations, and a small set of task-specific aliases, but it should not fill missing fields, repair factual errors, or merge source-distinct entities.
 
260
 
261
  ## Limitations
262
 
263
+ This is a compact diagnostic evaluation set. It prioritizes relatively stable public sources and structured answers, so it covers less rapidly changing content such as breaking news, live dashboards, or frequently updated public records. This release evaluates final structured outputs and provides retrieval-state annotations, but it does not provide a unified trajectory-level annotation for every intermediate model action.