Skip to main content
Log in

Integrating legal event and context information for Chinese similar case analysis

  • Original Research
  • Published:
Artificial Intelligence and Law Aims and scope Submit manuscript

Abstract

Similar case analysis (SCA) is an essential topic in legal artificial intelligence, serving as a reference for legal professionals. Most existing works treat SCA as a traditional text classification task and ignore some important legal elements that affect the verdict and case similarity, like legal events, and thus are easily misled by semantic structure. To address this issue, we propose a Legal Event-Context Model named LECM to improve the accuracy and interpretability of SCA based on Chinese legal corpus. The event-context integration mechanism, which is an essential component of the LECM, is proposed to integrate the legal event and context information based on the attention mechanism, enabling legal events to be associated with their corresponding relevant contexts. We introduce an event detection module to obtain the legal event information, which is pre-trained on a legal event detection dataset to avoid labeling events manually. We conduct extensive experiments on two SCA tasks, i.e., similar case matching (SCM) and similar case retrieval (SCR). Compared with baseline models, LECM is validated by about 13% and 11% average improvement in terms of mean average precision and accuracy respectively, for SCR and SCM tasks. These results indicate that LECM effectively utilizes event-context knowledge to enhance SCA performance and its potential application in various legal document analysis tasks.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Fig. 1
Fig. 2
Fig. 3
Fig. 4
Fig. 5
Fig. 6
Fig. 7
Fig. 8

Similar content being viewed by others

Notes

  1. http://projects.ldc.upenn.edu/ace/.

  2. https://github.com/thunlp/CAIL.

  3. https://github.com/myx666/LeCaRD/tree/main/data.

  4. https://wenshu.court.gov.cn/.

  5. http://zoo.thunlp.org/.

  6. https://pytorch.org/.

References

  • Ali F, Kwak D, Khan P et al (2019) Transportation sentiment analysis using word embedding and ontology-based topic modeling. Knowl Based Syst 174:27–42. https://doi.org/10.1016/j.knosys.2019.02.033

    Article  Google Scholar 

  • Bench-Capon TJM, Araszkiewicz M, Ashley KD et al (2012) A history of AI and Law in 50 papers: 25 years of the international conference on AI and Law. Artif Intell Law 20:215–319. https://doi.org/10.1007/s10506-012-9131-x

    Article  Google Scholar 

  • Bhattacharya P, Ghosh K, Ghosh S, et al (2019) Overview of the FIRE 2019 AILA Track: Artificial Intelligence for Legal Assistance. In: Mehta P, Rosso P, Majumder P, Mitra M (eds) Working Notes of FIRE 2019 - Forum for Information Retrieval Evaluation, Kolkata, India, December 12–15, 2019. CEUR-WS.org, pp 1–12

  • Bhattacharya P, Ghosh K, Pal A, Ghosh S (2020) Hier-SPCNet: A Legal Statute Hierarchy-based Heterogeneous Network for Computing Legal Case Document Similarity. In: Huang JX, Chang Y, Cheng X, et al. (eds) Proceedings of the 43rd International ACM SIGIR conference on research and development in Information Retrieval, SIGIR 2020, Virtual Event, China, July 25–30, 2020. ACM, pp 1657–1660

  • Bi S, Ali Z, Wang M et al (2022) Learning heterogeneous graph embedding for Chinese legal document similarity. Knowl Based Syst 250:109046. https://doi.org/10.1016/j.knosys.2022.109046

    Article  Google Scholar 

  • Chalkidis I, Fergadiotis M, Malakasiotis P, et al (2020) LEGAL-BERT: The Muppets straight out of Law School. CoRR abs/2010.02559:

  • Chen Y, Sun Y, Yang Z, Lin H (2020) Joint entity and relation extraction for legal documents with legal feature enhancement. In: Scott D, Bel N, Zong C (eds) Proceedings of the 28th international conference on computational linguistics, COLING 2020, Barcelona, Spain (Online), December 8–13, 2020. International Committee on Computational Linguistics, pp 1561–1571

  • Choi H, Kim J, Joe S, Gwon Y (2020) Evaluation of BERT and ALBERT sentence embedding performance on downstream NLP tasks. In: 25th International conference on pattern recognition, ICPR 2020, Virtual Event/Milan, Italy, January 10–15, 2021. IEEE, pp 5482–5487

  • Deng S, Zhang N, Li L, et al (2021) OntoED: Low-resource Event Detection with Ontology Embedding. In: Zong C, Xia F, Li W, Navigli R (eds) Proceedings of the 59th annual meeting of the association for computational linguistics and the 11th international joint conference on natural language processing, ACL/IJCNLP 2021, (Volume 1: Long Papers), Virtual Event, August 1–6, 2021. Association for Computational Linguistics, pp 2828–2839

  • Devlin J, Chang M-W, Lee K, Toutanova K (2019) BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. In: Burstein J, Doran C, Solorio T (eds) Proceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human language technologies, NAACL-HLT 2019, Minneapolis, MN, USA, June 2–7, 2019, Volume 1 (Long and Short Papers). Association for Computational Linguistics, pp 4171–4186

  • Feng Y, Li C, Ng V (2022) Legal judgment prediction via event extraction with constraints. In: Muresan S, Nakov P, Villavicencio A (eds) Proceedings of the 60th annual meeting of the association for computational linguistics (volume 1: Long Papers), ACL 2022, Dublin, Ireland, May 22–27, 2022. Association for Computational Linguistics, pp 648–664

  • Hong Z, Zhou Q, Zhang R, et al (2020) Legal feature enhanced semantic matching network for similar case matching. In: 2020 International joint conference on neural networks, IJCNN 2020, Glasgow, United Kingdom, July 19–24, 2020. IEEE, pp 1–8

  • Hu Z, Li X, Tu C, et al (2018) Few-shot charge prediction with discriminative legal attributes. In: Bender EM, Derczynski L, Isabelle P (eds) Proceedings of the 27th international conference on computational linguistics, COLING 2018, Santa Fe, New Mexico, USA, August 20–26, 2018. Association for Computational Linguistics, pp 487–498

  • Hu X, Wu X, Shu Y, Qu Y (2022) Logical form generation via multi-task learning for complex question answering over knowledge bases. In: Calzolari N, Huang C-R, Kim H, et al. (eds) Proceedings of the 29th international conference on computational linguistics, COLING 2022, Gyeongju, Republic of Korea, October 12–17, 2022. International Committee on Computational Linguistics, pp 1687–1696

  • Järvelin K, Kekäläinen J (2002) Cumulated gain-based evaluation of IR techniques. ACM Trans Inf Syst 20:422–446. https://doi.org/10.1145/582415.582418

    Article  Google Scholar 

  • Jiang J-Y, Zhang M, Li C, et al (2019) Semantic text matching for long-form documents. In: Liu L, White RW, Mantrach A, et al. (eds) The world wide web conference, WWW 2019, San Francisco, CA, USA, May 13–17, 2019. ACM, pp 795–806

  • Kim M-Y, Lu Y, Goebel R (2017) Textual entailment in legal bar exam question answering using deep siamese networks. In: Arai S, Kojima K, Mineshima K, et al. (eds) New frontiers in artificial intelligence - JSAI-isAI workshops, JURISIN, SKL, AI-Biz, LENLS, AAA, SCIDOCA, kNeXI, Tsukuba, Tokyo, Japan, November 13-15, 2017, Revised Selected Papers. Springer, pp 35–48

  • Kim Y (2014) Convolutional Neural Networks for Sentence Classification. In: Moschitti A, Pang B, Daelemans W (eds) Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing, EMNLP 2014, October 25–29, 2014, Doha, Qatar, A meeting of SIGDAT, a Special Interest Group of the ACL. ACL, pp 1746–1751

  • Kingma DP, Ba J (2015) Adam: a method for stochastic optimization. In: Bengio Y, LeCun Y (eds) 3rd international conference on learning representations, ICLR 2015, San Diego, CA, USA, May 7–9, 2015, Conference Track Proceedings

  • Kusner MJ, Sun Y, Kolkin NI, Weinberger KQ (2015) From word embeddings to document distances. In: Bach FR, Blei DM (eds) Proceedings of the 32nd international conference on machine learning, ICML 2015, Lille, France, 6–11 July 2015. JMLR.org, pp 957–966

  • Lafferty JD, McCallum A, Pereira FCN (2001) Conditional random fields: probabilistic models for segmenting and labeling sequence data. In: Brodley CE, Danyluk AP (eds) Proceedings of the eighteenth international conference on machine learning (ICML 2001), Williams College, Williamstown, MA, USA, June 28–July 1, 2001. Morgan Kaufmann, pp 282–289

  • Lample G, Ballesteros M, Subramanian S, et al (2016) Neural architectures for named entity recognition. In: Knight K, Nenkova A, Rambow O (eds) NAACL HLT 2016, The 2016 conference of the North American chapter of the association for computational linguistics: human language technologies, San Diego California, USA, June 12–17, 2016. The Association for Computational Linguistics, pp 260–270

  • Li Q, Ji H, Huang L (2013) Joint event extraction via structured prediction with global features. In: Proceedings of the 51st annual meeting of the association for computational linguistics, ACL 2013, 4–9 August 2013, Sofia, Bulgaria, Volume 1: Long Papers. The Association for Computer Linguistics, pp 73–82

  • Li C, Sheng Y, Ge J, Luo B (2019) Apply event extraction techniques to the judicial field. In: Harle R, Farrahi K, Lane ND (eds) Proceedings of the 2019 ACM international joint conference on pervasive and ubiquitous computing and proceedings of the 2019 ACM international symposium on wearable computers, UbiComp/ISWC 2019 Adjunct, London, UK, September 9–13, 2019. ACM, pp 492–497

  • Li Q, Zhang Q, Yao J, Zhang Y (2020) Event extraction for criminal legal text. In: Chen E, Antoniou G (eds) 2020 IEEE international conference on knowledge graph, ICKG 2020, Online, August 9–11, 2020. IEEE, pp 573–580

  • Li R, Zhao W, Yang C, Su S (2021) Treasures outside contexts: improving event detection via global statistics. In: Moens M-F, Huang X, Specia L, Yih SW (eds) Proceedings of the 2021 conference on empirical methods in natural language processing, EMNLP 2021, Virtual Event/Punta Cana, Dominican Republic, 7–11 November, 2021. Association for Computational Linguistics, pp 2625–2635

  • Liu B, Wu Y, Zhang F et al (2022) Query generation and buffer mechanism: towards a better conversational agent for legal case retrieval. Inf Process Manag 59:103051. https://doi.org/10.1016/j.ipm.2022.103051

    Article  Google Scholar 

  • Lv J, Zhang Z, Jin L et al (2021) HGEED: Hierarchical graph enhanced event detection. Neurocomputing 453:141–150. https://doi.org/10.1016/j.neucom.2021.04.087

    Article  Google Scholar 

  • Ma Y, Shao Y, Liu B, et al (2021a) Retrieving legal cases from a large-scale candidate corpus. Proceedings of the Eighth International Competition on Legal Information Extraction/Entailment, COLIEE2021

  • Ma Y, Shao Y, Wu Y, et al (2021b) LeCaRD: a legal case retrieval dataset for Chinese law system. In: Diaz F, Shah C, Suel T, et al. (eds) SIGIR’21: The 44th international ACM SIGIR conference on research and development in information retrieval, virtual event, Canada, July 11–15, 2021. ACM, pp 2342–2348

  • Mandal A, Ghosh K, Ghosh S, Mandal S (2021) Unsupervised approaches for measuring textual similarity between legal court case reports. Artif Intell Law 29:417–451. https://doi.org/10.1007/s10506-020-09280-2

    Article  Google Scholar 

  • Mandal A, Chaki R, Saha S, et al (2017) Measuring similarity among legal court case documents. In: Chakraborty PP, Gupta M, Dey L, Roy S (eds) Proceedings of the 10th annual ACM India compute conference, Compute 2017, Bhopal, India, November 16–18, 2017. ACM, pp 1–9

  • McClosky D, Surdeanu M, Manning CD (2011) Event extraction as dependency parsing for BioNLP 2011. In: Tsujii J, Kim J-D, Pyysalo S (eds) Proceedings of BioNLP shared task 2011 workshop, Portland, Oregon, USA, June 24, 2011. Association for Computational Linguistics, pp 41–45

  • Minocha A, Singh N, Srivastava A (2015) Finding relevant Indian judgments using dispersion of citation network. In: Gangemi A, Leonardi S, Panconesi A (eds) Proceedings of the 24th international conference on world wide web companion, WWW 2015, Florence, Italy, May 18–22, 2015 - Companion Volume. ACM, pp 1085–1088

  • Neculoiu P, Versteegh M, Rotaru M (2016) Learning text similarity with Siamese recurrent networks. In: Blunsom P, Cho K, Cohen SB, et al. (eds) Proceedings of the 1st workshop on representation learning for NLP, Rep4NLP@ACL 2016, Berlin, Germany, August 11, 2016. Association for Computational Linguistics, pp 148–157

  • Oard DW, Webber W (2013) Information retrieval for E-discovery. Found Trends Inf Retr 7:99–237. https://doi.org/10.1561/1500000025

    Article  Google Scholar 

  • Ponte JM, Croft WB (2017) A language modeling approach to information retrieval. SIGIR Forum 51:202–208. https://doi.org/10.1145/3130348.3130368

    Article  Google Scholar 

  • Rabelo J, Kim M-Y, Goebel R (2019) Combining similarity and transformer methods for case law entailment. In: Proceedings of the seventeenth international conference on artificial intelligence and law, ICAIL 2019, Montreal, QC, Canada, June 17–21, 2019. ACM, pp 290–296

  • Rabelo J, Kim M-Y, Goebel R, et al (2020a) A summary of the COLIEE 2019 competition. In: New frontiers in artificial intelligence: JSAI-isAI international workshops, JURISIN, AI-Biz, LENLS, Kansei-AI, Yokohama, Japan, November 10–12, 2019, Revised Selected Papers 10. Springer, pp 34–49

  • Rabelo J, Kim M-Y, Goebel R, et al (2020b) COLIEE 2020: Methods for Legal Document Retrieval and Entailment. In: Okazaki N, Yada K, Satoh K, Mineshima K (eds) New Frontiers in Artificial Intelligence - JSAI-isAI 2020 Workshops, JURISIN, LENLS 2020 Workshops, Virtual Event, November 15-17, 2020, Revised Selected Papers. Springer, pp 196–210

  • Robertson SE, Walker S (1994) Some simple effective approximations to the 2-poisson model for probabilistic weighted retrieval. In: SIGIR’94. Springer, pp 232–241

  • Röttger P, Pierrehumbert JB (2021) Temporal adaptation of BERT and performance on downstream document classification: insights from social media. In: Moens M-F, Huang X, Specia L, Yih SW (eds) Findings of the association for computational linguistics: EMNLP 2021, Virtual Event/Punta Cana, Dominican Republic, 16–20 November, 2021. Association for Computational Linguistics, pp 2400–2412

  • Salton G, Buckley C (1988) Term-weighting approaches in automatic text retrieval. Inf Process Manag 24:513–523. https://doi.org/10.1016/0306-4573(88)90021-0

    Article  Google Scholar 

  • Saravanan M, Ravindran B, Raman S (2009) Improving legal information retrieval using an ontological framework. Artif Intell Law 17:101–124. https://doi.org/10.1007/s10506-009-9075-y

    Article  Google Scholar 

  • Sener O, Koltun V (2018) Multi-task learning as multi-objective optimization. In: Bengio S, Wallach HM, Larochelle H, et al. (eds) Advances in neural information processing systems 31: annual conference on neural information processing systems 2018, NeurIPS 2018, December 3–8, 2018, Montréal, Canada. pp 525–536

  • Shao Y, Mao J, Liu Y, et al (2020) BERT-PLI: modeling paragraph-level interactions for legal case retrieval. In: Bessiere C (ed) Proceedings of the twenty-ninth international joint conference on artificial intelligence, IJCAI 2020. ijcai.org, pp 3501–3507

  • Shen S, Qi G, Li Z, et al (2020) Hierarchical Chinese legal event extraction via pedal attention mechanism. In: Scott D, Bel N, Zong C (eds) Proceedings of the 28th international conference on computational linguistics, COLING 2020, Barcelona, Spain (Online), December 8–13, 2020. International Committee on Computational Linguistics, pp 100–113

  • Si J, Peng X, Li C, et al (2022) Generating disentangled arguments with prompts: a simple event extraction framework that works. In: IEEE international conference on acoustics, speech and signal processing, ICASSP 2022, Virtual and Singapore, 23–27 May 2022. IEEE, pp 6342–6346

  • Souza E, Vitório D, Moriyama G, et al (2021) An information retrieval pipeline for legislative documents from the Brazilian chamber of deputies. In: Schweighofer E (ed) Legal knowledge and information systems - JURIX 2021: the thirty-fourth annual conference, Vilnius, Lithuania, 8-10 December 2021. IOS Press, pp 119–126

  • Suykens JAK, Vandewalle J (1999) Least squares support vector machine classifiers. Neural Process Lett 9:293–300. https://doi.org/10.1023/A:1018628609742

    Article  Google Scholar 

  • van Opijnen M, Santos C (2017) On the concept of relevance in legal information retrieval. Artif Intell Law 25:65–87. https://doi.org/10.1007/s10506-017-9195-8

    Article  Google Scholar 

  • Vaswani A, Shazeer N, Parmar N, et al (2017) Attention is all you need. In: Guyon I, Luxburg U von, Bengio S, et al. (eds) Advances in neural information processing systems 30: annual conference on neural information processing systems 2017, December 4–9, 2017, Long Beach, CA, USA. pp 5998–6008

  • Wang Z, Hamza W, Florian R (2017) Bilateral multi-perspective matching for natural language sentences. In: Sierra C (ed) Proceedings of the twenty-sixth international joint conference on artificial intelligence, IJCAI 2017, Melbourne, Australia, August 19–25, 2017. ijcai.org, pp 4144–4150

  • Wang X, Han X, Liu Z, et al (2019) Adversarial training for weakly supervised event detection. In: Burstein J, Doran C, Solorio T (eds) Proceedings of the 2019 Conference of the North American chapter of the association for computational linguistics: human language technologies, NAACL-HLT 2019, Minneapolis, MN, USA, June 2–7, 2019, Volume 1 (Long and Short Papers). Association for Computational Linguistics, pp 998–1008

  • Wehnert S, Sudhi V, Dureja S, et al (2021) Legal norm retrieval with variations of the bert model combined with TF-IDF vectorization. In: Maranhão J, Wyner AZ (eds) ICAIL’21: eighteenth international conference for artificial intelligence and law, São Paulo Brazil, June 21–25, 2021. ACM, pp 285–294

  • Wu T-H, Kao B, Chan F, et al (2021) Semantic search and summarization of judgments using topic modeling. In: Schweighofer E (ed) Legal knowledge and information systems - JURIX 2021: the thirty-fourth annual conference, Vilnius, Lithuania, 8-10 December 2021. IOS Press, pp 100–106

  • Xiao C, Hu X, Liu Z et al (2021) Lawformer: a pre-trained language model for Chinese legal long documents. AI Open 2:79–84. https://doi.org/10.1016/j.aiopen.2021.06.003

    Article  Google Scholar 

  • Xiao C, Zhong H, Guo Z, et al (2019) CAIL2019-SCM: a dataset of similar case matching in legal domain. CoRR abs/1911.08962

  • Yang J, Ma W, Zhang M, et al (2022) LegalGNN: Legal Information Enhanced Graph Neural Network for Recommendation. ACM Trans Inf Syst 40:33:1–33:29. https://doi.org/10.1145/3469887

  • Yao F, Xiao C, Wang X, et al (2022) LEVEN: a large-scale Chinese legal event detection dataset. In: Muresan S, Nakov P, Villavicencio A (eds) Findings of the association for computational linguistics: ACL 2022, Dublin, Ireland, May 22–27, 2022. Association for Computational Linguistics, pp 183–201

  • Zhao R, Mao K (2018) Fuzzy bag-of-words model for document representation. IEEE Trans Fuzzy Syst 26:794–804. https://doi.org/10.1109/TFUZZ.2017.2690222

    Article  Google Scholar 

  • Zhong H, Zhang Z, Liu Z, Sun M (2019) Open Chinese language pre-trained model zoo

  • Zhong H, Xiao C, Tu C, et al (2020) How does NLP benefit legal system: a summary of legal artificial intelligence. In: Jurafsky D, Chai J, Schluter N, Tetreault JR (eds) Proceedings of the 58th annual meeting of the association for computational linguistics, ACL 2020, Online, July 5–10, 2020. Association for Computational Linguistics, pp 5218–5230

Download references

Acknowledgements

This work was supported by Humanities and Social Science Planning Fund [Grant Numbers 21YJAZH013] from the Ministry of Education, China.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Jingpei Dan or Yuming Wang.

Ethics declarations

Competing interests

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Appendix: Example text snippets in the datasets

Appendix: Example text snippets in the datasets

Dataset

Example

CAIL-2019

Case A: …被告因需要资金, 向原告借款三次, 2015年6月18日第一次借款为人民币10000元, 2015年7月20日第二次借款人民币10000元, 2015年9月1日第三次借款人民币20000元, 并出具借条三张, 约定借期均为一个月。借款到期后, 被告未及时归还借款。借款期间, 被告将两辆车子的登记证书抵押在原告处。原告向被告多次催要借款未果, 故诉至法院, 请求依法支持原告诉求。被告 × × × 未答辩, 也未提交书面证据。当事人围绕诉讼请求依法提交了证据…

Translation: …The defendant borrowed money from the plaintiff three times due to the need for funds. The first loan was RMB 10,000 on June 18, 2015, the second loan was RMB 10,000 on July 20, 2015, and the third loan was RMB 1 on September 1, 2015. 20,000 yuan, and issued three IOUs, with an agreed loan period of one month. After the loan was due, the defendant failed to repay the loan in time. During the loan period, the defendant mortgaged the registration certificates of the two vehicles with the plaintiff. The plaintiff repeatedly urged the defendant to borrow money but failed, so he appealed to the court, requesting to support the plaintiff's claim in accordance with the law. Defendant × × × did not respond and did not submit written evidence. The parties submitted evidence according to the law around the claim…

Case B: …被告 × × × 向原告借款25万元, 为原告出具了借条, 并口头约定按月息2%计算; 2016年6月27日, 被告 × × × 向原告借款1万元, 为原告出具了借条, 并口头约定按月息2%计算; 2016年7月11日, 被告 × × × 向原告借款2万元, 为原告出具了借条, 并口头约定按月息2%计算, 即被告 × × × 共向原告借款28万元。借款后, 原告多次催要, 被告至今未支付借款本息。为此, 请求人民法院判令被告偿还原告本金20万元及利息…

Translation: …Defendant × × × borrowed 250,000 yuan from the plaintiff, issued an IOU for the plaintiff, and verbally agreed to calculate the monthly interest at 2%; on June 27, 2016, the defendant × × × borrowed 10,000 yuan from the plaintiff, and issued an IOU for the plaintiff, and verbally agreed to calculate the monthly interest at 2%; on July 11, 2016, the defendant × × × borrowed 20,000 yuan from the plaintiff, issued an IOU for the plaintiff, and verbally agreed to calculate the monthly interest at 2%, that is, the defendant × × × A total of 280,000 yuan was borrowed from the plaintiff. After the loan, the plaintiff repeatedly demanded it, but the defendant has not yet paid the principal and interest of the loan. For this reason, we request the people's court to order the defendant to repay the plaintiff's principal of 200,000 yuan and interest…

Case C: …原告 × × × 诉称, 2014年11月28日, 被告 × × × 向其借款2万元; 2015年2月13日, 被告 × × × 又向其借款5万元; 2015年6月16日, 被告 × × × 又向其借款5万元。因被告未能还款, 原告于2016年8月将被告诉至 × × × 市人民法院。2016年10月9日, 原、被告达成还款计划。同日, 原告申请撤回对被告的起诉。其后, 被告未能按照还款计划的内容履行钱款, 现要求被告归还借款人民币3万元、自第一次起诉日2016年8月30日起按当期银行利息结算由被告归还…

Translation: …Plaintiff × × × claimed that on November 28, 2014, defendant × × × borrowed 20,000 yuan from him; on February 13, 2015, defendant × × × borrowed another 50,000 yuan from him; on June 16, 2015, the defendant × × × borrowed another 50,000 yuan from him. Because the defendant failed to repay the loan, the plaintiff will be notified to the People's Court of × × × City in August 2016. On October 9, 2016, the plaintiff and the defendant reached a repayment plan. On the same day, the plaintiff applied to withdraw the lawsuit against the defendant. Afterwards, the defendant failed to fulfill the payment according to the content of the repayment plan. The defendant is now required to return the loan of RMB 30,000, which will be settled at the current bank interest from the date of the first lawsuit on August 30, 2016…

LeCaRD

Query: …被告人 × × × 饮酒发生急性酒精中毒, 头脑出现幻觉, 臆想自己近几年的不幸遭遇与国家有关领导和 × × × 市 × × × 等人有关。为了发泄其不满情绪, 被告人 × × × 从自己住处拿柴刀步行到 × × × 村便民服务中心办公室, 将办公室卷帘门损坏, 并用柴刀刀背将玻璃门打碎, 进入室内后, 拿柴刀在办公室内乱砸乱砍, 毁坏了室内摄像头1只、采集器1只、液晶显示器4台、尼康牌照相机1台及数据线、电源线数根…

Translation: …Defendant × × × suffered from acute alcohol intoxication after drinking, and had hallucinations in his head, imagining that his misfortunes in recent years were related to relevant state leaders and × × × city × × × and others. In order to vent his dissatisfaction, defendant × × × took a hatchet from his own residence and walked to the office of the convenience service center of × × × village, damaged the rolling shutter door of the office, and smashed the glass door with the back of the hatchet. After entering the room, he took the hatchet Smash and hack in the office, destroying 1 indoor camera, 1 collector, 4 LCD monitors, 1 Nikon camera, and several data cables and power cables…

Candidate1: …被告人 × × × 认为声音大, 已影响自己和家人休息, 便从家里拿一根木棍到 × × × 住处, 将 × × × 收音机打坏。同日上午7时许, × × × 手持山钩刀来到 × × × 家门口, × × × 便从家里厨房拿出钢钎, 兄弟俩人再次发生争执并打架。期间, × × × 持钢钎打击 × × × 头部等部位, × × × 被打后, 回到自己家中。之后, × × × 见 × × × 伤势较重, 遂驾驶农用车载 × × × 去医院治疗…

Translation: …Defendant × × × believed that the sound was loud enough to interfere with the rest of himself and his family, so he took a wooden stick from home to × × × 's residence and broke the radio of × × × . At about 7 o'clock in the morning on the same day, × × × came to the door of × × × 's house with a mountain hook knife in hand, and × × × took out a steel brazing rod from the kitchen at home, and the two brothers had another dispute and fight. During this period, × × × beat × × × 's head and other parts with a steel drill. After being beaten, × × × returned to his home. Later, × × × saw that × × × was seriously injured, so he drove × × × to the hospital for treatment…

Candidate2: …被告人 × × × 和饮酒后将在 × × × 市 × × × 电业局工作人员 × × × 、 × × × 放置在摩托车上的两顶安全帽无故拿走, 后 × × × 向被告人 × × × 和讨要安全帽时, × × × 和一手持水果刀, 一手持菜刀, 表示拒绝归还。 × × × 、 × × × 讨要未果后, 遂报警。不久后, 接警民警 × × × 带着辅警 × × × 赶到现场, 劝说 × × × 和归还安全帽, 但 × × × 和仍拒不归还且情绪越发激动, 其双手持刀威胁要砍死接警民警, 并向接警民警及辅警逼近…

Translation: …The defendant × × × took away without reason the two safety helmets placed on the motorcycle by the staff of × × × Electric Power Bureau of × × × City × × × × × × after drinking, and then × × × reported to the defendant When the person × × × he asked for the helmet, × × × he held a fruit knife in one hand and a kitchen knife in the other, refusing to return it. × × × , × × × reported to the police after asking for it but failed. Not long after, the police officer × × × rushed to the scene with the auxiliary police officer × × × , and persuaded × × × he to return the helmet, but × × × he still refused to return it and became more and more emotional. He threatened to hack to death with a knife in both hands Receive the police, and approach the police and auxiliary police…

(More candidates)

LEVEN

…被告人 × × × 母亲 × × × 在 × × × 市 × × × 公司送餐期间, 因搭乘司机 × × × 驾驶的车辆发生交通事故, 造成乘车人 × × × 腰部左侧横突骨折, 其住院治疗共支付医疗费8754.55元…

Events: (trigger word: 骨折 event: 受伤), (trigger word: 支付, event: 支付/给付)

Translation: …The defendant × × × 's mother × × × had a traffic accident in the vehicle driven by the driver × × × during the delivery of meals at × × × Company in × × × City, resulting in the fracture of the left transverse process of the passenger × × × 's waist, He paid a total of 8754.55 yuan in medical expenses for hospitalization…

Events: (trigger word: fracture event: injury), (trigger word: paid, event: payment) …

Rights and permissions

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Dan, J., Xu, L. & Wang, Y. Integrating legal event and context information for Chinese similar case analysis. Artif Intell Law (2023). https://doi.org/10.1007/s10506-023-09377-4

Download citation

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1007/s10506-023-09377-4

Keywords

Navigation