nielsr HF Staff commited on
Commit
efc78c4
·
verified ·
1 Parent(s): d3b4e43

Add task category and paper/project links

Browse files

This PR adds the `task_categories` metadata (mapping to `other`) and includes links to the paper and project page in the dataset card for better documentation and discoverability.

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,16 +1,20 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
5
- pretty_name: ElephantBench Source Corpus
6
  size_categories:
7
  - 10M<n<100M
 
 
 
8
  ---
9
 
10
  # ElephantBench Source Corpus
11
 
12
  This dataset contains the low-quality partition ($D_{\mathrm{low}}$) used to construct [ElephantBench](https://github.com/tencent/ElephantBench). The released benchmark is available separately at [panzs19/ElephantBench](https://huggingface.co/datasets/tencent/ElephantBench).
13
 
 
 
14
  $D_{\mathrm{low}}$ is derived from [cx-cmu/repro-organic-data-72B](https://huggingface.co/datasets/cx-cmu/repro-organic-data-72B) using the RePro fastText quality score. It contains 47,850,862 English web documents in 600 JSONL.zstd shards (approximately 65 GiB compressed). Each record retains the source text, URL, quality score, and original metadata required by the benchmark-construction pipeline.
15
 
16
- The files in this repository are construction inputs, not ElephantBench evaluation questions. See the [ElephantBench repository](https://github.com/tencent/ElephantBench#benchmark-construction) for the complete construction workflow.
 
1
  ---
 
2
  language:
3
  - en
4
+ license: apache-2.0
5
  size_categories:
6
  - 10M<n<100M
7
+ pretty_name: ElephantBench Source Corpus
8
+ task_categories:
9
+ - other
10
  ---
11
 
12
  # ElephantBench Source Corpus
13
 
14
  This dataset contains the low-quality partition ($D_{\mathrm{low}}$) used to construct [ElephantBench](https://github.com/tencent/ElephantBench). The released benchmark is available separately at [panzs19/ElephantBench](https://huggingface.co/datasets/tencent/ElephantBench).
15
 
16
+ Paper: [arXiv](https://arxiv.org/abs/2608.28478) | Project: [ElephantBench Leaderboard](https://tencent.github.io/ElephantBench/)
17
+
18
  $D_{\mathrm{low}}$ is derived from [cx-cmu/repro-organic-data-72B](https://huggingface.co/datasets/cx-cmu/repro-organic-data-72B) using the RePro fastText quality score. It contains 47,850,862 English web documents in 600 JSONL.zstd shards (approximately 65 GiB compressed). Each record retains the source text, URL, quality score, and original metadata required by the benchmark-construction pipeline.
19
 
20
+ The files in this repository are construction inputs, not ElephantBench evaluation questions. See the [ElephantBench repository](https://github.com/tencent/ElephantBench#benchmark-construction) for the complete construction workflow.