sgoel9 commited on
Commit
6661c58
1 Parent(s): 123322c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -10,4 +10,46 @@ language:
10
  pretty_name: Paul Graham Essay Collection
11
  size_categories:
12
  - n<1K
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  pretty_name: Paul Graham Essay Collection
11
  size_categories:
12
  - n<1K
13
+ ---
14
+ ---
15
+ # Dataset Card for Paul Graham Essay Collection Dataset
16
+
17
+
18
+ ## Dataset Description
19
+
20
+ This dataset contains a complete collection of essays written by Paul Graham, a renowned programmer, venture capitalist, and essayist. The essays cover a wide range of topics including startups, programming, technology, entrepreneurship, and personal growth. Each essay has been cleaned and processed to extract the title, date of publication, and the full text content.
21
+
22
+ ### Dataset Structure
23
+
24
+ The dataset is provided in a tabular format with the following columns:
25
+
26
+ - `title`: The title of the essay.
27
+ - `date`: The date when the essay was originally published, in the format YYYY-MM-DD.
28
+ - `text`: The full text content of the essay.
29
+
30
+ ### Data Sources
31
+
32
+ The essays in this dataset have been sourced from Paul Graham's personal website at [http://www.paulgraham.com/](http://www.paulgraham.com/).
33
+
34
+ ### Data Preprocessing
35
+
36
+ The essays have undergone the following preprocessing steps:
37
+
38
+ 1. Extraction of title and publication date from the essay's metadata.
39
+ 2. Removal of promotional material unrelated to the essay's content.
40
+ 3. Conversion of the essay text to plain text format.
41
+ 4. Cleaning of the text to remove any extraneous whitespace or special characters.
42
+
43
+ ### Intended Use and Limitations
44
+
45
+ This dataset is intended for various natural language processing tasks such as question-answering, summarization, text generation, and text-to-text generation. The essays provide valuable insights and perspectives on a range of topics and can be used for training models or conducting analyses related to startups, technology, and personal growth.
46
+
47
+ However, it's important to note that the essays reflect the personal views and opinions of Paul Graham and may not be representative of a broader population. The content should be used with appropriate context and understanding of its subjective nature.
48
+
49
+ ### License and Attribution
50
+
51
+ This dataset is released under the MIT License. When using this dataset, please attribute it to Paul Graham and provide a link to his website at [http://www.paulgraham.com/](http://www.paulgraham.com/).
52
+
53
+ ### Contact Information
54
+
55
+ For any questions or inquiries about this dataset, please contact [sgoel9@berkeley.edu](sgoel9@berkeley.edu).