Incorporating Behavioral Hypotheses for Query Generation (2020.emnlp-main)

Copied to clipboard

Challenge: Prior work has focused on extending standard Seq2Seq models but literature often leaves out the influence of clickthrough actions.
Approach: They propose a generic encoder-decoder Transformer framework to generate query suggestions from user inputs.
Outcome: The proposed approach improves top-k word error rate and Bert F1 score compared to a recent BART model.

Similar Papers

CTR-Guided Generative Query Suggestion in Conversational Search (2025.emnlp-industry)

Copied to clipboard

Challenge: Generating effective query suggestions requires aligning model outputs with user click preferences.
Approach: They propose a generative framework that leverages click modeling to denoise implicit feedback and enables reliable preference optimization for improving real-world user engagement.
Outcome: The proposed framework outperforms strong baselines in CTR, relevance, diversity and diversity.
Reinforcement Learning for Adversarial Query Generation to Enhance Relevance in Cold-Start Product Search (2025.acl-industry)

Copied to clipboard

Challenge: Existing methods do not incorporate feedback from the query relevance model, limiting their ability to generate queries that enhance product retrieval.
Approach: They propose an adversarial reinforcement learning framework that exposes weaknesses in query classification models by creating synthetic queries that augment the classifier's training set.
Outcome: The proposed framework improves query generation performance on public datasets and on proprietary datasets.
Exploiting Positional Bias for Query-Agnostic Generative Content in Search (2024.findings-acl)

Copied to clipboard

Challenge: Recent studies show that neural ranking models outperform lexical models in text retrieval.
Approach: They propose to exploit transformer attention mechanism to induce exploitable defects in search models through sensitivity to token position within a sequence.
Outcome: The proposed model can generalise beyond a single query or topic without knowledge of topicality.
An End-to-End Generative Architecture for Paraphrase Generation (D19-1)

Copied to clipboard

Challenge: Existing methods for generating paraphrases with linguistic knowledge are often domain specific and hard to scale, or yield inferior results.
Approach: They propose an end-to-end conditional generative architecture for generating paraphrases via adversarial training which does not depend on extra linguistic information.
Outcome: The proposed method outperforms existing models on automatic metrics and human evaluations on four public datasets.
HL-EncDec: A Hybrid-Level Encoder-Decoder for Neural Response Generation (C18-1)

Copied to clipboard

Challenge: Existing models for conversation systems operate sentences at word-level . word-based models suffer from Unknown Words Issue and Preference Issue .
Approach: They propose a hybrid-level Encoder-Decoder model which utilizes word-level features and character-level ones.
Outcome: The proposed model outperforms non-word-level models in automatic metrics and human annotations on a Chinese corpus.
Automatic Dialogue Generation with Expressed Emotions (N18-2)

Copied to clipboard

Challenge: a growing interest in neural dialogue generation systems is focusing on generating human-like responses based on past utterances . despite efforts, few consider putting restrictions on the response itself . authors present three models that concatenate the desired emotion with the source input .
Approach: They propose three models that concatenate the desired emotion with the source input or push the emotion in the decoder.
Outcome: The proposed model is more efficient than the previous models, but it lacks the emotion vector.
RECAP: Retrieval-Enhanced Context-Aware Prefix Encoder for Personalized Dialogue Response Generation (2023.acl-long)

Copied to clipboard

Challenge: Existing approaches to personalized dialogue generation rely on dialogue data paired with user traits, profiles or persona description sentences.
Approach: They propose a hierarchical transformer retriever trained on dialogue domain data to perform personalized retrieval and a context-aware prefix encoder that fuses the retrieved information to the decoder more effectively.
Outcome: The proposed model generates more fluent and personalized responses under a suite of human and automatic metrics and is superior to state-of-the-art baselines on English Reddit conversations.
A Well-Composed Text is Half Done! Composition Sampling for Diverse Conditional Generation (2022.acl-long)

Copied to clipboard

Challenge: Composition Sampling is a simple but effective method to generate diverse outputs for conditional generation of higher quality compared to previous stochastic decoding strategies.
Approach: They propose a method to generate diverse outputs for conditional generation . they use a plan-based neural generation model that is trained to create a composition of the output and then generate by conditioning on it and the input.
Outcome: The proposed method avoids text degeneration by first sampling a composition in the form of an entity chain and then using beam search to generate the best possible text grounded to this entity chain.
Fine-Tuning Encoder-Decoder Models with Contrastive Learning for In-Context Distractor Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: Distractors are used to generate plausible but incorrect options for fill-in-the-blank questions . research studies focus on fine-tuning pre-trained models with data augmentation techniques to generate distractors .
Approach: They propose a model that trains the model to recognize essential semantic features necessary to generate distractors.
Outcome: The proposed model outperforms existing models on two public datasets.
Query and Output: Generating Words by Querying Distributed Word Representations for Paraphrase Generation (N18-1)

Copied to clipboard

Challenge: Existing models tend to memorize words instead of learning meaning of words . existing models tend not to model semantic information, resulting in incorrect sentences .
Approach: They propose a novel model that generates words by querying distributed word representations . they evaluate model on two paraphrase-oriented tasks, namely text simplification and short abstractive summarization .
Outcome: The proposed model outperforms the baseline model on two paraphrase-oriented tasks . it achieves state-of-the-art performance on these benchmark datasets .

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