← Search

Qitan Lv

7 accepted papers

2026

SciTS: Scientific Time Series Understanding and Generation with LLMs

ICLR 2026poster

The scientific reasoning ability of large language models (LLMs) has recently attracted significant attention. Time series, as a fundamental modality in scientific data, presents unique challenges that are often overlooked in current multimodal LLMs, which either encode numerical sequences as text o…

Cited by 0SourceScholar
2025

Knowledge Graph Finetuning Enhances Knowledge Manipulation in Large Language Models

ICLR 2025poster

Despite the impressive performance of general large language models(LLMs), many of their applications in specific domains (e.g., low-data and knowledge-intensive) still confront significant challenges. Supervised fine-tuning (SFT)---where a general LLM is further trained on a small labeled dataset t…

Cited by 3SourcePDFScholar
2025

PEARL: Parallel Speculative Decoding with Adaptive Draft Length

ICLR 2025poster

Speculative decoding (SD), where an extra draft model is employed to provide multiple **draft** tokens first and then the original target model verifies these tokens in parallel, has shown great power for LLM inference acceleration. However, existing SD methods suffer from the mutual waiting problem…

Cited by 0SourcePDFScholar
2024

Coarse-to-Fine Highlighting: Reducing Knowledge Hallucination in Large Language Models

ICML 2024poster

Generation of plausible but incorrect factual information, often termed hallucination, has attracted significant research interest. Retrieval-augmented language model (RALM)---which enhances models with up-to-date knowledge---emerges as a promising method to reduce hallucination. However, existing R…

Cited by 10SourcePDFScholar
2024

SAC-KG: Exploiting Large Language Models as Skilled Automatic Constructors for Domain Knowledge Graph

ACL 2024long

Knowledge graphs (KGs) play a pivotal role in knowledge-intensive tasks across specialized domains, where the acquisition of precise and dependable knowledge is crucial. However, existing KG construction methods heavily rely on human intervention to attain qualified KGs, which severely hinders the p…

Cited by 8SourcePDFScholar
2023

Learning Rule-Induced Subgraph Representations for Inductive Relation Prediction

NeurIPS 2023poster

Inductive relation prediction (IRP)---where entities can be different during training and inference---has shown great power for completing evolving knowledge graphs. Existing works mainly focus on using graph neural networks (GNNs) to learn the representation of the subgraph induced from the target…