Add alignmentforum, update citation, description, license
Browse files
alignment-research-dataset.py
CHANGED
|
@@ -8,17 +8,17 @@ from datasets import Value, Sequence
|
|
| 8 |
_CITATION = '''
|
| 9 |
@article{kirchner2022understanding,
|
| 10 |
title={Understanding AI Alignment Research: A Systematic Analysis},
|
| 11 |
-
author={Kirchner,
|
| 12 |
journal={arXiv preprint arXiv:2022.4338861},
|
| 13 |
year={2022}
|
| 14 |
}
|
| 15 |
'''
|
| 16 |
|
| 17 |
-
_DESCRIPTION = """
|
| 18 |
|
| 19 |
_HOMEPAGE = "https://github.com/StampyAI/alignment-research-dataset"
|
| 20 |
|
| 21 |
-
_LICENSE = ""
|
| 22 |
|
| 23 |
_VERSION_ = '0.0.0'
|
| 24 |
|
|
@@ -107,6 +107,13 @@ DATASOURCES = {
|
|
| 107 |
'aisafety.camp': {
|
| 108 |
'paged_url': Value(dtype='string', id=None)
|
| 109 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
'alignment_newsletter': {
|
| 111 |
'converted_with': Value(dtype='string', id=None),
|
| 112 |
'source_type': Value(dtype='string', id=None),
|
|
|
|
| 8 |
_CITATION = '''
|
| 9 |
@article{kirchner2022understanding,
|
| 10 |
title={Understanding AI Alignment Research: A Systematic Analysis},
|
| 11 |
+
author={Kirchner, Jan H and Smith, Logan and Thibodeau, Jacques and McDonnell, Kyle and Reynolds, Laria},
|
| 12 |
journal={arXiv preprint arXiv:2022.4338861},
|
| 13 |
year={2022}
|
| 14 |
}
|
| 15 |
'''
|
| 16 |
|
| 17 |
+
_DESCRIPTION = """The AI Alignment Research Dataset is a collection of documents related to AI Alignment and Safety from various books, research papers, and alignment related blog posts."""
|
| 18 |
|
| 19 |
_HOMEPAGE = "https://github.com/StampyAI/alignment-research-dataset"
|
| 20 |
|
| 21 |
+
_LICENSE = "MIT license"
|
| 22 |
|
| 23 |
_VERSION_ = '0.0.0'
|
| 24 |
|
|
|
|
| 107 |
'aisafety.camp': {
|
| 108 |
'paged_url': Value(dtype='string', id=None)
|
| 109 |
},
|
| 110 |
+
'alignmentforum': {
|
| 111 |
+
'authors': Value(dtype='string', id=None),
|
| 112 |
+
'score': Value(dtype='string', id=None),
|
| 113 |
+
'omega_karma': Value(dtype='string', id=None),
|
| 114 |
+
'votes': Value(dtype='string', id=None),
|
| 115 |
+
'tags': Value(dtype='string', id=None)
|
| 116 |
+
},
|
| 117 |
'alignment_newsletter': {
|
| 118 |
'converted_with': Value(dtype='string', id=None),
|
| 119 |
'source_type': Value(dtype='string', id=None),
|