agentlans commited on
Commit
da3f71a
·
verified ·
1 Parent(s): aaa2f1f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -39,7 +39,7 @@ tags:
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
  |-----------------------|--------------|----------------|----------|---------|
@@ -51,11 +51,11 @@ This comprehensive dataset encompasses hierarchical outlines of five major libra
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
 
@@ -76,8 +76,8 @@ The data is structured in **JSONL (JSON Lines)** format, with each entry contain
76
  "narrower": ["AC1-195", "AC200", "AC801-895", "AC901-995", "AC999"]
77
  }
78
  ```
79
-
80
- ## Dataset Creation
81
 
82
  On 2024-09-18, publicly available classification outlines were collected from:
83
 
@@ -98,6 +98,7 @@ Data processing steps:
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
 
 
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
  |-----------------------|--------------|----------------|----------|---------|
 
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
 
58
+ Each instance in the dataset represents a library classification entry.
59
 
60
  The data is structured in **JSONL (JSON Lines)** format, with each entry containing the following fields:
61
 
 
76
  "narrower": ["AC1-195", "AC200", "AC801-895", "AC901-995", "AC999"]
77
  }
78
  ```
79
+ <details>
80
+ <summary>## Dataset Creation</summary>
81
 
82
  On 2024-09-18, publicly available classification outlines were collected from:
83
 
 
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
+ </details>
102
 
103
  ## Supported Tasks and Leaderboards
104