Ben-Zippor commited on
Commit
b9cce03
·
verified ·
1 Parent(s): 3148531

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +200 -3
README.md CHANGED
@@ -1,3 +1,200 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - translation
5
+ - text2text-generation
6
+ - text-generation
7
+ - text-classification
8
+ - token-classification
9
+ - sentence-similarity
10
+ language:
11
+ - en
12
+ - he
13
+ - hi
14
+ - ru
15
+ - fr
16
+ - de
17
+ - es
18
+ - zh
19
+ - it
20
+ - pt
21
+ - ja
22
+ - ko
23
+ tags:
24
+ - transformer-training-data
25
+ - cross-lingual
26
+ - parallel-corpora
27
+ - html-structure
28
+ - semantic-html
29
+ - web-content
30
+ - cultural-dataset
31
+ - philosophical-texts
32
+ - structured-text
33
+ - rtl-support
34
+ - language-modeling
35
+ - machine-translation
36
+ - content-generation
37
+ - web-scraping
38
+ - document-understanding
39
+ - llm-training
40
+ - chat-training
41
+ - instruction-tuning
42
+ - conversational-ai
43
+ - reasoning-dataset
44
+ - multilingual-chat
45
+ - knowledge-base
46
+ - context-learning
47
+ - long-form-content
48
+ - structured-knowledge
49
+ - ethical-ai-training
50
+ - cultural-understanding
51
+ - complex-reasoning
52
+ - html-parsing
53
+ - semantic-analysis
54
+ - dialogue-systems
55
+ - multi-turn-conversation
56
+ - world-knowledge
57
+ - philosophical-reasoning
58
+ - conceptual-understanding
59
+ - cross-cultural-knowledge
60
+ - natural-language-understanding
61
+ - knowledge-graphs
62
+ - structured-dialogue
63
+ - html-comprehension
64
+ - web-layout-understanding
65
+ - content-structure
66
+ - multi-domain-knowledge
67
+ - critical-thinking
68
+ - analytical-content
69
+ - deep-reasoning
70
+ - cultural-context
71
+ - intellectual-discourse
72
+ - large-context-window
73
+ - long-context-training
74
+ - comprehensive-knowledge
75
+ - semantic-relationships
76
+ - cognitive-processing
77
+ - analytical-reasoning
78
+ - cultural-nuances
79
+ - structured-thought
80
+ - complex-html
81
+ - domain-expertise
82
+ - knowledge-synthesis
83
+ - semantic-understanding
84
+ - contextual-learning
85
+ - intellectual-analysis
86
+ - structured-thinking
87
+ - pedagogical-content
88
+ - educational-material
89
+ - thought-processes
90
+ - knowledge-extraction
91
+ - semantic-parsing
92
+ - translation
93
+ - language-modeling
94
+ - text-generation
95
+ - document-question-answering
96
+ - text-classification
97
+ - semantic-similarity
98
+ - cross-lingual-language-modeling
99
+ - web-page-classification
100
+ - document-parsing
101
+ - structure-prediction
102
+ - conversational
103
+ - instruction-following
104
+ - knowledge-base-creation
105
+ - philosophical-reasoning
106
+ - cultural-analysis
107
+ - long-form-generation
108
+ - structured-output
109
+ - html-understanding
110
+ - web-content-analysis
111
+ - context-window-training
112
+ - multi-turn-dialogue
113
+ - cross-cultural-understanding
114
+ - complex-reasoning
115
+ - ethical-reasoning
116
+ - conceptual-analysis
117
+ - document-comprehension
118
+ - content-structuring
119
+ - cognitive-task-solving
120
+ - analytical-writing
121
+ - critical-analysis
122
+ - structured-knowledge-generation
123
+ - pedagogical-content-generation
124
+ - intellectual-discourse-generation
125
+ - cultural-context-understanding
126
+ - domain-expertise-learning
127
+ - semantic-relationship-understanding
128
+ - long-context-processing
129
+ - philosophy
130
+ - AI
131
+ - LLM
132
+ pretty_name: Degeneration HTML Multilingual Dataset
133
+ size_categories:
134
+ - 1M<n<10M
135
+ ---
136
+ # The Degeneration of the Nation Multilingual Dataset
137
+
138
+ This dataset contains the complete content of The Degeneration of the Nation project, a comprehensive philosophical and cultural website exploring the intersection of technology, artificial intelligence, and human culture. The content includes philosophical essays, cultural analysis, and contemporary literature, with complex parallel structure and sophisticated HTML architecture across all language versions.
139
+
140
+ ## Dataset Summary
141
+ - Content Structure: ~400 articles × 12 languages
142
+ - Content Volume: 8M+ words
143
+ - HTML Structure: Complex, identical across all language versions
144
+ - Content Types: Essays, cultural analysis, interactive books, poetry
145
+
146
+ ## Languages
147
+ Hebrew (original), English, French, German, Spanish, Portuguese, Italian, Japanese, Russian, Korean, Mandarin, Hindi
148
+
149
+ ## Data Structure
150
+ ```json
151
+ {
152
+ "id": "string", // e.g., "he/actualia6.html" or "en/alternative-commentary6.html"
153
+ "language": "string", // Language code
154
+ "title": "string", // Article title from HTML
155
+ "content": "string", // Full text content
156
+ "html": "string", // Complete HTML
157
+ "url": "string", // URL on original site
158
+ "original_url": "string" // URL of Hebrew original
159
+ }
160
+ ```
161
+
162
+ ## License and Attribution
163
+ - License: Creative Commons Attribution 4.0 International (CC BY 4.0)
164
+ - License details and attribution requirements:
165
+ - Hebrew: https://hitdarderut-haaretz.org/license
166
+ - English: https://degeneration-of-nation.org/license
167
+
168
+ ## Citation
169
+ ```bibtex
170
+ @dataset{degeneration-nation-2024,
171
+ title = {The Degeneration of the Nation Multilingual Dataset},
172
+ author = {Ben Zippor},
173
+ year = {2024},
174
+ version = {1.0},
175
+ url = {https://degeneration-of-nation.org},
176
+ original_url = {https://hitdarderut-haaretz.org},
177
+ language = {Multilingual},
178
+ license = {CC BY 4.0}
179
+ }
180
+ ```
181
+
182
+ ## Technical Details
183
+ ### URL Structure
184
+ - Hebrew: hitdarderut-haaretz.org/[hebrew-filename]
185
+ - Other languages: degeneration-of-nation.org/[lang]/[english-filename]
186
+
187
+ ### Hebrew to English Path Mappings
188
+ ```json
189
+ {
190
+ "actualia": "alternative-commentary",
191
+ "tarbut-vesifrut": "culture&literature",
192
+ "filosofia": "philosophy-of-learning",
193
+ "igul-shachor": "night-life",
194
+ "bikoret-haaretz": "press-review",
195
+ "tzurat-atid": "future-tense",
196
+ "handasat-enosh": "human-engineering",
197
+ "acharit-halelot": "end-of-nights",
198
+ "hapostim-shel-hashavua": "posts-of-the-week"
199
+ }
200
+ ```