agentlans commited on
Commit
6d0a81a
1 Parent(s): 39a79a8

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. BBK.jsonl.gz +3 -0
  2. README.md +16 -8
BBK.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e2d4edce651f4be95b893a035d86dd2dd7fbd47be1f23e4b187232c6a65479
3
+ size 60209
README.md CHANGED
@@ -26,6 +26,11 @@ configs:
26
  - split: train
27
  path:
28
  - RVK.jsonl.gz
 
 
 
 
 
29
  task_categories:
30
  - text-classification
31
  task_ids:
@@ -39,19 +44,20 @@ tags:
39
 
40
  # Library Classification Systems
41
 
42
- This comprehensive dataset contains hierarchical outlines of five major library classification systems, offering a valuable resource for researchers, librarians, and information scientists.
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
- Note that the full classification systems are much more detailed than presented here. For DDC, LCC, and UDC, they have to be purchased from their organizations.
55
 
56
  ## Data Structure
57
 
@@ -88,6 +94,7 @@ On 2024-09-18, publicly available classification outlines were collected from:
88
  - **DDC**: Dewey Services - Resources (OCLC)
89
  - **CLC**: CLC Index
90
  - **RVK**: RVK Online
 
91
 
92
  Versions used:
93
  - UDC Master Reference File (2011)
@@ -100,6 +107,7 @@ Data processing steps:
100
  3. **UDC**: Parsed `udc-summary.rdf` using RDFlib, retaining only English labels.
101
  4. **CLC**: Crawled website, including only the first 3 hierarchy levels.
102
  5. **RVK**: Processed CSV file, keeping only the first 3 hierarchy levels.
 
103
  </details>
104
 
105
  ## Supported Tasks and Leaderboards
 
26
  - split: train
27
  path:
28
  - RVK.jsonl.gz
29
+ - config_name: BBK
30
+ data_files:
31
+ - split: train
32
+ path:
33
+ - BBK.jsonl.gz
34
  task_categories:
35
  - text-classification
36
  task_ids:
 
44
 
45
  # Library Classification Systems
46
 
47
+ This comprehensive dataset contains hierarchical outlines of major library classification systems, offering a valuable resource for researchers, librarians, and information scientists.
48
 
49
  | Classification System | Abbreviation | Primary Usage | Language | Entries |
50
  |-----------------------|--------------|----------------|----------|---------|
51
+ | Dewey Decimal Classification | DDC | International | English | 1110 |
52
+ | Library of Congress Classification | LCC | International | English | 6517 |
53
+ | Universal Decimal Classification | UDC | International | English | 2431 |
54
+ | Chinese Library Classification | CLC | China | Simplified Chinese | 8826 |
55
+ | Regensburger Verbundklassifikation | RVK | German universities | German | 5032 |
56
+ | Библиотечно-библиографическая классификация | BBK | Russia | Russian | 2588 |
57
 
58
+ **Total Entries:** 26504
59
 
60
+ 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.
61
 
62
  ## Data Structure
63
 
 
94
  - **DDC**: Dewey Services - Resources (OCLC)
95
  - **CLC**: CLC Index
96
  - **RVK**: RVK Online
97
+ - **BBK**: КлассИнформ (crawled 2024-09-19)
98
 
99
  Versions used:
100
  - UDC Master Reference File (2011)
 
107
  3. **UDC**: Parsed `udc-summary.rdf` using RDFlib, retaining only English labels.
108
  4. **CLC**: Crawled website, including only the first 3 hierarchy levels.
109
  5. **RVK**: Processed CSV file, keeping only the first 3 hierarchy levels.
110
+ 6. **BBK**: Crawled website, no limit on hierarchy levels.
111
  </details>
112
 
113
  ## Supported Tasks and Leaderboards