← Search

Bowen Jin

23 accepted papers

2026

Deep Learning and Foundation Models for Weather Prediction: A Survey

IJCAI 2026

Numerical weather prediction (NWP) models remain the cornerstone of atmospheric sciences. Yet, deep learning (DL) is challenging this paradigm by its ability to capture intricate spatio-temporal patterns and deliver ultra-fast predictions. Analogous to the foundation models (e.g., ChatGPT) in natura

Cited by 0Scholar
2026

Demystifying and Enhancing the Efficiency of Large Language Model Based Search Agents

ICLR 2026poster

Large Language Model (LLM)-based search agents have shown remarkable capabilities in solving complex tasks by dynamically decomposing problems and addressing them through interleaved reasoning and retrieval. However, this interleaved paradigm introduces substantial efficiency bottlenecks. First, we…

Cited by 0SourcecodeScholar
2026

GRACE: Generative Representation Learning via Contrastive Policy Optimization

ICLR 2026poster

Prevailing methods for training Large Language Models (LLMs) as text encoders rely on contrastive losses that treat the model as a black-box function, discarding its generative and reasoning capabilities in favor of static embeddings. We introduce \GRACE{} (Generative Representation Learning via Con…

Cited by 0SourcecodeScholar
2026

Learning Query-Aware Budget-Tier Routing for Runtime Agent Memory

ICML 2026poster

Memory is increasingly central to Large Language Model (LLM) agents operating beyond a single context window, yet most existing systems rely on offline, query-agnostic memory construction that can be inefficient and may discard query-critical information. Although runtime memory utilization is a nat…

Cited by 0SourceScholar
2026

Learning to Reason as Action Abstractions with Scalable Mid-Training RL

ICLR 2026poster

Large language models excel with reinforcement learning (RL), but fully unlocking this potential requires a mid-training stage. Intuitively, an effective mid-training stage should both learn a strong policy prior and enable fast learning through online interactions. We formalize this intuition by pr…

Cited by 0SourceScholar
2026

mCLM: A Modular Chemical Language Model that Generates Functional and Makeable Molecules

ICLR 2026oral

Despite their ability to understand chemical knowledge, large language models (LLMs) remain limited in their capacity to propose novel molecules with desired functions (e.g., drug-like properties). In addition, the molecules that LLMs propose can often be challenging to make, and are almost never co…

Cited by 0SourcecodeScholar
2025

Can Graph Neural Networks Learn Language with Extremely Weak Text Supervision?

ACL 2025long

While great success has been achieved in building vision models with Contrastive Language-Image Pre-training (CLIP) over Internet-scale image-text pairs, building transferable Graph Neural Networks (GNNs) with CLIP pipeline is challenging because of the scarcity of labeled data and text supervision,…

2025

CoDiCast: Conditional Diffusion Model for Global Weather Forecasting with Uncertainty Quantification

IJCAI 2025

Accurate weather forecasting is critical for science and society. However, existing methods have not achieved the combination of high accuracy, low uncertainty, and high computational efficiency simultaneously. On one hand, traditional numerical weather prediction (NWP) models are computationally in

2025

GRAPHGPT-O: Synergistic Multimodal Comprehension and Generation on Graphs

CVPR 2025poster

The rapid development of Multimodal Large Language Models (MLLMs) has enabled the integration of multiple modalities, including texts and images, within the large language model (LLM) framework.However, texts and images are usually interconnected, forming a multimodal attributed graph (MMAG).It is u…

2025

Hybrid Latent Reasoning via Reinforcement Learning

NeurIPS 2025poster

Recent advances in large language models (LLMs) have introduced latent reasoning as a promising alternative to autoregressive reasoning. By performing internal computation with hidden states from previous steps, latent reasoning benefit from more informative features rather than sampling a discrete…

Cited by 0SourcecodeScholar
2025

LLM Alignment as Retriever Optimization: An Information Retrieval Perspective

ICML 2025poster

Large Language Models (LLMs) have revolutionized artificial intelligence with capabilities in reasoning, coding, and communication, driving innovation across industries. Their true potential depends on effective alignment to ensure correct, trustworthy and ethical behavior, addressing challenges lik…

Cited by 1SourcePDFScholar
2025

Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG

ICLR 2025poster

Retrieval-augmented generation (RAG) empowers large language models (LLMs) to utilize external knowledge sources. The increasing capacity of LLMs to process longer input sequences opens up avenues for providing more retrieved information, to potentially enhance the quality of generated outputs. Fro…

Cited by 19SourcePDFScholar
2024

A Comprehensive Survey of Scientific Large Language Models and Their Applications in Scientific Discovery

EMNLP 2024main

In many scientific fields, large language models (LLMs) have revolutionized the way text and other modalities of data (e.g., molecules and proteins) are handled, achieving superior performance in various applications and augmenting the scientific discovery process. Nevertheless, previous surveys on…

2024

Graph Chain-of-Thought: Augmenting Large Language Models by Reasoning on Graphs

ACL 2024findings

Large language models (LLMs), while exhibiting exceptional performance, suffer from hallucinations, especially on knowledge-intensive tasks. Existing works propose to augment LLMs with individual text units retrieved from external knowledge corpora to alleviate the issue. However, in many domains, t…

2024

Grasping the Essentials: Tailoring Large Language Models for Zero-Shot Relation Extraction

EMNLP 2024main

Relation extraction (RE) aims to identify semantic relationships between entities within text. Despite considerable advancements, existing models predominantly require extensive annotated training data, which is both costly and labor-intensive to collect. Moreover, these models often struggle to ada…

2024

InstructG2I: Synthesizing Images from Multimodal Attributed Graphs

NeurIPS 2024poster

In this paper, we approach an overlooked yet critical task Graph2Image: generating images from multimodal attributed graphs (MMAGs). This task poses significant challenges due to the explosion in graph size, dependencies among graph entities, and the need for controllability in graph conditions. To…

2024

Language Models as Semantic Indexers

ICML 2024poster

Semantic identifier (ID) is an important concept in information retrieval that aims to preserve the semantics of objects such as documents and items inside their IDs. Previous studies typically adopt a two-stage pipeline to learn semantic IDs by first procuring embeddings using off-the-shelf text en…

2024

RAM-EHR: Retrieval Augmentation Meets Clinical Predictions on Electronic Health Records

ACL 2024short

We present RAM-EHR, a Retrieval AugMentation pipeline to improve clinical predictions on Electronic Health Records (EHRs). RAM-EHR first collects multiple knowledge sources, converts them into text format, and uses dense retrieval to obtain information related to medical concepts. This strategy addr…

2024

Towards Unified Multi-Modal Personalization: Large Vision-Language Models for Generative Recommendation and Beyond

ICLR 2024poster

Developing a universal model that can effectively harness heterogeneous resources and respond to a wide range of personalized needs has been a longstanding community aspiration. Our daily choices, especially in domains like fashion and retail, are substantially shaped by multi-modal data, such as pi…

2023

Edgeformers: Graph-Empowered Transformers for Representation Learning on Textual-Edge Networks

ICLR 2023poster

Edges in many real-world social/information networks are associated with rich text information (e.g., user-user communications or user-product reviews). However, mainstream network representation learning models focus on propagating and aggregating node attributes, lacking specific designs to utiliz…

2023

Patton: Language Model Pretraining on Text-Rich Networks

ACL 2023long

A real-world text corpus sometimes comprises not only text documents, but also semantic links between them (e.g., academic papers in a bibliographic network are linked by citations and co-authorships).Text documents and semantic connections form a text-rich network, which empowers a wide range of do…

2023

Text Augmented Open Knowledge Graph Completion via Pre-Trained Language Models

ACL 2023findings

The mission of open knowledge graph (KG) completion is to draw new findings from known facts. Existing works that augment KG completion require either (1) factual triples to enlarge the graph reasoning space or (2) manually designed prompts to extract knowledge from a pre-trained language model (PLM…