Datasets:

Multilinguality:
multilingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
chenghao commited on
Commit
63b0f05
1 Parent(s): a3cdb86

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +151 -0
README.md ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - en
8
+ - pt
9
+ - es
10
+ licenses:
11
+ - cc-by-nc-sa-3.0
12
+ multilinguality:
13
+ - multilingual
14
+ paperswithcode_id: null
15
+ size_categories:
16
+ - n<1K
17
+ source_datasets:
18
+ - original
19
+ task_categories:
20
+ - sequence-modeling
21
+ task_ids:
22
+ - language-modeling
23
+ ---
24
+
25
+
26
+ ## Dataset Description
27
+
28
+ - **Homepage:** [scielo.org](https://search.livros.scielo.org/search/?fb=&where=BOOK&filter%5Bis_comercial_filter%5D%5B%5D=f)
29
+
30
+ ### Dataset Summary
31
+
32
+ This dataset contains all text from open-access PDFs on [scielo.org](https://search.livros.scielo.org/search/?fb=&where=BOOK&filter%5Bis_comercial_filter%5D%5B%5D=f). As of Dec. 5 2021, the total number of books available is 962. Some of them are not in native PDF format (e.g. scanned images) though.
33
+
34
+ ### Supported Tasks and Leaderboards
35
+
36
+ - `sequence-modeling` or `language-modeling`: The dataset can be used to train a language model.
37
+
38
+ ### Languages
39
+
40
+ As of Dec. 5 2021, there are 902 books in Portuguese, 55 in Spanish, and 5 in English.
41
+
42
+ ## Dataset Structure
43
+
44
+ ### Data Instances
45
+
46
+ Provide an JSON-formatted example and brief description of a typical instance in the dataset. If available, provide a link to further examples.
47
+
48
+ ```
49
+ {
50
+ "sbid":"23pcw",
51
+ "id":"23pcw",
52
+ "shortname":"",
53
+ "title":"Educa\u00e7\u00e3o, sa\u00fade e esporte: novos\tdesafios \u00e0 Educa\u00e7\u00e3o F\u00edsica",
54
+ "eisbn":"9788574554907",
55
+ "isbn":"9788574554273",
56
+ "author":"Farias, Gelcemar Oliveira; Nascimento, Juarez Vieira do",
57
+ "corporate_authors":"",
58
+ "translators":"",
59
+ "coordinators":"",
60
+ "editors":"",
61
+ "others":"",
62
+ "organizers":"",
63
+ "collaborators":"",
64
+ "publisher":"Editus",
65
+ "language":"pt",
66
+ "year": 2016,
67
+ "synopsis":"\"A colet\u00e2nea contempla cap\u00edtulos que discutem a Educa\u00e7\u00e3o F\u00edsica a partir dos pressupostos da Educa\u00e7\u00e3o, da Sa\u00fade e do Esporte, enquanto importante desafio do momento atual e diante dos avan\u00e7os e das mudan\u00e7as que se consolidaram na forma\u00e7\u00e3o inicial em Educa\u00e7\u00e3o F\u00edsica. A obra convida a todos para a realiza\u00e7\u00e3o de futuras investiga\u00e7\u00f5es, no sentido de concentrar esfor\u00e7os para o fortalecimento de n\u00facleos de estudos e a sistematiza\u00e7\u00e3o de linhas de pesquisa.\"",
68
+ "format":"",
69
+ "type":"book",
70
+ "is_public":"true",
71
+ "is_comercial":"false",
72
+ "publication_date":"2018-11-07",
73
+ "_version_":"1718206093473087488",
74
+ "pdf_url":"http://books.scielo.org//id/23pcw/pdf/farias-9788574554907.pdf",
75
+ "pdf_filename":"farias-9788574554907.pdf",
76
+ "metadata_filename":"farias-9788574554907.json",
77
+ "text":"..."
78
+ }
79
+ ```
80
+
81
+ ### Data Fields
82
+
83
+ All fields are of string type except `year`.
84
+
85
+ ### Data Splits
86
+
87
+ All records are in the default `train` split.
88
+
89
+ ## Dataset Creation
90
+
91
+ ### Curation Rationale
92
+
93
+ Part of the big science efforts to create lanague modeling datasets.
94
+
95
+ ### Source Data
96
+
97
+ [scielo.org](https://search.livros.scielo.org/search/?fb=&where=BOOK&filter%5Bis_comercial_filter%5D%5B%5D=f)
98
+
99
+ #### Initial Data Collection and Normalization
100
+
101
+ All PDFs are directly downloaded from the website and text is extracted with [pdftotext](https://pypi.org/project/pdftotext/) lib.
102
+
103
+ #### Who are the source language producers?
104
+
105
+ NA
106
+
107
+ ### Annotations
108
+
109
+ No annotation is available.
110
+
111
+ #### Annotation process
112
+
113
+ NA
114
+
115
+ #### Who are the annotators?
116
+
117
+ NA
118
+
119
+ ### Personal and Sensitive Information
120
+
121
+ NA
122
+
123
+ ## Considerations for Using the Data
124
+
125
+ ### Social Impact of Dataset
126
+
127
+ NA
128
+
129
+ ### Discussion of Biases
130
+
131
+ NA
132
+
133
+ ### Other Known Limitations
134
+
135
+ NA
136
+
137
+ ## Additional Information
138
+
139
+ ### Dataset Curators
140
+
141
+ [@chenghao](https://huggingface.co/chenghao)
142
+
143
+ ### Licensing Information
144
+
145
+ Provide the license and link to the license webpage if available.
146
+
147
+ [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/)
148
+
149
+ ### Contributions
150
+
151
+ NA