yaushian/mSimCSE
mSimCSE: Multilingual SimCSE
This project helps natural language processing engineers and researchers convert sentences from different languages into a universal numerical representation. You input sentences in various languages, and it outputs numerical embeddings that capture the meaning of those sentences, allowing for direct comparison and analysis across languages. It's designed for those working on multilingual text understanding tasks.
No commits in the last 6 months.
Use this if you need to compare the semantic meaning of sentences written in different languages or build systems that perform cross-lingual information retrieval.
Not ideal if you are looking for a tool that directly translates text or performs sentiment analysis on single-language data.
Stars
33
Forks
1
Language
Python
License
MIT
Category
Last pushed
Nov 14, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yaushian/mSimCSE"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
princeton-nlp/SimCSE
[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
n-waves/multifit
The code to reproduce results from paper "MultiFiT: Efficient Multi-lingual Language Model...
yxuansu/SimCTG
[NeurIPS'22 Spotlight] A Contrastive Framework for Neural Text Generation
alibaba-edu/simple-effective-text-matching
Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
Shark-NLP/OpenICL
OpenICL is an open-source framework to facilitate research, development, and prototyping of...