← Search

Yawen Yang

9 accepted papers

2026

Layer Consistency Matters: Elegant Latent Transition Discrepancy for Generalizable Synthetic Image Detection

CVPR 2026

Recent rapid advancement of generative models has significantly improved the fidelity and accessibility of AI-generated synthetic images. While enabling various innovative applications, the unprecedented realism of these synthetics makes them increasingly indistinguishable from authentic photographs

Cited by 0SourcecodeScholar
2024

On the Robustness of Document-Level Relation Extraction Models to Entity Name Variations

ACL 2024findings

Driven by the demand for cross-sentence and large-scale relation extraction, document-level relation extraction (DocRE) has attracted increasing research interest. Despite the continuous improvement in performance, we find that existing DocRE models which initially perform well may make more mistake…

2023

AMR-based Network for Aspect-based Sentiment Analysis

ACL 2023long

Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment classification task. Many recent works have used dependency trees to extract the relation between aspects and contexts and have achieved significant improvements. However, further improvement is limited due to the potential mismatch…

Cited by 0SourcePDFScholar
2023

Enhancing Cross-lingual Natural Language Inference by Soft Prompting with Multilingual Verbalizer

ACL 2023findings

Cross-lingual natural language inference is a fundamental problem in cross-lingual language understanding. Many recent works have used prompt learning to address the lack of annotated parallel corpora in XNLI.However, these methods adopt discrete prompting by simply translating the templates to the…

2023

Exploring the Compositional Generalization in Context Dependent Text-to-SQL Parsing

ACL 2023findings

In the context-dependent Text-to-SQL task, the generated SQL statements are refined iteratively based on the user input utterance from each interaction. The input text from each interaction can be viewed as component modifications to the previous SQL statements, which could be further extracted as t…

2023

Gaussian Prior Reinforcement Learning for Nested Named Entity Recognition

ICASSP 2023accepted

Named Entity Recognition (NER) is a well and widely studied task in natural language processing. Recently, the nested NER has attracted more attention since its practicality and difficulty. Existing works for nested NER ignore the recognition order and boundary position relation of nested entities.…

Cited by 0SourceScholar
2023

RAPL: A Relation-Aware Prototype Learning Approach for Few-Shot Document-Level Relation Extraction

EMNLP 2023long main

How to identify semantic relations among entities in a document when only a few labeled documents are available? Few-shot document-level relation extraction (FSDLRE) is crucial for addressing the pervasive data scarcity problem in real-world scenarios. Metric-based meta-learning is an effective fram…

Cited by 0SourcecodeScholar
2022

Character-level White-Box Adversarial Attacks against Transformers via Attachable Subwords Substitution

EMNLP 2022main

We propose the first character-level white-box adversarial attack method against transformer models. The intuition of our method comes from the observation that words are split into subtokens before being fed into the transformer models and the substitution between two close subtokens has a similar…

2021

Gradient Imitation Reinforcement Learning for Low Resource Relation Extraction

EMNLP 2021main

Low-resource Relation Extraction (LRE) aims to extract relation facts from limited labeled corpora when human annotation is scarce. Existing works either utilize self-training scheme to generate pseudo labels that will cause the gradual drift problem, or leverage meta-learning scheme which does not…