Datasets:
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
long-context
biography
factuality
hallucination-detection
uncertainty-estimation
token-level-annotations
License:
Add links to paper and code
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,51 +1,53 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: BioSum-CUH
|
| 3 |
-
license: other
|
| 4 |
language:
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
| 6 |
task_categories:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 10 |
tags:
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
size_categories:
|
| 20 |
-
- 10K<n<100K
|
| 21 |
configs:
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 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>
|