emnlp2022-papers / README.md
malteos
fixes
f20a47a
|
raw
history blame contribute delete
No virus
672 Bytes
---
title: EMNLP 2022 Papers
emoji: πŸ“œ
colorFrom: red
colorTo: gray
sdk: static
pinned: true
license: mit
---
# EMNLP 2022 Papers
EMNLP 2022 papers on a map. Paper embeddings via [SciNCL](https://github.com/malteos/scincl). 2D reduction via [UMAP](https://github.com/lmcinnes/umap). Created by [@XYOU](https://twitter.com/xyou).
## See also
- [Neighborhood Contrastive Learning for Scientific Document Representations with Citation Embeddings (PDF on Arxiv)](http://arxiv.org/abs/2202.06671)
- https://github.com/malteos/scincl
- https://huggingface.co/malteos/scincl
## Run locally
```bash
# via local web server at http://localhost
python -m http.server 80
```