Skip to content
/ crwiz Public

CRWIZ: A framework for collecting real-time Wizard of Oz dialogues through Crowdsourcing for collaborative, complex tasks

License

Notifications You must be signed in to change notification settings

JChiyah/crwiz

Repository files navigation

CRWIZ: A framework for collecting real-time Wizard of Oz dialogues through Crowdsourcing for collaborative, complex tasks

Published at LREC 2020, see Publication for more information. The data collected is in the compressed file "data_collected.zip".

Running CRWIZ

Python version: >= 3.7.0

Known working versions: Python 3.7.2 and Python 3.7.6, 3.7.10

Installation and deployment with Python:

# 1. Create virtual environment
python3.7 -m venv .venv-crwiz

# 2. Source the virtual environment
source .venv-crwiz/bin/activate

# 3. Install requirements from requirements.txt
pip install -r requirements.txt

# Run the CRWIZ framework
python run.py

Go to localhost:5000/portal in two different browsers to be paired up.

There is a docker-compose file to easily deploy on a server.

Check Slurk for more information, particularly for how to deploy it or how the bots work (e.g. for the pairing up of participants).

Publication

Original publication: [https://www.aclweb.org/anthology/2020.lrec-1.36]

Please cite our work as the following:

Chiyah Garcia, F., Lopes, J., Liu, X., and Hastie, H. 2020. CRWIZ: A Framework for Crowdsourcing Real-Time Wizard-of-Oz Dialogues. In Proceedings of the Twelfth International Conference on Language Resources and Evaluation (LREC 2020). European Language Resources Association (ELRA).

Bibtex:

@inproceedings{chiyah-garcia-etal-2020-crwiz,
    title = {{CRWIZ}: A Framework for Crowdsourcing Real-Time {W}izard-of-{O}z Dialogues},
    author = {Chiyah Garcia, Francisco J. and Lopes, Jos{\'e} and Liu, Xingkun and Hastie, Helen},
    booktitle = {Proceedings of the 12th Language Resources and Evaluation Conference},
    month = {5},
    year = {2020},
    series = {LREC '20},
    address = {Marseille, France},
    publisher = {European Language Resources Association},
    url = {https://www.aclweb.org/anthology/2020.lrec-1.36},
    pages = {288--297},
    language = {English},
    ISBN = {979-10-95546-34-4},
}

Other

Please, get in touch if you have any questions.

https://jchiyah.github.io

About

CRWIZ: A framework for collecting real-time Wizard of Oz dialogues through Crowdsourcing for collaborative, complex tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published