Add links to paper and code

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +40 -38
README.md CHANGED
@@ -1,51 +1,53 @@
1
  ---
2
- pretty_name: BioSum-CUH
3
- license: other
4
  language:
5
- - en
 
 
 
6
  task_categories:
7
- - summarization
8
- - question-answering
9
- - token-classification
 
10
  tags:
11
- - long-context
12
- - biography
13
- - factuality
14
- - hallucination-detection
15
- - uncertainty-estimation
16
- - token-level-annotations
17
- - model-activations
18
- - datasets
19
- size_categories:
20
- - 10K<n<100K
21
  configs:
22
- - config_name: benchmark
23
- default: true
24
- data_files:
25
- - split: train
26
- path: benchmark/train-*.parquet
27
- - split: validation
28
- path: benchmark/validation-*.parquet
29
- - split: test
30
- path: benchmark/test-*.parquet
31
- - config_name: activations
32
- data_files:
33
- - split: train
34
- path: activations/train-*.parquet
35
- - split: detector_eval
36
- path: activations/detector_eval-*.parquet
37
- - config_name: activation-metadata
38
- data_files:
39
- - split: train
40
- path: activation_metadata/train-*.parquet
41
- - split: detector_eval
42
- path: activation_metadata/detector_eval-*.parquet
43
  ---
44
 
45
  # BioSum-CUH
46
 
47
  **A Biography Summarization Benchmark with Token-Level Correctness, Uncertainty, and Hallucination Annotations**
48
 
 
 
49
  BioSum-CUH is a benchmark for studying factual generation over biography
50
  contexts. It combines biography-based question answering and structured
51
  summarization with token-aligned model predictions, final-layer attention
@@ -506,4 +508,4 @@ citation alongside the repository citation above.
506
 
507
  For questions, corrections, or removal requests, open a discussion at:
508
 
509
- <https://huggingface.co/datasets/Saria307/biosum-cuh/discussions>
 
1
  ---
 
 
2
  language:
3
+ - en
4
+ license: other
5
+ size_categories:
6
+ - 10K<n<100K
7
  task_categories:
8
+ - summarization
9
+ - question-answering
10
+ - token-classification
11
+ pretty_name: BioSum-CUH
12
  tags:
13
+ - long-context
14
+ - biography
15
+ - factuality
16
+ - hallucination-detection
17
+ - uncertainty-estimation
18
+ - token-level-annotations
19
+ - model-activations
20
+ - datasets
 
 
21
  configs:
22
+ - config_name: benchmark
23
+ default: true
24
+ data_files:
25
+ - split: train
26
+ path: benchmark/train-*.parquet
27
+ - split: validation
28
+ path: benchmark/validation-*.parquet
29
+ - split: test
30
+ path: benchmark/test-*.parquet
31
+ - config_name: activations
32
+ data_files:
33
+ - split: train
34
+ path: activations/train-*.parquet
35
+ - split: detector_eval
36
+ path: activations/detector_eval-*.parquet
37
+ - config_name: activation-metadata
38
+ data_files:
39
+ - split: train
40
+ path: activation_metadata/train-*.parquet
41
+ - split: detector_eval
42
+ path: activation_metadata/detector_eval-*.parquet
43
  ---
44
 
45
  # BioSum-CUH
46
 
47
  **A Biography Summarization Benchmark with Token-Level Correctness, Uncertainty, and Hallucination Annotations**
48
 
49
+ > **Paper:** [UT-ACA: Uncertainty-Triggered Adaptive Context Allocation for Long-Context Inference](https://huggingface.co/papers/2603.18446) | **Code:** [github.com/Tommy307/UT-ACA](https://github.com/Tommy307/UT-ACA)
50
+
51
  BioSum-CUH is a benchmark for studying factual generation over biography
52
  contexts. It combines biography-based question answering and structured
53
  summarization with token-aligned model predictions, final-layer attention
 
508
 
509
  For questions, corrections, or removal requests, open a discussion at:
510
 
511
+ <https://huggingface.co/datasets/Saria307/biosum-cuh/discussions>