paper-with-me

홈 › Papers

Direct optimization of F-measure for retrieval-based personal question answering

2018-09-28 · Fakoor Rasool, Kainth Amanjit, Shakeri Siamak, Winestock Christopher, Mohamed Abdel-rahman, Sarikaya Ruhi

Recent advances in spoken language technologies and the introduction of many customer facing products, have given rise to a wide customer reliance on smart personal assistants for many of their daily tasks. In this paper, we present a system to reduce users' cognitive load by extending personal assistants with long-term personal memory where users can store and retrieve by voice, arbitrary pieces of information. The problem is framed as a neural retrieval based question answering system where answers are selected from previously stored user memories. We propose to directly optimize the end-to-end retrieval performance, measured by the F1-score, using reinforcement learning, leading to better performance on our experimental test set(s).

📄 PDF Abstract BibTeX arXiv:1810.00679

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answeringreinforcement-learningReinforcement Learning (RL)Retrieval

Similar Papers 제목 키워드 기반

Learning to Reason for Multi-Step Retrieval of Personal Context in Personalized Question Answering

2026-02-22 · Maryam Amirizaniani, Alireza Salemi, Hamed Zamani arxiv

Personalization in Question Answering (QA) requires answers that are both accurate and aligned with users' background, preferences, and historical context. Existing state-of-the-art methods primarily rely on retrieval-au…

Reinforcement LearningQuestion Answering

LSRP: A Leader-Subordinate Retrieval Framework for Privacy-Preserving Cloud-Device Collaboration

2025-05-08 · Yingyi Zhang, Pengyue Jia, Xianneng Li, Derong Xu 외

Cloud-device collaboration leverages on-cloud Large Language Models (LLMs) for handling public user queries and on-device Small Language Models (SLMs) for processing private user data, collectively forming a powerful and…

Privacy PreservingRAGRetrievalRetrieval-augmented Generation

A Personalized Dense Retrieval Framework for Unified Information Access

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

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 in…

Information RetrievalQuestion AnsweringRetrieval

Optimization Methods for Personalizing Large Language Models through Retrieval Augmentation

2024-04-09 · Alireza Salemi, Surya Kallumadi, Hamed Zamani

This paper studies retrieval-augmented approaches for personalizing large language models (LLMs), which potentially have a substantial impact on various applications and domains. We propose the first attempt to optimize …

Knowledge DistillationLanguage ModelingLanguage ModellingRetrieval

ERAGent: Enhancing Retrieval-Augmented Language Models with Improved Accuracy, Efficiency, and Personalization

2024-05-06 · Yunxiao Shi, Xing Zi, Zijing Shi, Haimin Zhang 외

Retrieval-augmented generation (RAG) for language models significantly improves language understanding systems. The basic retrieval-then-read pipeline of response generation has evolved into a more extended process due t…

Question AnsweringRAGResponse GenerationRetrieval+1