← Search

Richong Zhang

40 accepted papers

2026

Graph Label Denoising via Neighborhood Agreement–Guided Expectation Maximization

IJCAI 2026

Graph Neural Networks are susceptible to label noise, in which message-passing mechanisms serve as conduits for propagating erroneous supervision. Current mitigation techniques typically recover clean labels via heuristics that lack theoretical grounding, which often leads to ineffective denoising.

Cited by 0Scholar
2026

Rethinking Label Consistency of In-Context Learning: An Implicit Transductive Label Propagation Perspective

AAAI 2026technical

Large language models (LLMs) perform in-context learning (ICL) with minimal supervised examples, which benefits various natural language processing (NLP) tasks. One of the critical research focus is the selection of prompt demonstrations. Current approaches typically employ retrieval models to selec

Cited by 0SourcePDFScholar
2025

A Text is Worth Several Tokens: Text Embedding from LLMs Secretly Aligns Well with The Key Tokens

ACL 2025long

Text embeddings from large language models (LLMs) have achieved excellent results in tasks such as information retrieval, semantic textual similarity, etc. In this work, we show an interesting finding: when feeding a text into the LLM-based embedder, the obtained text embedding will be able to be al…

Cited by 0SourcePDFScholar
2025

Calibrating Pseudo-Labeling with Class Distribution for Semi-supervised Text Classification

EMNLP 2025

Semi-supervised text classification (SSTC) aims to train text classification models with few labeled data and massive unlabeled data. Existing studies develop effective pseudo-labeling methods, but they can struggle with unlabeled data that have imbalanced classes mismatched with the labeled data, m

Cited by 0SourcePDFScholar
2025

Dynamic Task Vector Grouping for Efficient Multi-Task Prompt Tuning

ACL 2025finding

Multi-task prompt tuning utilizes multiple high-resource source tasks to improve performance on low-source target tasks. Existing approaches transfer the soft prompt trained by combining all source tasks or a single “high-similar” source task one-time-only. However, we find that the optimal transfer…

2025

Implicit Word Reordering with Knowledge Distillation for Cross-Lingual Dependency Parsing

AAAI 2025technical

Word order difference between source and target languages is a major obstacle to cross-lingual transfer, especially in the dependency parsing task. Current works are mostly based on order-agnostic models or word reordering to mitigate this problem. However, such methods either do not leverage gramma…

Cited by 0SourcePDFScholar
2025

Improving Data Annotation for Low-Resource Relation Extraction with Logical Rule-Augmented Collaborative Language Models

NAACL 2025long

Low-resource relation extraction aims to identify semantic relationships between entities using scarce labeled data. Recent studies exploit large language models to recognize relations based on retrieved examplars, yielding promising results. However, the reliability of predictions from these method…

2025

Momentum Pseudo-Labeling for Weakly Supervised Phrase Grounding

AAAI 2025technical

Weakly supervised phrase grounding tasks aim to learn alignments between phrases and regions with coarse image-caption match information. One branch of previous methods established pseudo-label relationships between phrases and regions based on the Expectation-Maximization (EM) algorithm combined wi…

2025

Semi-Supervised Multimodal Classification Through Learning from Modal and Strategic Complementarities

AAAI 2025technical

Supervised multimodal classification has been proven to outperform unimodal classification in the image-text domain. However, this task is highly dependent on abundant labeled data. To perform multimodal classification in data-insufficient scenarios, in this study, we explore semi-supervised multimo…

2024

Code-Style In-Context Learning for Knowledge-Based Question Answering

AAAI 2024technical

Current methods for Knowledge-Based Question Answering (KBQA) usually rely on complex training techniques and model frameworks, leading to many limitations in practical applications. Recently, the emergence of In-Context Learning (ICL) capabilities in Large Language Models (LLMs) provides a simple a…

2024

Improving Zero-Shot Cross-Lingual Transfer via Progressive Code-Switching

IJCAI 2024poster

Code-switching is a data augmentation scheme mixing words from multiple languages into source lingual text. It has achieved considerable generalization performance of cross-lingual transfer tasks by aligning cross-lingual contextual word representations. However, uncontrolled and over-replaced code-…

2024

LlamaFactory: Unified Efficient Fine-Tuning of 100+ Language Models

ACL 2024system demonstrations

Efficient fine-tuning is vital for adapting large language models (LLMs) to downstream tasks. However, it requires non-trivial efforts to implement these methods on different models. We present LlamaFactory, a unified framework that integrates a suite of cutting-edge efficient training methods. It p…

2024

Narrowing the Gap between Supervised and Unsupervised Sentence Representation Learning with Large Language Model

AAAI 2024technical

Sentence Representation Learning (SRL) is a fundamental task in Natural Language Processing (NLP), with the Contrastive Learning of Sentence Embeddings (CSE) being the mainstream technique due to its superior performance. An intriguing phenomenon in CSE is the significant performance gap between sup…

2024

On Unsupervised Domain Adaptation: Pseudo Label Guided Mixup for Adversarial Prompt Tuning

AAAI 2024technical

To date, a backbone of methods for unsupervised domain adaptation (UDA) involves learning label-discriminative features via a label classifier and domain-invariant features through a domain discriminator in an adversarial scheme. However, these methods lack explicit control for aligning the source d…

2024

Open-Set Semi-Supervised Text Classification via Adversarial Disagreement Maximization

ACL 2024long

Open-Set Semi-Supervised Text Classification (OSTC) aims to train a classification model on a limited set of labeled texts, alongside plenty of unlabeled texts that include both in-distribution and out-of-distribution examples. In this paper, we revisit the main challenge in OSTC, i.e., outlier dete…

Cited by 3SourcePDFScholar
2024

Progressively Modality Freezing for Multi-Modal Entity Alignment

ACL 2024long

Multi-Modal Entity Alignment aims to discover identical entities across heterogeneous knowledge graphs. While recent studies have delved into fusion paradigms to represent entities holistically, the elimination of features irrelevant to alignment and modal inconsistencies is overlooked, which are ca…

2024

Towards Better Understanding of Contrastive Sentence Representation Learning: A Unified Paradigm for Gradient

ACL 2024long

Sentence Representation Learning (SRL) is a crucial task in Natural Language Processing (NLP), where contrastive Self-Supervised Learning (SSL) is currently a mainstream approach. However, the reasons behind its remarkable effectiveness remain unclear. Specifically, many studies have investigated th…

2023

Adversarial Word Dilution as Text Data Augmentation in Low-Resource Regime

AAAI 2023technical

Data augmentation is widely used in text classification, especially in the low-resource regime where a few examples for each class are available during training. Despite the success, generating data augmentations as hard positive examples that may increase their effectiveness is under-explored. This…

2023

Anaphor Assisted Document-Level Relation Extraction

EMNLP 2023long main

Document-level relation extraction (DocRE) involves identifying relations between entities distributed in multiple sentences within a document. Existing methods focus on building a heterogeneous document graph to model the internal structure of an entity and the external interaction between entities…

Cited by 0SourcecodeScholar
2023

Multi-Mask Label Mapping for Prompt-Based Learning

AAAI 2023technical

Prompt-based Learning has shown significant success in few-shot classification. The mainstream approach is to concatenate a template for the input text to transform the classification task into a cloze-type task where label mapping plays an important role in finding the ground-truth labels. While c…

Cited by 1SourcePDFScholar
2023

On The Inadequacy of Optimizing Alignment and Uniformity in Contrastive Learning of Sentence Representations

ICLR 2023poster

Contrastive learning is widely used in areas such as visual representation learning (VRL) and sentence representation learning (SRL). Considering the differences between VRL and SRL in terms of negative sample size and evaluation focus, we believe that the solid findings obtained in VRL may not be e…

Cited by 9SourcePDFScholar
2023

Prototype-Guided Pseudo Labeling for Semi-Supervised Text Classification

ACL 2023long

Semi-supervised text classification (SSTC) aims at text classification with few labeled data and massive unlabeled data. Recent works achieve this task by pseudo-labeling methods, with the belief that the unlabeled and labeled data have identical data distribution, and assign the unlabeled data with…

2023

Tucker Decomposition with Frequency Attention for Temporal Knowledge Graph Completion

ACL 2023findings

Temporal Knowledge Graph Completion aims to complete missing entities or relations under temporal constraints. Previous tensor decomposition-based models for TKGC only independently consider the combination of one single relation with one single timestamp, ignoring the global nature of the embedding…

Cited by 5SourcePDFScholar
2022

A Transformational Biencoder with In-Domain Negative Sampling for Zero-Shot Entity Linking

ACL 2022findings

Recent interest in entity linking has focused in the zero-shot scenario, where at test time the entity mention to be labelled is never seen during training, or may belong to a different domain from the source domain. Current work leverage pre-trained BERT with the implicit assumption that it bridges…

2022

An Unsupervised Multiple-Task and Multiple-Teacher Model for Cross-lingual Named Entity Recognition

ACL 2022long

Cross-lingual named entity recognition task is one of the critical problems for evaluating the potential transfer learning techniques on low resource languages. Knowledge distillation using pre-trained multilingual language models between source and target languages have shown their superiority in t…

2022

ContrastNet: A Contrastive Learning Framework for Few-Shot Text Classification

AAAI 2022technical

Few-shot text classification has recently been promoted by the meta-learning paradigm which aims to identify target classes with knowledge transferred from source classes with sets of small tasks named episodes. Despite their success, existing works building their meta-learner based on Prototypical…

2022

Contrastive Learning with Expectation-Maximization for Weakly Supervised Phrase Grounding

EMNLP 2022main

Weakly supervised phrase grounding aims to learn an alignment between phrases in a caption and objects in a corresponding image using only caption-image annotations, i.e., without phrase-object annotations. Previous methods typically use a caption-image contrastive loss to indirectly supervise the a…

2022

DropMix: A Textual Data Augmentation Combining Dropout with Mixup

EMNLP 2022main

Overfitting is a notorious problem when there is insufficient data to train deep neural networks in machine learning tasks. Data augmentation regularization methods such as Dropout, Mixup, and their enhanced variants are effective and prevalent, and achieve promising performance to overcome overfitt…

Cited by 12SourcePDFScholar
2022

E-VarM: Enhanced Variational Word Masks to Improve the Interpretability of Text Classification Models

COLING 2022main

Enhancing the interpretability of text classification models can help increase the reliability of these models in real-world applications. Currently, most researchers focus on extracting task-specific words from inputs to improve the interpretability of the model. The competitive approaches exploit…

2022

Explicit Role Interaction Network for Event Argument Extraction

EMNLP 2022finding

Event argument extraction is a challenging subtask of event extraction, aiming to identify and assign roles to arguments under a certain event. Existing methods extract arguments of each role independently, ignoring the relationship between different roles. Such an approach hinders the model from le…

2022

Parameter-free Automatically Prompting: A Latent Pseudo Label Mapping Model for Prompt-based Learning

EMNLP 2022finding

Prompt-based learning has achieved excellent performance in few-shot learning by mapping the outputs of the pre-trained language model to the labels with the help of a label mapping component. Existing manual label mapping (MLM) methods achieve good results but heavily rely on expensive human knowle…

Cited by 0SourcePDFScholar
2022

Text Style Transferring via Adversarial Masking and Styled Filling

EMNLP 2022main

Text style transfer is an important task in natural language processing with broad applications. Existing models following the masking and filling scheme suffer two challenges: the word masking procedure may mistakenly remove unexpected words and the selected words in the word filling procedure may…

Cited by 6SourcePDFScholar
2022

Unsupervised Sentence Representation via Contrastive Learning with Mixing Negatives

AAAI 2022technical

Unsupervised sentence representation learning is a fundamental problem in natural language processing. Recently, contrastive learning has made great success on this task. Existing constrastive learning based models usually apply random sampling to select negative examples for training. Previous work…

Cited by 65SourcePDFScholar
2021

Hierarchical Modeling of Label Dependency and Label Noise in Fine-grained Entity Typing

IJCAI 2021poster

Fine-grained entity typing (FET) aims to annotate the entity mentions in a sentence with fine-grained type labels. It brings plentiful semantic information for many natural language processing tasks. Existing FET approaches apply hard attention to learn on the noisy labels, and ignore that those noi…

Cited by 0SourcePDFScholar
2021

On Scalar Embedding of Relative Positions in Attention Models

AAAI 2021technical

Attention with positional encoding has been demonstrated as a powerful component in modern neural network models, such as transformers. However, why positional encoding works well in attention models remains largely unanswered. In this paper, we study the scalar relative positional encoding (SRPE) p…

Cited by 7SourcePDFScholar
2021

Progressive Multi-task Learning with Controlled Information Flow for Joint Entity and Relation Extraction

AAAI 2021technical

Multitask learning has shown promising performance in learning multiple related tasks simultaneously, and variants of model architectures have been proposed, especially for supervised classification problems. One goal of multitask learning is to extract a good representation that sufficiently captur…

2021

Robust Regularization with Adversarial Labelling of Perturbed Samples

IJCAI 2021poster

Recent researches have suggested that the predictive accuracy of neural network may contend with its adversarial robustness. This presents challenges in designing effective regularization schemes that also provide strong adversarial robustness. Revisiting Vicinal Risk Minimization (VRM) as a unifyin…

Cited by 1SourcePDFScholar