-
Notifications
You must be signed in to change notification settings - Fork 3
/
books.js
455 lines (450 loc) Β· 14.9 KB
/
books.js
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
// Edit each list below. The list is rendered in the order shown here. The current lists are `first_entry`, `ml` and `ais`
let first_entry = [
{
Name: "The Coming Technological Singularity (1994)",
Link: "https://ntrs.nasa.gov/api/citations/19940022856/downloads/19940022856.pdf",
Author: "Vernor Vinge",
page_count: 15,
},
{
Name: "Preventing an AI-related catastrophe",
Link: "https://80000hours.org/problem-profiles/artificial-intelligence/",
Author: "Benjamin Hilton",
page_count: 22,
},
{
Name: "The AI Revolution",
Link: "https://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html",
Author: "Tim Urban",
page_count: 82,
},
{
Name: "AGI safety from first principles",
Link: "https://www.lesswrong.com/s/mzgtmmTKKn5MuCzFJ",
Author: "Richard Ngo",
page_count: 35,
},
{
Name: "Superintelligence",
Link: "https://smile.amazon.com/Superintelligence-Nick-Bostrom-audiobook/dp/B00LPMFE9Y/ref=sr_1_1?crid=34KP1XN41F9GE&keywords=superintelligence&qid=1645680946&sprefix=superintelligenc%2Caps%2C135&sr=8-1",
Author: "Nick Bostrom",
page_count: 352,
},
{
Name: "Risks from Learned Optimization",
Link: "https://arxiv.org/pdf/1906.01820.pdf",
Author: "Evan Hubinger et al.",
page_count: 39,
},
{
Name: "Alignment for advanced machine learning systems",
Link: "https://intelligence.org/files/AlignmentMachineLearning.pdf",
Author: "Jessica Taylor et al.",
page_count: 25,
},
{
Name: "Research agenda for AI alignment",
Link: "https://intelligence.org/files/TechnicalAgenda.pdf",
Author: "Nate Soares, Benya Fallenstein",
page_count: 11,
},
{
Name: "Eliciting Latent Knowledge",
Link: "https://docs.google.com/document/d/1WwsnJQstPq91_Yh-Ch2XRL8H_EpsnjrC1dwZXR37PC8/edit",
Author: "Alignment Research Center",
page_count: 106,
},
{
Name: "Research priorities for robust and beneficial AI",
Link: "https://arxiv.org/abs/1602.03506",
Author: "Stuart Russell, Daniel Dewey, Max Tegmark",
page_count: 9,
},
{
Name: "Training a Helpful and Harmless Assistant with RLHF",
Link: "https://arxiv.org/pdf/2204.05862.pdf",
Author: "Anthropic",
page_count: 74,
},
{
Name: "AI as positive and negative risk factors",
Link: "https://intelligence.org/files/AIPosNegFactor.pdf",
Author: "Eliezer Yudkowsky",
page_count: 45,
},
{
Name: "GopherCite",
Link: "https://storage.googleapis.com/deepmind-media/Teaching%20language%20models%20to%20support%20answers%20with%20verified%20quotes/Teaching%20language%20models%20to%20support%20answers%20with%20verified%20quotes.pdf",
Author: "Deepmind",
page_count: 40,
},
{
Name: "The Singularity is Near",
Link: "https://smile.amazon.com/The-Singularity-Is-Near-audiobook/dp/B07XPFT63D/ref=sr_1_1?crid=1CDY6DV8VCXWR&keywords=the+singularity+is+near&qid=1645680963&s=audible&sprefix=the+singularity+is+nea%2Caudible%2C118&sr=1-1\n",
Author: "Ray Kurzweil",
page_count: 652,
},
{
Name: "Instruct-GPT-3",
Link: "https://arxiv.org/pdf/2203.02155.pdf",
Author: "OpenAI",
page_count: 68,
},
{
Name: "Concrete problems in AI safety",
Link: "https://arxiv.org/abs/1606.06565",
Author: "Dario Amodei et al.",
page_count: 26,
},
{
Name: "The Age of Em",
Link: "https://smile.amazon.co.uk/Age-Em-Work-Robots-Earth/dp/0198754620?sa-no-redirect=1",
Author: "Robin Hanson",
page_count: 448,
},
{
Name: "The Circuits Series 0",
Link: "https://distill.pub/2020/circuits/",
Author: "OpenAI",
page_count: 72,
},
{
Name: "The Circuits Series 1",
Link: "https://transformer-circuits.pub/2021/framework/index.html",
Author: "Anthropic",
page_count: 49,
},
{
Name: "The Circuits Series 2",
Link: "https://transformer-circuits.pub/2022/in-context-learning-and-induction-heads/index.html",
Author: "Anthropic",
page_count: 60,
},
{
Name: "World Models",
Link: "https://worldmodels.github.io/",
Author: "JΓΌrgen Schmidhuber",
page_count: 21,
},
{
Name: "Human Compatible",
Link: "https://smile.amazon.com/Human-Compatible-Stuart-Russell-audiobook/dp/B07RLSGS2W/ref=sr_1_1?crid=2RT2LOPCCPXAH&keywords=human+compatible&qid=1645681009&s=audible&sprefix=human+compatible%2Caudible%2C108&sr=1-1",
Author: "Stuart Russell",
page_count: 352,
},
{
Name: "General intelligence from AI services",
Link: "https://www.fhi.ox.ac.uk/wp-content/uploads/Reframing_Superintelligence_FHI-TR-2019-1.1-1.pdf",
Author: "K. Eric Drexler",
page_count: 210,
},
{
Name: "The Alignment Problem",
Link: "https://smile.amazon.com/Alignment-Problem-Machine-Learning-Values/dp/0393635821?sa-no-redirect=1",
Author: "Brain Christian",
page_count: 496,
},
];
let ml = [
{
Name: "Preventing an AI-related catastrophe",
Link: "https://80000hours.org/problem-profiles/artificial-intelligence/",
Author: "Benjamin Hilton",
page_count: 22,
},
{
Name: "The AI Revolution",
Link: "https://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html",
Author: "Tim Urban",
page_count: 82,
},
{
Name: "AGI safety from first principles",
Link: "https://www.lesswrong.com/s/mzgtmmTKKn5MuCzFJ",
Author: "Richard Ngo",
page_count: 35,
},
{
Name: "Superintelligence",
Link: "https://smile.amazon.com/Superintelligence-Nick-Bostrom-audiobook/dp/B00LPMFE9Y/ref=sr_1_1?crid=34KP1XN41F9GE&keywords=superintelligence&qid=1645680946&sprefix=superintelligenc%2Caps%2C135&sr=8-1",
Author: "Nick Bostrom",
page_count: 352,
},
{
Name: "Risks from Learned Optimization",
Link: "https://arxiv.org/pdf/1906.01820.pdf",
Author: "Evan Hubinger et al.",
page_count: 39,
},
{
Name: "Alignment for advanced machine learning systems",
Link: "https://intelligence.org/files/AlignmentMachineLearning.pdf",
Author: "Jessica Taylor et al.",
page_count: 25,
},
{
Name: "Research agenda for AI alignment",
Link: "https://intelligence.org/files/TechnicalAgenda.pdf",
Author: "Nate Soares, Benya Fallenstein",
page_count: 11,
},
{
Name: "Eliciting Latent Knowledge",
Link: "https://docs.google.com/document/d/1WwsnJQstPq91_Yh-Ch2XRL8H_EpsnjrC1dwZXR37PC8/edit",
Author: "Alignment Research Center",
page_count: 106,
},
{
Name: "Research priorities for robust and beneficial AI",
Link: "https://arxiv.org/abs/1602.03506",
Author: "Stuart Russell, Daniel Dewey, Max Tegmark",
page_count: 9,
},
{
Name: "Training a Helpful and Harmless Assistant with RLHF",
Link: "https://arxiv.org/pdf/2204.05862.pdf",
Author: "Anthropic",
page_count: 74,
},
{
Name: "AI as positive and negative risk factors",
Link: "https://intelligence.org/files/AIPosNegFactor.pdf",
Author: "Eliezer Yudkowsky",
page_count: 45,
},
{
Name: "GopherCite",
Link: "https://storage.googleapis.com/deepmind-media/Teaching%20language%20models%20to%20support%20answers%20with%20verified%20quotes/Teaching%20language%20models%20to%20support%20answers%20with%20verified%20quotes.pdf",
Author: "Deepmind",
page_count: 40,
},
{
Name: "The Singularity is Near",
Link: "https://smile.amazon.com/The-Singularity-Is-Near-audiobook/dp/B07XPFT63D/ref=sr_1_1?crid=1CDY6DV8VCXWR&keywords=the+singularity+is+near&qid=1645680963&s=audible&sprefix=the+singularity+is+nea%2Caudible%2C118&sr=1-1\n",
Author: "Ray Kurzweil",
page_count: 652,
},
{
Name: "Instruct-GPT-3",
Link: "https://arxiv.org/pdf/2203.02155.pdf",
Author: "OpenAI",
page_count: 68,
},
{
Name: "Concrete problems in AI safety",
Link: "https://arxiv.org/abs/1606.06565",
Author: "Dario Amodei et al.",
page_count: 26,
},
{
Name: "The Age of Em",
Link: "https://smile.amazon.co.uk/Age-Em-Work-Robots-Earth/dp/0198754620?sa-no-redirect=1",
Author: "Robin Hanson",
page_count: 448,
},
{
Name: "The Circuits Series 0",
Link: "https://distill.pub/2020/circuits/",
Author: "OpenAI",
page_count: 72,
},
{
Name: "The Circuits Series 1",
Link: "https://transformer-circuits.pub/2021/framework/index.html",
Author: "Anthropic",
page_count: 49,
},
{
Name: "The Circuits Series 2",
Link: "https://transformer-circuits.pub/2022/in-context-learning-and-induction-heads/index.html",
Author: "Anthropic",
page_count: 60,
},
{
Name: "World Models",
Link: "https://worldmodels.github.io/",
Author: "JΓΌrgen Schmidhuber",
page_count: 21,
},
{
Name: "Human Compatible",
Link: "https://smile.amazon.com/Human-Compatible-Stuart-Russell-audiobook/dp/B07RLSGS2W/ref=sr_1_1?crid=2RT2LOPCCPXAH&keywords=human+compatible&qid=1645681009&s=audible&sprefix=human+compatible%2Caudible%2C108&sr=1-1",
Author: "Stuart Russell",
page_count: 352,
},
{
Name: "General intelligence from AI services",
Link: "https://www.fhi.ox.ac.uk/wp-content/uploads/Reframing_Superintelligence_FHI-TR-2019-1.1-1.pdf",
Author: "K. Eric Drexler",
page_count: 210,
},
{
Name: "The Alignment Problem",
Link: "https://smile.amazon.com/Alignment-Problem-Machine-Learning-Values/dp/0393635821?sa-no-redirect=1",
Author: "Brain Christian",
page_count: 496,
},
];
let ais = [
{
Name: "Eliciting Latent Knowledge",
Link: "https://docs.google.com/document/d/1WwsnJQstPq91_Yh-Ch2XRL8H_EpsnjrC1dwZXR37PC8/edit",
Author: "Alignment Research Center",
page_count: 106,
},
{
Name: "Training a Helpful and Harmless Assistant with RLHF",
Link: "https://arxiv.org/pdf/2204.05862.pdf",
Author: "Anthropic",
page_count: 74,
},
{
Name: "GopherCite",
Link: "https://storage.googleapis.com/deepmind-media/Teaching%20language%20models%20to%20support%20answers%20with%20verified%20quotes/Teaching%20language%20models%20to%20support%20answers%20with%20verified%20quotes.pdf",
Author: "Deepmind",
page_count: 40,
},
{
Name: "Instruct-GPT-3",
Link: "https://arxiv.org/pdf/2203.02155.pdf",
Author: "OpenAI",
page_count: 68,
},
{
Name: "The Circuits Series 0",
Link: "https://distill.pub/2020/circuits/",
Author: "OpenAI",
page_count: 72,
},
{
Name: "The Circuits Series 1",
Link: "https://transformer-circuits.pub/2021/framework/index.html",
Author: "Anthropic",
page_count: 49,
},
{
Name: "The Circuits Series 2",
Link: "https://transformer-circuits.pub/2022/in-context-learning-and-induction-heads/index.html",
Author: "Anthropic",
page_count: 60,
},
{
Name: "World Models",
Link: "https://worldmodels.github.io/",
Author: "JΓΌrgen Schmidhuber",
page_count: 21,
},
];
let scifi = [
{
Name: "Crystal Society trilogy: Inside the mind of an AI",
Link: "http://crystal.raelifin.com/",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1453538880i/28678856.jpg",
Author: "Max Harms",
page_count: 559,
},
{
Name: "Do Androids Dream of Electric Sheep?",
Link: "https://www.amazon.com/Androids-Dream-Electric-Sheep-inspiration/dp/0345404475",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1507838927i/36402034.jpg",
Author: "Philip K. Dick",
page_count: 258,
},
{
Name: "The Last Question",
Link: "https://physics.princeton.edu/ph115/LQ.pdf",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1274107046i/4808763.jpg",
Author: "Isaac Asimov",
page_count: 32,
},
{
Name: "The Fable of the Dragon-Tyrant",
Link: "https://nickbostrom.com/fable/dragon",
Image:
"https://th.bing.com/th/id/R.af23d486490d93e49e87d0197cd3a9ea?rik=jPRNIP%2fEtdEz2g&riu=http%3a%2f%2fimg.youtube.com%2fvi%2fcZYNADOHhVY%2fmaxresdefault.jpg&ehk=%2btKTFs%2f9XMtAQHOecNQfPGSLYKYg5p0iyUzTQANJcoQ%3d&risl=&pid=ImgRaw&r=0",
Author: "Nick Bostrom",
page_count: 16,
},
{
Name: "Virtua",
Link: "https://www.lesswrong.com/posts/rSiybWzeiG8agYtNr/virtua-a-novel-about-ai-alignment",
Image: "https://m.media-amazon.com/images/I/61ghd3gJFML._SY466_.jpg",
Author: "Karl von Wendt",
page_count: 328,
},
{
Name: "Harry Potter and the Methods of Rationality (#1 of 6)",
Link: "https://www.hpmor.com/",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1428715103i/25337627.jpg",
Author: "Eliezer Shlomo Yudkowsky",
page_count: 343,
},
{
Name: "Logic Beach",
Link: "https://www.amazon.com/gp/product/B077SDRMHR",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1512496588i/36944280.jpg",
Author: "Exurb1a",
page_count: 240,
},
{
Name: "Neuromancer",
Link: "https://archive.org/details/neuromancer-william-gibson/1+of+2.mp3",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1167348726i/22328.jpg",
Author: "William Gibson",
page_count: 271,
},
{
Name: "Flatland: A Romance of Many Dimensions",
Link: "https://www.gutenberg.org/ebooks/201",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1435435775i/433567.jpg",
Author: "Edwin A. Abbott",
page_count: 96,
},
{
Name: "The Dark Forest (#2 of Three Body Problem)",
Link: "https://www.amazon.com/The-Dark-Forest-audiobook/dp/B010R28SZ4",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1412064931i/23168817.jpg",
Author: "Cixin Liu",
page_count: 512,
},
{
Name: "The Bridge to Lucy Dunne",
Link: "https://www.amazon.com/gp/product/B01F7IQEHC/",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1462778687i/30137549.jpg",
Author: "Exurb1a",
page_count: 177,
},
{
Name: "We Are Legion (We Are Bob)",
Link: "https://www.amazon.com/gp/product/B01LWAESYQ",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1474344826i/32109569.jpg",
Author: "Dennis E. Taylor",
page_count: 400,
},
{
Name: "Of Ants and Dinosaurs",
Link: "https://www.amazon.com/gp/product/B00838GX52",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1363385810i/15159960.jpg",
Author: "Cixin Liu",
page_count: 55,
},
{
Name: "Geometry for Ocelots",
Link: "https://www.amazon.com/gp/product/B0969DPK7H/ref=x_gr_bb_amazon?ie=UTF8&tag=x_gr_bb_amazon-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B0969DPK7H&SubscriptionId=1MGPYB6YW3HWK55XCGG2",
Image:
"https://images-na.ssl-images-amazon.com/images/S/compressed.photo.goodreads.com/books/1622651140i/58245377.jpg",
Author: "Exurb1a",
page_count: 325,
},
];