Daniel O'Connell
commited on
Commit
·
940520a
1
Parent(s):
3ab5351
add authors and summary
Browse files- README.md +185 -171
- agentmodels.jsonl +0 -0
- aiimpacts.jsonl +0 -0
- aipulse.org.jsonl +0 -0
- aisafety.camp.jsonl +0 -0
- aisafety.info.jsonl +0 -0
- alignment-research-dataset.py +21 -91
- alignment_newsletter.jsonl +0 -0
- arbital.jsonl +0 -0
- audio_transcripts.jsonl +0 -0
- carado.moe.jsonl +0 -0
- cold_takes.jsonl +0 -0
- deepmind_blog.jsonl +0 -0
- eaforum.jsonl +2 -2
- gdocs.jsonl +0 -0
- generative.ink.jsonl +0 -0
- gwern_blog.jsonl +0 -0
- importai.jsonl +0 -0
- jsteinhardt_blog.jsonl +0 -0
- markdown.ebooks.jsonl +0 -0
- miri.jsonl +0 -0
- ml_safety_newsletter.jsonl +0 -0
- nonarxiv_papers.jsonl +0 -0
- qualiacomputing.jsonl +0 -0
- reports.jsonl +0 -0
- vkrakovna_blog.jsonl +0 -0
- waitbutwhy.jsonl +0 -0
- yudkowsky_blog.jsonl +0 -0
README.md
CHANGED
@@ -23,17 +23,13 @@ dataset_info:
|
|
23 |
- name: date_published
|
24 |
dtype: string
|
25 |
- name: authors
|
26 |
-
|
27 |
-
- name:
|
28 |
-
|
29 |
-
- name:
|
30 |
dtype: string
|
31 |
- name: book_title
|
32 |
dtype: string
|
33 |
-
- name: paged_url
|
34 |
-
dtype: string
|
35 |
-
- name: summary
|
36 |
-
sequence: string
|
37 |
- name: karma
|
38 |
dtype: int32
|
39 |
- name: votes
|
@@ -46,8 +42,6 @@ dataset_info:
|
|
46 |
sequence: string
|
47 |
- name: modified_at
|
48 |
dtype: string
|
49 |
-
- name: source_type
|
50 |
-
dtype: string
|
51 |
- name: venue
|
52 |
dtype: string
|
53 |
- name: newsletter_category
|
@@ -96,10 +90,10 @@ dataset_info:
|
|
96 |
dtype: string
|
97 |
splits:
|
98 |
- name: train
|
99 |
-
num_bytes:
|
100 |
-
num_examples:
|
101 |
-
download_size:
|
102 |
-
dataset_size:
|
103 |
- config_name: agentmodels
|
104 |
features:
|
105 |
- name: id
|
@@ -116,18 +110,18 @@ dataset_info:
|
|
116 |
dtype: string
|
117 |
- name: authors
|
118 |
sequence: string
|
119 |
-
- name:
|
120 |
-
|
121 |
-
- name:
|
122 |
dtype: string
|
123 |
- name: book_title
|
124 |
dtype: string
|
125 |
splits:
|
126 |
- name: train
|
127 |
-
num_bytes:
|
128 |
num_examples: 21
|
129 |
-
download_size:
|
130 |
-
dataset_size:
|
131 |
- config_name: aiimpacts
|
132 |
features:
|
133 |
- name: id
|
@@ -144,16 +138,16 @@ dataset_info:
|
|
144 |
dtype: string
|
145 |
- name: authors
|
146 |
sequence: string
|
147 |
-
- name: paged_url
|
148 |
-
dtype: string
|
149 |
- name: summary
|
150 |
sequence: string
|
|
|
|
|
151 |
splits:
|
152 |
- name: train
|
153 |
-
num_bytes:
|
154 |
num_examples: 253
|
155 |
-
download_size:
|
156 |
-
dataset_size:
|
157 |
- config_name: aipulse.org
|
158 |
features:
|
159 |
- name: id
|
@@ -170,14 +164,16 @@ dataset_info:
|
|
170 |
dtype: string
|
171 |
- name: authors
|
172 |
sequence: string
|
173 |
-
- name:
|
|
|
|
|
174 |
dtype: string
|
175 |
splits:
|
176 |
- name: train
|
177 |
-
num_bytes:
|
178 |
num_examples: 23
|
179 |
-
download_size:
|
180 |
-
dataset_size:
|
181 |
- config_name: aisafety.camp
|
182 |
features:
|
183 |
- name: id
|
@@ -194,16 +190,16 @@ dataset_info:
|
|
194 |
dtype: string
|
195 |
- name: authors
|
196 |
sequence: string
|
197 |
-
- name: paged_url
|
198 |
-
dtype: string
|
199 |
- name: summary
|
200 |
sequence: string
|
|
|
|
|
201 |
splits:
|
202 |
- name: train
|
203 |
-
num_bytes:
|
204 |
num_examples: 9
|
205 |
-
download_size:
|
206 |
-
dataset_size:
|
207 |
- config_name: aisafety.info
|
208 |
features:
|
209 |
- name: id
|
@@ -220,14 +216,16 @@ dataset_info:
|
|
220 |
dtype: string
|
221 |
- name: authors
|
222 |
sequence: string
|
223 |
-
- name:
|
|
|
|
|
224 |
dtype: string
|
225 |
splits:
|
226 |
- name: train
|
227 |
-
num_bytes:
|
228 |
num_examples: 294
|
229 |
-
download_size:
|
230 |
-
dataset_size:
|
231 |
- config_name: alignmentforum
|
232 |
features:
|
233 |
- name: id
|
@@ -244,6 +242,10 @@ dataset_info:
|
|
244 |
dtype: string
|
245 |
- name: authors
|
246 |
sequence: string
|
|
|
|
|
|
|
|
|
247 |
- name: karma
|
248 |
dtype: int32
|
249 |
- name: votes
|
@@ -256,16 +258,12 @@ dataset_info:
|
|
256 |
sequence: string
|
257 |
- name: modified_at
|
258 |
dtype: string
|
259 |
-
- name: source_type
|
260 |
-
dtype: string
|
261 |
-
- name: summary
|
262 |
-
sequence: string
|
263 |
splits:
|
264 |
- name: train
|
265 |
-
num_bytes:
|
266 |
-
num_examples:
|
267 |
-
download_size:
|
268 |
-
dataset_size:
|
269 |
- config_name: alignment_newsletter
|
270 |
features:
|
271 |
- name: id
|
@@ -282,8 +280,8 @@ dataset_info:
|
|
282 |
dtype: string
|
283 |
- name: authors
|
284 |
sequence: string
|
285 |
-
- name:
|
286 |
-
|
287 |
- name: source_type
|
288 |
dtype: string
|
289 |
- name: venue
|
@@ -304,10 +302,10 @@ dataset_info:
|
|
304 |
dtype: string
|
305 |
splits:
|
306 |
- name: train
|
307 |
-
num_bytes:
|
308 |
num_examples: 1504
|
309 |
-
download_size:
|
310 |
-
dataset_size:
|
311 |
- config_name: arbital
|
312 |
features:
|
313 |
- name: id
|
@@ -324,18 +322,20 @@ dataset_info:
|
|
324 |
dtype: string
|
325 |
- name: authors
|
326 |
sequence: string
|
327 |
-
- name:
|
|
|
|
|
328 |
dtype: string
|
329 |
- name: alias
|
330 |
dtype: string
|
331 |
-
- name:
|
332 |
sequence: string
|
333 |
splits:
|
334 |
- name: train
|
335 |
-
num_bytes:
|
336 |
-
num_examples:
|
337 |
-
download_size:
|
338 |
-
dataset_size:
|
339 |
- config_name: arxiv
|
340 |
features:
|
341 |
- name: id
|
@@ -352,10 +352,10 @@ dataset_info:
|
|
352 |
dtype: string
|
353 |
- name: authors
|
354 |
sequence: string
|
|
|
|
|
355 |
- name: source_type
|
356 |
dtype: string
|
357 |
-
- name: converted_with
|
358 |
-
dtype: string
|
359 |
- name: data_last_modified
|
360 |
dtype: string
|
361 |
- name: abstract
|
@@ -370,14 +370,12 @@ dataset_info:
|
|
370 |
dtype: string
|
371 |
- name: categories
|
372 |
sequence: string
|
373 |
-
- name: summary
|
374 |
-
sequence: string
|
375 |
splits:
|
376 |
- name: train
|
377 |
-
num_bytes:
|
378 |
num_examples: 1144
|
379 |
download_size: 155841593
|
380 |
-
dataset_size:
|
381 |
- config_name: audio_transcripts
|
382 |
features:
|
383 |
- name: id
|
@@ -394,16 +392,16 @@ dataset_info:
|
|
394 |
dtype: string
|
395 |
- name: authors
|
396 |
sequence: string
|
397 |
-
- name:
|
398 |
-
|
399 |
-
- name:
|
400 |
dtype: string
|
401 |
splits:
|
402 |
- name: train
|
403 |
-
num_bytes:
|
404 |
num_examples: 37
|
405 |
-
download_size:
|
406 |
-
dataset_size:
|
407 |
- config_name: carado.moe
|
408 |
features:
|
409 |
- name: id
|
@@ -420,14 +418,16 @@ dataset_info:
|
|
420 |
dtype: string
|
421 |
- name: authors
|
422 |
sequence: string
|
|
|
|
|
423 |
- name: source_type
|
424 |
dtype: string
|
425 |
splits:
|
426 |
- name: train
|
427 |
-
num_bytes:
|
428 |
num_examples: 248
|
429 |
-
download_size:
|
430 |
-
dataset_size:
|
431 |
- config_name: cold_takes
|
432 |
features:
|
433 |
- name: id
|
@@ -444,14 +444,16 @@ dataset_info:
|
|
444 |
dtype: string
|
445 |
- name: authors
|
446 |
sequence: string
|
|
|
|
|
447 |
- name: source_type
|
448 |
dtype: string
|
449 |
splits:
|
450 |
- name: train
|
451 |
-
num_bytes:
|
452 |
num_examples: 102
|
453 |
-
download_size:
|
454 |
-
dataset_size:
|
455 |
- config_name: deepmind_blog
|
456 |
features:
|
457 |
- name: id
|
@@ -468,14 +470,16 @@ dataset_info:
|
|
468 |
dtype: string
|
469 |
- name: authors
|
470 |
sequence: string
|
|
|
|
|
471 |
- name: source_type
|
472 |
dtype: string
|
473 |
splits:
|
474 |
- name: train
|
475 |
-
num_bytes:
|
476 |
num_examples: 10
|
477 |
-
download_size:
|
478 |
-
dataset_size:
|
479 |
- config_name: distill
|
480 |
features:
|
481 |
- name: id
|
@@ -492,10 +496,10 @@ dataset_info:
|
|
492 |
dtype: string
|
493 |
- name: authors
|
494 |
sequence: string
|
|
|
|
|
495 |
- name: source_type
|
496 |
dtype: string
|
497 |
-
- name: converted_with
|
498 |
-
dtype: string
|
499 |
- name: abstract
|
500 |
dtype: string
|
501 |
- name: journal_ref
|
@@ -506,14 +510,12 @@ dataset_info:
|
|
506 |
sequence:
|
507 |
- name: title
|
508 |
dtype: string
|
509 |
-
- name: summary
|
510 |
-
sequence: string
|
511 |
splits:
|
512 |
- name: train
|
513 |
-
num_bytes:
|
514 |
num_examples: 51
|
515 |
download_size: 2435649
|
516 |
-
dataset_size:
|
517 |
- config_name: eaforum
|
518 |
features:
|
519 |
- name: id
|
@@ -530,6 +532,10 @@ dataset_info:
|
|
530 |
dtype: string
|
531 |
- name: authors
|
532 |
sequence: string
|
|
|
|
|
|
|
|
|
533 |
- name: karma
|
534 |
dtype: int32
|
535 |
- name: votes
|
@@ -542,16 +548,12 @@ dataset_info:
|
|
542 |
sequence: string
|
543 |
- name: modified_at
|
544 |
dtype: string
|
545 |
-
- name: source_type
|
546 |
-
dtype: string
|
547 |
-
- name: summary
|
548 |
-
sequence: string
|
549 |
splits:
|
550 |
- name: train
|
551 |
-
num_bytes:
|
552 |
-
num_examples:
|
553 |
-
download_size:
|
554 |
-
dataset_size:
|
555 |
- config_name: gdocs
|
556 |
features:
|
557 |
- name: id
|
@@ -568,18 +570,18 @@ dataset_info:
|
|
568 |
dtype: string
|
569 |
- name: authors
|
570 |
sequence: string
|
571 |
-
- name:
|
572 |
-
|
573 |
-
- name:
|
574 |
dtype: string
|
575 |
- name: docx_name
|
576 |
dtype: string
|
577 |
splits:
|
578 |
- name: train
|
579 |
-
num_bytes:
|
580 |
num_examples: 12
|
581 |
-
download_size:
|
582 |
-
dataset_size:
|
583 |
- config_name: gdrive_ebooks
|
584 |
features:
|
585 |
- name: id
|
@@ -596,9 +598,9 @@ dataset_info:
|
|
596 |
dtype: string
|
597 |
- name: authors
|
598 |
sequence: string
|
599 |
-
- name:
|
600 |
-
|
601 |
-
- name:
|
602 |
dtype: string
|
603 |
- name: chapter_names
|
604 |
sequence: string
|
@@ -606,10 +608,10 @@ dataset_info:
|
|
606 |
dtype: string
|
607 |
splits:
|
608 |
- name: train
|
609 |
-
num_bytes:
|
610 |
num_examples: 20
|
611 |
-
download_size:
|
612 |
-
dataset_size:
|
613 |
- config_name: generative.ink
|
614 |
features:
|
615 |
- name: id
|
@@ -626,14 +628,16 @@ dataset_info:
|
|
626 |
dtype: string
|
627 |
- name: authors
|
628 |
sequence: string
|
|
|
|
|
629 |
- name: source_type
|
630 |
dtype: string
|
631 |
splits:
|
632 |
- name: train
|
633 |
-
num_bytes:
|
634 |
num_examples: 19
|
635 |
-
download_size:
|
636 |
-
dataset_size:
|
637 |
- config_name: gwern_blog
|
638 |
features:
|
639 |
- name: id
|
@@ -650,14 +654,18 @@ dataset_info:
|
|
650 |
dtype: string
|
651 |
- name: authors
|
652 |
sequence: string
|
|
|
|
|
|
|
|
|
653 |
- name: description
|
654 |
dtype: string
|
655 |
splits:
|
656 |
- name: train
|
657 |
-
num_bytes:
|
658 |
num_examples: 7
|
659 |
-
download_size:
|
660 |
-
dataset_size:
|
661 |
- config_name: importai
|
662 |
features:
|
663 |
- name: id
|
@@ -674,14 +682,16 @@ dataset_info:
|
|
674 |
dtype: string
|
675 |
- name: authors
|
676 |
sequence: string
|
|
|
|
|
677 |
- name: source_type
|
678 |
dtype: string
|
679 |
splits:
|
680 |
- name: train
|
681 |
-
num_bytes:
|
682 |
num_examples: 15
|
683 |
-
download_size:
|
684 |
-
dataset_size:
|
685 |
- config_name: jsteinhardt_blog
|
686 |
features:
|
687 |
- name: id
|
@@ -698,16 +708,16 @@ dataset_info:
|
|
698 |
dtype: string
|
699 |
- name: authors
|
700 |
sequence: string
|
701 |
-
- name: paged_url
|
702 |
-
dtype: string
|
703 |
- name: summary
|
704 |
sequence: string
|
|
|
|
|
705 |
splits:
|
706 |
- name: train
|
707 |
-
num_bytes:
|
708 |
num_examples: 39
|
709 |
-
download_size:
|
710 |
-
dataset_size:
|
711 |
- config_name: lesswrong
|
712 |
features:
|
713 |
- name: id
|
@@ -724,6 +734,10 @@ dataset_info:
|
|
724 |
dtype: string
|
725 |
- name: authors
|
726 |
sequence: string
|
|
|
|
|
|
|
|
|
727 |
- name: karma
|
728 |
dtype: int32
|
729 |
- name: votes
|
@@ -736,16 +750,12 @@ dataset_info:
|
|
736 |
sequence: string
|
737 |
- name: modified_at
|
738 |
dtype: string
|
739 |
-
- name: source_type
|
740 |
-
dtype: string
|
741 |
-
- name: summary
|
742 |
-
sequence: string
|
743 |
splits:
|
744 |
- name: train
|
745 |
-
num_bytes:
|
746 |
num_examples: 1741
|
747 |
-
download_size:
|
748 |
-
dataset_size:
|
749 |
- config_name: markdown.ebooks
|
750 |
features:
|
751 |
- name: id
|
@@ -762,16 +772,18 @@ dataset_info:
|
|
762 |
dtype: string
|
763 |
- name: authors
|
764 |
sequence: string
|
|
|
|
|
765 |
- name: source_type
|
766 |
dtype: string
|
767 |
- name: filename
|
768 |
dtype: string
|
769 |
splits:
|
770 |
- name: train
|
771 |
-
num_bytes:
|
772 |
num_examples: 4
|
773 |
-
download_size:
|
774 |
-
dataset_size:
|
775 |
- config_name: miri
|
776 |
features:
|
777 |
- name: id
|
@@ -788,16 +800,16 @@ dataset_info:
|
|
788 |
dtype: string
|
789 |
- name: authors
|
790 |
sequence: string
|
791 |
-
- name: paged_url
|
792 |
-
dtype: string
|
793 |
- name: summary
|
794 |
sequence: string
|
|
|
|
|
795 |
splits:
|
796 |
- name: train
|
797 |
-
num_bytes:
|
798 |
num_examples: 492
|
799 |
-
download_size:
|
800 |
-
dataset_size:
|
801 |
- config_name: nonarxiv_papers
|
802 |
features:
|
803 |
- name: id
|
@@ -814,20 +826,18 @@ dataset_info:
|
|
814 |
dtype: string
|
815 |
- name: authors
|
816 |
sequence: string
|
817 |
-
- name:
|
|
|
|
|
818 |
dtype: string
|
819 |
- name: abstract
|
820 |
dtype: string
|
821 |
-
- name: filename
|
822 |
-
dtype: string
|
823 |
-
- name: summary
|
824 |
-
sequence: string
|
825 |
splits:
|
826 |
- name: train
|
827 |
-
num_bytes:
|
828 |
num_examples: 200
|
829 |
-
download_size:
|
830 |
-
dataset_size:
|
831 |
- config_name: qualiacomputing
|
832 |
features:
|
833 |
- name: id
|
@@ -844,16 +854,16 @@ dataset_info:
|
|
844 |
dtype: string
|
845 |
- name: authors
|
846 |
sequence: string
|
847 |
-
- name: paged_url
|
848 |
-
dtype: string
|
849 |
- name: summary
|
850 |
sequence: string
|
|
|
|
|
851 |
splits:
|
852 |
- name: train
|
853 |
-
num_bytes:
|
854 |
-
num_examples:
|
855 |
-
download_size:
|
856 |
-
dataset_size:
|
857 |
- config_name: reports
|
858 |
features:
|
859 |
- name: id
|
@@ -870,18 +880,18 @@ dataset_info:
|
|
870 |
dtype: string
|
871 |
- name: authors
|
872 |
sequence: string
|
873 |
-
- name:
|
874 |
-
|
875 |
-
- name:
|
876 |
dtype: string
|
877 |
- name: filename
|
878 |
dtype: string
|
879 |
splits:
|
880 |
- name: train
|
881 |
-
num_bytes:
|
882 |
-
num_examples:
|
883 |
-
download_size:
|
884 |
-
dataset_size:
|
885 |
- config_name: vkrakovna_blog
|
886 |
features:
|
887 |
- name: id
|
@@ -898,16 +908,16 @@ dataset_info:
|
|
898 |
dtype: string
|
899 |
- name: authors
|
900 |
sequence: string
|
901 |
-
- name: paged_url
|
902 |
-
dtype: string
|
903 |
- name: summary
|
904 |
sequence: string
|
|
|
|
|
905 |
splits:
|
906 |
- name: train
|
907 |
-
num_bytes:
|
908 |
num_examples: 46
|
909 |
-
download_size:
|
910 |
-
dataset_size:
|
911 |
- config_name: waitbutwhy
|
912 |
features:
|
913 |
- name: id
|
@@ -923,15 +933,17 @@ dataset_info:
|
|
923 |
- name: date_published
|
924 |
dtype: string
|
925 |
- name: authors
|
926 |
-
|
|
|
|
|
927 |
- name: source_type
|
928 |
dtype: string
|
929 |
splits:
|
930 |
- name: train
|
931 |
-
num_bytes:
|
932 |
num_examples: 2
|
933 |
-
download_size:
|
934 |
-
dataset_size:
|
935 |
- config_name: yudkowsky_blog
|
936 |
features:
|
937 |
- name: id
|
@@ -948,16 +960,16 @@ dataset_info:
|
|
948 |
dtype: string
|
949 |
- name: authors
|
950 |
sequence: string
|
951 |
-
- name: paged_url
|
952 |
-
dtype: string
|
953 |
- name: summary
|
954 |
sequence: string
|
|
|
|
|
955 |
splits:
|
956 |
- name: train
|
957 |
-
num_bytes:
|
958 |
num_examples: 23
|
959 |
-
download_size:
|
960 |
-
dataset_size:
|
961 |
- config_name: ml_safety_newsletter
|
962 |
features:
|
963 |
- name: id
|
@@ -974,14 +986,16 @@ dataset_info:
|
|
974 |
dtype: string
|
975 |
- name: authors
|
976 |
sequence: string
|
|
|
|
|
977 |
- name: source_type
|
978 |
dtype: string
|
979 |
splits:
|
980 |
- name: train
|
981 |
-
num_bytes:
|
982 |
num_examples: 9
|
983 |
-
download_size:
|
984 |
-
dataset_size:
|
985 |
---
|
986 |
# AI Alignment Research Dataset
|
987 |
|
|
|
23 |
- name: date_published
|
24 |
dtype: string
|
25 |
- name: authors
|
26 |
+
sequence: string
|
27 |
+
- name: summary
|
28 |
+
sequence: string
|
29 |
+
- name: source_type
|
30 |
dtype: string
|
31 |
- name: book_title
|
32 |
dtype: string
|
|
|
|
|
|
|
|
|
33 |
- name: karma
|
34 |
dtype: int32
|
35 |
- name: votes
|
|
|
42 |
sequence: string
|
43 |
- name: modified_at
|
44 |
dtype: string
|
|
|
|
|
45 |
- name: venue
|
46 |
dtype: string
|
47 |
- name: newsletter_category
|
|
|
90 |
dtype: string
|
91 |
splits:
|
92 |
- name: train
|
93 |
+
num_bytes: 307015308
|
94 |
+
num_examples: 9341
|
95 |
+
download_size: 353223905
|
96 |
+
dataset_size: 307015308
|
97 |
- config_name: agentmodels
|
98 |
features:
|
99 |
- name: id
|
|
|
110 |
dtype: string
|
111 |
- name: authors
|
112 |
sequence: string
|
113 |
+
- name: summary
|
114 |
+
sequence: string
|
115 |
+
- name: source_type
|
116 |
dtype: string
|
117 |
- name: book_title
|
118 |
dtype: string
|
119 |
splits:
|
120 |
- name: train
|
121 |
+
num_bytes: 386001
|
122 |
num_examples: 21
|
123 |
+
download_size: 802384
|
124 |
+
dataset_size: 386001
|
125 |
- config_name: aiimpacts
|
126 |
features:
|
127 |
- name: id
|
|
|
138 |
dtype: string
|
139 |
- name: authors
|
140 |
sequence: string
|
|
|
|
|
141 |
- name: summary
|
142 |
sequence: string
|
143 |
+
- name: source_type
|
144 |
+
dtype: string
|
145 |
splits:
|
146 |
- name: train
|
147 |
+
num_bytes: 2213777
|
148 |
num_examples: 253
|
149 |
+
download_size: 2263756
|
150 |
+
dataset_size: 2213777
|
151 |
- config_name: aipulse.org
|
152 |
features:
|
153 |
- name: id
|
|
|
164 |
dtype: string
|
165 |
- name: authors
|
166 |
sequence: string
|
167 |
+
- name: summary
|
168 |
+
sequence: string
|
169 |
+
- name: source_type
|
170 |
dtype: string
|
171 |
splits:
|
172 |
- name: train
|
173 |
+
num_bytes: 651777
|
174 |
num_examples: 23
|
175 |
+
download_size: 657165
|
176 |
+
dataset_size: 651777
|
177 |
- config_name: aisafety.camp
|
178 |
features:
|
179 |
- name: id
|
|
|
190 |
dtype: string
|
191 |
- name: authors
|
192 |
sequence: string
|
|
|
|
|
193 |
- name: summary
|
194 |
sequence: string
|
195 |
+
- name: source_type
|
196 |
+
dtype: string
|
197 |
splits:
|
198 |
- name: train
|
199 |
+
num_bytes: 83937
|
200 |
num_examples: 9
|
201 |
+
download_size: 85765
|
202 |
+
dataset_size: 83937
|
203 |
- config_name: aisafety.info
|
204 |
features:
|
205 |
- name: id
|
|
|
216 |
dtype: string
|
217 |
- name: authors
|
218 |
sequence: string
|
219 |
+
- name: summary
|
220 |
+
sequence: string
|
221 |
+
- name: source_type
|
222 |
dtype: string
|
223 |
splits:
|
224 |
- name: train
|
225 |
+
num_bytes: 809675
|
226 |
num_examples: 294
|
227 |
+
download_size: 842746
|
228 |
+
dataset_size: 809675
|
229 |
- config_name: alignmentforum
|
230 |
features:
|
231 |
- name: id
|
|
|
242 |
dtype: string
|
243 |
- name: authors
|
244 |
sequence: string
|
245 |
+
- name: summary
|
246 |
+
sequence: string
|
247 |
+
- name: source_type
|
248 |
+
dtype: string
|
249 |
- name: karma
|
250 |
dtype: int32
|
251 |
- name: votes
|
|
|
258 |
sequence: string
|
259 |
- name: modified_at
|
260 |
dtype: string
|
|
|
|
|
|
|
|
|
261 |
splits:
|
262 |
- name: train
|
263 |
+
num_bytes: 73865877
|
264 |
+
num_examples: 2656
|
265 |
+
download_size: 75181662
|
266 |
+
dataset_size: 73865877
|
267 |
- config_name: alignment_newsletter
|
268 |
features:
|
269 |
- name: id
|
|
|
280 |
dtype: string
|
281 |
- name: authors
|
282 |
sequence: string
|
283 |
+
- name: summary
|
284 |
+
sequence: string
|
285 |
- name: source_type
|
286 |
dtype: string
|
287 |
- name: venue
|
|
|
302 |
dtype: string
|
303 |
splits:
|
304 |
- name: train
|
305 |
+
num_bytes: 3193636
|
306 |
num_examples: 1504
|
307 |
+
download_size: 3576332
|
308 |
+
dataset_size: 3193636
|
309 |
- config_name: arbital
|
310 |
features:
|
311 |
- name: id
|
|
|
322 |
dtype: string
|
323 |
- name: authors
|
324 |
sequence: string
|
325 |
+
- name: summary
|
326 |
+
sequence: string
|
327 |
+
- name: source_type
|
328 |
dtype: string
|
329 |
- name: alias
|
330 |
dtype: string
|
331 |
+
- name: tags
|
332 |
sequence: string
|
333 |
splits:
|
334 |
- name: train
|
335 |
+
num_bytes: 3592118
|
336 |
+
num_examples: 730
|
337 |
+
download_size: 4077961
|
338 |
+
dataset_size: 3592118
|
339 |
- config_name: arxiv
|
340 |
features:
|
341 |
- name: id
|
|
|
352 |
dtype: string
|
353 |
- name: authors
|
354 |
sequence: string
|
355 |
+
- name: summary
|
356 |
+
sequence: string
|
357 |
- name: source_type
|
358 |
dtype: string
|
|
|
|
|
359 |
- name: data_last_modified
|
360 |
dtype: string
|
361 |
- name: abstract
|
|
|
370 |
dtype: string
|
371 |
- name: categories
|
372 |
sequence: string
|
|
|
|
|
373 |
splits:
|
374 |
- name: train
|
375 |
+
num_bytes: 140115174
|
376 |
num_examples: 1144
|
377 |
download_size: 155841593
|
378 |
+
dataset_size: 140115174
|
379 |
- config_name: audio_transcripts
|
380 |
features:
|
381 |
- name: id
|
|
|
392 |
dtype: string
|
393 |
- name: authors
|
394 |
sequence: string
|
395 |
+
- name: summary
|
396 |
+
sequence: string
|
397 |
+
- name: source_type
|
398 |
dtype: string
|
399 |
splits:
|
400 |
- name: train
|
401 |
+
num_bytes: 1312631
|
402 |
num_examples: 37
|
403 |
+
download_size: 1335397
|
404 |
+
dataset_size: 1312631
|
405 |
- config_name: carado.moe
|
406 |
features:
|
407 |
- name: id
|
|
|
418 |
dtype: string
|
419 |
- name: authors
|
420 |
sequence: string
|
421 |
+
- name: summary
|
422 |
+
sequence: string
|
423 |
- name: source_type
|
424 |
dtype: string
|
425 |
splits:
|
426 |
- name: train
|
427 |
+
num_bytes: 1048269
|
428 |
num_examples: 248
|
429 |
+
download_size: 1083144
|
430 |
+
dataset_size: 1048269
|
431 |
- config_name: cold_takes
|
432 |
features:
|
433 |
- name: id
|
|
|
444 |
dtype: string
|
445 |
- name: authors
|
446 |
sequence: string
|
447 |
+
- name: summary
|
448 |
+
sequence: string
|
449 |
- name: source_type
|
450 |
dtype: string
|
451 |
splits:
|
452 |
- name: train
|
453 |
+
num_bytes: 1633384
|
454 |
num_examples: 102
|
455 |
+
download_size: 2560052
|
456 |
+
dataset_size: 1633384
|
457 |
- config_name: deepmind_blog
|
458 |
features:
|
459 |
- name: id
|
|
|
470 |
dtype: string
|
471 |
- name: authors
|
472 |
sequence: string
|
473 |
+
- name: summary
|
474 |
+
sequence: string
|
475 |
- name: source_type
|
476 |
dtype: string
|
477 |
splits:
|
478 |
- name: train
|
479 |
+
num_bytes: 111439
|
480 |
num_examples: 10
|
481 |
+
download_size: 112339
|
482 |
+
dataset_size: 111439
|
483 |
- config_name: distill
|
484 |
features:
|
485 |
- name: id
|
|
|
496 |
dtype: string
|
497 |
- name: authors
|
498 |
sequence: string
|
499 |
+
- name: summary
|
500 |
+
sequence: string
|
501 |
- name: source_type
|
502 |
dtype: string
|
|
|
|
|
503 |
- name: abstract
|
504 |
dtype: string
|
505 |
- name: journal_ref
|
|
|
510 |
sequence:
|
511 |
- name: title
|
512 |
dtype: string
|
|
|
|
|
513 |
splits:
|
514 |
- name: train
|
515 |
+
num_bytes: 2251584
|
516 |
num_examples: 51
|
517 |
download_size: 2435649
|
518 |
+
dataset_size: 2251584
|
519 |
- config_name: eaforum
|
520 |
features:
|
521 |
- name: id
|
|
|
532 |
dtype: string
|
533 |
- name: authors
|
534 |
sequence: string
|
535 |
+
- name: summary
|
536 |
+
sequence: string
|
537 |
+
- name: source_type
|
538 |
+
dtype: string
|
539 |
- name: karma
|
540 |
dtype: int32
|
541 |
- name: votes
|
|
|
548 |
sequence: string
|
549 |
- name: modified_at
|
550 |
dtype: string
|
|
|
|
|
|
|
|
|
551 |
splits:
|
552 |
- name: train
|
553 |
+
num_bytes: 16515
|
554 |
+
num_examples: 1
|
555 |
+
download_size: 16741
|
556 |
+
dataset_size: 16515
|
557 |
- config_name: gdocs
|
558 |
features:
|
559 |
- name: id
|
|
|
570 |
dtype: string
|
571 |
- name: authors
|
572 |
sequence: string
|
573 |
+
- name: summary
|
574 |
+
sequence: string
|
575 |
+
- name: source_type
|
576 |
dtype: string
|
577 |
- name: docx_name
|
578 |
dtype: string
|
579 |
splits:
|
580 |
- name: train
|
581 |
+
num_bytes: 449996
|
582 |
num_examples: 12
|
583 |
+
download_size: 454227
|
584 |
+
dataset_size: 449996
|
585 |
- config_name: gdrive_ebooks
|
586 |
features:
|
587 |
- name: id
|
|
|
598 |
dtype: string
|
599 |
- name: authors
|
600 |
sequence: string
|
601 |
+
- name: summary
|
602 |
+
sequence: string
|
603 |
+
- name: source_type
|
604 |
dtype: string
|
605 |
- name: chapter_names
|
606 |
sequence: string
|
|
|
608 |
dtype: string
|
609 |
splits:
|
610 |
- name: train
|
611 |
+
num_bytes: 19583332
|
612 |
num_examples: 20
|
613 |
+
download_size: 19746232
|
614 |
+
dataset_size: 19583332
|
615 |
- config_name: generative.ink
|
616 |
features:
|
617 |
- name: id
|
|
|
628 |
dtype: string
|
629 |
- name: authors
|
630 |
sequence: string
|
631 |
+
- name: summary
|
632 |
+
sequence: string
|
633 |
- name: source_type
|
634 |
dtype: string
|
635 |
splits:
|
636 |
- name: train
|
637 |
+
num_bytes: 446939
|
638 |
num_examples: 19
|
639 |
+
download_size: 449941
|
640 |
+
dataset_size: 446939
|
641 |
- config_name: gwern_blog
|
642 |
features:
|
643 |
- name: id
|
|
|
654 |
dtype: string
|
655 |
- name: authors
|
656 |
sequence: string
|
657 |
+
- name: summary
|
658 |
+
sequence: string
|
659 |
+
- name: source_type
|
660 |
+
dtype: string
|
661 |
- name: description
|
662 |
dtype: string
|
663 |
splits:
|
664 |
- name: train
|
665 |
+
num_bytes: 686185
|
666 |
num_examples: 7
|
667 |
+
download_size: 692693
|
668 |
+
dataset_size: 686185
|
669 |
- config_name: importai
|
670 |
features:
|
671 |
- name: id
|
|
|
682 |
dtype: string
|
683 |
- name: authors
|
684 |
sequence: string
|
685 |
+
- name: summary
|
686 |
+
sequence: string
|
687 |
- name: source_type
|
688 |
dtype: string
|
689 |
splits:
|
690 |
- name: train
|
691 |
+
num_bytes: 243316
|
692 |
num_examples: 15
|
693 |
+
download_size: 246831
|
694 |
+
dataset_size: 243316
|
695 |
- config_name: jsteinhardt_blog
|
696 |
features:
|
697 |
- name: id
|
|
|
708 |
dtype: string
|
709 |
- name: authors
|
710 |
sequence: string
|
|
|
|
|
711 |
- name: summary
|
712 |
sequence: string
|
713 |
+
- name: source_type
|
714 |
+
dtype: string
|
715 |
splits:
|
716 |
- name: train
|
717 |
+
num_bytes: 374939
|
718 |
num_examples: 39
|
719 |
+
download_size: 382468
|
720 |
+
dataset_size: 374939
|
721 |
- config_name: lesswrong
|
722 |
features:
|
723 |
- name: id
|
|
|
734 |
dtype: string
|
735 |
- name: authors
|
736 |
sequence: string
|
737 |
+
- name: summary
|
738 |
+
sequence: string
|
739 |
+
- name: source_type
|
740 |
+
dtype: string
|
741 |
- name: karma
|
742 |
dtype: int32
|
743 |
- name: votes
|
|
|
750 |
sequence: string
|
751 |
- name: modified_at
|
752 |
dtype: string
|
|
|
|
|
|
|
|
|
753 |
splits:
|
754 |
- name: train
|
755 |
+
num_bytes: 50370615
|
756 |
num_examples: 1741
|
757 |
+
download_size: 51388590
|
758 |
+
dataset_size: 50370615
|
759 |
- config_name: markdown.ebooks
|
760 |
features:
|
761 |
- name: id
|
|
|
772 |
dtype: string
|
773 |
- name: authors
|
774 |
sequence: string
|
775 |
+
- name: summary
|
776 |
+
sequence: string
|
777 |
- name: source_type
|
778 |
dtype: string
|
779 |
- name: filename
|
780 |
dtype: string
|
781 |
splits:
|
782 |
- name: train
|
783 |
+
num_bytes: 1878452
|
784 |
num_examples: 4
|
785 |
+
download_size: 1897835
|
786 |
+
dataset_size: 1878452
|
787 |
- config_name: miri
|
788 |
features:
|
789 |
- name: id
|
|
|
800 |
dtype: string
|
801 |
- name: authors
|
802 |
sequence: string
|
|
|
|
|
803 |
- name: summary
|
804 |
sequence: string
|
805 |
+
- name: source_type
|
806 |
+
dtype: string
|
807 |
splits:
|
808 |
- name: train
|
809 |
+
num_bytes: 5685488
|
810 |
num_examples: 492
|
811 |
+
download_size: 5799863
|
812 |
+
dataset_size: 5685488
|
813 |
- config_name: nonarxiv_papers
|
814 |
features:
|
815 |
- name: id
|
|
|
826 |
dtype: string
|
827 |
- name: authors
|
828 |
sequence: string
|
829 |
+
- name: summary
|
830 |
+
sequence: string
|
831 |
+
- name: source_type
|
832 |
dtype: string
|
833 |
- name: abstract
|
834 |
dtype: string
|
|
|
|
|
|
|
|
|
835 |
splits:
|
836 |
- name: train
|
837 |
+
num_bytes: 10099354
|
838 |
num_examples: 200
|
839 |
+
download_size: 10146094
|
840 |
+
dataset_size: 10099354
|
841 |
- config_name: qualiacomputing
|
842 |
features:
|
843 |
- name: id
|
|
|
854 |
dtype: string
|
855 |
- name: authors
|
856 |
sequence: string
|
|
|
|
|
857 |
- name: summary
|
858 |
sequence: string
|
859 |
+
- name: source_type
|
860 |
+
dtype: string
|
861 |
splits:
|
862 |
- name: train
|
863 |
+
num_bytes: 4397009
|
864 |
+
num_examples: 302
|
865 |
+
download_size: 4458760
|
866 |
+
dataset_size: 4397009
|
867 |
- config_name: reports
|
868 |
features:
|
869 |
- name: id
|
|
|
880 |
dtype: string
|
881 |
- name: authors
|
882 |
sequence: string
|
883 |
+
- name: summary
|
884 |
+
sequence: string
|
885 |
+
- name: source_type
|
886 |
dtype: string
|
887 |
- name: filename
|
888 |
dtype: string
|
889 |
splits:
|
890 |
- name: train
|
891 |
+
num_bytes: 5508374
|
892 |
+
num_examples: 74
|
893 |
+
download_size: 5528295
|
894 |
+
dataset_size: 5508374
|
895 |
- config_name: vkrakovna_blog
|
896 |
features:
|
897 |
- name: id
|
|
|
908 |
dtype: string
|
909 |
- name: authors
|
910 |
sequence: string
|
|
|
|
|
911 |
- name: summary
|
912 |
sequence: string
|
913 |
+
- name: source_type
|
914 |
+
dtype: string
|
915 |
splits:
|
916 |
- name: train
|
917 |
+
num_bytes: 301626
|
918 |
num_examples: 46
|
919 |
+
download_size: 310543
|
920 |
+
dataset_size: 301626
|
921 |
- config_name: waitbutwhy
|
922 |
features:
|
923 |
- name: id
|
|
|
933 |
- name: date_published
|
934 |
dtype: string
|
935 |
- name: authors
|
936 |
+
sequence: string
|
937 |
+
- name: summary
|
938 |
+
sequence: string
|
939 |
- name: source_type
|
940 |
dtype: string
|
941 |
splits:
|
942 |
- name: train
|
943 |
+
num_bytes: 157225
|
944 |
num_examples: 2
|
945 |
+
download_size: 158563
|
946 |
+
dataset_size: 157225
|
947 |
- config_name: yudkowsky_blog
|
948 |
features:
|
949 |
- name: id
|
|
|
960 |
dtype: string
|
961 |
- name: authors
|
962 |
sequence: string
|
|
|
|
|
963 |
- name: summary
|
964 |
sequence: string
|
965 |
+
- name: source_type
|
966 |
+
dtype: string
|
967 |
splits:
|
968 |
- name: train
|
969 |
+
num_bytes: 572669
|
970 |
num_examples: 23
|
971 |
+
download_size: 578093
|
972 |
+
dataset_size: 572669
|
973 |
- config_name: ml_safety_newsletter
|
974 |
features:
|
975 |
- name: id
|
|
|
986 |
dtype: string
|
987 |
- name: authors
|
988 |
sequence: string
|
989 |
+
- name: summary
|
990 |
+
sequence: string
|
991 |
- name: source_type
|
992 |
dtype: string
|
993 |
splits:
|
994 |
- name: train
|
995 |
+
num_bytes: 110320
|
996 |
num_examples: 9
|
997 |
+
download_size: 112191
|
998 |
+
dataset_size: 110320
|
999 |
---
|
1000 |
# AI Alignment Research Dataset
|
1001 |
|
agentmodels.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
aiimpacts.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
aipulse.org.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
aisafety.camp.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
aisafety.info.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
alignment-research-dataset.py
CHANGED
@@ -89,31 +89,21 @@ DEFAULT_FEATURES = {
|
|
89 |
'text': Value('large_string'),
|
90 |
'url': Value('string'),
|
91 |
'date_published': Value(dtype='string'),
|
92 |
-
'authors': Sequence(feature=Value(dtype='string'), length=-1)
|
|
|
|
|
93 |
}
|
94 |
|
95 |
|
96 |
# Per datasource additional features
|
97 |
DATASOURCES = {
|
98 |
'agentmodels': {
|
99 |
-
'source_filetype': Value(dtype='string'),
|
100 |
-
'converted_with': Value(dtype='string'),
|
101 |
'book_title': Value(dtype='string'),
|
102 |
},
|
103 |
-
'aiimpacts': {
|
104 |
-
|
105 |
-
|
106 |
-
},
|
107 |
-
'aipulse.org': {
|
108 |
-
'paged_url': Value(dtype='string')
|
109 |
-
},
|
110 |
-
'aisafety.camp': {
|
111 |
-
'paged_url': Value(dtype='string'),
|
112 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
113 |
-
},
|
114 |
-
'aisafety.info': {
|
115 |
-
'source_filetype': Value(dtype='string'),
|
116 |
-
},
|
117 |
'alignmentforum': {
|
118 |
'karma': Value(dtype='int32'),
|
119 |
'votes': Value(dtype='int32'),
|
@@ -121,12 +111,8 @@ DATASOURCES = {
|
|
121 |
'comment_count': Value(dtype='int32'),
|
122 |
'tags': Sequence(feature=Value(dtype='string')),
|
123 |
'modified_at': Value(dtype='string'),
|
124 |
-
'source_type': Value(dtype='string'),
|
125 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
126 |
},
|
127 |
'alignment_newsletter': {
|
128 |
-
'converted_with': Value(dtype='string'),
|
129 |
-
'source_type': Value(dtype='string'),
|
130 |
'venue': Value(dtype='string'),
|
131 |
'newsletter_category': Value(dtype='string'),
|
132 |
'highlight': Value(dtype='int32'),
|
@@ -137,14 +123,10 @@ DATASOURCES = {
|
|
137 |
'read_more': Value(dtype='string'),
|
138 |
},
|
139 |
'arbital': {
|
140 |
-
'source_filetype': Value(dtype='string'),
|
141 |
'alias': Value(dtype='string'),
|
142 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
143 |
'tags': Sequence(feature=Value(dtype='string')),
|
144 |
},
|
145 |
'arxiv': {
|
146 |
-
'source_type': Value(dtype='string'),
|
147 |
-
'converted_with': Value(dtype='string'),
|
148 |
'data_last_modified': Value(dtype='string'),
|
149 |
'abstract': Value(dtype='string'),
|
150 |
'author_comment': Value(dtype='string'),
|
@@ -152,29 +134,16 @@ DATASOURCES = {
|
|
152 |
'doi': Value(dtype='string'),
|
153 |
'primary_category': Value(dtype='string'),
|
154 |
'categories': Sequence(feature=Value(dtype='string'), length=-1),
|
155 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
156 |
-
},
|
157 |
-
'audio_transcripts': {
|
158 |
-
'source_filetype': Value(dtype='string'),
|
159 |
-
'converted_with': Value(dtype='string'),
|
160 |
-
},
|
161 |
-
'carado.moe': {
|
162 |
-
'source_type': Value(dtype='string'),
|
163 |
-
},
|
164 |
-
'cold_takes': {
|
165 |
-
'source_type': Value(dtype='string')
|
166 |
-
},
|
167 |
-
'deepmind_blog': {
|
168 |
-
'source_type': Value(dtype='string')
|
169 |
},
|
|
|
|
|
|
|
|
|
170 |
'distill': {
|
171 |
-
'source_type': Value(dtype='string'),
|
172 |
-
'converted_with': Value(dtype='string'),
|
173 |
'abstract': Value(dtype='string'),
|
174 |
'journal_ref': Value(dtype='string'),
|
175 |
'doi': Value(dtype='string'),
|
176 |
'bibliography_bib': Sequence(feature={'title': Value(dtype='string')}, length=-1),
|
177 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
178 |
},
|
179 |
'eaforum': {
|
180 |
'karma': Value(dtype='int32'),
|
@@ -183,33 +152,20 @@ DATASOURCES = {
|
|
183 |
'comment_count': Value(dtype='int32'),
|
184 |
'tags': Sequence(feature=Value(dtype='string')),
|
185 |
'modified_at': Value(dtype='string'),
|
186 |
-
'source_type': Value(dtype='string'),
|
187 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
188 |
},
|
189 |
'gdocs': {
|
190 |
-
'source_filetype': Value(dtype='string'),
|
191 |
-
'converted_with': Value(dtype='string'),
|
192 |
'docx_name': Value(dtype='string')
|
193 |
},
|
194 |
'gdrive_ebooks': {
|
195 |
-
'source_filetype': Value(dtype='string'),
|
196 |
-
'converted_with': Value(dtype='string'),
|
197 |
'chapter_names': Sequence(feature=Value(dtype='string'), length=-1),
|
198 |
'file_name': Value(dtype='string')
|
199 |
},
|
200 |
-
'generative.ink': {
|
201 |
-
'source_type': Value(dtype='string')
|
202 |
-
},
|
203 |
'gwern_blog': {
|
204 |
-
'description': Value(dtype='string')
|
205 |
-
},
|
206 |
-
'importai': {
|
207 |
-
'source_type': Value(dtype='string')
|
208 |
-
},
|
209 |
-
'jsteinhardt_blog': {
|
210 |
-
'paged_url': Value(dtype='string'),
|
211 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
212 |
},
|
|
|
|
|
213 |
'lesswrong': {
|
214 |
'karma': Value(dtype='int32'),
|
215 |
'votes': Value(dtype='int32'),
|
@@ -217,48 +173,22 @@ DATASOURCES = {
|
|
217 |
'comment_count': Value(dtype='int32'),
|
218 |
'tags': Sequence(feature=Value(dtype='string')),
|
219 |
'modified_at': Value(dtype='string'),
|
220 |
-
'source_type': Value(dtype='string'),
|
221 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
222 |
},
|
223 |
'markdown.ebooks': {
|
224 |
-
'source_type': Value(dtype='string'),
|
225 |
'filename': Value(dtype='string')
|
226 |
},
|
227 |
-
'miri': {
|
228 |
-
|
229 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
230 |
-
},
|
231 |
-
'ml_safety_newsletter': {
|
232 |
-
'source_type': Value(dtype='string')
|
233 |
-
},
|
234 |
'nonarxiv_papers': {
|
235 |
-
'source_filetype': Value(dtype='string'),
|
236 |
'abstract': Value(dtype='string'),
|
237 |
-
'filename': Value(dtype='string'),
|
238 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
239 |
-
},
|
240 |
-
'qualiacomputing': {
|
241 |
-
'paged_url': Value(dtype='string'),
|
242 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
243 |
},
|
|
|
244 |
'reports': {
|
245 |
-
'source_filetype': Value(dtype='string'),
|
246 |
-
'abstract': Value(dtype='string'),
|
247 |
-
'authors': Sequence(feature=Value(dtype='string'), length=-1),
|
248 |
'filename': Value(dtype='string')
|
249 |
},
|
250 |
-
'vkrakovna_blog': {
|
251 |
-
|
252 |
-
|
253 |
-
},
|
254 |
-
'waitbutwhy': {
|
255 |
-
'source_type': Value(dtype='string'),
|
256 |
-
'authors': Value(dtype='string')
|
257 |
-
},
|
258 |
-
'yudkowsky_blog': {
|
259 |
-
'paged_url': Value(dtype='string'),
|
260 |
-
'summary': Sequence(feature=Value(dtype='string')),
|
261 |
-
},
|
262 |
}
|
263 |
|
264 |
|
|
|
89 |
'text': Value('large_string'),
|
90 |
'url': Value('string'),
|
91 |
'date_published': Value(dtype='string'),
|
92 |
+
'authors': Sequence(feature=Value(dtype='string'), length=-1),
|
93 |
+
'summary': Sequence(feature=Value(dtype='string'), length=-1),
|
94 |
+
'source_type': Value(dtype='string'),
|
95 |
}
|
96 |
|
97 |
|
98 |
# Per datasource additional features
|
99 |
DATASOURCES = {
|
100 |
'agentmodels': {
|
|
|
|
|
101 |
'book_title': Value(dtype='string'),
|
102 |
},
|
103 |
+
'aiimpacts': {},
|
104 |
+
'aipulse.org': {},
|
105 |
+
'aisafety.camp': {},
|
106 |
+
'aisafety.info': {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
'alignmentforum': {
|
108 |
'karma': Value(dtype='int32'),
|
109 |
'votes': Value(dtype='int32'),
|
|
|
111 |
'comment_count': Value(dtype='int32'),
|
112 |
'tags': Sequence(feature=Value(dtype='string')),
|
113 |
'modified_at': Value(dtype='string'),
|
|
|
|
|
114 |
},
|
115 |
'alignment_newsletter': {
|
|
|
|
|
116 |
'venue': Value(dtype='string'),
|
117 |
'newsletter_category': Value(dtype='string'),
|
118 |
'highlight': Value(dtype='int32'),
|
|
|
123 |
'read_more': Value(dtype='string'),
|
124 |
},
|
125 |
'arbital': {
|
|
|
126 |
'alias': Value(dtype='string'),
|
|
|
127 |
'tags': Sequence(feature=Value(dtype='string')),
|
128 |
},
|
129 |
'arxiv': {
|
|
|
|
|
130 |
'data_last_modified': Value(dtype='string'),
|
131 |
'abstract': Value(dtype='string'),
|
132 |
'author_comment': Value(dtype='string'),
|
|
|
134 |
'doi': Value(dtype='string'),
|
135 |
'primary_category': Value(dtype='string'),
|
136 |
'categories': Sequence(feature=Value(dtype='string'), length=-1),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
},
|
138 |
+
'audio_transcripts': {},
|
139 |
+
'carado.moe': {},
|
140 |
+
'cold_takes': {},
|
141 |
+
'deepmind_blog': {},
|
142 |
'distill': {
|
|
|
|
|
143 |
'abstract': Value(dtype='string'),
|
144 |
'journal_ref': Value(dtype='string'),
|
145 |
'doi': Value(dtype='string'),
|
146 |
'bibliography_bib': Sequence(feature={'title': Value(dtype='string')}, length=-1),
|
|
|
147 |
},
|
148 |
'eaforum': {
|
149 |
'karma': Value(dtype='int32'),
|
|
|
152 |
'comment_count': Value(dtype='int32'),
|
153 |
'tags': Sequence(feature=Value(dtype='string')),
|
154 |
'modified_at': Value(dtype='string'),
|
|
|
|
|
155 |
},
|
156 |
'gdocs': {
|
|
|
|
|
157 |
'docx_name': Value(dtype='string')
|
158 |
},
|
159 |
'gdrive_ebooks': {
|
|
|
|
|
160 |
'chapter_names': Sequence(feature=Value(dtype='string'), length=-1),
|
161 |
'file_name': Value(dtype='string')
|
162 |
},
|
163 |
+
'generative.ink': {},
|
|
|
|
|
164 |
'gwern_blog': {
|
165 |
+
'description': Value(dtype='string'),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
},
|
167 |
+
'importai': {},
|
168 |
+
'jsteinhardt_blog': {},
|
169 |
'lesswrong': {
|
170 |
'karma': Value(dtype='int32'),
|
171 |
'votes': Value(dtype='int32'),
|
|
|
173 |
'comment_count': Value(dtype='int32'),
|
174 |
'tags': Sequence(feature=Value(dtype='string')),
|
175 |
'modified_at': Value(dtype='string'),
|
|
|
|
|
176 |
},
|
177 |
'markdown.ebooks': {
|
|
|
178 |
'filename': Value(dtype='string')
|
179 |
},
|
180 |
+
'miri': {},
|
181 |
+
'ml_safety_newsletter': {},
|
|
|
|
|
|
|
|
|
|
|
182 |
'nonarxiv_papers': {
|
|
|
183 |
'abstract': Value(dtype='string'),
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
},
|
185 |
+
'qualiacomputing': {},
|
186 |
'reports': {
|
|
|
|
|
|
|
187 |
'filename': Value(dtype='string')
|
188 |
},
|
189 |
+
'vkrakovna_blog': {},
|
190 |
+
'waitbutwhy': {},
|
191 |
+
'yudkowsky_blog': {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
}
|
193 |
|
194 |
|
alignment_newsletter.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
arbital.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
audio_transcripts.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
carado.moe.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
cold_takes.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
deepmind_blog.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
eaforum.jsonl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b431c32b0ae4a3028a1b373b6c04d4d7c92b7f282e5294f602216f399f1a9498
|
3 |
+
size 16741
|
gdocs.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
generative.ink.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
gwern_blog.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
importai.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
jsteinhardt_blog.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
markdown.ebooks.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
miri.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
ml_safety_newsletter.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
nonarxiv_papers.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qualiacomputing.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
reports.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
vkrakovna_blog.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
waitbutwhy.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
yudkowsky_blog.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|