patrickmineault / neuromatch-algo

The modern neuromatch algo

Repository from Github https://github.compatrickmineault/neuromatch-algoRepository from Github https://github.compatrickmineault/neuromatch-algo

Neuromatch for CCN

Implement matching for CCN. This was 3 rounds of 4-people matches. Uses sentence transformers for embedding and cosine distance for comparing matches. See this post for background.

Run these in sequence:

  • python create_match_matrix.py
  • python get_semantic_scholar_info.py
  • python do_matching.py
  • python generate_word_clouds.py

You will need a data file, which contains PII, hence is not included in this repo; email me for a scrubbed version. Requires my fork of paper-reviewer-matcher. For GPT-3 based keyword inference, write the key (starting with sk) into .openai-key. For wordclouds, I recommend using the Fira Sans Condensed font, which you can download for free in TTF format.

About

The modern neuromatch algo

License:Apache License 2.0


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.8%