Skip to content

This repository will contain state of the art implementation of semantic-similarity

Notifications You must be signed in to change notification settings

abhijitramesh/semantic-similarity

Repository files navigation

Semantic Similarity

This repository would contain implementation of semantic similarity with different state of the art transformers from huggingface

Introduction

Semantic similarity is used to measure the distance or similarity between two pair of words, phrases, sentences or documents. This can be done in two ways knowledge-based or corpus-based. Here we would be doing a corpus-bases approach. This implementation is inspired from semantic similarity implementation with BERT example from keras.io. The idea here is to change the models and see if we could get a better performance with other transformer architecture like t5.

References

BERT

T5

SNLI

About

This repository will contain state of the art implementation of semantic-similarity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published