CN111309900A - Legal class similarity judging and pushing method - Google Patents

Legal class similarity judging and pushing method Download PDF

Info

Publication number
CN111309900A
CN111309900A CN202010055473.7A CN202010055473A CN111309900A CN 111309900 A CN111309900 A CN 111309900A CN 202010055473 A CN202010055473 A CN 202010055473A CN 111309900 A CN111309900 A CN 111309900A
Authority
CN
China
Prior art keywords
case
legal
distance
event
event sequence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010055473.7A
Other languages
Chinese (zh)
Other versions
CN111309900B (en
Inventor
陈欢欢
何慧敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Science and Technology of China USTC
Original Assignee
University of Science and Technology of China USTC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University of Science and Technology of China USTC filed Critical University of Science and Technology of China USTC
Priority to CN202010055473.7A priority Critical patent/CN111309900B/en
Publication of CN111309900A publication Critical patent/CN111309900A/en
Application granted granted Critical
Publication of CN111309900B publication Critical patent/CN111309900B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/18Legal services; Handling legal documents

Abstract

The invention discloses a legal class similarity judging and pushing method, wherein the related judging method comprises the following steps: classifying target legal cases, and extracting historical cases of the same category from a historical case database to form a candidate set according to the obtained case category; performing event sequence representation on the target legal case and each similar historical case in the candidate set; calculating the distance between the event sequence corresponding to the target legal case and the event sequence corresponding to each historical case in the candidate set according to the event sequence measurement model; and calculating the similarity between the target legal case and the candidate centralized historical case based on the distance of the event sequence and the scoring function. The method can realize more comprehensive and accurate class case identification; meanwhile, the legal documents are expressed as a time sequence event sequence, similarity calculation is carried out based on an unsupervised mode, and historical cases with higher scores are selected for pushing, so that labor input is greatly reduced, and pushing intellectualization can be better realized.

Description

Legal class similarity judging and pushing method
Technical Field
The invention relates to the field of legal intelligence, in particular to a legal class case similarity judging and pushing method.
Background
At present, artificial intelligence theory and technology are mature day by day, and the application range is expanded continuously. In 2017, an intelligent court is built in the national artificial intelligence strategy new-generation artificial intelligence development planning, so that the application of artificial intelligence in evidence collection, case analysis and legal document reading and analysis is promoted, and the intellectualization of a court trial system and trial capacity is realized. The realization of case classification by artificial intelligence technology has become an important research content close to the needs of judges.
The case judgment is used as an auxiliary tool, and aims to search similar or even identical cases for cases being processed by a judge, so as to enlighten and expand case judgment thinking of the judge and help the judge to judge correctly, and the judgment results of the same or similar cases can have smaller deviation. However, the existing class retrieval system has the problems that the case pushing is not accurate and the needs of judges cannot be really solved. If the pushing case does not achieve the same case, even the same case; the number of cases pushed is too high, the judge time is not really saved, and a large amount of manual screening is still needed.
Since most legal case records are electronic documents, the form of the documents is natural language expression text. Thus, class recognition can be considered as an application scenario for text similarity measurement. The existing natural language processing method can be applied to realize the case identification to a certain extent, but the core difference points of the case elements are difficult to be accurately distinguished. The main problems are as follows:
1) the accuracy of the way based on keyword matching is not sufficient. Keyword retrieval is actually "sample validation" and its conclusions with a small number of samples are not complete. Meanwhile, the number of the obtained cases is too large, so that a judge is difficult to identify cases with important reference values.
2) The method for constructing the neural network by expressing words as vectors based on word2vec needs a large amount of labeled and structured training linguistic data, and the prior legal field lacks a large amount of labeled legal data and talents which can both understand law and understand technology.
3) The main reference value of the class case is to push the case judgment idea and practice of judges in cases with similar history aiming at a plurality of legal details or difficulties in the cases. However, no legal document similarity measurement model designed for the characteristics of the legal industry exists at present.
Disclosure of Invention
The invention aims to provide a legal class similarity judging and pushing method, which solves the defects that the existing method needs a large amount of manual labeling, class pushing is inaccurate, information is complicated, and the pertinence of legal problems is lacked.
The purpose of the invention is realized by the following technical scheme:
a legal class similarity discrimination method comprises the following steps:
classifying target legal cases, and extracting historical cases of the same category from a historical case database to form a candidate set according to the obtained case category;
performing event sequence representation on the target legal case and each similar historical case in the candidate set;
calculating the distance between the event sequence corresponding to the target legal case and the event sequence corresponding to each historical case in the candidate set according to the event sequence measurement model;
and calculating the similarity between the target legal case and the candidate centralized historical case based on the distance of the event sequence and the scoring function.
A legal class pushing method, comprising: the similarity between the target legal case and the history cases in the candidate set is calculated by the method, then the history cases in the candidate set are sequenced according to the sequence of similarity scores from high to low, and M history cases with the top rank are extracted and pushed.
According to the technical scheme provided by the invention, by classifying the cases of the legal documents and analyzing the case theme distribution, the history cases which are most similar to the semantic information described by the target case can be selected while ensuring the same case type, so that more comprehensive and accurate case identification is realized; meanwhile, the legal documents are expressed as a time sequence event sequence, similarity calculation is carried out based on an unsupervised mode, and historical cases with higher scores are selected for pushing, so that labor input is greatly reduced, and pushing intellectualization can be better realized.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a flowchart of a legal class similarity determination method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of an event time chain represented by extracting an event corresponding to each time segment according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an event time chain for case extraction according to an embodiment of the present invention;
fig. 4 is a schematic diagram of aligning event sequence time points according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention are clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a method for judging similarity of legal classes, as shown in fig. 1, comprising the following steps:
step 1, classifying target legal cases, and extracting historical cases of the same category from a historical case database to form a candidate set according to the obtained case categories.
The case identification aims to find cases similar to or even identical to the target case in the history cases of the same type, so the case classification is carried out firstly.
Each case in the existing historical case database has a corresponding category label, and a certain number of historical cases can be selected for each case category to construct a data set according to case category distribution. And obtaining the case category corresponding to the target case by adopting a relatively mature deep learning text classification algorithm in natural language processing as a classifier. And extracting the history cases of the same type in the history case database to form a candidate set according to the obtained case types.
And 2, performing event sequence representation on the target legal case and each similar historical case in the candidate set.
The text representation model is designed according to the characteristics of legal cases, so that the relation among events can be effectively represented, the evolution process of the cases along with time is presented, and the method has higher practical application value. The preferred embodiment of this step is as follows:
1) for any legal case, extracting case elements in the legal case document by using an information extraction technology, wherein the case elements at least comprise: the position of the defendant, the post-case attitude, the time, the core words, the involved amount and the like of the defendant.
The core words are extracted by a dependency syntactic analysis method, in brief, sentences in the legal case document are divided according to periods, exclamation marks and question marks, and if the number of the divided sentences is n, dependency analysis is performed on n sentences to obtain n core words.
The dependency syntax analysis method is a mature technology at present, and the principle is as follows: the whole sentence structure is expressed by the dependency relationship among the vocabularies, the dependency relationship expresses the semantic dependency relationship among the components of the sentence, the dependency relationship among all the vocabularies forms a syntactic tree, and the root node of the tree is a sentence core predicate and is used for expressing the core content of the whole sentence. The core predicate is the core word corresponding to the sentence.
2) Two case elements of the position of the announced person and the after-case attitude of the announced person are independently reserved.
3) And qualitatively expressing the time sequence relation among the events of the rest case elements according to different time nodes, respectively expressing the events without crossing and overlapping occurrence time as independent events, and combining the events of the rest cases to form a case scenario event chain.
It will be appreciated by those skilled in the art that the descriptions in the legal documents are generally described in chronological order, as in the two cases presented hereinafter, non-overlapping time periods, corresponding to different events. The event is firstly positioned by time, and then the corresponding event description statement in the time is found. The unstructured event description statements are then structured into combinations of case elements by an event extraction technique (extracting individual case elements).
4) Numerically expressing case elements of the events occurring at the time i to obtain the eventsi=(ei1,ei2,…,ein) Where n is the number of case elements that occurred at time i.
5) Initialization weight vector weight ═ w1,w2,…,wn) Wherein, in the step (A),
Figure RE-GDA0002428916190000041
associating the weight vector with the eventiMultiplying each element correspondingly to obtain a final representation vector of the time i eventi=(w1ei1,w2ei2,…,wnein);。
In the embodiment of the invention, the weight vector is priori knowledge and is initialized in advance through experience. In the subsequent learning process, the visual result is updated, and the specific updating mode can be selected by the user according to the situation or experience.
6) Connecting the event representations of all the time to obtain a sequence event chain (vector) of vectorized representation1,vector2,…,vectorm) Vector thereiniAnd m is the total number of independent events and combined events extracted from the legal case document.
And 3, calculating the distance between the event sequence corresponding to the target legal case and the event sequence corresponding to each historical case in the candidate set according to the event sequence measurement model.
And 2, measuring the sequence distance according to the event sequence obtained in the step 2. In measuring the similarity of event sequences, there are cases where the time lengths of the sequences to be aligned are not consistent, and therefore, the sequences need to be aligned. Matching an event sequence corresponding to a target legal case with each event sequence corresponding to a historical case from a starting point by adopting a Dynamic Time Warping (DTW) method, calculating the Distance between the corresponding two points when each event sequence reaches one point, accumulating the distances of all points passing before, and finally selecting the minimum accumulated Distance as the Distance of the event sequenceEventSequence. The method can reduce the point-to-point matching of the distance between the two sequences to the maximum extent by searching the corresponding relation between the point points.
And 4, calculating the similarity between the target legal case and the candidate centralized historical case based on the distance of the event sequence and the scoring function.
In the embodiment of the present invention, the similarity of the topics, the distance of the event sequence obtained in step 3, and the similarity of the positions of the advertised persons and the post-situation degrees of the advertised persons obtained in step 2 are considered, and the similarity is mainly as follows:
1) performing topic analysis on the target legal case and the candidate centralized history case through a topic analysis model to obtain corresponding topic probability distribution, and calculating the semantic Distance between the target legal case and the candidate centralized history case as topic similarity Distance according to the topic probability distributiontopic
2) When the event sequence is expressed, two case elements of the position of the advertiser and the post-event attitude of the advertiser are respectively extracted from the target legal case and the candidate centralized history case, the similarity of the position of the advertiser and the post-event attitude of the advertiser in the target legal case and the candidate centralized history case is calculated by utilizing the cosine Distance, and the similarity is respectively marked as Distanceposition、Distanceattitude
3) The event sequence Distance between the target legal case and the candidate centralized historical case is recorded as DistanceEventSequence
4) Calculating the similarity of the target legal case and the candidate centralized historical case by using the following formula:
score=α1Distancetopic2DistanceEventSequence3Distanceposition4Distanceattitude
wherein, α1、α2、α3And α4Are all weights, α1234=1。
For ease of understanding, the following description is made with reference to specific examples, and the case types, case information, and the like referred to in the following examples are all examples.
Case one: the tollgate is used by the person to steal the receivable engineering money of the company A for a plurality of times while the tollgate serves as a salesman of the company A. The specific facts are as follows: 1. the advertiser receives 9.6 ten thousand yuan of project money of a B1 cell committed by Wu and then hands the advertiser to company A for 6.5 ten thousand yuan during the period from 4 to 7 months in 2017, and the rest 3.1 ten thousand yuan is returned to the individual for use. 2. The advertiser receives 5.8 ten thousand yuan of B2 cell engineering money submitted by Wang and is not delivered to company A during 10 months in 2017, and the advertiser is returned to the individual for use. 3. The advertiser receives 11.3 ten thousand yuan of B3 cell engineering money paid in Zhou Gong and is not delivered to company A and is used by the advertiser after being grandfather in 2017 in 12 months. After the case, the defendant grandson really provides the crime fact, returns the 10-ten-thousand RMB of the defendant unit (namely company A) and obtains forgiveness.
Case two: while an advertised leaf is acting as a sales counselor of a car sales service company ltd (hereinafter, referred to as company C), a company vehicle is privately sold to a client for a plurality of times by using job convenience, and part of the vehicle money is returned to the company C for use and is not handed over to the company C. The specific crime facts are as follows: 1. on 11/15/2017, some notifier leaves collect 130500 Yuan vehicle money purchased by a customer and then are used by the notifier. 2. In 2018, 7, 31, the leaf of the notifier is used by the notifier after receiving the vehicle money of 52678 Yuan 1 RMB purchased by the client in the week. 3. In 2018, 8, 4, some notifier leaves collect money from customers for 20000 Yuan vehicle purchase and pay money for themselves. After the case, the defendant leaf loses all economic losses of the company C with the refund, and obtains written understanding of the company.
See the manner provided previously:
step 1, case classification is firstly carried out. And selecting a text classification algorithm in deep learning, such as BERT, FastText, DPCNN and the like as a classifier, and classifying the event of the case I to obtain a classification of 'stealing fund guilt'. And then selecting all cases of 'appropriating capital crimes' from the historical case database to form a candidate set, and sequentially extracting cases in the candidate set to compare with the case I in similarity, taking the case II in the candidate set as an example.
Step 2, representing the event sequence by the following method:
1) and performing structured extraction on case elements by adopting an information extraction method. The obtained case-the position of the advertiser is 'salesman', and the attitude after the case is 'returned'; case two, the position of the advertiser, "sales consultant", and the post-filing attitude, "reimbursement". Time, core words, involved amount and purpose of case issue corresponding to each case: the first case is as follows: 4-7 months in 2017: collection, project money, 31000 yuan, personal use, 10 months in 2017: collection, project money, 58000 yuan, personal use, 12 months in 2017: collection, project payment, 113000 yuan, personal use; case two is: 11/15/2017: collect, purchase vehicle money, 130500 yuan, use by oneself, 31 months 7 in 2018: collect, purchase car money, 52678 yuan, use by oneself, 8 months and 4 days in 2018: collecting, purchasing vehicle and making money, 20000 Yuan, and using by oneself.
2) According to the extraction result, independently keeping the position of an advertiser in a case as a 'salesman' and the attitude 'refund' after a case is published; case two advertiser positions "sales consultant", post-filing attitude "refund" two elements.
3) As shown in FIG. 2, the time-ordered case elements are organized in a time-qualitative relationship. Regarding the events with non-crossed and non-overlapped occurrence time, the events are regarded as independent events to be respectively represented, and the other conditions are combined to obtain the event chain shown in the figure 3, which comprises case elements such as time, trigger words, case-related motivations, money amount and the like.
4) And digitizing case elements in the event chain by adopting a word2vec training word vector method in genim.
5) And carrying out vector calculation according to the weight. Event in 2017 th 10 month10 months in 2017Event is calculated assuming that the initialization weight is weight (0.3, 0.2, 0.2, 0.3)10 months in 2017Is expressed as vector10 months in 2017=(0.3eHarvesting,0.2eEngineering money,0.2e58000,0.3eFor oneself to use),eElement 1Representing case element 1 vector values.
6) The event representations at all times are concatenated, i.e., a time-series event chain of vectorized representations is obtained.
And 3, measuring the sequence distance of the event sequence obtained in the step 2. By using the dynamic time warping method shown in FIG. 4, event sequence EventSequence corresponding to case oneCase one=(vector4 to 7 months in 2017,vector10 months in 2017,vector12 months in 2017) Event sequence EventSequence corresponding to case twoCase two=(vector11 and 15 months in 2017,vector31/7/2018,vector8/4/2018) The vector in case one is obtained by aligning the time points and calculating the distance4 to 7 months in 2017Vector in case two11 and 15 months in 2017Correspondingly, the analogy is repeated. Obtaining the Distance calculation result Distance of the event sequenceEventSequence
And 4, scoring the overall similarity of the sequences by the following method:
1) calculating the similarity Distance of the two casestopic. And inputting case one and case two legal documents by using an LDA theme analysis model in genim to obtain corresponding theme distribution. Calculating the semantic Distance, namely the topic similarity Distance, of the two legal documents by using the Distance formula KL according to the topic probability distributiontopic
2) Calculating similarity Distance between two case positions of 'salesman' and 'sales consultant' by using cosine DistancepositionAttitude "refund" and "refund" similarity Distance after filingattitude
3) Integrating the topic similarity, the event sequence distance, the position and the post-case attitude similarity of the case to score
score=α1Distancetopic2DistanceEventSequence3Distanceposition4Distanceattitude
The method calculates the similarity between the target legal case and the history cases in the candidate set by using the similarity judging method provided by the embodiment, sorts the history cases in the candidate set according to the sequence of similarity scores from high to low, extracts M history cases with the top rank and pushes the M history cases. The value of M may be set according to actual conditions, for example, M is 10.
Through the above description of the embodiments, it is clear to those skilled in the art that the above embodiments can be implemented by software, and can also be implemented by software plus a necessary general hardware platform. With this understanding, the technical solutions of the embodiments can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.), and includes several instructions for enabling a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments of the present invention.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (6)

1. A legal class similarity discrimination method is characterized by comprising the following steps:
classifying target legal cases, and extracting historical cases of the same category from a historical case database to form a candidate set according to the obtained case category;
performing event sequence representation on the target legal case and each similar historical case in the candidate set;
calculating the distance between the event sequence corresponding to the target legal case and the event sequence corresponding to each historical case in the candidate set according to the event sequence measurement model;
and calculating the similarity between the target legal case and the candidate centralized historical case based on the distance of the event sequence and the scoring function.
2. The legal class similarity discrimination method of claim 1, wherein the classifying the target legal case comprises: and classifying the target legal case by using a deep learning text classification algorithm in natural language processing as a classifier to obtain a case category corresponding to the target legal case.
3. The legal class similarity determination method of claim 1, wherein said representing the event sequence of the target legal case and each similar historical case in the candidate set comprises:
for any legal case, extracting case elements in the legal case document by using an information extraction technology, wherein the case elements at least comprise: the position of the defendant, the post-case attitude, the time, the core words and the involved amount of the defendant; the core words are extracted by a dependency syntactic analysis method, namely, sentences in the legal case document are divided according to periods, exclamation marks and question marks, dependency analysis is carried out on the sentence division results, and corresponding core words are obtained;
two case elements of the position of the announced person and the after-case attitude of the announced person are independently reserved;
representing the time sequence relation among the events of the rest case elements according to different time nodes, regarding the events without crossing and overlapping in occurrence time as independent events, respectively representing, and combining the events of the rest cases to form a case scenario event chain;
numerically expressing case elements of events occurring at time i,get the eventi=(ei1,ei2,…,ein) Wherein n is the number of case elements of the event occurring at the time i;
initialization weight vector weight ═ w1,w2,…,wn) Wherein, in the step (A),
Figure FDA0002372642140000011
associating the weight vector with the eventiMultiplying each element correspondingly to obtain a final representation vector of the time i eventi=(w1ei1,w2ei2,…,wnein);
Connecting the event representations of all the time to obtain a sequence event chain (vector) of vectorized representation1,vector2,…,vectorm) Vector thereiniAnd m is the total number of independent events and combined events extracted from the legal case document.
4. The legal class similarity discrimination method of claim 1, wherein the calculating the distance between the event sequence corresponding to the target legal case and the event sequence corresponding to each historical case in the candidate set according to the event sequence metric model comprises:
matching an event sequence corresponding to a target legal case with each event sequence corresponding to a historical case from a starting point by adopting a Dynamic Time Warping (DTW) method, calculating the Distance between the corresponding two points when each event sequence reaches one point, accumulating the distances of all points passing before, and finally selecting the minimum accumulated Distance as the Distance of the event sequenceEventSequence
5. The legal class similarity discrimination method of claim 1, wherein calculating the similarity between the target legal case and the candidate centralized history case based on the distance of the event sequence and the scoring function comprises:
by subject matterAnalyzing the model, analyzing the subject of the target legal case and the candidate centralized history case to obtain corresponding subject probability distribution, and calculating the semantic Distance between the target legal case and the candidate centralized history case as the subject similarity Distance according to the subject probability distributiontopic
When the event sequence is expressed, two case elements of the position of the advertiser and the post-event attitude of the advertiser are respectively extracted from the target legal case and the candidate centralized history case, the similarity of the position of the advertiser and the post-event attitude of the advertiser in the target legal case and the candidate centralized history case is calculated by utilizing the cosine Distance, and the similarity is respectively marked as Distanceposition、Distanceattitude
The event sequence Distance between the target legal case and the candidate centralized historical case is recorded as DistanceEventSequence
Calculating the similarity of the target legal case and the candidate centralized historical case by using the following formula:
score=α1Distancetopic2DistanceEventSequence3Distanceposition4Distanceattitude
wherein, α1、α2、α3And α4Are all weights, α1234=1。
6. A legal class pushing method is characterized by comprising the following steps: the method of any one of claims 1 to 5 is utilized to calculate the similarity between the target legal case and the history cases in the candidate set, then the history cases in the candidate set are sorted according to the similarity score from high to low, and M history cases with the top rank are extracted and pushed.
CN202010055473.7A 2020-01-17 2020-01-17 Legal class similarity judging and pushing method Active CN111309900B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010055473.7A CN111309900B (en) 2020-01-17 2020-01-17 Legal class similarity judging and pushing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010055473.7A CN111309900B (en) 2020-01-17 2020-01-17 Legal class similarity judging and pushing method

Publications (2)

Publication Number Publication Date
CN111309900A true CN111309900A (en) 2020-06-19
CN111309900B CN111309900B (en) 2022-09-06

Family

ID=71159856

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010055473.7A Active CN111309900B (en) 2020-01-17 2020-01-17 Legal class similarity judging and pushing method

Country Status (1)

Country Link
CN (1) CN111309900B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110019655A (en) * 2017-07-21 2019-07-16 北京国双科技有限公司 Precedent case acquisition methods and device
CN111797247A (en) * 2020-09-10 2020-10-20 平安国际智慧城市科技股份有限公司 Case pushing method and device based on artificial intelligence, electronic equipment and medium
CN113806590A (en) * 2021-09-27 2021-12-17 北京市律典通科技有限公司 Intelligent criminal case data pushing method and system
CN115146065A (en) * 2022-09-02 2022-10-04 安徽商信政通信息技术股份有限公司 Intelligent information reporting similar content merging method and system
CN115878815A (en) * 2022-11-29 2023-03-31 深圳擎盾信息科技有限公司 Legal document judgment result prediction method, device and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102012918A (en) * 2010-11-26 2011-04-13 中金金融认证中心有限公司 System and method for excavating and executing rule
CN106126695A (en) * 2016-06-30 2016-11-16 张春生 A kind of similar case search method and device
CN106503470A (en) * 2016-11-04 2017-03-15 中国科学技术大学 A kind of time serieses distance metric method compared based on status switch
CN108665182A (en) * 2018-05-18 2018-10-16 中国科学技术大学 A kind of patent action Risk Forecast Method
CN109213864A (en) * 2018-08-30 2019-01-15 广州慧睿思通信息科技有限公司 Criminal case anticipation system and its building and pre-judging method based on deep learning
CN109948646A (en) * 2019-01-24 2019-06-28 西安交通大学 A kind of time series data method for measuring similarity and gauging system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102012918A (en) * 2010-11-26 2011-04-13 中金金融认证中心有限公司 System and method for excavating and executing rule
CN106126695A (en) * 2016-06-30 2016-11-16 张春生 A kind of similar case search method and device
CN106503470A (en) * 2016-11-04 2017-03-15 中国科学技术大学 A kind of time serieses distance metric method compared based on status switch
CN108665182A (en) * 2018-05-18 2018-10-16 中国科学技术大学 A kind of patent action Risk Forecast Method
CN109213864A (en) * 2018-08-30 2019-01-15 广州慧睿思通信息科技有限公司 Criminal case anticipation system and its building and pre-judging method based on deep learning
CN109948646A (en) * 2019-01-24 2019-06-28 西安交通大学 A kind of time series data method for measuring similarity and gauging system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SYMBALL RUFINO DE OLIVEIRA,等: "Legal Information Retrieval: Evaluating Case-Based Reasoning", 《2009 SEVENTH BRAZILIAN SYMPOSIUM IN INFORMATION AND HUMAN LANGUAGE TECHNOLOGY》 *
夏明: "面向刑事案件的精细分类与串并案分析技术研究", 《中国优秀硕士学位论文全文数据库社会科学I辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110019655A (en) * 2017-07-21 2019-07-16 北京国双科技有限公司 Precedent case acquisition methods and device
CN111797247A (en) * 2020-09-10 2020-10-20 平安国际智慧城市科技股份有限公司 Case pushing method and device based on artificial intelligence, electronic equipment and medium
CN113806590A (en) * 2021-09-27 2021-12-17 北京市律典通科技有限公司 Intelligent criminal case data pushing method and system
CN115146065A (en) * 2022-09-02 2022-10-04 安徽商信政通信息技术股份有限公司 Intelligent information reporting similar content merging method and system
CN115878815A (en) * 2022-11-29 2023-03-31 深圳擎盾信息科技有限公司 Legal document judgment result prediction method, device and storage medium

Also Published As

Publication number Publication date
CN111309900B (en) 2022-09-06

Similar Documents

Publication Publication Date Title
CN111309900B (en) Legal class similarity judging and pushing method
Li et al. Text-based crude oil price forecasting: A deep learning approach
CN108491377B (en) E-commerce product comprehensive scoring method based on multi-dimensional information fusion
Atoum et al. Sentiment analysis of Arabic Jordanian dialect tweets
CN108388660B (en) Improved E-commerce product pain point analysis method
CN108038725A (en) A kind of electric business Customer Satisfaction for Product analysis method based on machine learning
CN112926651A (en) Enterprise credit assessment method and system
KR101782120B1 (en) Apparatus and method for recommending financial instruments based on consultation information and data clustering
Angelpreethi et al. An enhanced architecture for feature based opinion mining from product reviews
Patil et al. Online review spam detection using language model and feature selection
Al-augby et al. Proposed investment decision support system for stock exchange using text mining method
Moazzam et al. Customer Opinion Mining by Comments Classification using Machine Learning
Yussupova et al. A decision support approach based on sentiment analysis combined with data mining for customer satisfaction research
Hristova Topic modeling of chat data: A case study in the banking domain
Urkude et al. Comparative analysis on machine learning techniques: a case study on Amazon product
CN112950392A (en) Information display method, posterior information determination method and device and related equipment
CN111427880A (en) Data processing method, device, computing equipment and medium
Thripuranthakam et al. Stock Market Prediction Using Machine Learning and Twitter Sentiment Analysis: A Survey
CN114519091B (en) Personality trait analysis method and system based on shopping comments
Alazba et al. Saudi Stock Market Sentiment Analysis using Twitter Data.
Korobkin et al. The Formation of Metrics of Innovation Potential and Prospects Check for updates
Herliana et al. Comparison of the K-Nearest Neighbor and Decision Tree algorithm to the Sentiment Analysis of Investment Applications Users in Indonesia
AU2021102957A4 (en) A system and method for predicting the stock market news sentiments using machine learning
CN117150245B (en) Enterprise intelligent diagnosis information generation method, device, equipment and storage medium
Erfina et al. Indonesian Analysis Sentiment on Non Fungible Token (NFT)

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant