paper-with-me

Papers

Generating Query-Relevant Document Summaries via Reinforcement Learning

2025-08-11 · Nitin Yadav, Changsung Kang, Hongwei Shang, Ming Sun arxiv

E-commerce search engines often rely solely on product titles as input for ranking models with latency constraints. However, this approach can result in suboptimal relevance predictions, as product titles often lack sufficient detail to capture query intent. While product descriptions provide richer information, their verbosity and length make them unsuitable for real-time ranking, particularly for computationally expensive architectures like cross-encoder ranking models. To address this challenge, we propose ReLSum, a novel reinforcement learning framework designed to generate concise, query-relevant summaries of product descriptions optimized for search relevance. ReLSum leverages relevance scores as rewards to align the objectives of summarization and ranking, effectively overcoming limitations of prior methods, such as misaligned learning targets. The framework employs a trainable large language model (LLM) to produce summaries, which are then used as input for a cross-encoder ranking model. Experimental results demonstrate significant improvements in offline metrics, including recall and NDCG, as well as online user engagement metrics. ReLSum provides a scalable and efficient solution for enhancing search relevance in large-scale e-commerce systems.

📄 PDF Abstract BibTeX arXiv:2508.08404

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Generating Query Focused Summaries from Query-Free Resources

2020-12-29 · ACL 2021 5 · Yumo Xu, Mirella Lapata

The availability of large-scale datasets has driven the development of neural models that create generic summaries from single or multiple documents. In this work we consider query focused summarization (QFS), a task for…

Language ModelingLanguage ModellingQuery-focused Summarization

Unstructured Evidence Attribution for Long Context Query Focused Summarization

2025-02-20 · Dustin Wright, Zain Muhammad Mujahid, Lu Wang, Isabelle Augenstein 외

Large language models (LLMs) are capable of generating coherent summaries from very long contexts given a user query. Extracting and properly citing evidence spans could help improve the transparency and reliability of t…

Query-focused Summarization

Towards Generating Query to Perform Query Focused Abstractive Summarization using Pre-trained Model

2020-12-01 · INLG (ACL) 2020 12 · Deen Mohammad Abdullah, Yllias Chali

Query Focused Abstractive Summarization (QFAS) represents an abstractive summary from the source document based on a given query. To measure the performance of abstractive summarization tasks, different datasets have bee…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingSentence

Query-Based Abstractive Summarization Using Neural Networks

2017-12-17 · Johan Hasselqvist, Niklas Helmertz, Mikael Kågebäck

In this paper, we present a model for generating summaries of text documents with respect to a query. This is known as query-based summarization. We adapt an existing dataset of news article summaries for the task and tr…

Abstractive Text Summarization

Generating Query Focused Summaries without Fine-tuning the Transformer-based Pre-trained Models

2023-03-10 · Deen Abdullah, Shamanth Nayak, Gandharv Suri, Yllias Chali

Fine-tuning the Natural Language Processing (NLP) models for each new data set requires higher computational time associated with increased carbon footprint and cost. However, fine-tuning helps the pre-trained models ada…