R3troR0b commited on
Commit
64c12b2
1 Parent(s): 02ee2ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +115 -1
README.md CHANGED
@@ -8,4 +8,118 @@ tags:
8
  - compression
9
  - indices
10
  pretty_name: Uniquely identifies words with indexes
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - compression
9
  - indices
10
  pretty_name: Uniquely identifies words with indexes
11
+ ---
12
+ # Dataset Card for Dataset Name
13
+
14
+ This dataset consists of book titles with corresponding unique identifiers (UIDs) that can be used as labels. It was created to support projects requiring a standardized way of referencing books by both their titles and unique labels. The dataset is intended for use in classification tasks, document processing, and training AI models where accurate identification of books is necessary.
15
+
16
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
17
+
18
+ ## Dataset Details
19
+
20
+ ### Dataset Description
21
+
22
+ The book-title_BUID dataset is part of a system of datasets designed to train AI models in a multi-step process. It serves as the foundational dataset, teaching models to reference books using titles and UIDs. Following this, the sequential_marker_dataset trains the model on how to stitch and unstitch sections of text, while the stitch_context_dataset teaches the model how to draw contextual links between stitched sections. The combination of these datasets enables the model to learn how to handle complex document relationships and contexts.
23
+
24
+ - **Curated by:** [Robert McNarland, McNarland Software Consultation Inc.]
25
+ - **Funded by [optional]:** [Robert McNarland]
26
+ - **Shared by [optional]:** [Robert McNarland]
27
+ - **Language(s) (NLP):** [ English (titles from Project Gutenberg)]
28
+ - **License:** [MIT]
29
+
30
+ ### Dataset Sources [optional]
31
+
32
+ - **Repository:** [R3troR0b/book-title_BUID]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ ### Direct Use
39
+
40
+ This dataset can be directly applied in:
41
+
42
+ Document Classification: Assigning UIDs to books for document categorization.
43
+ AI Model Training: Supporting models that need to identify books by both their title and a unique label.
44
+ Part of a Larger Dataset System: This dataset is essential for training models in systems that handle text stitching and unstitching, using the sequential_marker_dataset and stitch_context_dataset.
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ The dataset is not designed for uses unrelated to book identification or classification tasks and may not work effectively for non-English titles or broader multilingual tasks.
49
+
50
+ ## Dataset Structure
51
+
52
+ The dataset consists of:
53
+
54
+ Fields:
55
+ - text: The book title.
56
+ - label: The unique identifier (UID) for each book.
57
+
58
+ ## Dataset Creation
59
+
60
+ ### Curation Rationale
61
+
62
+ The dataset was created to support models in learning how to identify books using both titles and unique labels. It is a key component in a system that trains models to understand how to stitch and unstitch sections of text and derive contextual relationships between sections.
63
+
64
+ ### Source Data
65
+
66
+ #### Data Collection and Processing
67
+
68
+ The book titles are sourced from Project Gutenberg and are exclusively in English. The dataset was generated programmatically using a custom-built application to extract and organize titles with their respective UIDs.
69
+
70
+ #### Who are the source data producers?
71
+
72
+ The dataset's titles are from Project Gutenberg, which provides a large collection of public domain books. The book titles were extracted by Robert McNarland's custom application.
73
+
74
+ ### Annotations [optional]
75
+
76
+ #### Annotation process
77
+
78
+ There are no annotations in the dataset. The dataset contains book titles and their unique identifiers as-is, with no additional metadata or tags.
79
+
80
+ #### Who are the annotators?
81
+
82
+ <!-- This section describes the people or systems who created the annotations. -->
83
+
84
+ [More Information Needed]
85
+
86
+ #### Personal and Sensitive Information
87
+
88
+ This dataset does not contain any personal, sensitive, or private information.
89
+
90
+ ## Bias, Risks, and Limitations
91
+
92
+ ### Recommendations
93
+
94
+ - Limitations: The dataset is limited to English-language book titles and may not generalize to non-English contexts. It is intended for tasks involving document classification and text stitching/unstitching rather than general NLP tasks.
95
+ - Biases: Titles are derived from Project Gutenberg's collection, which may reflect certain historical or cultural biases inherent in the source material.
96
+
97
+ ## Citation [optional]
98
+
99
+ [More Information Needed]
100
+
101
+ **BibTeX:**
102
+
103
+ [More Information Needed]
104
+
105
+ **APA:**
106
+
107
+ [More Information Needed]
108
+
109
+ ## Glossary [optional]
110
+
111
+ - Book UID (BUID): A unique identifier assigned to each book title in the dataset.
112
+ - Sequential Marker Dataset: The next dataset in the system, used to teach models how to stitch and unstitch sections of text.
113
+ - Stitch Context Dataset: A forthcoming dataset to teach models how to infer context between stitched sections of text.
114
+
115
+ ## More Information [optional]
116
+
117
+ [More Information Needed]
118
+
119
+ ## Dataset Card Authors [optional]
120
+
121
+ Robert McNarland, McNarland Software Consultation Inc.
122
+
123
+ ## Dataset Card Contact
124
+
125
+ robert.mcnarland@gmail.com