File size: 5,752 Bytes
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
160
161
162
163
---
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
language:
- en
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
task_categories:
- text-classification
task_ids:
- multi-class-classification
pretty_name: Library Classification Systems
tags:
- library-science
- information-organization
- ontology
---

# Library Classification Systems

## Dataset Summary

This dataset contains hierarchical outlines of three major library classification systems: Dewey Decimal Classification (DDC), Library of Congress Classification (LCC), and Universal Decimal Classification (UDC).

The dataset provides the freely-available outlines of DDC, LCC, and UDC classification systems commonly used in libraries. It contains the hierarchical structure and descriptions for each classification, but not the full text which must be purchased separately. The data is formatted as JSONL files with fields for call numbers, descriptions, broader categories, and narrower subcategories.

## Supported Tasks and Leaderboards

This dataset can support tasks related to:

- Hierarchical text classification
- Library science and information organization 
- Ontology and knowledge graph construction

## Languages

The descriptions are in English.

## Data Structure

### Data Instances

Each instance in the dataset represents a library classification entry. The structure is designed to capture the hierarchical nature of the classification scheme.

### Data Fields

- `call_number`: string
  - The alphanumeric call number that uniquely identifies the classification
  - Example: `"AC1-999"`

- `description`: string
  - A textual description of the classification topic or subject area
  - Example: `"Collections. Series. Collected works"`

- `broader`: string or null
  - The call number of the parent/broader classification
  - Null for root-level classifications
  - Example: `null` (for a top-level classification)

- `narrower`: list of strings
  - An array of call numbers representing child/narrower classifications
  - Example: `["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"]
}
```

This structure allows for efficient navigation and querying of the classification hierarchy, enabling users to traverse from broader to narrower topics and vice versa.

### Data Splits

The full dataset contains:

- 1,110 DDC entries
- 6,517 LCC entries
- 2,431 UDC entries

Total: 10,058 entries

## Dataset Creation

### Curation Rationale

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.

### Source Data

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.

#### Initial Data Collection and Normalization

Classification outlines were collected on 2024-09-18 from the following authoritative sources:

- Library of Congress Classification (LCC): ["Library of Congress Classification Outline"](https://www.loc.gov/catdir/cpso/lcco/)
- Universal Decimal Classification (UDC): ["Universal Decimal Classification Summary"](https://vocabs.rossio.fcsh.unl.pt/pub/udcS/en/) (ROSSIO Vocabulary Server)
- Dewey Decimal Classification (DDC): ["Dewey Services - Resources"](https://www.oclc.org/en/dewey/resources.html) (OCLC)

Versions used:
- UDC Master Reference File (UDC MRF) 2011
- DDC 23 Summaries

Data processing steps:
1. DDC: The summary PDF was downloaded and manually formatted for consistency.
2. LCC: Microsoft Word files were converted to plain text, with headings and call numbers extracted programmatically.
3. UDC: The `udc-summary.rdf` file was parsed using RDFlib, retaining only English labels.

## Considerations for Using the Data

### Social Impact of Dataset

This dataset expands access to library classification knowledge, potentially:
- Facilitating research in information science and digital humanities
- Supporting the development of improved information retrieval systems
- Enhancing educational resources for library and information science students

### Discussion of Biases

Users should be aware that library classification systems may reflect historical, cultural, and geographical biases in knowledge organization. These biases could manifest as:
- Overrepresentation of Western perspectives
- Outdated terminology or categorizations for certain topics
- Uneven depth of coverage across different subject areas

### Known Limitations

1. Scope: The dataset includes only freely available outlines, not the complete classification texts.
2. Granularity: The level of detail varies between classification systems and within subject areas.
3. Currency: Updates to the original classification systems may not be immediately reflected in this dataset.
4. Structural differences: The UDC system's structure, with its main and auxiliary tables, differs slightly from DDC and LCC, which may affect comparisons.

## Additional Information

### Dataset Curators

Alan Tseng

### Licensing Information

Creative Commons Attribution 4.0 International (CC BY 4.0)