← Search

Le-Minh Nguyen

5 accepted papers

2026

AdaSpec: Adaptive Multilingual Speculative Decoding with Self-Synthesized Language-Aware Training and Vocabulary Simplification

AAAI 2026technical

Speculative decoding accelerates large language model (LLM) inference by using a lightweight drafter to propose multiple tokens, which are then verified in parallel by the base model. While effective in English, existing methods often struggle in multilingual scenarios due to static vocabularies and

Cited by 0SourcePDFScholar
2026

Docora: A System for Interactive Knowledge Extraction and Visualization from Scientific PDFs

AAAI 2026technical

Scientific research articles, typically distributed in PDF format, contain valuable knowledge but remain challenging to convert into structured datasets due to fragmented workflows that separate parsing, annotation, and visualization. Existing annotation platforms operate on plain text, which requir

Cited by 0SourcePDFScholar
2025

SPECTRA: Faster Large Language Model Inference with Optimized Internal and External Speculation

ACL 2025long

Inference with modern Large Language Models (LLMs) is both computationally expensive and time-consuming. Speculative decoding has emerged as a promising solution, but existing approaches face key limitations: training-based methods require a draft model that is challenging to obtain and lacks genera…

Cited by 0SourcePDFScholar
2025

VMLU Benchmarks: A comprehensive benchmark toolkit for Vietnamese LLMs

ACL 2025long

The evolution of Large Language Models (LLMs) has underscored the necessity for benchmarks designed for various languages and cultural contexts. To address this need for Vietnamese, we present the first Vietnamese Multitask Language Understanding (VMLU) Benchmarks. The VMLU benchmarks consist of fou…

Cited by 0SourcePDFScholar
2022

Multi Graph Neural Network for Extractive Long Document Summarization

COLING 2022main

Heterogeneous Graph Neural Networks (HeterGNN) have been recently introduced as an emergent approach for extracting document summarization (EDS) by exploiting the cross-relations between words and sentences. However, applying HeterGNN for long documents is still an open research issue. One of the ma…