nhagar commited on
Commit
d0df683
·
verified ·
1 Parent(s): f84f741

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -16,4 +16,62 @@ configs:
16
  data_files:
17
  - split: train
18
  path: batch*/train-*
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: batch*/train-*
19
+ license: odc-by
20
+ task_categories:
21
+ - text-generation
22
+ language:
23
+ - en
24
+ size_categories:
25
+ - 10B<n<100B
26
  ---
27
+
28
+ # Dataset Card for c4_urls_en.noclean
29
+
30
+ This dataset provides the URLs and top-level domains associated with training records in [allenai/c4](https://huggingface.co/datasets/allenai/c4) (English no clean variant). It is part of a [collection of datasets](https://huggingface.co/collections/nhagar/llm-urls-neurips-681698adac0862be6c65c72b) curated to make exploring LLM training datasets more straightforward and accessible.
31
+
32
+ ## Dataset Details
33
+
34
+ ### Dataset Description
35
+
36
+ This dataset was created by downloading the source data, extracting URLs and top-level domains, and retaining only those record identifiers. In doing so, it allows researchers and practitioners to explore the contents of these training datasets without having to manage terabytes of raw text. You can explore the pipeline used to construct this dataset on [GitHub](https://github.com/NHagar/cc-genealogy).
37
+
38
+ - **Curated by:** [Nick Hagar](https://huggingface.co/nhagar) and [Jack Bandy](https://huggingface.co/jackbandy)
39
+ - **License:** Same as source dataset
40
+
41
+ ### Dataset Sources
42
+
43
+ - **Repository:** [allenai/c4](https://huggingface.co/datasets/allenai/c4)
44
+
45
+ ## Uses
46
+
47
+ This dataset is intended to allow researchers and practitioners to analyze the contents of large LLM training datasets without having to wade through terabytes of unwieldy text data.
48
+
49
+ ### Direct Use
50
+
51
+ The main use case for these data is to explore the contents of LLM training datasets at scale. This might involve:
52
+ - Identifying the most-used websites
53
+ - Categorizing URLs to understand domain- or topic-level dataset composition
54
+ - Comparing URLs across datasets
55
+ - Digging into inclusion/exclusion patterns for a particular website
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ This dataset is not intend to replicate or replace the source data, nor is it intended to enable large-scale scraping of the URLs listed. For source text, refer to the original dataset.
60
+
61
+ ## Dataset Structure
62
+
63
+ This dataset contains every record with a URL from the source dataset. It contains two columns:
64
+ - `url`: The raw URL associated with each record
65
+ - `domain`: The top-level domain for each URL, extracted with `tldextract`
66
+
67
+ ## Citation [optional]
68
+
69
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
70
+
71
+ **BibTeX:**
72
+
73
+ [More Information Needed]
74
+
75
+ **APA:**
76
+
77
+ [More Information Needed]