arXiv:2502.12998cs.DBcs.AI2025-02被引 2

用少量大模型调用实现个性化多模态数据的精准前k筛选

Personalized Top-k Set Queries Over Predicted Scores

  • 构建通用框架,将复杂评分函数拆解为可交由大模型处理的子任务
  • 实验显示仅需基线1/10的调用次数,仍能保证结果准确率
  • 适合需要高精度且成本敏感的个性化推荐与查询场景

本文研究在多模态数据上基于用户自定义函数的个性化前k查询问题,特别关注使用昂贵外部接口(如大语言模型)预测得分的应用。提出一种通用计算框架,支持任意集合型评分函数,只要函数可分解为多个子构造块,每个块可提交给大模型以获取部分得分。系统在任一时刻维护一组候选响应及其部分预测得分,并持续追踪可能成为真实前k的结果集。由于调用大模型成本高昂,框架通过概率模型智能选择下一轮最应提问的子构造块,以最大化确定真实前k的概率。在三个大规模数据集、多种评分函数和基准方法上的评估表明,该框架在显著减少大模型调用次数(达一个数量级)的同时,仍能保障结果准确性;可扩展性实验进一步验证其适用于大规模应用。

原文摘要 · Abstract (English)

This work studies the applicability of expensive external oracles such as large language models in answering top-k queries over predicted scores. Such scores are incurred by user-defined functions to answer personalized queries over multi-modal data. We propose a generic computational framework that handles arbitrary set-based scoring functions, as long as the functions could be decomposed into constructs, each of which sent to an oracle (in our case an LLM) to predict partial scores. At a given point in time, the framework assumes a set of responses and their partial predicted scores, and it maintains a collection of possible sets that are likely to be the true top-k. Since calling oracles is costly, our framework judiciously identifies the next construct, i.e., the next best question to ask the oracle so as to maximize the likelihood of identifying the true top-k. We present a principled probabilistic model that quantifies that likelihood. We study efficiency opportunities in designing algorithms. We run an evaluation with three large scale datasets, scoring functions, and baselines. Experiments indicate the efficacy of our framework, as it achieves an order of magnitude improvement over baselines in requiring LLM calls while ensuring result accuracy. Scalability experiments further indicate that our framework could be used in large-scale applications.

个性化查询大模型调用前k检索多模态

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。