← Search

Weiyi Yang

4 accepted papers

2026

Information-Theoretic Minimal Sufficient Representation for Multi-Domain Knowledge Graph Completion

AAAI 2026technical

Multi-domain knowledge graph completion (MKGC) seeks to predict missing triples in a target KG by leveraging triples from multiple KGs in different domains (e.g., languages or sources). Existing studies typically learn and fuse multi-domain KG representations solely with alignments or fusion modules

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
2023

DisCo: Distilled Student Models Co-training for Semi-supervised Text Mining

EMNLP 2023long main

Many text mining models are constructed by fine-tuning a large deep pre-trained language model (PLM) in downstream tasks. However, a significant challenge that arises nowadays is how to maintain performance when we use a lightweight model with limited labeled samples. We present DisCo, a semi-super…

Cited by 0SourcecodeScholar
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…