Skip to content

Code & data for the paper "Decision-Oriented Dialogue for Human-AI Collaboration"

License

Notifications You must be signed in to change notification settings

microsoft/dialop

Repository files navigation

📠 The DialOp Environments

Collaborative decision-oriented dialogue environments for humans and LLM agents.

These environments are associated with the paper Decision-Oriented Dialogue For Human-AI Collaboration.

[Paper] [Website]

Play against GPT-3

Get started and play the games with GPT-3 as an assistant:

pip install -e .
vim dialop/.api_key
python dialop/play_gpt3.py --game {optimization, planning, mediation}

Overview

  • games: define game logic, environment data generation
  • envs: text-based interfaces for games
  • apps: web app interfaces for games for human-human play
Name Description Human UI Agent Text Interface Hosted UI
Optimization Assign the best reviewers for conference papers Optimization UI Optimization Text Interface Play now
Planning Plan the best itinerary with the least travel and price Planning UI Planning Text Interface Play now
Mediation Coordinate a set of group flights that works well for everyone Mediation UI Mediation Text Interface Play now

To play against yourself with the text-based environment:

python dialop/play.py --game {optimization, planning, mediation}

To play against yourself with the web UI:

cd dialop/apps
game={optimization, planning, mediation} flask run

For Planning, you'll need to input a MapboxGL access key in static/client.js to show the map on the agent side.

Human-Human Dialogues

To see human-human dialogues:

unzip dialop/data.zip

Self-Play and Prompted Self-Play Evaluation

Coming soon!

Citation

@article{lin2023decision,
  title={Decision-Oriented Dialogue for Human-AI Collaboration},
  author={Lin, Jessy and Tomlin, Nicholas and Andreas, Jacob and Eisner, Jason},
  journal={Transactions of the Association for Computational Linguistics}
  year={2024}
}

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.

About

Code & data for the paper "Decision-Oriented Dialogue for Human-AI Collaboration"

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published