CLMar 11, 2025

Stick to Facts: Towards Fidelity-oriented Product Description Generation

arXiv:2503.08454v225 citationsh-index: 52EMNLP
Originality Incremental advance
AI Analysis

This addresses the need for accurate product descriptions in e-commerce, though it is incremental as it builds on existing text generation methods.

The paper tackles the problem of generating faithful product descriptions that accurately reflect product attributes, proposing a model that increases fidelity by 25% and achieves state-of-the-art performance on a real-world dataset.

Different from other text generation tasks, in product description generation, it is of vital importance to generate faithful descriptions that stick to the product attribute information. However, little attention has been paid to this problem. To bridge this gap, we propose a model named Fidelity-oriented Product Description Generator (FPDG). FPDG takes the entity label of each word into account, since the product attribute information is always conveyed by entity words. Specifically, we first propose a Recurrent Neural Network (RNN) decoder based on the Entity-label-guided Long Short-Term Memory (ELSTM) cell, taking both the embedding and the entity label of each word as input. Second, we establish a keyword memory that stores the entity labels as keys and keywords as values, allowing FPDG to attend to keywords by attending to their entity labels. Experiments conducted on a large-scale real-world product description dataset show that our model achieves state-of-the-art performance in terms of both traditional generation metrics and human evaluations. Specifically, FPDG increases the fidelity of the generated descriptions by 25%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes