Add dataset card / README
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: other
|
| 4 |
+
license_name: erowid-noncommercial
|
| 5 |
+
license_link: https://erowid.org/general/about/about.shtml
|
| 6 |
+
tags:
|
| 7 |
+
- drugs
|
| 8 |
+
- erowid
|
| 9 |
+
- trip-reports
|
| 10 |
+
- experiences
|
| 11 |
+
- harm-reduction
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Erowid Experience Reports
|
| 15 |
+
|
| 16 |
+
1,664 first-person experience reports from [Erowid](https://erowid.org). Each record includes the report title, author, substance, full body text, metadata (year, gender, age, views), dosage information, and Erowid notes.
|
| 17 |
+
|
| 18 |
+
Also includes 354 substance profiles with enriched metadata.
|
| 19 |
+
|
| 20 |
+
## Files
|
| 21 |
+
|
| 22 |
+
| File | Records | Description |
|
| 23 |
+
|---|---|---|
|
| 24 |
+
| `erowid_experiences.jsonl` | 1,664 | Experience reports |
|
| 25 |
+
| `erowid_substances.jsonl` | 354 | Substance profiles |
|
| 26 |
+
|
| 27 |
+
## Experience columns
|
| 28 |
+
|
| 29 |
+
| Column | Type | Description |
|
| 30 |
+
|---|---|---|
|
| 31 |
+
| `exp_id` | int | Erowid experience ID |
|
| 32 |
+
| `title` | string | Report title |
|
| 33 |
+
| `author` | string | Author name |
|
| 34 |
+
| `substance` | string | Substance name |
|
| 35 |
+
| `text` | string | Full report body |
|
| 36 |
+
| `year` | int | Publication year |
|
| 37 |
+
| `gender` | string | Author gender |
|
| 38 |
+
| `age` | int | Author age |
|
| 39 |
+
| `dosage` | string | Dosage information |
|
| 40 |
+
|
| 41 |
+
## Source
|
| 42 |
+
|
| 43 |
+
[erowid.org](https://erowid.org). Used for harm-reduction and educational research.
|