Word embeddings / language models for synonym generation?

This page summarizes the projects mentioned and recommended in the original post on /r/MLQuestions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nlpaug

    Data augmentation for NLP

  • In practice, even swapping words with dictionary synonyms is a problem because context isn't considered. Lexically sensitive contextual augmentation has become more popular in the last year or two - basically you mask a token using a large language model and then use the model to predict it so it has the full context. It's imperfect, but it's surprisingly useful when you want to upsample data. Nlpaug has an easy-to-use implementation https://github.com/makcedward/nlpaug

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Use WordNet to collect homonyms

    1 project | /r/LanguageTechnology | 23 Sep 2022
  • Contextual Similarity between a list of n-grams and a website

    1 project | /r/MLQuestions | 11 Jun 2022
  • Text Data Augmentation using GPT-2 Language Model

    1 project | /r/LanguageTechnology | 15 Dec 2021
  • [D] Data Augmentation in NLP

    1 project | /r/MachineLearning | 7 Dec 2021
  • NLPAug: what proportion of augmented sentences do you usually add to the dataset?

    1 project | /r/LanguageTechnology | 9 Nov 2021