← Search

Jiayuan Ding

7 accepted papers

2026

TRAJECT-Bench:A Trajectory-Aware Benchmark for Evaluating Agentic Tool Use

ICLR 2026poster

Large language model (LLM)-based agents increasingly rely on tool use to complete real-world tasks. While existing works evaluate the LLMs' tool use capability, they largely focus on the final answers yet overlook the detailed tool usage trajectory, i.e., whether tools are selected, parameterized, a…

Cited by 0SourcecodeScholar
2025

Tabula: A Tabular Self-Supervised Foundation Model for Single-Cell Transcriptomics

NeurIPS 2025poster

Foundation models (FMs) have shown great promise in single-cell genomics, yet current approaches, such as scGPT, Geneformer, and scFoundation, rely on centralized training and language modeling objectives that overlook the tabular nature of single-cell data and raise significant privacy concerns. We…

Cited by 0SourceScholar
2024

CellPLM: Pre-training of Cell Language Model Beyond Single Cells

ICLR 2024poster

The current state-of-the-art single-cell pre-trained models are greatly inspired by the success of large language models. They trained transformers by treating genes as tokens and cells as sentences. However, three fundamental differences between single-cell data and natural language data are overlo…

Cited by 24SourcePDFScholar
2024

MMedAgent: Learning to Use Medical Tools with Multi-modal Agent

EMNLP 2024finding

Multi-Modal Large Language Models (MLLMs), despite being successful, exhibit limited generality and often fall short when compared to specialized models. Recently, LLM-based agents have been developed to address these challenges by selecting appropriate specialized models as tools based on user inpu…

2023

Are Message Passing Neural Networks Really Helpful for Knowledge Graph Completion?

ACL 2023long

Knowledge graphs (KGs) facilitate a wide variety of applications. Despite great efforts in creation and maintenance, even the largest KGs are far from complete. Hence, KG completion (KGC) has become one of the most crucial tasks for KG research. Recently, considerable literature in this space has ce…

2023

Empowering Graph Representation Learning with Test-Time Graph Transformation

ICLR 2023poster

As powerful tools for representation learning on graphs, graph neural networks (GNNs) have facilitated various applications from drug discovery to recommender systems. Nevertheless, the effectiveness of GNNs is immensely challenged by issues related to data quality, such as distribution shift, abnor…

2021

Graph Neural Networks with Adaptive Residual

NeurIPS 2021poster

Graph neural networks (GNNs) have shown the power in graph representation learning for numerous tasks. In this work, we discover an interesting phenomenon that although residual connections in the message passing of GNNs help improve the performance, they immensely amplify GNNs' vulnerability agains…