Table of Contents
Fetching ...

ScienceDB AI: An LLM-Driven Agentic Recommender System for Large-Scale Scientific Data Sharing Services

Qingqing Long, Haotian Chen, Chenyang Zhao, Xiaolei Du, Xuezhi Wang, Pengyao Wang, Chengzan Li, Yuanchun Zhou, Hengshu Zhu

TL;DR

ScienceDB AI presents an LLM-driven agentic recommender designed for large-scale scientific data sharing, integrating an Experimental Intention Perceptor, a Structured Memory Compressor, and a Trustworthy Retrieval-Augmented Generation framework. It attaches each dataset to a Citable Scientific Task Record (CSTR) and uses a two-stage retriever to balance effectiveness and efficiency over a pool of over 10 million datasets. Across extensive offline and online evaluations, the system achieves substantial improvements in offline ranking metrics and more than a twofold increase in CTR versus keyword-based search. The work demonstrates the feasibility and impact of task-aware, trustworthy, and citable dataset recommendations at scale, marking a first in its class for conversational data-sharing services.

Abstract

The rapid growth of AI for Science (AI4S) has underscored the significance of scientific datasets, leading to the establishment of numerous national scientific data centers and sharing platforms. Despite this progress, efficiently promoting dataset sharing and utilization for scientific research remains challenging. Scientific datasets contain intricate domain-specific knowledge and contexts, rendering traditional collaborative filtering-based recommenders inadequate. Recent advances in Large Language Models (LLMs) offer unprecedented opportunities to build conversational agents capable of deep semantic understanding and personalized recommendations. In response, we present ScienceDB AI, a novel LLM-driven agentic recommender system developed on Science Data Bank (ScienceDB), one of the largest global scientific data-sharing platforms. ScienceDB AI leverages natural language conversations and deep reasoning to accurately recommend datasets aligned with researchers' scientific intents and evolving requirements. The system introduces several innovations: a Scientific Intention Perceptor to extract structured experimental elements from complicated queries, a Structured Memory Compressor to manage multi-turn dialogues effectively, and a Trustworthy Retrieval-Augmented Generation (Trustworthy RAG) framework. The Trustworthy RAG employs a two-stage retrieval mechanism and provides citable dataset references via Citable Scientific Task Record (CSTR) identifiers, enhancing recommendation trustworthiness and reproducibility. Through extensive offline and online experiments using over 10 million real-world datasets, ScienceDB AI has demonstrated significant effectiveness. To our knowledge, ScienceDB AI is the first LLM-driven conversational recommender tailored explicitly for large-scale scientific dataset sharing services. The platform is publicly accessible at: https://ai.scidb.cn/en.

ScienceDB AI: An LLM-Driven Agentic Recommender System for Large-Scale Scientific Data Sharing Services

TL;DR

ScienceDB AI presents an LLM-driven agentic recommender designed for large-scale scientific data sharing, integrating an Experimental Intention Perceptor, a Structured Memory Compressor, and a Trustworthy Retrieval-Augmented Generation framework. It attaches each dataset to a Citable Scientific Task Record (CSTR) and uses a two-stage retriever to balance effectiveness and efficiency over a pool of over 10 million datasets. Across extensive offline and online evaluations, the system achieves substantial improvements in offline ranking metrics and more than a twofold increase in CTR versus keyword-based search. The work demonstrates the feasibility and impact of task-aware, trustworthy, and citable dataset recommendations at scale, marking a first in its class for conversational data-sharing services.

Abstract

The rapid growth of AI for Science (AI4S) has underscored the significance of scientific datasets, leading to the establishment of numerous national scientific data centers and sharing platforms. Despite this progress, efficiently promoting dataset sharing and utilization for scientific research remains challenging. Scientific datasets contain intricate domain-specific knowledge and contexts, rendering traditional collaborative filtering-based recommenders inadequate. Recent advances in Large Language Models (LLMs) offer unprecedented opportunities to build conversational agents capable of deep semantic understanding and personalized recommendations. In response, we present ScienceDB AI, a novel LLM-driven agentic recommender system developed on Science Data Bank (ScienceDB), one of the largest global scientific data-sharing platforms. ScienceDB AI leverages natural language conversations and deep reasoning to accurately recommend datasets aligned with researchers' scientific intents and evolving requirements. The system introduces several innovations: a Scientific Intention Perceptor to extract structured experimental elements from complicated queries, a Structured Memory Compressor to manage multi-turn dialogues effectively, and a Trustworthy Retrieval-Augmented Generation (Trustworthy RAG) framework. The Trustworthy RAG employs a two-stage retrieval mechanism and provides citable dataset references via Citable Scientific Task Record (CSTR) identifiers, enhancing recommendation trustworthiness and reproducibility. Through extensive offline and online experiments using over 10 million real-world datasets, ScienceDB AI has demonstrated significant effectiveness. To our knowledge, ScienceDB AI is the first LLM-driven conversational recommender tailored explicitly for large-scale scientific dataset sharing services. The platform is publicly accessible at: https://ai.scidb.cn/en.
Paper Structure (31 sections, 9 equations, 9 figures, 2 tables, 2 algorithms)

This paper contains 31 sections, 9 equations, 9 figures, 2 tables, 2 algorithms.

Figures (9)

  • Figure 1: Statistical results of datasets and user behaviors.
  • Figure 2: The illustration of our motivation. The left figure shows the challenges of existing dataset sharing platforms. The right figure explains our ScienceDB AI can deeply understand the researcher's experimental dataset needs.
  • Figure 3: Technical framework of our designed ScienceDB AI system. It consists of experimental intention perceptor, structured memory compressor, and a retriever-augmented recommender that attaches the CSTR zhou2024trusted to each dataset for trustworthiness.
  • Figure 4: Our online ScienceDB AI platform, which can be visited at https://ai.scidb.cn/en.
  • Figure 5: The average running time for each testing sample.
  • ...and 4 more figures