BERT-based Chinese Text Classification for Emergency Domain with a Novel Loss Function
Zhongju Wang, Long Wang, Chao Huang, Xiong Luo

TL;DR
This paper introduces a BERT-based Chinese text classification method for emergency reports, utilizing a novel loss function and Adabound optimizer to address data imbalance and improve accuracy in emergency management applications.
Contribution
The study proposes a new loss function and employs Adabound optimizer to enhance BERT-based emergency text classification performance on imbalanced data.
Findings
Achieved superior accuracy, precision, recall, and F1 scores compared to benchmarks.
Effectively addressed data imbalance in emergency event classification.
Demonstrated potential for real-world emergency management systems.
Abstract
This paper proposes an automatic Chinese text categorization method for solving the emergency event report classification problem. Since bidirectional encoder representations from transformers (BERT) has achieved great success in natural language processing domain, it is employed to derive emergency text features in this study. To overcome the data imbalance problem in the distribution of emergency event categories, a novel loss function is proposed to improve the performance of the BERT-based model. Meanwhile, to avoid the impact of the extreme learning rate, the Adabound optimization algorithm that achieves a gradual smooth transition from Adam to SGD is employed to learn parameters of the model. To verify the feasibility and effectiveness of the proposed method, a Chinese emergency text dataset collected from the Internet is employed. Compared with benchmarking methods, the proposed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsStochastic Gradient Descent · AdaBound · Adam
