← Search

Jingyang Li

13 accepted papers

2026

Bridging Draft Policy Misalignment: Group Tree Optimization for Speculative Decoding

ICLR 2026poster

Speculative decoding accelerates large language model (LLM) inference by letting a lightweight draft model propose multiple tokens that the target model verifies in parallel. Yet existing training objectives optimize only a single greedy draft path, while decoding follows a tree policy that re-ranks…

Cited by 0SourceScholar
2026

Online Tensor Learning: Computational and Statistical Trade-offs, Adaptivity and Optimal Regret

ICML 2026poster

Large tensor learning algorithms are typically computationally expensive and require storing a vast amount of data. In this paper, we propose a unified online Riemannian gradient descent (oRGrad) algorithm for tensor learning, which is computationally efficient, consumes much less memory, and can ha…

Cited by 0SourceScholar
2025

GRIFFIN: Effective Token Alignment for Faster Speculative Decoding

NeurIPS 2025poster

Speculative decoding accelerates inference in large language models (LLMs) by generating multiple draft tokens simultaneously. However, existing methods often struggle with token misalignment between the training and decoding phases, limiting their performance. To address this, we propose GRIFFIN, a…

Cited by 0SourcecodeScholar
2025

Generalize Audio Deepfake Algorithm Recognition via Attribution Enhancement

ICASSP 2025accepted

The development of voice cloning techniques has made forgery audios indistinguishable, posing an urgency to trace their sources. Many existing works focus on improving identification accuracy for audio deepfake algorithm recognition. However, most methods ignore the impact of complex information in…

Cited by 0SourceScholar
2025

Towards Understanding Why FixMatch Generalizes Better Than Supervised Learning

ICLR 2025oral

Semi-supervised learning (SSL), exemplified by FixMatch (Sohn et al., 2020), has shown significant generalization advantages over supervised learning (SL), particularly in the context of deep neural networks (DNNs). However, it is still unclear, from a theoretical standpoint, why FixMatch-like SSL a…

Cited by 0SourcePDFScholar
2024

PEACE: A Dataset of Pharmaceutical Care for Cancer Pain Analgesia Evaluation and Medication Decision

NeurIPS 2024poster

Over half of cancer patients experience long-term pain management challenges. Recently, interest has grown in systems for cancer pain treatment effectiveness assessment (TEA) and medication recommendation (MR) to optimize pharmacological care. These systems aim to improve treatment effectiveness by…

2024

Towards More Faithful Natural Language Explanation Using Multi-Level Contrastive Learning in VQA

AAAI 2024technical

Natural language explanation in visual question answer (VQA-NLE) aims to explain the decision-making process of models by generating natural language sentences to increase users' trust in the black-box systems. Existing post-hoc methods have achieved significant progress in obtaining a plausible exp…

2023

TITAN : Task-oriented Dialogues with Mixed-Initiative Interactions

IJCAI 2023poster

In multi-domain task-oriented dialogue systems, users proactively propose a series of domain-specific requests that can often be under-or over-specified, sometimes with ambiguous and cross-domain demands. System-sided initiative would be necessary to identify certain situations and appropriately int…

2023

Voice Guard: Protecting Voice Privacy with Strong and Imperceptible Adversarial Perturbation in the Time Domain

IJCAI 2023poster

Adversarial example is a rising tool for voice privacy protection. By adding imperceptible noise to public audio, it prevents tampers from using zero-shot Voice Conversion (VC) to synthesize high quality speech with target speaker identity. However, many existing studies ignore the human perception…

Cited by 7SourcePDFScholar
2022

A Survey on Neural Open Information Extraction: Current Status and Future Directions

IJCAI 2022poster

Open Information Extraction (OpenIE) facilitates domain-independent discovery of relational facts from large corpora. The technique well suits many open-world natural language understanding scenarios, such as automatic knowledge base construction, open-domain question answering, and explicit reasoni…

Cited by 57SourcePDFScholar
2022

Repo4QA: Answering Coding Questions via Dense Retrieval on GitHub Repositories

COLING 2022main

Open-source platforms such as GitHub and Stack Overflow both play significant roles in current software ecosystems. It is crucial but time-consuming for developers to raise programming questions in coding forums such as Stack Overflow and be navigated to actual solutions on GitHub repositories. In t…

2022

Towards Generalized Open Information Extraction

EMNLP 2022finding

Open Information Extraction (OpenIE) facilitates the open-domain discovery of textual facts. However, the prevailing solutions evaluate OpenIE models on in-domain test sets aside from the training corpus, which certainly violates the initial task principle of domain-independence. In this paper, we p…