← Search

Min Zeng

10 accepted papers

2025

C2MIL: Synchronizing Semantic and Topological Causalities in Multiple Instance Learning for Robust and Interpretable Survival Analysis

ICCV 2025poster

Graph-based Multiple Instance Learning (MIL) is widely used in survival analysis with Hematoxylin and Eosin (H&E)-stained whole slide images (WSIs) due to its ability to capture topological information. However, variations in staining and scanning can introduce semantic bias, while topological subgr…

2025

Data Quality Enhancement on the Basis of Diversity with Large Language Models for Text Classification: Uncovered, Difficult, and Noisy

COLING 2025main

In recent years, the use of large language models (LLMs) for text classification has attracted widespread attention. Despite this, the classification accuracy of LLMs has not yet universally surpassed that of smaller models. LLMs can enhance their performance in text classification through fine-tuni…

Cited by 1SourcePDFScholar
2025

GTA: Supervised-Guided Reinforcement Learning for Text Classification with Large Language Models

EMNLP 2025

In natural language processing (NLP) tasks, pure reinforcement learning fine-tuning methods often suffer from inefficient exploration and slow convergence; while supervised fine-tuning (SFT) methods, although efficient in training, have limited performance ceiling and less solid theoretical foundati

Cited by 0SourcePDFScholar
2025

Improving Automatic Grammatical Error Annotation for Chinese Through Linguistically-Informed Error Typology

COLING 2025main

Comprehensive error annotation is essential for developing effective Grammatical Error Correction (GEC) systems and delivering meaningful feedback to learners. This paper introduces improvements to automatic grammatical error annotation for Chinese. Our refined framework addresses language-specific…

2025

Task-wrapped Continual Learning in Task-Oriented Dialogue Systems

NAACL 2025findings

Continual learning is vital for task-oriented dialogue systems (ToDs), and AdapterCL, equipped with residual adapters, has proven effectiveness in this domain. However, its performance is limited by training separate adapters for each task, preventing global knowledge sharing. To address this, we pr…

2024

Dirichlet Continual Learning: Tackling Catastrophic Forgetting in NLP

UAI 2024poster

Catastrophic forgetting poses a significant challenge in continual learning (CL). In the context of Natural Language Processing, generative-based rehearsal CL methods have made progress in avoiding expensive retraining. However, generating pseudo samples that accurately capture the task-specific di…

Cited by 4SourcePDFScholar
2024

Evaluating Prompting Strategies for Grammatical Error Correction Based on Language Proficiency

COLING 2024main

This paper proposes an analysis of prompting strategies for grammatical error correction (GEC) with selected large language models (LLM) based on language proficiency. GEC using generative LLMs has been known for overcorrection where results obtain higher recall measures than precision measures. The…

Cited by 13SourcePDFScholar
2023

RHO: Reducing Hallucination in Open-domain Dialogues with Knowledge Grounding

ACL 2023findings

Dialogue systems can leverage large pre-trained language models and knowledge to generate fluent and informative responses. However, these models are still prone to produce hallucinated responses not supported by the input source, which greatly hinders their application. The heterogeneity between ex…

2023

Singularformer: Learning to Decompose Self-Attention to Linearize the Complexity of Transformer

IJCAI 2023poster

Transformers achieve excellent performance in a variety of domains since they can capture long-distance dependencies through the self-attention mechanism. However, self-attention is computationally costly due to its quadratic complexity and high memory consumption. In this paper, we propose a novel…