← Search

Rui Wen

7 accepted papers

2026

SL-CBM: Enhancing Concept Bottleneck Models with Semantic Locality for Better Interpretability

AAAI 2026technical

Explainable AI (XAI) is crucial for building transparent and trustworthy machine learning systems, especially in high-stakes domains. Concept Bottleneck Models (CBMs) have emerged as a promising ante-hoc approach that provides interpretable, concept-level explanations by explicitly modeling human-un

Cited by 0SourcePDFScholar
2024

Dataset and Lessons Learned from the 2024 SaTML LLM Capture-the-Flag Competition

NeurIPS 2024spotlight

Large language model systems face significant security risks from maliciously crafted messages that aim to overwrite the system's original instructions or leak private data. To study this problem, we organized a capture-the-flag competition at IEEE SaTML 2024, where the flag is a secret string in th…

2023

Bidirectional Dilation Transformer for Multispectral and Hyperspectral Image Fusion

IJCAI 2023poster

Transformer-based methods have proven to be effective in achieving long-distance modeling, capturing the spatial and spectral information, and exhibiting strong inductive bias in various computer vision tasks. Generally, the Transformer model includes two common modes of multi-head self-attention (M…

Cited by 19SourcePDFScholar
2023

Is Adversarial Training Really a Silver Bullet for Mitigating Data Poisoning?

ICLR 2023top-25%

Indiscriminate data poisoning can decrease the clean test accuracy of a deep learning model by slightly perturbing its training samples. There is a consensus that such poisons can hardly harm adversarially-trained (AT) models when the adversarial training budget is no less than the poison budget, i.…

2022

Finding Influential Instances for Distantly Supervised Relation Extraction

COLING 2022main

Distant supervision (DS) is a strong way to expand the datasets for enhancing relation extraction (RE) models but often suffers from high label noise. Current works based on attention, reinforcement learning, or GAN are black-box models so they neither provide meaningful interpretation of sample sel…

Cited by 32SourcePDFScholar
2021

PRGC: Potential Relation and Global Correspondence Based Joint Relational Triple Extraction

ACL 2021long

Joint extraction of entities and relations from unstructured texts is a crucial task in information extraction. Recent methods achieve considerable performance but still suffer from some inherent limitations, such as redundancy of relation prediction, poor generalization of span-based extraction and…

2020

Information Theoretic Counterfactual Learning from Missing-Not-At-Random Feedback

NeurIPS 2020poster

Counterfactual learning for dealing with missing-not-at-random data (MNAR) is an intriguing topic in the recommendation literature, since MNAR data are ubiquitous in modern recommender systems. Instead, missing-at-random (MAR) data, namely randomized controlled trials (RCTs), are usually required by…