Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
multi-class-classification
Size:
10K - 100K
File size: 5,942 Bytes
2bb24aa c7f56f8 6d0a81a 2bb24aa 6d0a81a c7f56f8 aaa2f1f 6d0a81a c7f56f8 6d0a81a 2bb24aa 6d0a81a 2bb24aa da3f71a 2bb24aa aaa2f1f 2bb24aa aaa2f1f 2bb24aa 39a79a8 da3f71a 39a79a8 2bb24aa aaa2f1f 2bb24aa aaa2f1f 6d0a81a 2bb24aa aaa2f1f 2bb24aa c7f56f8 2bb24aa aaa2f1f 6d0a81a da3f71a aaa2f1f 2bb24aa aaa2f1f 2bb24aa aaa2f1f 2bb24aa aaa2f1f 2bb24aa aaa2f1f 2bb24aa aaa2f1f 2bb24aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
---
configs:
- config_name: DDC
default: true
data_files:
- split: train
path:
- DDC.jsonl.gz
- config_name: LCC
data_files:
- split: train
path:
- LCC.jsonl.gz
- config_name: UDC
data_files:
- split: train
path:
- UDC.jsonl.gz
- config_name: CLC
data_files:
- split: train
path:
- CLC.jsonl.gz
- config_name: RVK
data_files:
- split: train
path:
- RVK.jsonl.gz
- config_name: BBK
data_files:
- split: train
path:
- BBK.jsonl.gz
task_categories:
- text-classification
task_ids:
- multi-class-classification
pretty_name: Library Classification Systems
tags:
- library-science
- information-organization
- ontology
---
# Library Classification Systems
This comprehensive dataset contains hierarchical outlines of major library classification systems, offering a valuable resource for researchers, librarians, and information scientists.
| Classification System | Abbreviation | Primary Usage | Language | Entries |
|-----------------------|--------------|----------------|----------|---------|
| Dewey Decimal Classification | DDC | International | English | 1110 |
| Library of Congress Classification | LCC | International | English | 6517 |
| Universal Decimal Classification | UDC | International | English | 2431 |
| Chinese Library Classification | CLC | China | Simplified Chinese | 8826 |
| Regensburger Verbundklassifikation | RVK | German universities | German | 5032 |
| Библиотечно-библиографическая классификация | BBK | Russia | Russian | 2588 |
**Total Entries:** 26504
Note that the full classification systems can be much more detailed than presented here. For DDC, LCC, and UDC, they have to be purchased from their organizations.
## Data Structure
Each instance in the dataset represents a library classification entry.
The data is structured in **JSONL (JSON Lines)** format, with each entry containing the following fields:
| Field | Type | Description | Example |
|--------------|-------------------|--------------------------------------------------------------|----------------------------------------------|
| `call_number`| string | The alphanumeric call number that uniquely identifies the classification | `"AC1-999"` |
| `description`| string | A textual description of the classification topic or subject area | `"Collections. Series. Collected works"` |
| `broader` | string or null | The call number of the parent/broader classification; null for root-level classifications | `null` (for a top-level classification) |
| `narrower` | list of strings | An array of call numbers representing child/narrower classifications | `["AC1-195", "AC200", "AC801-895", "AC901-995", "AC999"]` |
### Example Instance
```json
{
"call_number": "AC1-999",
"description": "Collections. Series. Collected works",
"broader": null,
"narrower": ["AC1-195", "AC200", "AC801-895", "AC901-995", "AC999"]
}
```
## Dataset Creation
<details>
<summary>Click for details</summary>
On 2024-09-18, publicly available classification outlines were collected from:
- **LCC**: Library of Congress Classification Outline
- **UDC**: Universal Decimal Classification Summary (ROSSIO Vocabulary Server)
- **DDC**: Dewey Services - Resources (OCLC)
- **CLC**: CLC Index
- **RVK**: RVK Online
- **BBK**: КлассИнформ (crawled 2024-09-19)
Versions used:
- UDC Master Reference File (2011)
- DDC 23 Summaries
- RVK aktuelle csv-Datei (2023_2)
Data processing steps:
1. **DDC**: Downloaded summary PDF and formatted for consistency.
2. **LCC**: Converted Word files to plain text, extracting headings and call numbers programmatically.
3. **UDC**: Parsed `udc-summary.rdf` using RDFlib, retaining only English labels.
4. **CLC**: Crawled website, including only the first 3 hierarchy levels.
5. **RVK**: Processed CSV file, keeping only the first 3 hierarchy levels.
6. **BBK**: Crawled website, no limit on hierarchy levels.
</details>
## Supported Tasks and Leaderboards
This dataset is valuable for various tasks in information science and machine learning, including:
1. **Hierarchical Text Classification**
2. **Library Science and Information Organization**
3. **Ontology and Knowledge Graph Construction**
4. **Comparative Studies of Classification Systems**
5. **Machine Learning for Library Cataloging**
While no leaderboards are currently associated with this dataset, it provides opportunities for developing benchmarks in automated classification accuracy and ontology mapping.
## Considerations for Using the Data
### Social Impact
This dataset broadens access to library classification knowledge, potentially:
- Facilitating research in information science and digital humanities.
- Supporting improved information retrieval systems.
- Enhancing educational resources for library and information science students.
### Discussion of Biases
Be aware that library classification systems may reflect historical, cultural, and geographical biases, such as:
- **Overrepresentation of Western Perspectives**
- **Outdated Terminology or Categorizations**
- **Uneven Depth of Coverage** across subject areas.
### Known Limitations
1. **Scope**: Includes only freely available outlines, not complete texts.
2. **Granularity**: Detail levels vary across systems and subjects.
3. **Currency**: Updates to classification systems may not be immediately reflected.
4. **Structural Differences**: UDC's structure differs from DDC and LCC, affecting comparisons.
## Additional Information
### Dataset Curator
Alan Tseng
### Licensing Information
Creative Commons Attribution 4.0 International (CC BY 4.0)
|