← Search

Guang Liu

14 accepted papers

2026

Escaping the Subspace Trap: The Role of Optimizer Geometry in Model Width Expansion

ICML 2026poster

Pre-training large language models from scratch is prohibitively expensive as model scales increase. A practical alternative is Model Width Expansion (MWE), which grows a larger model from a well-pretrained ''seed'' model to inherit existing capabilities at initialization. However, we identify a phe…

Cited by 0SourceScholar
2026

OmniMoE: An Efficient MoE by Orchestrating Atomic Experts at Scale

ICML 2026poster

Mixture-of-Experts (MoE) architectures are evolving towards finer granularity to improve parameter efficiency. However, existing MoE designs face an inherent trade-off between the granularity of expert specialization and hardware execution efficiency. In this paper, we propose OmniMoE, a system-algo…

Cited by 0SourceScholar
2026

Predicting Emergent Tool Use in LLMs Before It Emerges: A Proxy Perspective

AAAI 2026technical

Tool-use capabilities fundamentally transform large language models (LLMs) from passive language generators into active agents with real-world utility, drawing intense research focus. Yet, their emergent nature renders traditional scaling laws ineffective for early-stage prediction, obstructing prin

Cited by 0SourcePDFScholar
2026

Towards Automated Kernel Generation in the Era of LLMs: A Survey

IJCAI 2026

The performance of modern AI systems is fundamentally constrained by the quality of their underlying kernels, which translate high-level algorithmic semantics into low-level hardware operations. Achieving near-optimal kernels requires expert-level understanding of hardware architectures and programm

Cited by 0Scholar
2025

Detect Any Mirrors: Boosting Learning Reliability on Large-Scale Unlabeled Data with an Iterative Data Engine

CVPR 2025poster

Mirror detection is a challenging task because a mirror's visual appearance varies depending on the reflected content. Due to limited annotated data, current methods failed to generalize well for detecting diverse mirror scenes. Semi-supervised learning with large-scale unlabeled data can improve ge…

2025

Search-in-Context: Efficient Multi-Hop QA over Long Contexts via Monte Carlo Tree Search with Dynamic KV Retrieval

ACL 2025finding

Recent advancements in large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks, such as math problem-solving and code generation. However, multi-hop question answering (MHQA) over long contexts, which demands both robust knowledge-intensive reasoning and eff…

Cited by 0SourcePDFScholar
2024

CMMU: A Benchmark for Chinese Multi-modal Multi-type Question Understanding and Reasoning

IJCAI 2024poster

Multi-modal large language models(MLLMs) have achieved remarkable progress and demonstrated powerful knowledge comprehension and reasoning abilities. However, the mastery of domain-specific knowledge, which is essential for evaluating the intelligence of MLLMs, continues to be a challenge. Current m…

2024

Generate-on-Graph: Treat LLM as both Agent and KG for Incomplete Knowledge Graph Question Answering

EMNLP 2024main

To address the issues of insufficient knowledge and hallucination in Large Language Models (LLMs), numerous studies have explored integrating LLMs with Knowledge Graphs (KGs). However, these methods are typically evaluated on conventional Knowledge Graph Question Answering (KGQA) with complete KGs,…

2024

UniTabE: A Universal Pretraining Protocol for Tabular Foundation Model in Data Science

ICLR 2024poster

Recent advancements in Natural Language Processing (NLP) have witnessed the groundbreaking impact of pretrained models, yielding impressive outcomes across various tasks. This study seeks to extend the power of pretraining methodologies to facilitating the prediction over tables in data science, a d…

Cited by 16SourcePDFScholar
2023

AltCLIP: Altering the Language Encoder in CLIP for Extended Language Capabilities

ACL 2023findings

CLIP (Contrastive Language–Image Pretraining) is an English multimodal representation model learned from a massive amount of English text-image pairs and has achieved great success in various downstream tasks, including image classification, text-to-image retrieval, and image generation. When extend…

2021

Adversarial Mixing Policy for Relaxing Locally Linear Constraints in Mixup

EMNLP 2021main

Mixup is a recent regularizer for current deep classification networks. Through training a neural network on convex combinations of pairs of examples and their labels, it imposes locally linear constraints on the model’s input space. However, such strict linear constraints often lead to under-fittin…

2021

DialogueTRM: Exploring Multi-Modal Emotional Dynamics in a Conversation

EMNLP 2021finding

Emotion dynamics formulates principles explaining the emotional fluctuation during conversations. Recent studies explore the emotion dynamics from the self and inter-personal dependencies, however, ignoring the temporal and spatial dependencies in the situation of multi-modal conversations. To addre…

2020

Multi-scale Two-way Deep Neural Network for Stock Trend Prediction

IJCAI 2020poster

Stock Trend Prediction(STP) has drawn wide attention from various fields, especially Artificial Intelligence. Most previous studies are single-scale oriented which results in information loss from a multi-scale perspective. In fact, multi-scale behavior is vital for making intelligent investment dec…