← Search

Siu Ming Yiu

13 accepted papers

2026

The Deterministic Horizon: When Extended Reasoning Fails and Tool Delegation Becomes Necessary

ICML 2026poster

Extended chain-of-thought reasoning can degrade performance on deterministic state-tracking tasks—not due to preference biases, but fundamental information-theoretic limits in decoder-only transformers. We establish: (1) an Attention Bottleneck Theorem with matching lower bound, proving state-tracki…

Cited by 0SourceScholar
2025

EffiBench-X: A Multi-Language Benchmark for Measuring Efficiency of LLM-Generated Code

NeurIPS 2025poster

Existing code generation benchmarks primarily evaluate functional correctness, with limited attention to code efficiency, and they are often restricted to a single language such as Python. To address this gap, we introduce EffiBench‑X, the first large‑scale multi‑language benchmark specifically desi…

Cited by 0SourcecodeScholar
2025

Efficient Traffic Prediction Through Spatio-Temporal Distillation

AAAI 2025technical

Graph neural networks (GNNs) have gained considerable attention in recent years for traffic flow prediction due to their ability to learn spatio-temporal pattern representations through a graph-based message-passing framework. Although GNNs have shown great promise in handling traffic datasets, thei…

2025

Geminio: Language-Guided Gradient Inversion Attacks in Federated Learning

ICCV 2025poster

Foundation models that bridge vision and language have made significant progress. While they have inspired many life-enriching applications, their potential for abuse in creating new threats remains largely unexplored. In this paper, we reveal that vision-language models (VLMs) can be weaponized to…

2025

UniDemoiré: Towards Universal Image Demoiréing with Data Generation and Synthesis

AAAI 2025technical

Image demoiréing poses one of the most formidable challenges in image restoration, primarily due to the unpredictable and anisotropic nature of moiré patterns. Limited by the quantity and diversity of training data, current methods tend to overfit to a single moiré domain, resulting in performance d…

2024

AnnoLLM: Making Large Language Models to Be Better Crowdsourced Annotators

NAACL 2024industry

Many natural language processing (NLP) tasks rely on labeled data to train machine learning models with high performance. However, data annotation is time-consuming and expensive, especially when the task involves a large amount of data or requires specialized domains. Recently, GPT-3.5 series model…

2024

Improving Factual Error Correction by Learning to Inject Factual Errors

AAAI 2024technical

Factual error correction (FEC) aims to revise factual errors in false claims with minimal editing, making them faithful to the provided evidence. This task is crucial for alleviating the hallucination problem encountered by large language models. Given the lack of paired data (i.e., false claims and…

2023

CAPSTONE: Curriculum Sampling for Dense Retrieval with Document Expansion

EMNLP 2023long main

The dual-encoder has become the de facto architecture for dense retrieval. Typically, it computes the latent representations of the query and document independently, thus failing to fully capture the interactions between the query and document. To alleviate this, recent research has focused on obta…

Cited by 0SourcecodeScholar
2023

PivotFEC: Enhancing Few-shot Factual Error Correction with a Pivot Task Approach using Large Language Models

EMNLP 2023long findings

Factual Error Correction (FEC) aims to rectify false claims by making minimal revisions to align them more accurately with supporting evidence. However, the lack of datasets containing false claims and their corresponding corrections has impeded progress in this field. Existing distantly supervised…

Cited by 0SourceScholar
2023

Spatial-Temporal Graph Learning with Adversarial Contrastive Adaptation

ICML 2023poster

Spatial-temporal graph learning has emerged as the state-of-the-art solution for modeling structured spatial-temporal data in learning region representations for various urban sensing tasks (e.g., crime forecasting, traffic flow prediction). However, most existing models are vulnerable to the qualit…

2022

Controllable Dictionary Example Generation: Generating Example Sentences for Specific Targeted Audiences

ACL 2022long

Example sentences for targeted words in a dictionary play an important role to help readers understand the usage of words. Traditionally, example sentences in a dictionary are usually created by linguistics experts, which are labor-intensive and knowledge-intensive. In this paper, we introduce the p…

2021

Subgraph Federated Learning with Missing Neighbor Generation

NeurIPS 2021spotlight

Graphs have been widely used in data mining and machine learning due to their unique representation of real-world objects and their interactions. As graphs are getting bigger and bigger nowadays, it is common to see their subgraphs separately collected and stored in multiple local systems. Therefore…

2020

Classification with Rejection: Scaling Generative Classifiers with Supervised Deep Infomax

IJCAI 2020poster

Deep Infomax (DIM) is an unsupervised representation learning framework by maximizing the mutual information between the inputs and the outputs of an encoder, while probabilistic constraints are imposed on the outputs. In this paper, we propose Supervised Deep InfoMax (SDIM), which introduces superv…