paper-with-me

홈 › Papers

A Personalized Dense Retrieval Framework for Unified Information Access

2023-04-26 · Hansi Zeng, Surya Kallumadi, Zaid Alibadi, Rodrigo Nogueira, Hamed Zamani

Developing a universal model that can efficiently and effectively respond to a wide range of information access requests -- from retrieval to recommendation to question answering -- has been a long-lasting goal in the information retrieval community. This paper argues that the flexibility, efficiency, and effectiveness brought by the recent development in dense retrieval and approximate nearest neighbor search have smoothed the path towards achieving this goal. We develop a generic and extensible dense retrieval framework, called \framework, that can handle a wide range of (personalized) information access requests, such as keyword search, query by example, and complementary item recommendation. Our proposed approach extends the capabilities of dense retrieval models for ad-hoc retrieval tasks by incorporating user-specific preferences through the development of a personalized attentive network. This allows for a more tailored and accurate personalized information access experience. Our experiments on real-world e-commerce data suggest the feasibility of developing universal information access models by demonstrating significant improvements even compared to competitive baselines specifically developed for each of these individual information access tasks. This work opens up a number of fundamental research directions for future exploration.

📄 PDF Abstract BibTeX arXiv:2304.13654

Code (1)

hansizeng/uia 공식 구현 pytorch

Tasks

Information RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

QAEA-DR: A Unified Text Augmentation Framework for Dense Retrieval

2024-07-29 · Hongming Tan, Shaoxiong Zhan, Hai Lin, Hai-Tao Zheng 외

In dense retrieval, embedding long texts into dense vectors can result in information loss, leading to inaccurate query-text matching. Additionally, low-quality texts with excessive noise or sparse key information are un…

Answer GenerationEvent ExtractionQuestion-Answer-GenerationRetrieval+5

How Can Context Help? Exploring Joint Retrieval of Passage and Personalized Context

2023-08-26 · Hui Wan, Hongkang Li, Songtao Lu, Xiaodong Cui 외

The integration of external personalized context information into document-grounded conversational systems has significant potential business value, but has not been well-studied. Motivated by the concept of personalized…

Passage RetrievalRetrieval

Unified Personalized Understanding, Generating and Editing

2026-01-11 · Yu Zhong, Tianwei Lin, Ruike Zhu, Yuqian Yuan 외 arxiv

Unified large multimodal models (LMMs) have achieved remarkable progress in general-purpose multimodal understanding and generation. However, they still operate under a ``one-size-fits-all'' paradigm and struggle to mode…

Image Editing

A Proposed Conceptual Framework for a Representational Approach to Information Retrieval

2021-10-04 · Jimmy Lin

This paper outlines a conceptual framework for understanding recent developments in information retrieval and natural language processing that attempts to integrate dense and sparse retrieval methods. I propose a represe…

Information RetrievalRetrievalSentenceSentence Similarity+1

MeMemo: On-device Retrieval Augmentation for Private and Personalized Text Generation

2024-07-02 · Zijie J. Wang, Duen Horng Chau

Retrieval-augmented text generation (RAG) addresses the common limitations of large language models (LLMs), such as hallucination, by retrieving information from an updatable external knowledge base. However, existing ap…

HallucinationRAGRetrievalText Generation