← Search

Yuchen Bian

5 accepted papers

2024

Generating In-Distribution Proxy Graphs for Explaining Graph Neural Networks

ICML 2024poster

Graph Neural Networks (GNNs) have become a building block in graph data processing, with wide applications in critical domains. The growing needs to deploy GNNs in high-stakes applications necessitate explainability for users in the decision-making processes. A popular paradigm for the explainabilit…

2022

W-CTC: a Connectionist Temporal Classification Loss with Wild Cards

ICLR 2022poster

Connectionist Temporal Classification (CTC) loss is commonly used in sequence learning applications. For example, in Automatic Speech Recognition (ASR) task, the training data consists of pairs of audio (input sequence) and text (output label),without temporal alignment information. Standard CTC com…

Cited by 10SourcePDFScholar
2021

Data Collection vs. Knowledge Graph Completion: What is Needed to Improve Coverage?

EMNLP 2021main

This survey/position paper discusses ways to improve coverage of resources such as WordNet. Rapp estimated correlations, rho, between corpus statistics and pyscholinguistic norms. rho improves with quantity (corpus size) and quality (balance). 1M words is enough for simple estimates (unigram frequen…

2021

Isotropy in the Contextual Embedding Space: Clusters and Manifolds

ICLR 2021poster

The geometric properties of contextual embedding spaces for deep language models such as BERT and ERNIE, have attracted considerable attention in recent years. Investigations on the contextual embeddings demonstrate a strong anisotropic space such that most of the vectors fall within a narrow cone,…

Cited by 129SourcePDFScholar
2021

On Attention Redundancy: A Comprehensive Study

NAACL 2021long

Multi-layer multi-head self-attention mechanism is widely applied in modern neural language models. Attention redundancy has been observed among attention heads but has not been deeply studied in the literature. Using BERT-base model as an example, this paper provides a comprehensive study on attent…