← Search

Junfan Chen

22 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

AT-Drone: Benchmarking Adaptive Teaming in Multi-Drone Pursuit

CoRL 2025poster

Adaptive teaming—the capability of agents to effectively collaborate with unfamiliar teammates without prior coordination—is widely explored in virtual video games but overlooked in real-world multi-robot contexts. Yet, such adaptive collaboration is crucial for real-world applications, including bo…

Cited by 0SourceScholar
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

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

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

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…

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

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

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 Hierarchical N-Gram Framework for Zero-Shot Link Prediction

EMNLP 2022finding

Knowledge graphs typically contain a large number of entities but often cover only a fraction of all relations between them (i.e., incompleteness). Zero-shot link prediction (ZSLP) is a popular way to tackle the problem by automatically identifying unobserved relations between entities. Most recent…

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

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

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
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