paper-with-me

홈 › Papers

Towards Evaluating the Robustness of Chinese BERT Classifiers

2020-04-07 · Boxin Wang, Boyuan Pan, Xin Li, Bo Li

Recent advances in large-scale language representation models such as BERT have improved the state-of-the-art performances in many NLP tasks. Meanwhile, character-level Chinese NLP models, including BERT for Chinese, have also demonstrated that they can outperform the existing models. In this paper, we show that, however, such BERT-based models are vulnerable under character-level adversarial attacks. We propose a novel Chinese char-level attack method against BERT-based classifiers. Essentially, we generate "small" perturbation on the character level in the embedding space and guide the character substitution procedure. Extensive experiments show that the classification accuracy on a Chinese news dataset drops from 91.8% to 0% by manipulating less than 2 characters on average based on the proposed attack. Human evaluations also confirm that our generated Chinese adversarial examples barely affect human performance on these NLP tasks.

📄 PDF Abstract BibTeX arXiv:2004.03742

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

From BERT to LLMs: Comparing and Understanding Chinese Classifier Prediction in Language Models

2025-08-25 · Ziqi Zhang, Jianfei Ma, Emmanuele Chersoni, Jieshun You 외 arxiv

Classifiers are an important and defining feature of the Chinese language, and their correct prediction is key to numerous educational applications. Yet, whether the most popular Large Language Models (LLMs) possess prop…

Learning and Evaluating Chinese Idiom Embeddings

2021-09-01 · RANLP 2021 9 · Minghuan Tan, Jing Jiang

We study the task of learning and evaluating Chinese idiom embeddings. We first construct a new evaluation dataset that contains idiom synonyms and antonyms. Observing that existing Chinese word embedding methods may not…

Chinese Sequence Labeling with Semi-Supervised Boundary-Aware Language Model Pre-training

2024-04-08 · Longhui Zhang, Dingkun Long, Meishan Zhang, Yanzhao Zhang 외

Chinese sequence labeling tasks are heavily reliant on accurate word boundary demarcation. Although current pre-trained language models (PLMs) have achieved substantial gains on these tasks, they rarely explicitly incorp…

Language ModelingLanguage ModellingNatural Language Understanding

RoCBert: Robust Chinese Bert with Multimodal Contrastive Pretraining

2022-05-01 · Conference 2022 5 · Hui Su, Weiwei Shi, Xiaoyu Shen, Zhou Xiao 외

Large-scale pretrained language models have achieved SOTA results on NLP tasks. However, they have been shown vulnerable to adversarial attacks especially for logographic languages like Chinese. In this work, we propose …

Contrastive Learning

Ensemble Methods to Distinguish Mainland and Taiwan Chinese

2019-06-01 · WS 2019 6 · Hai Hu, Wen Li, He Zhou, Zuoyu Tian 외

This paper describes the IUCL system at VarDial 2019 evaluation campaign for the task of discriminating between Mainland and Taiwan variation of mandarin Chinese. We first build several base classifiers, including a Naiv…

Word Embeddings