← Search

Tianchun Wang

8 accepted papers

2025

DiaLLMs: EHR-Enhanced Clinical Conversational System for Clinical Test Recommendation and Diagnosis Prediction

ACL 2025finding

Recent advances in Large Language Models (LLMs) have led to remarkable progresses in medical consultation.However, existing medical LLMs overlook the essential role of Electronic Health Records (EHR) and focus primarily on diagnosis recommendation, limiting their clinical applicability. We propose D…

2025

Humanizing the Machine: Proxy Attacks to Mislead LLM Detectors

ICLR 2025poster

The advent of large language models (LLMs) has revolutionized the field of text generation, producing outputs that closely mimic human-like writing. Although academic and industrial institutions have developed detectors to prevent the malicious usage of LLM-generated texts, other research has doubt…

Cited by 1SourcePDFScholar
2024

Explaining Time Series via Contrastive and Locally Sparse Perturbations

ICLR 2024poster

Explaining multivariate time series is a compound challenge, as it requires identifying important locations in the time series and matching complex temporal patterns. Although previous saliency-based methods addressed the challenges, their perturbation may not alleviate the distribution shift issue,…

2024

Parametric Augmentation for Time Series Contrastive Learning

ICLR 2024poster

Modern techniques like contrastive learning have been effectively used in many areas, including computer vision, natural language processing, and graph-structured data. Creating positive examples that assist the model in learning robust and discriminative representations is a crucial stage in contra…

2024

Protecting Your LLMs with Information Bottleneck

NeurIPS 2024poster

The advent of large language models (LLMs) has revolutionized the field of natural language processing, yet they might be attacked to produce harmful content. Despite efforts to ethically align LLMs, these are often fragile and can be circumvented by jailbreaking attacks through optimized or manual…

2024

TimeX++: Learning Time-Series Explanations with Information Bottleneck

ICML 2024poster

Explaining deep learning models operating on time series data is crucial in various applications of interest which require interpretable and transparent insights from time series signals. In this work, we investigate this problem from an information theoretic perspective and show that most existing…

2024

Towards Robust Fidelity for Evaluating Explainability of Graph Neural Networks

ICLR 2024poster

Graph Neural Networks (GNNs) are neural models that leverage the dependency structure in graphical data via message passing among the graph nodes. GNNs have emerged as pivotal architectures in analyzing graph-structured data, and their expansive application in sensitive domains requires a comprehens…

2023

GC-Flow: A Graph-Based Flow Network for Effective Clustering

ICML 2023poster

Graph convolutional networks (GCNs) are *discriminative models* that directly model the class posterior $p(y|\mathbf{x})$ for semi-supervised classification of graph data. While being effective, as a representation learning approach, the node representations extracted from a GCN often miss useful in…