← Search

Siyi Wang

7 accepted papers

2026

CoCoEmo: Composable and Controllable Human-Like Emotional TTS via Activation Steering

ICML 2026poster

Emotional expression in human speech is nuanced and compositional, often involving multiple, sometimes conflicting, affective cues that may diverge from linguistic content. In contrast, most expressive text-to-speech (TTS) systems enforce a single utterance-level emotion, collapsing affective divers…

Cited by 0SourceScholar
2026

SK2Decompile: LLM-based Two-Phase Binary Decompilation from Skeleton to Skin

ICLR 2026poster

Large Language Models (LLMs) have emerged as a promising approach for binary decompilation. However, the existing LLM-based decompilers still are somewhat limited in effectively presenting a program's source-level structure with its original identifiers. To mitigate this, we introduce SK2Decompile,…

Cited by 0SourcecodeScholar
2026

Towards Unified Vision-Language Models with Incomplete Multi-Modal Inputs

AAAI 2026technical

Video-Language Models (VLMs) have demonstrated impressive multi-modal reasoning capabilities across diverse computer vision applications. However, these VLMs are task-specific and assume that both video and language inputs are complete. However, real-world VLM applications might face challenges due

Cited by 0SourcePDFScholar
2025

Decompile-Bench: Million-Scale Binary-Source Function Pairs for Real-World Binary Decompilation

NeurIPS 2025poster

Recent advances in LLM-based decompilers have been shown effective to convert low-level binaries into human-readable source code. However, there still lacks a comprehensive benchmark that provides large-scale binary-source function pairs, which is critical for advancing the LLM decompilation technol…

Cited by 0SourcecodeScholar
2023

Towards Balanced Representation Learning for Credit Policy Evaluation

AISTATS 2023poster

Credit policy evaluation presents profitable opportunities for E-commerce platforms through improved decision-making. The core of policy evaluation is estimating the causal effects of the policy on the target outcome. However, selection bias presents a key challenge in estimating causal effects from…

2022

Instance-Guided Prompt Learning for Few-Shot Text Matching

EMNLP 2022finding

Few-shot text matching is a more practical technique in natural language processing (NLP) to determine whether two texts are semantically identical. They primarily design patterns to reformulate text matching into a pre-trained task with uniform prompts across all instances. But they fail to take in…