paper-with-me

홈 › Papers

Knowledge Plugins: Enhancing Large Language Models for Domain-Specific Recommendations

2023-11-16 · Jing Yao, Wei Xu, Jianxun Lian, Xiting Wang, Xiaoyuan Yi, Xing Xie

The significant progress of large language models (LLMs) provides a promising opportunity to build human-like systems for various practical applications. However, when applied to specific task domains, an LLM pre-trained on a general-purpose corpus may exhibit a deficit or inadequacy in two types of domain-specific knowledge. One is a comprehensive set of domain data that is typically large-scale and continuously evolving. The other is specific working patterns of this domain reflected in the data. The absence or inadequacy of such knowledge impacts the performance of the LLM. In this paper, we propose a general paradigm that augments LLMs with DOmain-specific KnowledgE to enhance their performance on practical applications, namely DOKE. This paradigm relies on a domain knowledge extractor, working in three steps: 1) preparing effective knowledge for the task; 2) selecting the knowledge for each specific sample; and 3) expressing the knowledge in an LLM-understandable way. Then, the extracted knowledge is incorporated through prompts, without any computational cost of model fine-tuning. We instantiate the general paradigm on a widespread application, i.e. recommender systems, where critical item attributes and collaborative filtering signals are incorporated. Experimental results demonstrate that DOKE can substantially improve the performance of LLMs in specific domains.

📄 PDF Abstract BibTeX arXiv:2311.10779

Code (1)

microsoft/recai pytorch

Tasks

Collaborative FilteringRecommendation SystemsTask 2

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

OpenAGI: When LLM Meets Domain Experts

2023-04-10 · NeurIPS 2023 11 · Yingqiang Ge, Wenyue Hua, Kai Mei, Jianchao Ji 외

Human Intelligence (HI) excels at combining basic skills to solve complex tasks. This capability is vital for Artificial Intelligence (AI) and should be embedded in comprehensive AI Agents, enabling them to harness exper…

BenchmarkingNatural Language Queries

Assisted Debate Builder with Large Language Models

2024-05-14 · Elliot Faugier, Frédéric Armetta, Angela Bonifati, Bruno Yun

We introduce ADBL2, an assisted debate builder tool. It is based on the capability of large language models to generalise and perform relation-based argument mining in a wide-variety of domains. It is the first open-sour…

Argument MiningLanguage ModelingLanguage ModellingLarge Language Model+1

Real-Time Trust Verification for Safe Agentic Actions using TrustBench

2026-03-10 · Tavishi Sharma, Vinayak Sharma, Pragya Sharma arxiv

As large language models evolve from conversational assistants to autonomous agents, ensuring trustworthiness requires a fundamental shift from post-hoc evaluation to real-time action verification. Current frameworks lik…

TaskWeaver: A Code-First Agent Framework

2023-11-29 · Bo Qiao, Liqun Li, Xu Zhang, Shilin He 외

Large Language Models (LLMs) have shown impressive abilities in natural language understanding and generation, leading to their widespread use in applications such as chatbots and virtual assistants. However, existing LL…

Natural Language Understanding

When AI Meets the Web: Prompt Injection Risks in Third-Party AI Chatbot Plugins

2025-11-08 · Yigitcan Kaya, Anton Landerer, Stijn Pletinckx, Michelle Zimmermann 외 arxiv

Prompt injection attacks pose a critical threat to large language models (LLMs), with prior work focusing on cutting-edge LLM applications like personal copilots. In contrast, simpler LLM applications, such as customer s…

Code Generation