Skip to content

itsLuisa/codenames

Repository files navigation

Codenames

Files

  • codenames.json: three annotated games of codenames
  • semantic_models.py: includes classes for Word2Vec and GloVe embeddings
  • baseline_model.py: codemaster and guesser model adapted from
    • Kim, A., Ruzmaykin, M., Truong, A., & Summerville, A. (2019, October). Cooperation and codenames: Understanding natural language processing via codenames. In Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (Vol. 15, No. 1, pp. 160-166).

How to run baseline

  • Download the GloVe dataset here: http://nlp.stanford.edu/data/glove.42B.300d.zip
  • Unzip and put it in the codenames directory
  • For faster performance, only use top 50 000 words from GloVe dataset (it's important that the finished file is named glove_short.txt)
head -n 50000 glove.42B.300d.txt > glove_short.txt

Data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published