lara-martin
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ paperswithcode_id: fireball
|
|
29 |
|
30 |
## Table of Contents
|
31 |
- [Data Description](#data-description)
|
32 |
-
- [
|
33 |
- [Normalized Actor State](#normalized-actor-state)
|
34 |
- [Additional Information](#additional-information)
|
35 |
- [Citation](#citation)
|
@@ -40,9 +40,8 @@ paperswithcode_id: fireball
|
|
40 |
## Data Description
|
41 |
**FIREBALL: A Dataset of Dungeons and Dragons Actual-Play with Structured Game State Information**
|
42 |
|
43 |
-
FIREBALL is a large crowdsourced dataset of people playing Dungeons and Dragons on Discord. In addition to playing the game using natural language (primarily English), players also used a bot called [Avrae](https://avrae.io/). Avrae enables players to keep track of the state of the game by writing commands, which we collected.
|
44 |
-
|
45 |
-
The data contains nearly 25,000 unique sessions of gameplay, 153,829 turns.
|
46 |
|
47 |
|
48 |
* [Published paper](https://aclanthology.org/2023.acl-long.229/)
|
@@ -65,9 +64,10 @@ The data contains nearly 25,000 unique sessions of gameplay, 153,829 turns.
|
|
65 |
|
66 |
|
67 |
|
68 |
-
### Schema
|
69 |
|
70 |
-
Each line contains a filtered schema
|
|
|
71 |
```
|
72 |
{
|
73 |
"speaker_id": The anonymized user ID of the user who sent the commands in the triple.
|
|
|
29 |
|
30 |
## Table of Contents
|
31 |
- [Data Description](#data-description)
|
32 |
+
- [DnD Turn Schema](#dnd-turn-schema)
|
33 |
- [Normalized Actor State](#normalized-actor-state)
|
34 |
- [Additional Information](#additional-information)
|
35 |
- [Citation](#citation)
|
|
|
40 |
## Data Description
|
41 |
**FIREBALL: A Dataset of Dungeons and Dragons Actual-Play with Structured Game State Information**
|
42 |
|
43 |
+
FIREBALL is a large crowdsourced dataset of people playing Dungeons and Dragons (D&D or DnD) on Discord. In addition to playing the game using natural language (primarily English), players also used a bot called [Avrae](https://avrae.io/). Avrae enables players to keep track of the state of the game by writing commands, which we collected.
|
44 |
+
This dataset contains nearly 25,000 unique sessions of gameplay, 153,829 turns, and detailed information about people's D&D game turns.
|
|
|
45 |
|
46 |
|
47 |
* [Published paper](https://aclanthology.org/2023.acl-long.229/)
|
|
|
64 |
|
65 |
|
66 |
|
67 |
+
### DnD Turn Schema
|
68 |
|
69 |
+
Each line of the dataset contains a filtered schema for each conversational turn.
|
70 |
+
The schema includes the following keys:
|
71 |
```
|
72 |
{
|
73 |
"speaker_id": The anonymized user ID of the user who sent the commands in the triple.
|