paper-with-me

Papers

SearchGCN: Powering Embedding Retrieval by Graph Convolution Networks for E-Commerce Search

2021-07-01 · Xinlin Xia, Shang Wang, Han Zhang, Songlin Wang, Sulong Xu, Yun Xiao, Bo Long, Wen-Yun Yang

Graph convolution networks (GCN), which recently becomes new state-of-the-art method for graph node classification, recommendation and other applications, has not been successfully applied to industrial-scale search engine yet. In this proposal, we introduce our approach, namely SearchGCN, for embedding-based candidate retrieval in one of the largest e-commerce search engine in the world. Empirical studies demonstrate that SearchGCN learns better embedding representations than existing methods, especially for long tail queries and items. Thus, SearchGCN has been deployed into JD.com's search production since July 2020.

📄 PDF Abstract BibTeX arXiv:2107.00525

Code (0)

등록된 구현이 없습니다.

Tasks

Node ClassificationRetrieval

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

SYNAPSE: Empowering LLM Agents with Episodic-Semantic Memory via Spreading Activation

2026-01-06 · Hanqi Jiang, Junhao Chen, Yi Pan, Ling Chen 외 arxiv

While Large Language Models (LLMs) excel at generalized reasoning, standard retrieval-augmented approaches fail to address the disconnected nature of long-term agentic memory. To bridge this gap, we introduce Synapse (Sy…

Recall: Empowering Multimodal Embedding for Edge Devices

2024-09-09 · Dongqi Cai, Shangguang Wang, Chen Peng, Zeling Zhang 외

Human memory is inherently prone to forgetting. To address this, multimodal embedding models have been introduced, which transform diverse real-world data into a unified embedding space. These embeddings can be retrieved…

Retrieval

Seq-HGNN: Learning Sequential Node Representation on Heterogeneous Graph

2023-05-18 · Chenguang Du, Kaichun Yao, HengShu Zhu, Deqing Wang 외

Recent years have witnessed the rapid development of heterogeneous graph neural networks (HGNNs) in information retrieval (IR) applications. Many existing HGNNs design a variety of tailor-made graph convolutions to captu…

Graph Neural NetworkInformation RetrievalRepresentation LearningRetrieval

LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation

2020-02-06 · Xiangnan He, Kuan Deng, Xiang Wang, Yan Li 외

Graph Convolution Network (GCN) has become new state-of-the-art for collaborative filtering. Nevertheless, the reasons of its effectiveness for recommendation are not well understood. Existing work that adapts GCN to rec…

Collaborative FilteringGraph ClassificationMulti-modal RecommendationRecommendation Systems

Empowering Sentence Encoders with Prompting and Label Retrieval for Zero-shot Text Classification

2022-12-20 · Jimin Hong, Jungsoo Park, Daeyoung Kim, Seongjae Choi 외

With contrastive pre-training, sentence encoders are generally optimized to locate semantically similar samples closer to each other in their embedding spaces. In this work, we focus on the potential of their embedding s…

ClassificationDescriptiveMultiple-choicePseudo Label+7