Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Sub-tasks:
multi-class-classification
Size:
10K - 100K
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ tags:
|
|
39 |
|
40 |
# Library Classification Systems
|
41 |
|
42 |
-
This comprehensive dataset
|
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 |
-
|
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,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 |
-
|
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 |
|