BLHNN: A Novel Charge Prediction Model Based on Bi-Attention LSTM-CNN Hybrid Neural Network

Jia Guo,Bin Wu,Pengpeng Zhou
DOI: https://doi.org/10.1109/dsc50466.2020.00044
2020-01-01
Abstract:Legal judgment and prediction is a classic traditional task combining artificial intelligence with law. It aims to train a machine judge model to predict the final charges automatically according to the fact descriptions in criminal cases. In recent years, with the successful usage of deep learning techniques on NLP tasks. The researchers explored the application of LSTM model, neuron model and attention mechanism to predict the charges and achieved good results. However, For those crimes whose facts are similar to each other, the existing algorithms can't get well performance. To address these issues, we propose a novel charge prediction model based on Bi-attention LSTMCNN Hybrid Neural Network (BLHNN) to establish several discriminative properties of charges as internal mapping between fact descriptions and charges. More specifically, first, word2vec algorithm is used to transform the document feature words into fixed dimension word vectors, then TF-IDF value of each feature word in the document is calculated, and TF-IDF value of each feature word is used as the weight to encode the word vectors of all feature words. Then, in order to solve the problem that convolution neural network (CNN) can not get the global features of the text and Bi-LSTM can not focus on the local features of the text in text classification, we adopt a hybrid model including CNN and Bi-LSTM. At the same time, the attention mechanism is introduced to solve the problem of not paying attention to the features of key words in text classification. Finally, the experimental results show that the proposed model can get more accurate text feature information and improve the accuracy of text classification.
What problem does this paper attempt to address?