← Search

Yinghui Li

44 accepted papers

2026

AOEB: Benchmarking Agent-Oriented Multimodal Embeddings

ICML 2026poster

LLM agents powered by retrieval and RAG are increasingly prevalent across research and applications. Embedding models play a critical role in these systems, particularly in embedding-based retrieval. However, current benchmarks for embeddings, such as MTEB, remain focused on general-purpose scenario…

Cited by 0SourceScholar
2026

DAPointMamba: Domain Adaptive Point Mamba for Point Cloud Completion

AAAI 2026technical

Domain adaptive point cloud completion (DA PCC) aims to narrow the geometric and semantic discrepancies between the labeled source and unlabeled target domains. Existing methods either suffer from limited receptive fields or quadratic complexity due to using CNNs or vision Transformers. In this pape

Cited by 0SourcePDFScholar
2026

FROM TOKEN TO LINE: ENHANCING CODE GENERATION WITH A LONG-TERM PERSPECTIVE

ICASSP 2026poster

The emergence of large language models (LLMs) has significantly promoted the development of code generation task, sparking a surge in pertinent literature. Current research is hindered by redundant generation results and a tendency to overfit local patterns in the short term. Although existing studi…

Cited by 0SourcePDFScholar
2026

Process-Level Trajectory Evaluation for Environment Configuration in Software Engineering Agents

ICLR 2026poster

Large language model-based agents show promise for software engineering, but environment configuration remains a bottleneck due to heavy manual effort and scarce large-scale, high-quality datasets. Existing benchmarks assess only end-to-end build/test success, obscuring where and why agents succeed…

Cited by 0SourceScholar
2025

A Survey of RAG-Reasoning Systems in Large Language Models

EMNLP 2025

Retrieval-Augmented Generation (RAG) lifts the factuality of Large Language Models (LLMs) by injecting external knowledge, yet it falls short on problems that demand multi-step inference; conversely, purely reasoning-oriented approaches often hallucinate or mis-ground facts. This survey synthesizes

Cited by 0SourcePDFScholar
2025

AdmTree: Compressing Lengthy Context with Adaptive Semantic Trees

NeurIPS 2025poster

The quadratic complexity of self-attention limits Large Language Models (LLMs) in processing long contexts, a capability vital for many advanced applications. Context compression aims to mitigate this computational barrier while preserving essential semantic information. However, existing methods of…

Cited by 0SourceScholar
2025

Atomic Thinking of LLMs: Decoupling and Exploring Mathematical Reasoning Abilities

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated outstanding performance in mathematical reasoning capabilities. However, we argue that current large-scale reasoning models primarily rely on scaling up training datasets with diverse mathematical problems and long thinking chains, which raises question…

Cited by 0SourceScholar
2025

Benchmarking Multimodal Retrieval Augmented Generation with Dynamic VQA Dataset and Self-adaptive Planning Agent

ICLR 2025poster

Multimodal Retrieval Augmented Generation (mRAG) plays an important role in mitigating the “hallucination” issue inherent in multimodal large language models (MLLMs). Although promising, existing heuristic mRAGs typically predefined fixed retrieval processes, which causes two issues: (1) Non-adaptiv…

2025

CLEME2.0: Towards Interpretable Evaluation by Disentangling Edits for Grammatical Error Correction

ACL 2025long

The paper focuses on the interpretability of Grammatical Error Correction (GEC) evaluation metrics, which received little attention in previous studies. To bridge the gap, we introduce **CLEME2.0**, a reference-based metric describing four fundamental aspects of GEC systems: hit-correction, wrong-co…

2025

DAPoinTr: Domain Adaptive Point Transformer for Point Cloud Completion

AAAI 2025technical

Point Transformers (PoinTr) have shown great potential in point cloud completion recently. Nevertheless, effective domain adaptation that improves transferability toward target domains remains unexplored. In this paper, we delve into this topic and empirically discover that direct feature alignment…

2025

DAST: Context-Aware Compression in LLMs via Dynamic Allocation of Soft Tokens

ACL 2025finding

Large Language Models (LLMs) face computational inefficiencies and redundant processing when handling long context inputs, prompting a focus on compression techniques. While existing semantic vector-based compression methods achieve promising performance, these methods fail to account for the intrin…

Cited by 0SourcePDFScholar
2025

EXCGEC: A Benchmark for Edit-Wise Explainable Chinese Grammatical Error Correction

AAAI 2025technical

Existing studies explore the explainability of Grammatical Error Correction (GEC) in a limited scenario, where they ignore the interaction between corrections and explanations and have not established a corresponding comprehensive benchmark. To bridge the gap, this paper first introduces the task of…

2025

Efficient Visual Storytelling through Descriptive Words Distillation and Dynamic Decoding

ICASSP 2025accepted

Visual storytelling, a complex task in natural language generation, aims to create coherent and engaging narratives from a sequence of images, requiring more intricate and lengthy descriptions than typical image captioning. Current methods generally employ sophisticated modal interaction modules and…

Cited by 0SourceScholar
2025

Exploring the Implicit Semantic Ability of Multimodal Large Language Models: A Pilot Study on Entity Set Expansion

ICASSP 2025accepted

The rapid development of multimodal large language models (MLLMs) has brought significant improvements to a wide range of tasks in realworld applications. However, LLMs still exhibit certain limitations in extracting implicit semantic information. In this paper, we applies MLLMs to the Multi-modal E…

Cited by 0SourceScholar
2025

Express What You See: Can Multimodal LLMs Decode Visual Ciphers with Intuitive Semiosis Comprehension?

ACL 2025finding

Bridging the gap between visual and language remains a pivotal challenge for the multimodal community. Traditional VQA benchmarks encounter a modality gap and over-reliance on language priors, whereas human cognition excels at intuitive semiosis, associating abstract visual symbols to linguistic sem…

Cited by 0SourcePDFScholar
2025

Learning Natural and Robust Hexapod Locomotion over Complex Terrains via Motion Priors based on Deep Reinforcement Learning

IROS 2025

Multi-legged robots offer enhanced stability to navigate complex terrains with their multiple legs interacting with the environment. However, how to effectively coordinate the multiple legs in a larger action exploration space to generate natural and robust movements is a key issue. In this paper, w

Cited by 0SourceScholar
2025

Let LLMs Take on the Latest Challenges! A Chinese Dynamic Question Answering Benchmark

COLING 2025main

How to better evaluate the capabilities of Large Language Models (LLMs) is the focal point and hot topic in current LLMs research. Previous work has noted that due to the extremely high cost of iterative updates of LLMs, they are often unable to answer the latest dynamic questions well. To promote t…

2025

Loss-Aware Curriculum Learning for Chinese Grammatical Error Correction

ICASSP 2025accepted

Chinese grammatical error correction (CGEC) aims to detect and correct errors in the input Chinese sentences. Recently, Pre-trained Language Models (PLMS) have been employed to improve the performance. However, current approaches ignore that correction difficulty varies across different instances an…

Cited by 0SourceScholar
2025

One Example Shown, Many Concepts Known! Counterexample-Driven Conceptual Reasoning in Mathematical LLMs

ICML 2025poster

Leveraging mathematical Large Language Models (LLMs) for proof generation is a fundamental topic in LLMs research. We argue that the ability of current LLMs to prove statements largely depends on whether they have encountered the relevant proof process during training. This reliance limits their dee…

Cited by 3SourcePDFScholar
2025

RAISE: Reinforced Adaptive Instruction Selection For Large Language Models

EMNLP 2025

Instruction tuning of large language models (LLMs) benefits more from a handful of high-quality examples than from hordes of low-quality ones. Existing selection methods typically rely on static, heuristic quality scores and are executed only once before training. Consequently, they neither adapt to

2025

Refine Knowledge of Large Language Models via Adaptive Contrastive Learning

ICLR 2025poster

How to alleviate the hallucinations of Large Language Models (LLMs) has always been the fundamental goal pursued by the LLMs research community. Looking through numerous hallucination-related studies, a mainstream category of methods is to reduce hallucinations by optimizing the knowledge representa…

Cited by 4SourcePDFScholar
2025

SSRB: Direct Natural Language Querying to Massive Heterogeneous Semi-Structured Data

NeurIPS 2025poster

Searching over semi-structured data with natural language (NL) queries has attracted sustained attention, enabling broader audiences to access information easily. As more applications, such as LLM agents and RAG systems, emerge to search and interact with semi-structured data, two major challenges h…

Cited by 0SourceScholar
2025

Teaching According to Talents! Instruction Tuning LLMs with Competence-Aware Curriculum Learning

EMNLP 2025

Efficient instruction tuning aims to enhance the ultimate performance of large language models (LLMs) trained on a given instruction dataset. Curriculum learning as a typical data organization strategy has shown preliminary effectiveness in instruction tuning. However, current curriculum tuning meth

2024

An Anchor Learning Approach for Citation Field Learning

ICASSP 2024accepted

Citation field learning is to segment a citation string into fields of interest such as author, title, and venue. Extracting such fields from citations is crucial for citation indexing, researcher profile analysis, etc. User-generated resources like academic homepages and Curriculum Vitae, provide r…

Cited by 0SourceScholar
2024

Evaluating Robustness of Generative Search Engine on Adversarial Factoid Questions

ACL 2024findings

Generative search engines have the potential to transform how people seek information online, but generated responses from existing large language models (LLMs)-backed generative search engines may not always be accurate. Nonetheless, retrieval-augmented generation exacerbates safety concerns, since…

Cited by 1SourcePDFScholar
2024

Experience-Learning Inspired Two-Step Reward Method for Efficient Legged Locomotion Learning Towards Natural and Robust Gaits

IROS 2024

Legged robots excel in navigating complex terrains, yet learning natural and robust motions in such environments remains challenging. Inspired by animals’ experience-based stepwise learning process, we propose a two-stage framework for legged robots to progressively learn naturally robust movements

Cited by 5SourceScholar
2024

GCNet: Global-and-Context Collaborative Learning for Aspect-Based Sentiment Analysis

COLING 2024main

Aspect-Based Sentiment Analysis (ABSA) aims to determine the sentiment polarities of specified aspect terms in a sentence. Most previous approaches mainly use an attention mechanism or graph neural networks based on dependency trees to explicitly model the connections between aspect terms and opinio…

Cited by 5SourcePDFScholar
2024

LLMs Assist NLP Researchers: Critique Paper (Meta-)Reviewing

EMNLP 2024main

Claim: This work is not advocating the use of LLMs for paper (meta-)reviewing. Instead, wepresent a comparative analysis to identify and distinguish LLM activities from human activities. Two research goals: i) Enable better recognition of instances when someone implicitly uses LLMs for reviewing act…

2024

LatEval: An Interactive LLMs Evaluation Benchmark with Incomplete Information from Lateral Thinking Puzzles

COLING 2024main

With the evolution of LLMs, they are endowed with impressive logical reasoning, or vertical thinking capabilities. But can they think out of the box? Do they possess proficient lateral thinking abilities? Following the setup of Lateral Thinking Puzzles, we propose a novel evaluation benchmark, LatEv…

2024

MESED: A Multi-Modal Entity Set Expansion Dataset with Fine-Grained Semantic Classes and Hard Negative Entities

AAAI 2024technical

The Entity Set Expansion (ESE) task aims to expand a handful of seed entities with new entities belonging to the same semantic class. Conventional ESE methods are based on mono-modality (i.e., literal modality), which struggle to deal with complex entities in the real world such as (1) Negative enti…

2024

SeqGPT: An Out-of-the-Box Large Language Model for Open Domain Sequence Understanding

AAAI 2024technical

Large language models (LLMs) have shown impressive abilities for open-domain NLP tasks. However, LLMs are sometimes too footloose for natural language understanding (NLU) tasks which always have restricted output and input format. Their performances on NLU tasks are highly related to prompts or demo…

2024

Source-free Domain Adaptation for Aspect-based Sentiment Analysis

COLING 2024main

Unsupervised Domain Adaptation (UDA) of the Aspect-based Sentiment Analysis (ABSA) task aims to transfer knowledge learned from labeled source domain datasets to unlabeled target domains on the assumption that samples from the source domain are freely accessible during the training period. However,…

Cited by 2SourcePDFScholar
2024

Towards Real-World Writing Assistance: A Chinese Character Checking Benchmark with Faked and Misspelled Characters

ACL 2024long

Writing assistance aims to improve the correctness and quality of input texts, with character checking being crucial in detecting and correcting wrong characters. In the real world where handwriting occupies the vast majority, characters that humans get wrong include faked characters (i.e., untrue c…

2024

When LLMs Meet Cunning Texts: A Fallacy Understanding Benchmark for Large Language Models

NeurIPS 2024poster

Recently, Large Language Models (LLMs) make remarkable evolutions in language understanding and generation. Following this, various benchmarks for measuring all kinds of capabilities of LLMs have sprung up. In this paper, we challenge the reasoning and understanding abilities of LLMs by proposing a…

2023

A Frustratingly Easy Plug-and-Play Detection-and-Reasoning Module for Chinese Spelling Check

EMNLP 2023long findings

In recent years, Chinese Spelling Check (CSC) has been greatly improved by designing task-specific pre-training methods or introducing auxiliary tasks, which mostly solve this task in an end-to-end fashion. In this paper, we propose to decompose the CSC workflow into detection, reasoning, and search…

Cited by 0SourcecodeScholar
2023

CLEME: Debiasing Multi-reference Evaluation for Grammatical Error Correction

EMNLP 2023long main

Evaluating the performance of Grammatical Error Correction (GEC) systems is a challenging task due to its subjectivity. Designing an evaluation metric that is as objective as possible is crucial to the development of GEC task. However, mainstream evaluation metrics, i.e., reference-based metrics, i…

Cited by 0SourcecodeScholar
2023

Contextual Similarity is More Valuable Than Character Similarity: An Empirical Study for Chinese Spell Checking

ICASSP 2023accepted

Chinese Spell Checking (CSC) task aims to detect and correct Chinese spelling errors. Recently, related researches focus on introducing character similarity from confusion set to enhance the CSC models, ignoring the context of characters that contain richer information. To make better use of context…

Cited by 0SourceScholar
2023

MixEdit: Revisiting Data Augmentation and Beyond for Grammatical Error Correction

EMNLP 2023long findings

Data Augmentation through generating pseudo data has been proven effective in mitigating the challenge of data scarcity in the field of Grammatical Error Correction (GEC). Various augmentation strategies have been widely explored, most of which are motivated by two heuristics, i.e., increasing the d…

Cited by 0SourcecodeScholar
2023

Vision, Deduction and Alignment: An Empirical Study on Multi-Modal Knowledge Graph Alignment

ICASSP 2023accepted

Entity alignment (EA) for knowledge graphs (KGs) plays a critical role in knowledge engineering. Existing EA methods mostly focus on utilizing the graph structures and entity attributes (including literals), but ignore images that are common in modern multi-modal KGs. In this study we first construc…

Cited by 0SourceScholar
2022

A Non-Hierarchical Attention Network with Modality Dropout for Textual Response Generation in Multimodal Dialogue Systems

ICASSP 2022accepted

Existing text- and image-based multimodal dialogue systems use the traditional Hierarchical Recurrent Encoder-Decoder (HRED) framework, which has an utterance-level encoder to model utterance representation and a context-level encoder to model context representation. Although pioneer efforts have sh…

Cited by 0SourceScholar
2022

Learning from the Dictionary: Heterogeneous Knowledge Guided Fine-tuning for Chinese Spell Checking

EMNLP 2022finding

Chinese Spell Checking (CSC) aims to detect and correct Chinese spelling errors. Recent researches start from the pretrained knowledge of language models and take multimodal information into CSC models to improve the performance. However, they overlook the rich knowledge in the dictionary, the refer…

2022

Linguistic Rules-Based Corpus Generation for Native Chinese Grammatical Error Correction

EMNLP 2022finding

Chinese Grammatical Error Correction (CGEC) is both a challenging NLP task and a common application in human daily life. Recently, many data-driven approaches are proposed for the development of CGEC research. However, there are two major limitations in the CGEC field: First, the lack of high-qualit…

2022

The Past Mistake is the Future Wisdom: Error-driven Contrastive Probability Optimization for Chinese Spell Checking

ACL 2022findings

Chinese Spell Checking (CSC) aims to detect and correct Chinese spelling errors, which are mainly caused by the phonological or visual similarity. Recently, pre-trained language models (PLMs) promote the progress of CSC task. However, there exists a gap between the learned knowledge of PLMs and the…

2022

Vision Assisted Control of Lower Extremity Exoskeleton for Obstacle Avoidance With Dynamic Constraint Based Piecewise Nonlinear MPC

RA-L 2022

This article proposed a humanoid obstacle passability strategy (OPS) to enhance human-exoskeleton integrated system to cross over multi-obstacle in sagittal plane. A hybrid bounding box integrated with closeness regression in L-shape section and synchronous convergence in convex hull search (HBB-LC)

Cited by 7SourceScholar