← Search

Juyong Jiang

6 accepted papers

2026

DaVinci: Reinforcing Visual-Structural Syntax in MLLMs for Generalized Scientific Diagram Parsing

ICLR 2026poster

Parsing raster-based scientific diagrams into structured representations is critical for editability and reusability. However, existing multimodal LLMs (MLLMs) struggle with the diverse visual primitives, complex structural layouts, and strict syntax involved. To address this, we introduce DaVinci,…

Cited by 0SourcecodeScholar
2026

OSVBench: Benchmarking LLMs on Specification Generation Tasks for Operating System Verification

AAAI 2026technical

We introduce OSVBench, a new benchmark for evaluating Large Language Models (LLMs) on the task of generating complete formal specifications for verifying the functional correctness of operating system kernels. This benchmark is built upon a real-world operating system kernel, Hyperkernel, and consis

Cited by 0SourcePDFScholar
2025

KaSA: Knowledge-Aware Singular-Value Adaptation of Large Language Models

ICLR 2025poster

The increasing sizes of large language models (LLMs) result in significant computational overhead and memory usage when adapting these models to specific tasks or domains. Various parameter-efficient fine-tuning (PEFT) methods have been devised to mitigate these challenges by training a small set of…

2025

LlamaDuo: LLMOps Pipeline for Seamless Migration from Service LLMs to Small-Scale Local LLMs

ACL 2025long

The widespread adoption of cloud-based proprietary large language models (LLMs) has introduced significant challenges, including operational dependencies, privacy concerns, and the necessity of continuous internet connectivity. In this work, we introduce an LLMOps pipeline, “LlamaDuo”, for the seaml…

2025

ProfiX: Improving Profile-Guided Optimization in Compilers with Graph Neural Networks

NeurIPS 2025poster

Profile-guided optimization (PGO) advances the frontiers of compiler optimization by leveraging dynamic runtime information to generate highly optimized binaries. Traditional instrumentation-based profiling collects accurate profile data but often suffers from heavy runtime overhead. In contrast, sa…

Cited by 0SourceScholar
2025

Shortcut-connected Expert Parallelism for Accelerating Mixture of Experts

ICML 2025poster

Expert parallelism has emerged as a key strategy for distributing the computational workload of sparsely-gated mixture-of-experts (MoE) models across multiple devices, enabling the processing of increasingly large-scale models. However, the All-to-All communication inherent to expert parallelism pos…

Cited by 13SourcePDFScholar