Challenge: Existing models for sentence generation use cross-entropy loss as the loss function . however, cross-etropy is unable to evaluate sentences as a whole and lacks flexibility . et al., 2018: a novel approach to improve sentence generation models .
Approach: They propose a method to train a model using estimated semantic similarity between output and reference sentences to alleviate cross-entropy loss problems.
Outcome: The proposed model improves the BLEU scores from the baseline LSTM NMT model.

Similar Papers

Similarity-Based Reconstruction Loss for Meaning Representation (D18-1)

Copied to clipboard

Challenge: a new paper proposes and evaluates a set of loss functions that can be used to train models for representation learning . cross-entropy loss penalizes models when they fail to generate the exact word from ground truth data .
Approach: They propose and evaluate loss functions that can be used to train any neural model for representation learning.
Outcome: The proposed loss functions amplify semantic diversity while preserving original meaning . they show performance improvement on paraphrase detection and language inference tasks .
Discourse-Aware Neural Rewards for Coherent Text Generation (N18-1)

Copied to clipboard

Challenge: Existing approaches to train text generation models using cross-entropy loss do not always correlate well with achieving high scores on commonly used evaluation measures.
Approach: They propose to use discourse-aware rewards to model cross-sentence ordering to approximate desired discourse structure to train a model of long, coherent text.
Outcome: The proposed model produces more coherent and less repetitive text than models trained with cross-entropy or with commonly used scores as rewards.
Advancing Semantic Textual Similarity Modeling: A Regression Framework with Translated ReLU and Smooth K2 Loss (2024.emnlp-main)

Copied to clipboard

Challenge: despite its efficiency, Sentence-BERT ignores the progressive nature of semantic relationships, despite a promising approach . contrastive learning methods have improved performance on renowned STS benchmarks, but they fail to leverage fine-grained information.
Approach: They propose a regression framework that categorizes text pairs as either semantically similar or dissimilar . they propose two loss functions: Translated ReLU and Smooth K2 Loss to bridge this gap .
Outcome: The proposed method achieves convincing performance across seven established STS benchmarks.
Beyond BLEU:Training Neural Machine Translation with Semantic Similarity (P19-1)

Copied to clipboard

Challenge: Recent work has shown that optimizing neural machine translation systems to directly improve evaluation metrics such as BLEU can improve final translation accuracy.
Approach: They propose a reward function that assigns partial credit to BLEU and provides more diversity in scores than BLUE.
Outcome: The proposed reward function improves translation accuracy, semantic similarity, and human evaluation on four languages trans-lated to English and the optimization procedure converges faster.
Rewarding Semantic Similarity under Optimized Alignments for AMR-to-Text Generation (2022.acl-short)

Copied to clipboard

Challenge: Automatic evaluation metrics score natural language generation systems based on how well they lexically align to humanannotated references.
Approach: They propose to replace greedy alignments in BERTScore with optimized ones that replace the n-gram matching BERTAcore metrics with a token embedding to prevent domain mismatch.
Outcome: The proposed metrics outperform cross-entropy and BLEU reward baselines on AMR-to-text generation.
Reweighting Strategy Based on Synthetic Data Identification for Sentence Similarity (2022.coling-1)

Copied to clipboard

Challenge: obtaining large amounts of human-annotated datasets to train a sentence embedding model is difficult and expensive.
Approach: They propose to train a classifier that identifies machine-written sentences and then use it to train an embedding model on synthetic data.
Outcome: The proposed method outperforms baselines on four real-world datasets and generalizes well.
3R: Enhancing Sentence Representation Learning via Redundant Representation Reduction (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to improve sentence representations lack fine-grained guidance on reducing redundant information.
Approach: They propose a method that dynamically identifies redundant information from a dimensional perspective and trains the SRL model to redistribute semantics on different dimensions.
Outcome: The proposed method improves sentence representations on seven semantic text similarity benchmarks.
Paraphrase Generation with Deep Reinforcement Learning (D18-1)

Copied to clipboard

Challenge: Paraphrase generation is an important but challenging task in natural language processing . traditional symbolic approaches to paraphrase generation include rule-based methods, thesaurus-based approaches and statistical machine translation (SMT)
Approach: They propose a deep reinforcement learning approach to automatic paraphrase generation . they propose supervised learning and reinforcement learning for evaluators .
Outcome: The proposed framework outperforms state-of-the-art methods in paraphrase generation on two datasets.
Accelerated Reinforcement Learning for Sentence Generation by Vocabulary Prediction (N19-1)

Copied to clipboard

Challenge: In reinforcement learning-based sentence generation, the large action space is often too computa-tionally demanding to be used with large training data.
Approach: They propose to reduce the action space by using dynamic vocabulary prediction to generate a fixed-size small vocabulary for each input to generate its target sentence.
Outcome: The proposed method achieves faster reinforcement learning (2.7x faster) with less GPU memory (2.3x less) and more rewards with fewer iterations of supervised pre-training.
Retrieval Enhanced Model for Commonsense Generation (2021.findings-acl)

Copied to clipboard

Challenge: Existing frameworks for commonsense generation are lacking for pre-trained models.
Approach: They propose a framework that uses concept matching to retrieve prototype sentences and trainable sentence retriever to enhance pre-training and fine-tuning.
Outcome: The proposed framework achieves state-of-the-art on the large-scale Common-Gen benchmark.

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