Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
FB Machine commited on
Commit
9c33d79
1 Parent(s): 8363019

Add additional information about sources and formatting. Update with newly added programming books.

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -6,12 +6,14 @@ language:
6
  - en
7
  - es
8
  - pl
 
9
  ---
10
- # Dataset Card for CCOpenBooks
11
 
12
  ## Dataset Description
13
 
14
- CCOpenBooks is a collection of high quality cc-by-4.0 licensed non-fiction books.
 
15
 
16
  ### Source Data
17
 
@@ -79,13 +81,16 @@ The following [Openstax](https://github.com/openstax) collections were used in c
79
  - College Physics for AP® Courses 2e
80
  - Mikroekonomia – Podstawy
81
 
82
- Additional sources:
83
  - [Byte of Python](https://github.com/swaroopch/byte-of-python)
 
 
84
 
85
 
86
  #### Initial Data Collection and Normalization
87
 
88
- [More Information Needed]
 
89
 
90
  ### Licensing Information
91
 
 
6
  - en
7
  - es
8
  - pl
9
+ pretty_name: CC OpenBooks
10
  ---
11
+ # Dataset Card for CC OpenBooks
12
 
13
  ## Dataset Description
14
 
15
+ CC OpenBooks is a curated collection of high quality non-fiction books. All texts are from CC-By-4.0 sources, with no license ambiguity.
16
+ The documents are normalized to markdown retaining as much formatting as possible to improve output presentation in downstream tasks.
17
 
18
  ### Source Data
19
 
 
81
  - College Physics for AP® Courses 2e
82
  - Mikroekonomia – Podstawy
83
 
84
+ Miscellaneous Books on Programming:
85
  - [Byte of Python](https://github.com/swaroopch/byte-of-python)
86
+ - [Non-Programmer's Tutorial for Python 3](https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3)
87
+ - [Python Programming](https://en.wikibooks.org/wiki/Python_Programming)
88
 
89
 
90
  #### Initial Data Collection and Normalization
91
 
92
+ Wherever possible, the books are converted to markdown. This formatting is kept intact with downstream tasks in mind (e.g. conversational QA).
93
+ The source of the text is prepended to each document to add context, and it is hoped that this also has the potential to improve source attribution and guidance capabilities of models.
94
 
95
  ### Licensing Information
96