| title | Resources |
|---|---|
| layout | default |
| img | play-if-card.png |
| active_tab | resources |
{% for simulation in site.data.resources.simulations %}
<td width="30%">
{% if simulation.paper1 %}
<a href="{{simulation.paper_url1}}">{{simulation.paper1}}</a>
{% endif %}
{% if simulation.paper2 %}
and
<a href="{{simulation.paper_url2}}">{{simulation.paper2}}</a>
{% endif %}
</td>
<td width="10%">
{% if simulation.code %}
<a href="{{simulation.code}}">{{simulation.code}}</a>
{% endif %}
</td>
<td width="10%">
{% if simulation.hugging_face %}
<a href="{{simulation.hugging_face}}">{{simulation.hugging_face}}</a>
{% endif %}
</td>
<td width="10%">
{% if dataset.leaderboard %}
<a href="{{simulation.leaderboard}}">{{simulation.leaderboard}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Dataset | Papers | Paper Code | Hugging Face Link | Leaderboard |
|---|---|---|---|---|
| {% if simulation.url %} {{simulation.name}} {% if simulation.info %} - {{simulation.info}} {% endif %} {% else %} {{simulation.name}} {% if simulation.info %} - {{simulation.info}} {% endif %} {% endif %} |
{% for dataset in site.data.resources.datasets %}
<td width="30%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
<td width="10%">
{% if dataset.code %}
<a href="{{dataset.code}}">{{dataset.code}}</a>
{% endif %}
</td>
<td width="10%">
{% if dataset.hugging_face %}
<a href="{{dataset.hugging_face}}">{{dataset.hugging_face}}</a>
{% endif %}
</td>
<td width="10%">
{% if dataset.leaderboard %}
<a href="{{dataset.leaderboard}}">{{dataset.leaderboard}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Dataset | Papers | Paper Code | Hugging Face Link | Leaderboard |
|---|---|---|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
{% for dataset in site.data.resources.vision %}
<td width="30%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
<td width="20%">
{% if dataset.code %}
<a href="{{dataset.code}}">{{dataset.code}}</a>
{% endif %}
</td>
<td width="20%">
{% if dataset.hugging_face %}
<a href="{{dataset.hugging_face}}">{{dataset.hugging_face}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Dataset | Papers | Paper Code | Hugging Face Link |
|---|---|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
{% for dataset in site.data.resources.eval %}
<td width="50%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
<td width="10%">
{% if dataset.leaderboard %}
<a href="{{dataset.leaderboard}}">{{dataset.leaderboard}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Dataset | Papers | Leaderboard |
|---|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
- Archive of Our Own Scraper
- Fanfiction Scraper
- Process your own book data: BookNLP
{% for dataset in site.data.resources.if %}
<td width="50%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
<td width="30%">
{% if dataset.code %}
<a href="{{dataset.code}}">{{dataset.code}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Dataset | Papers | Paper Code |
|---|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}}{% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
{% for dataset in site.data.resources.planning %}
<td width="50%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Planner/Code | Papers |
|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
{% for dataset in site.data.resources.knowledge %}
<td width="50%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
<td width="30%">
{% if dataset.hugging_face %}
<a href="{{dataset.hugging_face}}">{{dataset.hugging_face}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Knowledge Base | Papers | Hugging Face Link |
|---|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
{% for dataset in site.data.resources.other %}
<td width="50%">
{% if dataset.paper1 %}
<a href="{{dataset.paper_url1}}">{{dataset.paper1}}</a>
{% endif %}
{% if dataset.paper2 %}
and
<a href="{{dataset.paper_url2}}">{{dataset.paper2}}</a>
{% endif %}
</td>
</tr>
{% endfor %}
| Code | Papers |
|---|---|
| {% if dataset.url %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% else %} {{dataset.name}} {% if dataset.info %} - {{dataset.info}} {% endif %} {% endif %} |
- Hugging Face - Hugging Face provides state-of-the-art general-purpose neural language model architectures like BERT, GPT-2, and others.
- Hugging Face Transformer Library
- AllenNLP - Deep learning for NLP with state of the art models
- Spacy - Industrial-Strength Natural Language Processing in Python
- NLTK - Natural Language Toolkit - Basic NLP tools for Python & interfacing with some external models
- Stanford NLP
- Stanza - Stanford NLP for Python
- ConvKit - Cornell Conversation Analysis Toolkit
- How To Make Custom AI-Generated Text With GPT-2 by Max Woolf
- BERT End to End (Fine-tuning + Predicting) in 5 minutes
- How to use Google Speech to Text API to transcribe long audio files
- Video Tutorial - Beginners Guide To Coding An Illustrated Text Adventure Game (with Adventuron Classroom) by Chris Ainsley
- Save the Date by Chris Cornell (Montolli)
- The Icebound Concordance by Aaron Reed and Jacob Garbe
- Prom Week
- Façade
- Actual Play Podcasts - both of our favorite is The Adventure Zone
- Giant list of Actual Play Podcasts
- Play games with friends on Roll 20
- chooseyourstory.com
- AI Dungeon
- Try some games on Itch.io to figure out what you like and don't like in an IF game
- Interactive Fiction Database
- Interactive Fiction Wiki
- Nick Montfort's Interactive Narrative course at MIT
- Print graph paper - just blank graph paper!
- Random Generators for Tabletop Games
- TesselationPlot for RPG Maps
- RPG Map Editor 2
- RPGgen - a collection of generators