Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
multi-class-classification
Size:
10K - 100K
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -39,81 +39,32 @@ tags:
|
|
39 |
|
40 |
# Library Classification Systems
|
41 |
|
42 |
-
## Dataset Summary
|
43 |
-
|
44 |
This comprehensive dataset encompasses hierarchical outlines of five major library classification systems:
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
### Data Format and Content
|
55 |
-
|
56 |
-
The data is structured in JSONL (JSON Lines) format, with each entry containing fields for:
|
57 |
|
58 |
-
|
59 |
-
- Descriptions
|
60 |
-
- Broader categories
|
61 |
-
- Narrower subcategories
|
62 |
-
|
63 |
-
This format ensures easy parsing and integration into various data processing workflows.
|
64 |
-
|
65 |
-
### Classification Systems Overview
|
66 |
-
|
67 |
-
- **DDC, LCC, and UDC**: These are internationally recognized systems used in libraries across the globe.
|
68 |
-
- **CLC**: Primarily used in China by public schools, libraries, and publishers.
|
69 |
-
- **RVK**: Employed by several German universities for organizing their collections.
|
70 |
-
|
71 |
-
## Supported Tasks and Leaderboards
|
72 |
|
73 |
-
|
74 |
-
|
75 |
-
1. Hierarchical Text Classification
|
76 |
-
2. Library Science and Information Organization
|
77 |
-
3. Ontology and Knowledge Graph Construction
|
78 |
-
4. Comparative Studies of Classification Systems
|
79 |
-
5. Machine Learning for Library Cataloging
|
80 |
-
|
81 |
-
While there are no specific leaderboards associated with this dataset, it presents opportunities for developing benchmarks in areas such as automated classification accuracy or ontology mapping.
|
82 |
-
|
83 |
-
## Languages
|
84 |
-
|
85 |
-
The dataset incorporates multiple languages, reflecting the global nature of library classification systems:
|
86 |
-
|
87 |
-
- English: DDC, LCC, and UDC
|
88 |
-
- Simplified Chinese: CLC
|
89 |
-
- German: RVK
|
90 |
-
|
91 |
-
This multilingual aspect enhances the dataset's utility for cross-lingual information retrieval and classification tasks.
|
92 |
|
93 |
## Data Structure
|
94 |
|
95 |
-
### Data Instances
|
96 |
-
|
97 |
Each instance in the dataset represents a library classification entry. The structure is designed to capture the hierarchical nature of the classification scheme.
|
98 |
|
99 |
-
|
100 |
-
|
101 |
-
- `call_number`: string
|
102 |
-
- The alphanumeric call number that uniquely identifies the classification
|
103 |
-
- Example: `"AC1-999"`
|
104 |
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
- Null for root-level classifications
|
112 |
-
- Example: `null` (for a top-level classification)
|
113 |
-
|
114 |
-
- `narrower`: list of strings
|
115 |
-
- An array of call numbers representing child/narrower classifications
|
116 |
-
- Example: `["AC1-195", "AC200", "AC801-895", "AC901-995", "AC999"]`
|
117 |
|
118 |
### Example Instance
|
119 |
|
@@ -126,78 +77,68 @@ Each instance in the dataset represents a library classification entry. The stru
|
|
126 |
}
|
127 |
```
|
128 |
|
129 |
-
This structure allows for efficient navigation and querying of the classification hierarchy, enabling users to traverse from broader to narrower topics and vice versa.
|
130 |
-
|
131 |
-
### Data Splits
|
132 |
-
|
133 |
-
The full dataset contains:
|
134 |
-
|
135 |
-
- 1,110 DDC entries
|
136 |
-
- 6,517 LCC entries
|
137 |
-
- 2,431 UDC entries
|
138 |
-
- 8,826 CLC entries
|
139 |
-
- 5,032 RVK entries
|
140 |
-
|
141 |
-
Total: 23,916 entries
|
142 |
-
|
143 |
## Dataset Creation
|
144 |
|
145 |
-
|
146 |
-
|
147 |
-
This dataset was curated to provide open access to the hierarchical structure of major library classification systems. It aims to support research, education, and innovation in information organization and retrieval.
|
148 |
-
|
149 |
-
### Source Data
|
150 |
-
|
151 |
-
The dataset is derived from the publicly available outlines of the Dewey Decimal Classification (DDC), Library of Congress Classification (LCC), and Universal Decimal Classification (UDC). Full classification texts are proprietary and require purchase from the respective organizations.
|
152 |
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
-
|
158 |
-
- Universal Decimal Classification (UDC): Universal Decimal Classification Summary (ROSSIO Vocabulary Server)
|
159 |
-
- Dewey Decimal Classification (DDC): Dewey Services - Resources (OCLC)
|
160 |
-
- Chinese Library Classification (CLC): CLC Index
|
161 |
-
- Regensburger Verbundklassifikation (RVK): RVK Online
|
162 |
|
163 |
Versions used:
|
164 |
-
- UDC Master Reference File (
|
165 |
- DDC 23 Summaries
|
166 |
- RVK aktuelle csv-Datei (2023_2)
|
167 |
|
168 |
Data processing steps:
|
169 |
-
1. DDC
|
170 |
-
2. LCC
|
171 |
-
3. UDC
|
172 |
-
4. CLC
|
173 |
-
5. RVK
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
|
175 |
## Considerations for Using the Data
|
176 |
|
177 |
-
### Social Impact
|
178 |
|
179 |
-
This dataset
|
180 |
-
|
181 |
-
-
|
182 |
-
-
|
|
|
183 |
|
184 |
### Discussion of Biases
|
185 |
|
186 |
-
|
187 |
-
|
188 |
-
-
|
189 |
-
-
|
|
|
190 |
|
191 |
### Known Limitations
|
192 |
|
193 |
-
1. Scope
|
194 |
-
2. Granularity
|
195 |
-
3. Currency
|
196 |
-
4. Structural
|
197 |
|
198 |
## Additional Information
|
199 |
|
200 |
-
### Dataset
|
201 |
|
202 |
Alan Tseng
|
203 |
|
|
|
39 |
|
40 |
# Library Classification Systems
|
41 |
|
|
|
|
|
42 |
This comprehensive dataset encompasses hierarchical outlines of five major library classification systems:
|
43 |
|
44 |
+
| Classification System | Abbreviation | Primary Usage | Language | Entries |
|
45 |
+
|-----------------------|--------------|----------------|----------|---------|
|
46 |
+
| Dewey Decimal Classification | DDC | International | English | 1,110 |
|
47 |
+
| Library of Congress Classification | LCC | International | English | 6,517 |
|
48 |
+
| Universal Decimal Classification | UDC | International | English | 2,431 |
|
49 |
+
| Chinese Library Classification | CLC | China | Simplified Chinese | 8,826 |
|
50 |
+
| Regensburger Verbundklassifikation | RVK | German universities | German | 5,032 |
|
|
|
|
|
|
|
|
|
51 |
|
52 |
+
**Total Entries:** 23,916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
+
The dataset provides freely-available outlines of these classification systems, which are widely used in libraries and information management systems worldwide. It captures the hierarchical structure and descriptions for each classification, offering a valuable resource for researchers, librarians, and information scientists. However, it's important to note that the full text of the first three classification systems is not included and must be purchased separately from their organizations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
## Data Structure
|
57 |
|
|
|
|
|
58 |
Each instance in the dataset represents a library classification entry. The structure is designed to capture the hierarchical nature of the classification scheme.
|
59 |
|
60 |
+
The data is structured in **JSONL (JSON Lines)** format, with each entry containing the following fields:
|
|
|
|
|
|
|
|
|
61 |
|
62 |
+
| Field | Type | Description | Example |
|
63 |
+
|--------------|-------------------|--------------------------------------------------------------|----------------------------------------------|
|
64 |
+
| `call_number`| string | The alphanumeric call number that uniquely identifies the classification | `"AC1-999"` |
|
65 |
+
| `description`| string | A textual description of the classification topic or subject area | `"Collections. Series. Collected works"` |
|
66 |
+
| `broader` | string or null | The call number of the parent/broader classification; null for root-level classifications | `null` (for a top-level classification) |
|
67 |
+
| `narrower` | list of strings | An array of call numbers representing child/narrower classifications | `["AC1-195", "AC200", "AC801-895", "AC901-995", "AC999"]` |
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
### Example Instance
|
70 |
|
|
|
77 |
}
|
78 |
```
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
## Dataset Creation
|
81 |
|
82 |
+
On 2024-09-18, publicly available classification outlines were collected from:
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
+
- **LCC**: Library of Congress Classification Outline
|
85 |
+
- **UDC**: Universal Decimal Classification Summary (ROSSIO Vocabulary Server)
|
86 |
+
- **DDC**: Dewey Services - Resources (OCLC)
|
87 |
+
- **CLC**: CLC Index
|
88 |
+
- **RVK**: RVK Online
|
|
|
|
|
|
|
|
|
89 |
|
90 |
Versions used:
|
91 |
+
- UDC Master Reference File (2011)
|
92 |
- DDC 23 Summaries
|
93 |
- RVK aktuelle csv-Datei (2023_2)
|
94 |
|
95 |
Data processing steps:
|
96 |
+
1. **DDC**: Downloaded summary PDF and formatted for consistency.
|
97 |
+
2. **LCC**: Converted Word files to plain text, extracting headings and call numbers programmatically.
|
98 |
+
3. **UDC**: Parsed `udc-summary.rdf` using RDFlib, retaining only English labels.
|
99 |
+
4. **CLC**: Crawled website, including only the first 3 hierarchy levels.
|
100 |
+
5. **RVK**: Processed CSV file, keeping only the first 3 hierarchy levels.
|
101 |
+
|
102 |
+
## Supported Tasks and Leaderboards
|
103 |
+
|
104 |
+
This dataset is valuable for various tasks in information science and machine learning, including:
|
105 |
+
|
106 |
+
1. **Hierarchical Text Classification**
|
107 |
+
2. **Library Science and Information Organization**
|
108 |
+
3. **Ontology and Knowledge Graph Construction**
|
109 |
+
4. **Comparative Studies of Classification Systems**
|
110 |
+
5. **Machine Learning for Library Cataloging**
|
111 |
+
|
112 |
+
While no leaderboards are currently associated with this dataset, it provides opportunities for developing benchmarks in automated classification accuracy and ontology mapping.
|
113 |
|
114 |
## Considerations for Using the Data
|
115 |
|
116 |
+
### Social Impact
|
117 |
|
118 |
+
This dataset broadens access to library classification knowledge, potentially:
|
119 |
+
|
120 |
+
- Facilitating research in information science and digital humanities.
|
121 |
+
- Supporting improved information retrieval systems.
|
122 |
+
- Enhancing educational resources for library and information science students.
|
123 |
|
124 |
### Discussion of Biases
|
125 |
|
126 |
+
Be aware that library classification systems may reflect historical, cultural, and geographical biases, such as:
|
127 |
+
|
128 |
+
- **Overrepresentation of Western Perspectives**
|
129 |
+
- **Outdated Terminology or Categorizations**
|
130 |
+
- **Uneven Depth of Coverage** across subject areas.
|
131 |
|
132 |
### Known Limitations
|
133 |
|
134 |
+
1. **Scope**: Includes only freely available outlines, not complete texts.
|
135 |
+
2. **Granularity**: Detail levels vary across systems and subjects.
|
136 |
+
3. **Currency**: Updates to classification systems may not be immediately reflected.
|
137 |
+
4. **Structural Differences**: UDC's structure differs from DDC and LCC, affecting comparisons.
|
138 |
|
139 |
## Additional Information
|
140 |
|
141 |
+
### Dataset Curator
|
142 |
|
143 |
Alan Tseng
|
144 |
|