- Final Report (YouTube) and JSALT-2023 Team Page
- Web Page
- Slides
- large datasets from Globus and What's Where (on Globus)
- Deliverables
- Reading List
- Notation
- SciRepEval Baselines
- Zoom Link and Meeting Notes
- Status of Production Runs
- Similar Venues
git clone https://github.com/kwchurch/JSALT_Better_Together
pip install -r requirements.txt
Some useful environment variables; you may need to set these up differently, depending on where you put stuff. JSALTsrc should be assigned to the src directory in this repo. JSALTdir should be assigned to the data from Globus.
Some examples below depend on JSALTdir and some do not. If you cannot download JSALTdir, try the examples that do not require that.
export JSALTdir=/work/k.church/JSALT-2023/
export JSALTsrc=/work/k.church/githubs/JSALT_Better_Together/src
export specter=$JSALTdir/semantic_scholar/embeddings/specter
export specter2=$JSALTdir/semantic_scholar/embeddings/specter2
export proposed=$JSALTdir/semantic_scholar/embeddings/proposed
export scincl=$JSALTdir/semantic_scholar/embeddings/scincl
If you have access to the Northeastern Discovery Cluster, you can request access to the cluster by filling out a ticket here, and then you can use my settings for these environment variables. You should also request to be added to the group: nlp.
See here, and especially this. The last example starts with papers we should all be reading, and finds some documents similar to those.
- Depend on $JSALTsrc, but not $JSALTdir
- Depends on both $JSALTsrc and $JSALTdir
Exercises for JSALT-2023 summer school: here.