paper-with-me

홈 › Papers

Multi-Intent Attribute-Aware Text Matching in Searching

2024-02-12 · Mingzhe Li, Xiuying Chen, Jing Xiang, Qishen Zhang, Changsheng Ma, Chenchen Dai, Jinxiong Chang, Zhongyi Liu, Guannan Zhang

Text matching systems have become a fundamental service in most searching platforms. For instance, they are responsible for matching user queries to relevant candidate items, or rewriting the user-input query to a pre-selected high-performing one for a better search experience. In practice, both the queries and items often contain multiple attributes, such as the category of the item and the location mentioned in the query, which represent condensed key information that is helpful for matching. However, most of the existing works downplay the effectiveness of attributes by integrating them into text representations as supplementary information. Hence, in this work, we focus on exploring the relationship between the attributes from two sides. Since attributes from two ends are often not aligned in terms of number and type, we propose to exploit the benefit of attributes by multiple-intent modeling. The intents extracted from attributes summarize the diverse needs of queries and provide rich content of items, which are more refined and abstract, and can be aligned for paired inputs. Concretely, we propose a multi-intent attribute-aware matching model (MIM), which consists of three main components: attribute-aware encoder, multi-intent modeling, and intent-aware matching. In the attribute-aware encoder, the text and attributes are weighted and processed through a scaled attention mechanism with regard to the attributes' importance. Afterward, the multi-intent modeling extracts intents from two ends and aligns them. Herein, we come up with a distribution loss to ensure the learned intents are diverse but concentrated, and a kullback-leibler divergence loss that aligns the learned intents. Finally, in the intent-aware matching, the intents are evaluated by a self-supervised masking task, and then incorporated to output the final matching result.

📄 PDF Abstract BibTeX arXiv:2402.07788

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeText Matching

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

MARS: Matching Attribute-aware Representations for Text-based Sequential Recommendation

2024-09-01 · Hyunsoo Kim, Junyoung Kim, Minjin Choi, Sunkyung Lee 외

Sequential recommendation aims to predict the next item a user is likely to prefer based on their sequential interaction history. Recently, text-based sequential recommendation has emerged as a promising paradigm that us…

AttributeSequential RecommendationTransfer Learning

Grounding Agent Memory in Contextual Intent

2026-01-15 · Ruozhen Yang, Yucheng Jiang, Yueqi Jiang, Priyanka Kargupta 외 arxiv

Deploying large language models in long-horizon, goal-oriented interactions remains challenging because similar entities and facts recur under different latent goals and constraints, causing memory systems to retrieve co…

INSPIRE: A Benchmark for Instruction-Aware Speech Retrieval

2026-08-17 · Chen-An Li, Hung-yi Lee arxiv

Existing speech retrieval systems rely on fixed similarity matching and cannot adapt to diverse user intents. We introduce INSPIRE, the first benchmark for instruction-aware speech retrieval, in which natural-language in…

Semantic Retrieval

VideoStir: Understanding Long Videos via Spatio-Temporally Structured and Intent-Aware RAG

2026-04-07 · Honghao Fu, Miao Xu, Yiwei Wang, Dailing Zhang 외 arxiv

Scaling multimodal large language models (MLLMs) to long videos is constrained by limited context windows. While retrieval-augmented generation (RAG) is a promising remedy by organizing query-relevant visual evidence int…

Pix2Key: Controllable Open-Vocabulary Retrieval with Semantic Decomposition and Self-Supervised Visual Dictionary Learning

2026-02-26 · Guoyizhe Wei, Yang Jiao, Nan Xi, Zhishen Huang 외 arxiv

Composed Image Retrieval (CIR) uses a reference image plus a natural-language edit to retrieve images that apply the requested change while preserving other relevant visual content. Classic fusion pipelines typically rel…

Image Retrieval