Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
+
**Overview**
|
9 |
+
|
10 |
+
The Stanford Encyclopedia of Philosophy (SEP) is a dynamic reference work, including over 1,770 entries written by top scholars in the field of philosophy.
|
11 |
+
This dataset contains the full text of all articles contained within the SEP. All data is available as a CSV file and a folder of .txt files. The CSV files possess information related to the original page (URL), the subject of the page (Category), and the text of the page (Text). This dataset can be used for NLP applications like text mining, text classification, and text generation, among others.
|
12 |
+
|
13 |
+
**Dataset**
|
14 |
+
|
15 |
+
This dataset contains 182531 text entries related to 1,770 different philosophical subjects.
|
16 |
+
All entries can be found in the CSV file (stanford_encyclopedia_philosophy.csv), or as separate .txt files in the dataset folder.
|
17 |
+
These txt files are separated by category (Socrates, Plato, Aesthetic) in different folders.
|
18 |
+
|
19 |
+
**Vocabulary**
|
20 |
+
|
21 |
+
In addition to the text data, we also provide an already-tokenized bag of words/vocabulary of different sizes (5000, 10000, 15000, 20000, 25000, 200000)
|
22 |
+
together with the full tokenized vocabulary (vocab_SEP) in the format of a .txt file.
|
23 |
+
These vocabularies were computed using the TextVectorization from Keras (Tensorflow 2.10.1).
|
24 |
+
|
25 |
+
**Dataset License**
|
26 |
+
|
27 |
+
The Stanford-encyclopedia-philosophy Dataset is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
|
28 |
+
|
29 |
+
**Disclaimer**
|
30 |
+
|
31 |
+
This dataset is provided as is, without any warranty or guarantee of its accuracy or suitability for any purpose.
|
32 |
+
The creators and contributors of this dataset are not liable for any damages or losses arising from its use.
|
33 |
+
Please review and comply with the licenses and terms of the original datasets before use.
|