Update README.md
Browse files
README.md
CHANGED
@@ -31,14 +31,16 @@ configs:
|
|
31 |
|
32 |
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.
|
33 |
This dataset contains the full text of all articles contained within the SEP.
|
34 |
-
Every row possesses information related to the original page (URL), the subject of the page (Category),and the text of the page (Text).
|
|
|
35 |
|
36 |
## Dataset Details
|
37 |
|
|
|
38 |
|
39 |
-
- Dataset Name: [AiresPucrs/stanford-encyclopedia-philosophy
|
40 |
- Language: English
|
41 |
-
- Total Size: 182,531
|
42 |
|
43 |
## Contents
|
44 |
|
@@ -50,9 +52,11 @@ The dataset consists of a data frame with the following columns:
|
|
50 |
|
51 |
```bash
|
52 |
{
|
53 |
-
"metadata":
|
54 |
-
"text": "",
|
55 |
-
"category":
|
|
|
|
|
56 |
}
|
57 |
```
|
58 |
|
@@ -69,6 +73,20 @@ dataset = load_dataset("AiresPucrs/stanford-encyclopedia-philosophy", split='tra
|
|
69 |
|
70 |
The Stanford-encyclopedia-philosophy Dataset is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
**Disclaimer**
|
73 |
|
74 |
This dataset is provided as is, without any warranty or guarantee of its accuracy or suitability for any purpose.
|
|
|
31 |
|
32 |
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.
|
33 |
This dataset contains the full text of all articles contained within the SEP.
|
34 |
+
Every row possesses information related to the original page (URL), the subject of the page (Category), and the text of the page (Text).
|
35 |
+
This dataset can be used for NLP applications like text mining, classification, and generation.
|
36 |
|
37 |
## Dataset Details
|
38 |
|
39 |
+
We will create a text dataset using the articles from the [`Stanford Encyclopedia of Philosophy](https://plato.stanford.edu/)
|
40 |
|
41 |
+
- Dataset Name: [stanford-encyclopedia-philosophy]((https://huggingface.co/datasets/AiresPucrs/stanford-encyclopedia-philosophy))
|
42 |
- Language: English
|
43 |
+
- Total Size: 182,531 demonstrations
|
44 |
|
45 |
## Contents
|
46 |
|
|
|
52 |
|
53 |
```bash
|
54 |
{
|
55 |
+
"metadata": https://plato.stanford.edu/entries/abduction/,
|
56 |
+
"text": "See also the entry on scientific discovery, in particular the section on discovery as abduction.",
|
57 |
+
"category": abduction
|
58 |
+
|
59 |
+
...
|
60 |
}
|
61 |
```
|
62 |
|
|
|
73 |
|
74 |
The Stanford-encyclopedia-philosophy Dataset is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.
|
75 |
|
76 |
+
# Cite as
|
77 |
+
|
78 |
+
```
|
79 |
+
@misc{teenytinycastle,
|
80 |
+
doi = {10.5281/zenodo.7112065},
|
81 |
+
url = {https://github.com/Nkluge-correa/TeenyTinyCastle},
|
82 |
+
author = {Nicholas Kluge Corr{\^e}a},
|
83 |
+
title = {Teeny-Tiny Castle},
|
84 |
+
year = {2024},
|
85 |
+
publisher = {GitHub},
|
86 |
+
journal = {GitHub repository}
|
87 |
+
}
|
88 |
+
```
|
89 |
+
|
90 |
**Disclaimer**
|
91 |
|
92 |
This dataset is provided as is, without any warranty or guarantee of its accuracy or suitability for any purpose.
|