Challenge: InferLite is a lightweight version of InferSent that does not use recurrent layers and can generalize to multiple pre-trained word embeddings.
Approach: They propose a lightweight version of InferSent that does not use recurrent layers and operates on a collection of pre-trained word embeddings.
Outcome: The proposed model outperforms existing models that learn generic embeddings in an unsupervised setting, often requiring several days or weeks to train.

Similar Papers

Simple but Challenging: Natural Language Inference Models Fail on Simple Sentences (2022.findings-emnlp)

Copied to clipboard

Challenge: Natural language inference (NLI) tasks are difficult to perform on large datasets . a small number of simple sentences can improve model performance, authors say .
Approach: They propose to use syntactically simple sentences to test the inference ability of NLI models.
Outcome: The proposed set of simple sentences shows that the models fine-tuned on MNLI and SNLI perform poorly on Simple Pair.
Convolutional Neural Network for Universal Sentence Embeddings (C18-1)

Copied to clipboard

Challenge: Recent studies show that averaging word embeddings is effective for NLP but these models represent a sentence only in terms of features of words or uni-grams.
Approach: They propose a CNN-based model that uses both features of words and n-grams to encode sentences.
Outcome: The proposed model performs better than existing models in transfer learning setting and exceeds state of the art in supervised learning setting by initializing the parameters with the pre-trained sentence embeddings.
Learning Visually Grounded Sentence Representations (N18-1)

Copied to clipboard

Challenge: Unsupervised sentence representation models suffer from the grounding problem because of lack of association between symbols and external information.
Approach: They train a sentence encoder to predict image features of a caption and use them as sentence representations.
Outcome: The proposed model improves on word embeddings and word representations on standard benchmarks.
Extracting Text Representations for Terms and Phrases in Technical Domains (2023.acl-industry)

Copied to clipboard

Challenge: Large pre-trained language models are extensively used in modern NLP systems.
Approach: They propose an unsupervised approach to encoding using character-based models and pre-trained sentence encoders to reconstruct large pre-trained embedding matrices.
Outcome: The proposed approach matches the quality of sentence encoders in technical domains and is 5 times smaller and up to 10 times faster on high-end GPUs.
Infusing Finetuning with Semantic Dependencies (2021.tacl-1)

Copied to clipboard

Challenge: Several diagnostics help to localize the benefits of our approach.
Approach: They apply convolutional graph encoders to integrate semantic parses into task-specific finetuning.
Outcome: The proposed approach yields benefits to natural language understanding (NLU) tasks in the GLUE benchmark.
Multilingual Universal Sentence Encoder for Semantic Retrieval (2020.acl-demos)

Copied to clipboard

Challenge: Using a multi-task trained dual-encoder, our models embed text from 16 languages into a shared semantic space.
Approach: They propose retrieval focused multilingual sentence embedding models on TensorFlow Hub.
Outcome: The models achieve state-of-the-art on monolingual and cross-lingual retrieval (SR) and retrieval question answering (ReQA) competitive performance is obtained on related tasks of translation pair bitext retrieval and retrieving question answering.
SimCSE: Simple Contrastive Learning of Sentence Embeddings (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods for learning universal sentence embeddings are based on unsupervised approaches with only dropout as noise.
Approach: They propose an unsupervised approach that takes an input sentence and predicts itself in a contrastive objective with only standard dropout used as noise.
Outcome: The proposed framework performs on par with previous supervised approaches and can produce superior sentence embeddings from unlabeled or labeled data.
General Purpose Text Embeddings from Pre-trained Language Models for Scalable Inference (2020.findings-emnlp)

Copied to clipboard

Challenge: Large pre-trained language models are currently used for many NLP tasks . however, inference for these models requires significant computational resources .
Approach: They propose to use a shared text encoder to amortize the computational cost of inference over multiple tasks.
Outcome: The proposed method reduces the size of the extracted representations by a factor of 16 to store them for later use.
Embarrassingly Simple Performance Prediction for Abductive Natural Language Inference (2022.naacl-main)

Copied to clipboard

Challenge: a method for learning an NLI model is time-consuming and resource-intensive, but it can save time and resources.
Approach: They propose a method for predicting model performance without fine-tuning it . they compare sentence embeddings with cosine similarity to classifiers .
Outcome: The proposed method can save time and resources by comparing pre-trained models to real-world datasets.
LEALLA: Learning Lightweight Language-agnostic Sentence Embeddings with Knowledge Distillation (2023.eacl-main)

Copied to clipboard

Challenge: Large-scale language-agnostic sentence embedding models suffer from inference speed and computation overhead.
Approach: They propose to train a lightweight sentence embedding model to achieve this by incorporating knowledge from a teacher model.
Outcome: The proposed model can build low-dimensional sentences for 109 languages with a thin-deep encoder.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations