← Search

Hui Sun

13 accepted papers

2026

ARBench: Algorithmic Reasoner or API Alchemist? Evaluating LLMs Beyond API Calls

AAAI 2026technical

Large Language Models (LLMs) have demonstrated impressive capabilities in code generation. Like human programmers, LLMs tend to call high-level APIs and libraries to program efficiently. However, this shortcut may hinder LLMs from learning the essential algorithm reasoning, leading instead to rote m

Cited by 0SourcePDFScholar
2026

Dynamic-Static Synergistic Selection Method for Candidate Code Solutions with Generated Test Cases

AAAI 2026technical

Large language models (LLMs) show significant improvement in code generation. A common practice is sampling multiple candidate codes to increase the likelihood of producing an accurate solution. However, effectively identifying the best candidate from the pool is a significant challenge. Although ex

Cited by 0SourcePDFScholar
2026

Learned Image Compression via Sparse Attention and Adaptive Frequency

CVPR 2026

Learned image compression (LIC) methods surpass traditional algorithms in rate-distortion (RD) performance, but still struggle to optimally balance effectiveness and efficiency. Moreover, although recent studies have demonstrated the effectiveness of utilizing frequency-domain information, they typi

Cited by 0SourceScholar
2026

Random Selection Reveals Implicit Knowledge Consensus in Code Generation

ICML 2026poster

Training large language models for code generation requires selecting high-quality data from solution pools where each problem admits multiple correct implementations. Conventional studies on data selection hold that sophisticated strategies that employ various optimization objectives, such as diver…

Cited by 0SourceScholar
2025

Adaptive Lossless Compression for Genomics Data by Multiple (s, k)-mer Encoding and XLSTM

ICASSP 2025accepted

Learning-based lossless compressors have been validated to have competitive advantages in genomics data (GD) compression. However, learning-based GD-dedicated compressors typically need to be pre-trained on multi-source data and then are directly used to compress another target data, we denote them…

Cited by 0SourceScholar
2025

Enhancing the Prototype Network with Local-to-Global Optimization for Few-Shot Relation Extraction

NAACL 2025findings

Few-Shot Relation Extraction (FSRE) aims to achieve high classification performance by training relation classification models with a small amount of labeled data. Prototypical networks serve as a straightforward and efficient method for optimizing model performance by combining similarity evaluatio…

2025

Genomics Data Lossless Compression with (S, K)-Mer Encoding and Deep Neural Networks

AAAI 2025technical

Learning-based compression shows competitive compression ratios for genomics data. It often includes three types of compressors: static, adaptive and semi-adaptive. However, these existing compressors suffer from inferior compression ratios or throughput, and adaptive compressors also faces model c…

2025

MDP3: A Training-free Approach for List-wise Frame Selection in Video-LLMs

ICCV 2025poster

Video large language models (Video-LLMs) have made significant progress in understanding videos. However, processing multiple frames leads to lengthy visual token sequences, presenting challenges such as the limited context length cannot accommodate the entire video, and the inclusion of irrelevant…

2025

Multi-source Data Lossless Compression via Parallel Expansion Mapping and xLSTM

ICASSP 2025accepted

Explosive growth of multi-source data (MSD) poses challenges in data transmitting and storing. Neural Network (NN)-based lossless compressors are an important type of compression approaches to alleviate these problems. However, existing NN-based lossless compressors suffer from poor compression rati…

Cited by 0SourceScholar
2025

Revisiting Chain-of-Thought in Code Generation: Do Language Models Need to Learn Reasoning before Coding?

ICML 2025poster

Large Language Models (LLMs) have demonstrated exceptional performance in code generation, becoming increasingly vital for software engineering and development. Recently, Chain-of-Thought (CoT) has proven effective for complex tasks by prompting LLMs to reason step-by-step and provide a final answer…

Cited by 0SourcePDFScholar
2023

Cooperative and Adversarial Learning: Co-enhancing Discriminability and Transferability in Domain Adaptation

AAAI 2023technical

Discriminability and transferability are two goals of feature learning for domain adaptation (DA), as we aim to find the transferable features from the source domain that are helpful for discriminating the class label in the target domain. Modern DA approaches optimize discriminability and transfera…