An open API service indexing awesome lists of open source software.

https://github.com/tharindudr/multilingual-semantic-textual-similarity


https://github.com/tharindudr/multilingual-semantic-textual-similarity

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Multilingual Semantic Textual Similarity
Semantic textual similarity (STS) is a natural language processing (NLP) task that quantitatively assesses the semantic similarity between two text snippets. STS is a fundamental NLP task for many text-related applications, including text de-duplication, paraphrase detection, semantic searching, and question answering. Measuring STS is a machine learning (ML) problem, where an ML model predicts a value that represents the similarity of the two input texts.

This project catalogues the datasets annotated for semantic textual similarity. Then we perform a comparative evaluation of several deep learning based STS methods in these datasets. This site presents the datasets and pre-trained models evaluated in the Multilingual Semantic Textual Similarity project.

## Citation
If you use these resources, please cite (and read!) our paper:

```bash
Coming soon
```