← Search

Cuiping Li

26 accepted papers

2025

P2 Law: Scaling Law for Post-Training After Model Pruning

ACL 2025long

Pruning has become a widely adopted technique for reducing the hardware requirements of large language models (LLMs). To recover model performance after pruning, post-training is commonly employed to mitigate the resulting performance degradation. While post-training benefits from larger datasets, o…

Cited by 0SourcePDFScholar
2025

Personalized Clustering via Targeted Representation Learning

AAAI 2025technical

Clustering traditionally aims to reveal a natural grouping structure within unlabeled data. However, this structure may not always align with users' preferences. In this paper, we propose a personalized clustering method that explicitly performs targeted representation learning by interacting with u…

2025

Prototypical Replay with Old-class Focusing Knowledge Distillation for Incremental Named Entity Recognition

AAAI 2025technical

Catastrophic forgetting is a key challenge in incremental named entity recognition (INER). Existing methods often address this issue through distillation-based approaches, which involve transferring previously learned knowledge from the old model to the new one. However, these methods may not fully…

Cited by 0SourcePDFScholar
2025

SAM Decoding: Speculative Decoding via Suffix Automaton

ACL 2025long

Speculative decoding (SD) has been demonstrated as an effective technique for lossless LLM inference acceleration.Retrieval-based SD methods, one kind of model-free method, have yielded promising speedup, but they often rely on single retrieval resources, inefficient retrieval methods, and are const…

2025

Streamlining Redundant Layers to Compress Large Language Models

ICLR 2025spotlight

This paper introduces LLM-Streamline, a pioneer work on layer pruning for large language models (LLMs). It is based on the observation that different layers have varying impacts on hidden states, enabling the identification of less important layers to be pruned. LLM-Streamline comprises two parts:…

2025

Unsupervised Learning for Class Distribution Mismatch

ICML 2025poster

Class distribution mismatch (CDM) refers to the discrepancy between class distributions in training data and target tasks. Previous methods address this by designing classifiers to categorize classes known during training, while grouping unknown or new classes into an "other" category. However, they…

2024

A Survey on Neural Question Generation: Methods, Applications, and Prospects

IJCAI 2024poster

In this survey, we present a detailed examination of the advancements in Neural Question Generation (NQG), a field leveraging neural network techniques to generate relevant questions from diverse inputs like knowledge bases, texts, and images. The survey begins with an overview of NQG's background,…

2024

Diversifying Question Generation over Knowledge Base via External Natural Questions

COLING 2024main

Previous methods on knowledge base question generation (KBQG) primarily focus on refining the quality of a single generated question. However, considering the remarkable paraphrasing ability of humans, we believe that diverse texts can express identical semantics through varied expressions. The abov…

2024

PCQPR: Proactive Conversational Question Planning with Reflection

EMNLP 2024main

Conversational Question Generation (CQG) enhances the interactivity of conversational question-answering systems in fields such as education, customer service, and entertainment. However, traditional CQG, focusing primarily on the immediate context, lacks the conversational foresight necessary to gu…

Cited by 2SourcePDFScholar
2024

SGSH: Stimulate Large Language Models with Skeleton Heuristics for Knowledge Base Question Generation

NAACL 2024findings

Knowledge base question generation (KBQG) aims to generate natural language questions from a set of triplet facts extracted from KB. Existing methods have significantly boosted the performance of KBQG via pre-trained language models (PLMs) thanks to the richly endowed semantic knowledge. With the ad…

2023

A Generation-based Deductive Method for Math Word Problems

EMNLP 2023long main

Math word problems (MWP) involving advanced operators such as linear equation solver cannot be easily tackled by earlier MWP methods, because the existing generation methods suffer from repeated sub-expression generation and deductive methods are restricted to dealing with binary operations. This pa…

Cited by 0SourcecodeScholar
2023

FC-KBQA: A Fine-to-Coarse Composition Framework for Knowledge Base Question Answering

ACL 2023long

The generalization problem on KBQA has drawn considerable attention. Existing research suffers from the generalization issue brought by the entanglement in the coarse-grained modeling of the logical expression, or inexecutability issues due to the fine-grained modeling of disconnected classes and re…

2023

RESDSQL: Decoupling Schema Linking and Skeleton Parsing for Text-to-SQL

AAAI 2023technical

One of the recent best attempts at Text-to-SQL is the pre-trained language model. Due to the structural property of the SQL queries, the seq2seq model takes the responsibility of parsing both the schema items (i.e., tables and columns) and the skeleton (i.e., SQL keywords). Such coupled targets incr…

2023

Semi-Supervised Learning via Weight-Aware Distillation under Class Distribution Mismatch

ICCV 2023poster

Semi-Supervised Learning (SSL) under class distribution mismatch aims to tackle a challenging problem wherein unlabeled data contain lots of unknown categories unseen in the labeled ones. In such mismatch scenarios, traditional SSL suffers severe performance damage due to the harmful invasion of the…

Cited by 9PDFcodeScholar
2023

Superclass Learning With Representation Enhancement

CVPR 2023poster

In many real scenarios, data are often divided into a handful of artificial super categories in terms of expert knowledge rather than the representations of images. Concretely, a superclass may contain massive and various raw categories, such as refuse sorting. Due to the lack of common semantic fea…

Cited by 5SourcePDFScholar
2022

DSM: Question Generation over Knowledge Base via Modeling Diverse Subgraphs with Meta-learner

EMNLP 2022main

Existing methods on knowledge base question generation (KBQG) learn a one-size-fits-all model by training together all subgraphs without distinguishing the diverse semantics of subgraphs. In this work, we show that making use of the past experience on semantically similar subgraphs can reduce the le…

2022

Exploring Binary Classification Hidden within Partial Label Learning

IJCAI 2022poster

Partial label learning (PLL) is to learn a discriminative model under incomplete supervision, where each instance is annotated with a candidate label set. The basic principle of PLL is that the unknown correct label y of an instance x resides in its candidate label set s, i.e., P(y ∈ s | x) = 1. On…

Cited by 3SourcePDFScholar
2022

Fldp: Flexible Strategy For Local Differential Privacy

ICASSP 2022accepted

Local differential privacy (LDP), a technique applying unbiased statistical estimations instead of real data, is often adopted in data collection. In particular, this technique is used in frequency oracles (FO) because it can protect each user’s privacy and prevent leakage of sensitive information.…

Cited by 0SourceScholar
2022

Knowledge-augmented Self-training of A Question Rewriter for Conversational Knowledge Base Question Answering

EMNLP 2022finding

The recent rise of conversational applications such as online customer service systems and intelligent personal assistants has promoted the development of conversational knowledge base question answering (ConvKBQA). Different from the traditional single-turn KBQA, ConvKBQA usually explores multi-tur…

2022

Subgraph Retrieval Enhanced Model for Multi-hop Knowledge Base Question Answering

ACL 2022long

Recent works on knowledge base question answering (KBQA) retrieve subgraphs for easier reasoning. The desired subgraph is crucial as a small one may exclude the answer but a large one might introduce more noises. However, the existing retrieval is either heuristic or interwoven with the reasoning, c…

2021

A Pretraining Numerical Reasoning Model for Ordinal Constrained Question Answering on Knowledge Base

EMNLP 2021finding

Knowledge Base Question Answering (KBQA) is to answer natural language questions posed over knowledge bases (KBs). This paper targets at empowering the IR-based KBQA models with the ability of numerical reasoning for answering ordinal constrained questions. A major challenge is the lack of explicit…

2021

Contrastive Coding for Active Learning Under Class Distribution Mismatch

ICCV 2021poster

Active learning (AL) is successful based on the assumption that labeled and unlabeled data are obtained from the same class distribution. However, its performance deteriorates under class distribution mismatch, wherein the unlabeled data contain many samples out of the class distribution of labeled…

Cited by 50PDFScholar
2021

P-INT: A Path-based Interaction Model for Few-shot Knowledge Graph Completion

EMNLP 2021finding

Few-shot knowledge graph completion is to infer the unknown facts (i.e., query head-tail entity pairs) of a given relation with only a few observed reference entity pairs. Its general process is to first encode the implicit relation of an entity pair and then match the relation of a query entity pai…

2020

BERT-INT:A BERT-based Interaction Model For Knowledge Graph Alignment

IJCAI 2020poster

Knowledge graph alignment aims to link equivalent entities across different knowledge graphs. To utilize both the graph structures and the side information such as name, description and attributes, most of the works propagate the side information especially names through linked entities by graph neu…