paper-with-me

Papers

Query-aware Tip Generation for Vertical Search

2020-10-19 · Yang Yang, Junmei Hao, Canjia Li, Zili Wang, Jingang Wang, Fuzheng Zhang, Rao Fu, Peixu Hou, Gong Zhang, Zhongyuan Wang

As a concise form of user reviews, tips have unique advantages to explain the search results, assist users' decision making, and further improve user experience in vertical search scenarios. Existing work on tip generation does not take query into consideration, which limits the impact of tips in search scenarios. To address this issue, this paper proposes a query-aware tip generation framework, integrating query information into encoding and subsequent decoding processes. Two specific adaptations of Transformer and Recurrent Neural Network (RNN) are proposed. For Transformer, the query impact is incorporated into the self-attention computation of both the encoder and the decoder. As for RNN, the query-aware encoder adopts a selective network to distill query-relevant information from the review, while the query-aware decoder integrates the query information into the attention computation during decoding. The framework consistently outperforms the competing methods on both public and real-world industrial datasets. Last but not least, online deployment experiments on Dianping demonstrate the advantage of the proposed framework for tip generation as well as its online business values.

📄 PDF Abstract BibTeX arXiv:2010.09254

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDecoder

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

v-TCM: Vertical-aware Transformer Click Model for Web Search

2022-05-06 · 37th ACM/SIGAPP Symposium on Applied Computing 2022 5 · Kritarth Bisht, Seba Susan

Understanding and predicting user click behavior on a web search engine results page is critical for online advertising and recommendation engines. The click prediction results can be further used to estimate the relevan…

Click-Through Rate PredictionPrediction

A Domain Knowledge Enhanced Pre-Trained Language Model for Vertical Search: Case Study on Medicinal Products

2022-10-01 · COLING 2022 10 · Kesong Liu, Jianhui Jiang, Feifei Lyu

We present a biomedical knowledge enhanced pre-trained language model for medicinal product vertical search. Following ELECTRA’s replaced token detection (RTD) pre-training, we leverage biomedical entity masking (EM) str…

Attributeintent-classificationIntent ClassificationLanguage Modeling+4

Intent-Aware Neural Query Reformulation for Behavior-Aligned Product Search

2025-07-29 · Jayanth Yetukuri, Ishita Khan arxiv

Understanding and modeling buyer intent is a foundational challenge in optimizing search query reformulation within the dynamic landscape of e-commerce search systems. This work introduces a robust data pipeline designed…

AgriIR: A Scalable Framework for Domain-Specific Knowledge Retrieval

2026-03-17 · Shuvam Banerji Seal, Aheli Poddar, Alok Mishra, Dwaipayan Roy arxiv

This paper introduces AgriIR, a configurable retrieval augmented generation (RAG) framework designed to deliver grounded, domain-specific answers while maintaining flexibility and low computational cost. Instead of relyi…

Input Reconstruction Attack against Vertical Federated Large Language Models

2023-11-07 · Fei Zheng

Recently, large language models (LLMs) have drawn extensive attention from academia and the public, due to the advent of the ChatGPT. While LLMs show their astonishing ability in text generation for various tasks, privac…

Federated LearningGPUReconstruction AttackSentence+2