File size: 1,478 Bytes
f1e137a
157b5a7
 
f1e137a
e78f5d2
 
416f840
157b5a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f1e137a
e78f5d2
 
 
5c9154f
e78f5d2
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
language:
- en
license: apache-2.0
task_categories:
- text-classification
- text-generation
dataset_info:
  features:
  - name: metadata
    dtype: string
  - name: text
    dtype: string
  - name: category
    dtype: string
  splits:
  - name: train
    num_bytes: 146747420
    num_examples: 182531
  download_size: 72070745
  dataset_size: 146747420
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
**Overview**

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.
This dataset contains the full text of all articles contained within the SEP. All data is available as a CSV file. 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.

**Dataset License**

The Stanford-encyclopedia-philosophy Dataset is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.

**Disclaimer**

This dataset is provided as is, without any warranty or guarantee of its accuracy or suitability for any purpose.
The creators and contributors of this dataset are not liable for any damages or losses arising from its use. 
Please review and comply with the licenses and terms of the original datasets before use.