File size: 1,937 Bytes
979e026
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: other
task_categories:
- text-generation
size_categories:
- 10K<n<100K
language:
- en
tags:
- chat
- conversation
- instruction-tuning
- fanfiction
- ao3
pretty_name: AO3 Chat
---

# ao3_chat

## Overview

A reformatted version of the dataset
[**`midwestern-simulation-active/ao3_random_subset`**](https://huggingface.co/datasets/midwestern-simulation-active/ao3_random_subset), converted into
chat-style and instruction-tuning examples suitable for training
chat-oriented language models.

Each example consists of:
- a **system** prompt derived from AO3 metadata
- a **user** prompt requesting the contents of a specific work
- an **assistant** response containing the full text (or a chunk thereof)

This dataset is intended for supervised fine-tuning (SFT) of chat models.

---

## Structure

The repository contains two representations of the same data:

### `jsonl/`
Line-delimited JSON files

### `parquet/`
Columnar Parquet files containing the same fields, suitable for
efficient loading with PyArrow, Pandas, or Hugging Face Datasets.

## Prompt Format

### System
Metadata extracted from AO3 entries (rating, fandoms, relationships,
characters, tags, etc.).

### User Prompt
A request to provide the full text of a specific fanfiction work by title.

### Assistant Response
The original fanfiction text, optionally split into multiple parts for
long works.

## Source

Original data:

[`midwestern-simulation-active/ao3_random_subset`](https://huggingface.co/datasets/midwestern-simulation-active/ao3_random_subset)

This dataset preserves the original text content and metadata, while
changing only the formatting.

## Notes

* This dataset contains copyrighted material.

* It is provided for research and experimentation purposes.

* Users are responsible for complying with AO3’s terms of service and
applicable copyright laws.

## Intended Use

- Chat model fine-tuning
- Long-form text generation research