← Search

Erli Meng

6 accepted papers

2026

Time Series Reasoning via Process-Verifiable Thinking Data Synthesis and Scheduling for Tailored LLM Reasoning

ICML 2026poster

Time series is a pervasive data type across various application domains, rendering the reasonable solving of diverse time series tasks a long-standing goal. Recent advances in large language models (LLMs), especially their reasoning abilities unlocked through reinforcement learning (RL), have opened…

Cited by 0SourceScholar
2025

Any-SSR: How Recursive Least Squares Works in Continual Learning of Large Language Model

ICCV 2025poster

Large Language Models (LLMs) possess encompassing capabilities that can process diverse language-related tasks. However, finetuning on LLMs will diminish this general skills and continual finetuning will further cause severe degradation on accumulated knowledge. Recently, Continual Learning (CL) in…

2025

Just a Few Glances: Open-Set Visual Perception with Image Prompt Paradigm

AAAI 2025technical

To break through the limitations of pre-training models on fixed categories, Open-Set Object Detection (OSOD) and Open-Set Segmentation (OSS) have attracted a surge of interest from researchers. Inspired by large language models, mainstream OSOD and OSS methods generally utilize text as a prompt, ac…

Cited by 0SourcePDFScholar
2022

Reinforced Structured State-Evolution for Vision-Language Navigation

CVPR 2022poster

Vision-and-language Navigation (VLN) task requires an embodied agent to navigate to a remote location following a natural language instruction. Previous methods usually adopt a sequence model (e.g., Transformer and LSTM) as the navigator. In such a paradigm, the sequence model predicts action at eac…

Cited by 47PDFcodeScholar
2021

Pre-training with Meta Learning for Chinese Word Segmentation

NAACL 2021long

Recent researches show that pre-trained models (PTMs) are beneficial to Chinese Word Segmentation (CWS). However, PTMs used in previous works usually adopt language modeling as pre-training tasks, lacking task-specific prior segmentation knowledge and ignoring the discrepancy between pre-training ta…

Cited by 23SourcePDFScholar
2020

Porous Lattice Transformer Encoder for Chinese NER

COLING 2020main

Incorporating lexicons into character-level Chinese NER by lattices is proven effective to exploitrich word boundary information. Previous work has extended RNNs to consume lattice inputsand achieved great success. However, due to the DAG structure and the inherently unidirectionalsequential nature,…