User:Alexander Roidl/chatbook: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "=OuLiBot= ==How it works== ==Creating a poem in collaboration with a chatbot== * Based on the idea of exquisite corpse * in a alternate interplay the bot and the user give...")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
=OuLiBot=
=OuLiBot=
[[File:IMG 6819.jpg|thumbnail]]
[[File:IMG 6827.JPG|thumbnail]]
[[File:IMG 6830.JPG|thumbnail]]
==Idea==
* Shocked by how Google uses all this data and uses it for their algorithms -> I want to question that
* A chatbot as an alternative interface to the text
* How is knowledge built and mediated in the age of machine learning?
* Questioning the authoritative dimension of databases
==How it works==
==How it works==
The bot will try to convince you to write a poem.
Otherwise, you will be caught in the ASCII loop of inspiration.
If you agree writing a poem the bot will give you constraints and advice what you have to do.
This is based on the method of Exquisite Corpse. (Constraint is the structure)


==Structures==
[[File:Screen Shot 2018-03-27 at 22.20.31.png|thumbnail]]
[[File:Screen Shot 2018-03-27 at 22.21.02.png|thumbnail]]
[[File:Screen Shot 2018-03-27 at 22.24.42.png|500px|frameless]]
The bot chooses randomly on which structure the user has to write the poem.
POSSIBLE STRUCTURES:
* ADJECTIVE NOUN ADVERB VERB ADJECTIVE NOUN
* PRONOUN VERB NOUN
* ADJECTIVE NOUN VERB NOUN
==Why a chatbot?==
* Idea of having a dialog with a person -> inspiring
** Orality & writing
* experiment: different approach / interface
* Can ask different questions
* more personal
* question: Does it feel more controllable / more transparent?
==The chat==
[[File:Screen Shot 2018-03-27 at 21.34.18.png|thumbnail]]
Chat Poem
[[File:Screenshot from 2018-03-25 00-19-24.png|600px|frameless]]
ASCII Loop of inspiration
[[File:Screenshot from 2018-03-25 19-44-34.png|600px|frameless]]
Published on Twitter
[[File:Screenshot from 2018-03-26 11-58-51.png|600px|frameless]]




Line 8: Line 56:
* in a alternate interplay the bot and the user give words based on a given structure
* in a alternate interplay the bot and the user give words based on a given structure
** like ADJECTIVE NOUN ADVERB VERB ADJECTIVE NOUN
** like ADJECTIVE NOUN ADVERB VERB ADJECTIVE NOUN
==Code==
The Code is accessible on git.xpub.nl
https://git.xpub.nl/OuNuPo-make/log.html
<source lang="make">
make dirs
make ocr/output.txt
make oulibot
</source>
==References==
Literary games with Steve
https://pad.pzimediadesign.nl/p/rw-rm-10-01-2018
Exquisite Corpse
http://www.tate.org.uk/art/artworks/breton-eluard-hugo-exquisite-corpse-t12005
Uncreative Writing - Goldsmith

Latest revision as of 22:30, 27 March 2018

OuLiBot

IMG 6819.jpg
IMG 6827.JPG
IMG 6830.JPG

Idea

  • Shocked by how Google uses all this data and uses it for their algorithms -> I want to question that
  • A chatbot as an alternative interface to the text
  • How is knowledge built and mediated in the age of machine learning?
  • Questioning the authoritative dimension of databases

How it works

The bot will try to convince you to write a poem. Otherwise, you will be caught in the ASCII loop of inspiration. If you agree writing a poem the bot will give you constraints and advice what you have to do. This is based on the method of Exquisite Corpse. (Constraint is the structure)

Structures

Screen Shot 2018-03-27 at 22.20.31.png
Screen Shot 2018-03-27 at 22.21.02.png

Screen Shot 2018-03-27 at 22.24.42.png

The bot chooses randomly on which structure the user has to write the poem.

POSSIBLE STRUCTURES:

  • ADJECTIVE NOUN ADVERB VERB ADJECTIVE NOUN
  • PRONOUN VERB NOUN
  • ADJECTIVE NOUN VERB NOUN

Why a chatbot?

  • Idea of having a dialog with a person -> inspiring
    • Orality & writing
  • experiment: different approach / interface
  • Can ask different questions
  • more personal
  • question: Does it feel more controllable / more transparent?


The chat

Screen Shot 2018-03-27 at 21.34.18.png

Chat Poem

Screenshot from 2018-03-25 00-19-24.png

ASCII Loop of inspiration

Screenshot from 2018-03-25 19-44-34.png

Published on Twitter

Screenshot from 2018-03-26 11-58-51.png


Creating a poem in collaboration with a chatbot

  • Based on the idea of exquisite corpse
  • in a alternate interplay the bot and the user give words based on a given structure
    • like ADJECTIVE NOUN ADVERB VERB ADJECTIVE NOUN

Code

The Code is accessible on git.xpub.nl

https://git.xpub.nl/OuNuPo-make/log.html

make dirs
make ocr/output.txt
make oulibot

References

Literary games with Steve https://pad.pzimediadesign.nl/p/rw-rm-10-01-2018

Exquisite Corpse http://www.tate.org.uk/art/artworks/breton-eluard-hugo-exquisite-corpse-t12005

Uncreative Writing - Goldsmith