agentlans commited on
Commit
c7f56f8
1 Parent(s): 2bb24aa

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. CLC.jsonl.gz +3 -0
  2. README.md +61 -17
  3. RVK.jsonl.gz +3 -0
CLC.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b18577477ac6c56929cda76668e2a435bac3949dbc2535ec9537beec42563c
3
+ size 131991
README.md CHANGED
@@ -16,12 +16,16 @@ configs:
16
  - split: train
17
  path:
18
  - UDC.jsonl.gz
19
- language:
20
- - en
21
- multilinguality:
22
- - monolingual
23
- size_categories:
24
- - 1K<n<10K
 
 
 
 
25
  task_categories:
26
  - text-classification
27
  task_ids:
@@ -37,21 +41,54 @@ tags:
37
 
38
  ## Dataset Summary
39
 
40
- 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).
 
 
 
 
 
 
 
 
41
 
42
- 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ## Supported Tasks and Leaderboards
45
 
46
- This dataset can support tasks related to:
 
 
 
 
 
 
47
 
48
- - Hierarchical text classification
49
- - Library science and information organization
50
- - Ontology and knowledge graph construction
51
 
52
  ## Languages
53
 
54
- The descriptions are in English.
 
 
 
 
 
 
55
 
56
  ## Data Structure
57
 
@@ -98,8 +135,10 @@ The full dataset contains:
98
  - 1,110 DDC entries
99
  - 6,517 LCC entries
100
  - 2,431 UDC entries
 
 
101
 
102
- Total: 10,058 entries
103
 
104
  ## Dataset Creation
105
 
@@ -115,18 +154,23 @@ The dataset is derived from the publicly available outlines of the Dewey Decimal
115
 
116
  Classification outlines were collected on 2024-09-18 from the following authoritative sources:
117
 
118
- - Library of Congress Classification (LCC): ["Library of Congress Classification Outline"](https://www.loc.gov/catdir/cpso/lcco/)
119
- - Universal Decimal Classification (UDC): ["Universal Decimal Classification Summary"](https://vocabs.rossio.fcsh.unl.pt/pub/udcS/en/) (ROSSIO Vocabulary Server)
120
- - Dewey Decimal Classification (DDC): ["Dewey Services - Resources"](https://www.oclc.org/en/dewey/resources.html) (OCLC)
 
 
121
 
122
  Versions used:
123
  - UDC Master Reference File (UDC MRF) 2011
124
  - DDC 23 Summaries
 
125
 
126
  Data processing steps:
127
  1. DDC: The summary PDF was downloaded and manually formatted for consistency.
128
  2. LCC: Microsoft Word files were converted to plain text, with headings and call numbers extracted programmatically.
129
  3. UDC: The `udc-summary.rdf` file was parsed using RDFlib, retaining only English labels.
 
 
130
 
131
  ## Considerations for Using the Data
132
 
 
16
  - split: train
17
  path:
18
  - UDC.jsonl.gz
19
+ - config_name: CLC
20
+ data_files:
21
+ - split: train
22
+ path:
23
+ - CLC.jsonl.gz
24
+ - config_name: RVK
25
+ data_files:
26
+ - split: train
27
+ path:
28
+ - RVK.jsonl.gz
29
  task_categories:
30
  - text-classification
31
  task_ids:
 
41
 
42
  ## Dataset Summary
43
 
44
+ This comprehensive dataset encompasses hierarchical outlines of five major library classification systems:
45
+
46
+ 1. Dewey Decimal Classification (DDC)
47
+ 2. Library of Congress Classification (LCC)
48
+ 3. Universal Decimal Classification (UDC)
49
+ 4. Chinese Library Classification (CLC)
50
+ 5. Regensburger Verbundklassifikation (RVK)
51
+
52
+ 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.
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
+ - Call numbers
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
+ This dataset is particularly valuable for a range of tasks in information science and machine learning, including:
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
 
 
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
 
 
154
 
155
  Classification outlines were collected on 2024-09-18 from the following authoritative sources:
156
 
157
+ - Library of Congress Classification (LCC): Library of Congress Classification Outline
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 (UDC MRF) 2011
165
  - DDC 23 Summaries
166
+ - RVK aktuelle csv-Datei (2023_2)
167
 
168
  Data processing steps:
169
  1. DDC: The summary PDF was downloaded and manually formatted for consistency.
170
  2. LCC: Microsoft Word files were converted to plain text, with headings and call numbers extracted programmatically.
171
  3. UDC: The `udc-summary.rdf` file was parsed using RDFlib, retaining only English labels.
172
+ 4. CLC: The data was collected by crawling through the website. Only the first 3 levels of the hierarchy were included.
173
+ 5. RVK: The CSV file was processed, keeping only the first 3 levels of the hierarchy.
174
 
175
  ## Considerations for Using the Data
176
 
RVK.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0da8b4b40c7b16bc4fcb216cd587399c4dadaef43bbeba65e98f81407ad69fcd
3
+ size 103586