Nobodies for Bots/nl: Difference between revisions

From Hackers & Designers
No edit summary
No edit summary
 
Line 11: Line 11:
|Print=No
|Print=No
}}
}}
How would you chat to a bot if it wasn’t optimised for human natural language interaction?
Hoe zou je praten met een bot als het niet is geoptimaliseerd voor interactie tussen menselijke natuurlijke taal?


[[File:Racter.jpg]]
[[File:Racter.jpg]]

Latest revision as of 13:11, 14 December 2023

Other languages:
Nobodies for Bots/nl
Name Nobodies for Bots
Location Parnassos Cultuurcentrum, Utrecht
Date 2017/09/27
Time 10:00-20:00
PeopleOrganisations Hackers & Designers
Type Meetup
Web Yes
Print No

Hoe zou je praten met een bot als het niet is geoptimaliseerd voor interactie tussen menselijke natuurlijke taal?

Racter.jpg

geenligaam.voor-boten was a full day masterclass, part of Nederlands Film Festival Interactive: Storyspace (27-28 September 2017, Utrecht). Participants experimented in chatting with bots shaped in a language based upon initial human user input, which were then swapped between groups, so you don’t talk with just some version of yourself. The intent is to ‘make oneself understood’ by bots, rather than the other way around.

Het is alsof je binnenstebuiten op mens gerichte gebruiksvriendelijkheid draait en het pan-gebruiker volledig omarmt!

nobodies-for.bots

Intro

How would you chat to a bot if it wasn’t optimised for human natural language interaction?

nobodies.for-bots is a full day masterclass part of the Nederlands Film Festival Interactive: Storyspace (27-28 September 2017, Utrecht). Participants experiment in chatting with bots shaped in a language based upon initial human user input, which are then swapped between groups, so you don’t talk with just some version of yourself. The intent is to ‘make oneself understood’ by bots, rather than the other way around.

It’s like turning inside out human-centric user friendliness and fully embracing pan-usership!

Reading List

Here we collect all reference material for the workshop

nobodies-for.bots


The chatbot has a long history, starting with Eliza in 1966. Chatbots are quickly developing in traditional forms like the text-based chat message boxes to aural and physical manifestations: the chatbot as conversational across many formats, aurally (eg. Alexa by Amazon) and physically (Paro, a therapeutic Robot), meant to provide an interface to the system for humans (eg you can talk to it, write to it, push a button to trigger an action, and so forth). These developments are happening in marketing, entertainment, from everyday task management to long-term care.

In all of these developments, a chatbot remains based in a set of information data, that it is input into it. Bots respond in exchanges from this set of data. Naturally, there are many social and cultural norms that are packed into the data that has made the bot, and thus into the language of exchange between humans and bots. These norms can be questioned in the development of bots, and critically framed in film media!

Prior to our workshop, we have compiled some reference materials.

Short articles

How can humans reconsider user-experience expectations of bot interactions?

What is kept in translation?

Contemporary market development of chatbots to replace individual apps?

Ethical concerns and implications

Early Stanford article on artificial intelligence personalities

Podcast

Understanding the differences between chatbots, artificial intelligence, language and everyday developments of bots

Aesthetics and positions of bots in historical and contemporary film

Setup

  1. download and install a text-editor (atom, visual studio code, etc.)
  2. git clone git@github.com:hackersanddesigners/nobodies-for.bots.git or download the github repo
  3. set up python (we are going to use python 2.7):
    • install xcode: xcode-select --install (ref)
    • install homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" (ref)
    • setup PATH: add export PATH=/usr/local/bin:/usr/local/sbin:$PATH to ~/.profile (ref)
    • install python 2.7: brew install python
  4. run python to test everything works as expected: python
  5. install nltk: pip install nltk

Om toe te passen → Controleer deze pagina en stuur een e-mail naar siuli@filmfestival.nl ( First Come, First Serve ').