--- title: EMNLP 2022 Papers emoji: 📜 colorFrom: red colorTo: gray sdk: static pinned: false license: mit duplicated_from: malteos/emnlp2022-papers --- # 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 ```