WO2021042560A1 - Procédé d'invite d'informations auxiliaires de dossier, dispositif, support de stockage et serveur - Google Patents

Procédé d'invite d'informations auxiliaires de dossier, dispositif, support de stockage et serveur Download PDF

Info

Publication number
WO2021042560A1
WO2021042560A1 PCT/CN2019/118557 CN2019118557W WO2021042560A1 WO 2021042560 A1 WO2021042560 A1 WO 2021042560A1 CN 2019118557 W CN2019118557 W CN 2019118557W WO 2021042560 A1 WO2021042560 A1 WO 2021042560A1
Authority
WO
WIPO (PCT)
Prior art keywords
case
information
legal
keyword
sentencing
Prior art date
Application number
PCT/CN2019/118557
Other languages
English (en)
Chinese (zh)
Inventor
戴广宇
周剀
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021042560A1 publication Critical patent/WO2021042560A1/fr

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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • 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/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/18Legal services

Definitions

  • This application relates to the field of computer technology, and in particular to a method, device, storage medium and server for prompting case auxiliary information.
  • the trial process of a case depends to a large extent on the subjective consciousness and opinions of the judge. If the judge makes a mistake during the trial of the case, it may lead to the occurrence of unjust, false and wrong cases. Therefore, how to assist the judge in supervising and reviewing the judgment results of the case and reducing the occurrence of misjudgment has become a problem for technicians to consider.
  • the embodiments of the present application provide a method, device, storage medium and server for prompting case auxiliary information, which can assist judges in supervising and reviewing the judgment results of the case, and reduce the occurrence of misjudgment behaviors.
  • the first aspect of the embodiments of the present application provides a method for prompting case auxiliary information, including:
  • the case information is input into a pre-built first neural network model, and the reasonableness of the sentencing information is determined by the output result of the first neural network model, and the first neural network model is determined by the information corresponding to the sentencing information.
  • the case data of a plurality of first sample cases are trained as a training set, and the first neural network model obtains the first similarity by matching the case information with the case data of the first sample case, and according to The magnitude of the first degree of similarity determines the reasonableness of the sentencing information;
  • the case information is input to a pre-built second neural network model, and the output result of the second neural network model is used to determine whether the applicable law is correct, and the second neural network model is determined by corresponding to the applicable law
  • the case data of the multiple second sample cases is obtained as a training set training, and the second neural network model obtains the second similarity by matching the case information and the case data of the second sample case.
  • the magnitude of the second degree of similarity determines whether the applicable law is correct;
  • the second aspect of the embodiments of the present application provides a user portrait device for judges, including:
  • Judgment result obtaining module used to obtain the text of the judgment result of the case
  • the judgment information extraction module is used to extract the sentencing information and applicable laws and regulations of the case from the text of the judgment result;
  • the case information extraction module is used to extract the case information of the case from the legal documents related to the case;
  • the sentencing rationality determination module is configured to input the case information into a pre-built first neural network model, and determine the rationality of the sentencing information through the output result of the first neural network model, the first neural network model
  • the case data of a plurality of first sample cases corresponding to the sentencing information is obtained as a training set for training, and the first neural network model matches the case information with the case data of the first sample case Obtain the first degree of similarity, and determine the reasonableness of the sentencing information according to the magnitude of the first degree of similarity;
  • the applicable law article determination module is used to input the case information into a pre-built second neural network model, and determine whether the applicable law article is correct according to the output result of the second neural network model, and the second neural network model
  • the case data of a plurality of second sample cases corresponding to the applicable law is obtained as a training set for training, and the second neural network model is obtained by matching the case information with the case data of the second sample case A second degree of similarity, and determine whether the applicable law is correct according to the magnitude of the second degree of similarity;
  • the auxiliary information output module is configured to output auxiliary information for indicating that the judgment of the case is incorrect if the reasonableness of the sentencing information is lower than a preset threshold or the applicable law is incorrect.
  • a third aspect of the embodiments of the present application provides a computer non-volatile readable storage medium, the computer non-volatile readable storage medium stores computer readable instructions, and the computer readable instructions are executed by a processor When executed, the steps of the method for prompting case auxiliary information proposed in the first aspect of the embodiments of the present application are implemented.
  • a server including a memory, a processor, and computer-readable instructions stored in the memory and running on the processor, and the processor executes the computer
  • the instructions are readable, the steps of the method for prompting case auxiliary information as proposed in the first aspect of the embodiments of the present application are implemented.
  • the system can extract the corresponding sentencing information and applicable laws and regulations from the judgment result text, and then retrieve it from
  • the case information of the case is extracted from the relevant legal documents, and the case information is input into the neural network model corresponding to the sentencing information and the neural network model corresponding to the applicable law to determine whether the sentencing of the case is reasonable and applicable Whether the law is correct. If the sentencing is unreasonable or the applicable laws and regulations are incorrect, auxiliary information indicating that the judgment of the case is wrong will be output, so as to assist the judge in supervising and reviewing the judgment of the case, and reducing the occurrence of misjudgment.
  • Fig. 1 is a flowchart of a first embodiment of a method for prompting case auxiliary information provided by an embodiment of the present application
  • FIG. 2 is a flowchart of a second embodiment of a method for prompting case auxiliary information provided by an embodiment of the present application
  • FIG. 3 is a structural diagram of an embodiment of a device for prompting case auxiliary information provided by an embodiment of the present application
  • Fig. 4 is a schematic diagram of a server provided by an embodiment of the present application.
  • a first embodiment of a method for prompting case auxiliary information in an embodiment of the present application includes:
  • the server When a case is completed and the judgment result is produced, the server will obtain the text of the judgment result of the case.
  • the case can be a criminal case, a civil case, and other cases that need to be tried, and the text of the judgment result can be an electronic version of the case judgment, which records the trial result of the case.
  • sentencing information can include fixed-term imprisonment of less than three years, criminal detention less than three years, surveillance of less than three years, fixed-term imprisonment of more than three years and less than 10 years, fixed-term imprisonment of more than 10 years, life imprisonment, death penalty, etc.
  • the applicable law is a judge's judgment The legal provisions adopted in the case, such as "Article 9 of the criminal Law of the People's Republic of China", "Article 6 of the Marriage Law", etc.
  • the method of keyword detection and extraction can be used to extract the sentencing information and applicable laws and regulations of the case from the text of the judgment result. For example, if the keyword "death penalty" is detected, the sentencing information can be extracted as "death penalty", and so on.
  • the server extracts the case information of the case from the legal documents related to the case.
  • These legal documents record the specific facts of the case, such as the cause, process and consequences of the case, and the testimony of relevant personnel.
  • keyword detection and extraction can also be used to extract case information from the legal document.
  • the server After extracting the case information, the server inputs the case information into the pre-built first neural network model, and the rationality of the sentencing information is determined by the output result of the first neural network model.
  • the first neural network model is obtained by training the case data of multiple sample cases corresponding to the sentencing information as a training set. For example, if the sentencing information is "life imprisonment", the first neural network model is changed from sentenced to " The case data of multiple historical sample cases of life imprisonment is obtained as training set training.
  • the first neural network model After the first neural network model obtains the input case information, it will match the case information with the case data of each historical sample case corresponding to the sentencing information, and obtain a similarity as the output As a result, the reasonableness of the sentencing information can be determined according to the similarity. The greater the similarity, the higher the corresponding reasonableness. For example, if the similarity is 90%, the reasonableness is determined to be 80 (maximum 100); if If the similarity is 80%, the reasonableness is determined to be 60 and so on.
  • the server will also input the case information into a pre-built second neural network model, and determine whether the applicable law is correct through the output result of the second neural network model.
  • the second neural network model is determined by the corresponding
  • the case data of multiple sample cases mentioned in the applicable law are obtained as training set training. For example, if the applicable law is “Article 9 of the criminal Law”, the second neural network model is determined to be applicable to the “Criminal Law Article 9”.
  • the case data of multiple historical sample cases of "bar" is obtained as training set training.
  • the second neural network model After the second neural network model obtains the input case information, it will match the case information with the case data of each historical sample case corresponding to the applicable law to obtain a similarity as Output results, and then determine whether the applicable law is correct according to the degree of similarity. For example, if the similarity exceeds a certain preset threshold, the applicable law is determined to be correct; if the similarity does not exceed the threshold, then determine The applicable law is wrong.
  • both the first neural network model and the second neural network model can use a two-classifier based on a BP neural network.
  • the network consists of an input layer, at least one hidden layer and an output layer.
  • the sample set (Ai, Bi) is sent to the network, the error D between the actual output O of the network and the sample value Bi is calculated, and the weight matrix W of the network is adjusted according to D, so that the error D does not exceed the specified range through continuous training.
  • the activation function f can choose the sigmoid function.
  • the gradient descent BP training function can be used, that is, after the sample is input to the neural network to obtain the output value, the error value between the output value and the expected value is calculated, and the The error value is input to the hidden layer layer by layer through the back-propagation algorithm, and the deviation of the parameters of each layer is calculated, and then the parameters are adjusted by moving a specific step length until the parameters are adjusted to an appropriate level, that is, the error is Within the acceptable range.
  • the classifier training input the case information into the classifier, and obtain the output result (0 or 1) of the classifier to determine whether the sentencing information and the applicable laws are reasonable. For example, if the classifier outputs 0, it means The reasonableness of the sentencing information is too low, or the applicable law is wrong; output 1 indicates that the sentencing information is reasonably reasonable or the applicable law is correct.
  • auxiliary information indicating that the judgment of the case is incorrect.
  • auxiliary information For example, it is possible to construct and output auxiliary information of "The sentencing information of this case is too light (too heavy), it is recommended to amend it to" or "The applicable law of this case is wrong, please refer to the law" to remind the trial of the case
  • the judge's attention can assist the judge in supervising and reviewing the judgment results of the case, and reducing the occurrence of misjudgment.
  • the system can extract the corresponding sentencing information and applicable laws and regulations from the judgment result text, and then retrieve it from
  • the case information of the case is extracted from the relevant legal documents, and the case information is input into the neural network model corresponding to the sentencing information and the neural network model corresponding to the applicable law to determine whether the sentencing of the case is reasonable and applicable Whether the law is correct. If the sentencing is unreasonable or the applicable laws and regulations are incorrect, auxiliary information indicating that the judgment of the case is wrong will be output, so as to assist the judge in supervising and reviewing the judgment of the case, and reducing the occurrence of misjudgment.
  • a second embodiment of a method for prompting case auxiliary information in an embodiment of the present application includes:
  • Step 201 is the same as step 101.
  • Step 101 please refer to the related description of step 101.
  • the server After obtaining the judgment result text of the case, the server detects from the judgment result text the sentenced sentence keywords and legal clause keywords recorded in the pre-built keyword database.
  • the word frequency of each sentenced keyword and the word frequency of each legal article keyword are counted separately, that is, the number of times each keyword appears in the text of the judgment result.
  • the keyword with the highest word frequency among the detected sentence keywords is determined as the extracted sentence information, and the keyword with the highest word frequency among the detected legal keywords is determined as the extracted applicable legal article. For example, if the sentencing keyword "life imprisonment” is detected once, “imprisonment of more than ten years" once, and “death sentence” 4 times, the sentencing keyword "death penalty” is determined as the extracted sentencing information.
  • step 206 may include:
  • case keywords such as snatching, theft, and bribery
  • these keywords can be stored in the keyword database.
  • a pre-built word segmentation model can be used to segment the content of the legal document to obtain a target phrase set, and then the case information detected from the target phrase set
  • the keywords are determined as the extracted case information of the case.
  • step (1) it may include:
  • the preset target keywords are detected from the content of the legal document. Perform a full-text search on the legal document to determine whether the content of the legal document contains certain preset target keywords. These target keywords can be used to determine the type of the legal document, such as criminal, civil, administrative, and first-instance , Second trial and other keywords. Then, the type of the legal document is determined according to the detected target keywords. For example, if the detected target keyword is the keyword corresponding to the "criminal" type legal document, the type of the legal document is determined to be "criminal”; the detected target keyword is the key corresponding to the "first instance" type legal document Word, the type of the legal document is determined to be "first instance”.
  • the type of legal document can also be determined by identifying the legal reasons in the legal document, that is, the law applicable to the judgment. That is, when searching the full text of a legal document, you can first identify the book title number in the document, extract the legal article name from the book title number, and then determine whether the legal document is a criminal, civil, or other type based on the legal article name.
  • a word segmentation model corresponding to the type of the legal document is selected to segment the content of the legal document to obtain a target phrase set.
  • the terms, document structure, and paragraph composition of different legal document types are quite different. Therefore, different word segmentation models are generated in advance according to different document types, and the appropriate word segmentation model is selected for word segmentation during application, which helps to improve word segmentation. Reasonable, so as to obtain more accurate word segmentation results.
  • step (1.2) it can include:
  • the detected target keywords are divided into more than one keyword combination, and the legal document is determined according to the keyword combination Each keyword combination contains more than two target keywords.
  • the type of the legal document is determined directly based on the target keyword; if the number of detected target keywords is more than two, these target keywords are divided into more than one Then, the type of the legal document is determined according to the keyword combinations obtained by the division, and each of the keyword combinations includes more than two of the target keywords. For example, if the target keyword is "civil”, the type of the legal document is directly determined as “civil”; the keyword combination obtained by dividing is "civil, first instance”, then the type of the legal document can be determined as "civil at first instance". "Types of.
  • the determining the type of the legal document according to the combination of keywords may include:
  • the type of the legal document is directly determined according to the keyword combination. If the number of the keyword combinations obtained by the division is more than two, then each key combination can be counted separately. The text distance of each target keyword contained in the word combination in the legal document, that is, the number of characters between the two keywords in the content of the legal document, and finally the key word combination with the smallest text distance is determined. State the types of legal documents. Through this setting, it can deal with application scenarios where the semantics are complex and the type of legal document cannot be judged by a single keyword.
  • the target keyword, the combination is the keyword combination "revoke...the second item of civil judgment", and the keyword combination "maintain...the second item of civil judgment". According to statistics, the text distance of the keyword in the keyword combination "Revoke...Civil Judgment 2" is greater than the text distance of "Maintain...Civil Judgment 2", then select "Maintain...Civil Judgment 2"
  • the combination of keywords determines the type of the legal document.
  • Steps 207-209 are the same as steps 104-106. For details, please refer to the relevant descriptions of steps 104-106.
  • this embodiment proposes a specific method for extracting sentencing information and applying legal provisions from the text of the judgment result of a case.
  • an embodiment of a device for prompting case auxiliary information in an embodiment of the present application includes:
  • the judgment result obtaining module 301 is used to obtain the judgment result text of the case
  • the judgment information extraction module 302 is used to extract the sentencing information and applicable laws and regulations of the case from the text of the judgment result;
  • the case information extraction module 303 is used to extract case information of the case from legal documents related to the case;
  • the sentencing rationality determination module 304 is configured to input the case information into a pre-built first neural network model, and determine the rationality of the sentencing information based on the output result of the first neural network model, the first neural network
  • the model is obtained by training the case data of a plurality of first sample cases corresponding to the sentencing information as a training set, and the first neural network model is performed by combining the case information and the case data of the first sample case
  • the first degree of similarity is obtained by matching, and the reasonable degree of the sentencing information is determined according to the magnitude of the first degree of similarity;
  • the applicable law clause determining module 305 is configured to input the case information into a pre-built second neural network model, and determine whether the applicable law clause is correct according to the output result of the second neural network model, and the second neural network
  • the model is obtained by training the case data of a plurality of second sample cases corresponding to the applicable law as a training set, and the second neural network model matches the case information with the case data of the second sample case Obtain the second degree of similarity, and determine whether the applicable law is correct according to the magnitude of the second degree of similarity;
  • the auxiliary information output module 306 is configured to output auxiliary information indicating that the judgment of the case is incorrect if the reasonableness of the sentencing information is lower than a preset threshold or the applicable law is incorrect.
  • decision information extraction module may include:
  • the keyword detection unit is used to detect from the judgment result text the sentencing keywords and legal keywords recorded in the pre-built keyword database
  • the word frequency statistics unit is used to separately count the word frequency of each sentenced keyword and the word frequency of each legal article keyword detected;
  • the sentencing information determining unit is configured to determine the keyword with the highest word frequency among the detected sentencing keywords as the extracted sentencing information
  • the applicable legal clause determining unit is used to determine the keyword with the highest word frequency among the detected legal clause keywords as the extracted applicable legal clause.
  • the keyword database also records keywords on the case
  • the case information extraction module may include:
  • the word segmentation unit is used to segment the content of the legal document using a pre-built word segmentation model to obtain a target phrase set;
  • the case information determining unit is configured to determine the case key words detected from the target phrase set as the extracted case information of the case.
  • word segmentation unit may include:
  • the keyword detection subunit is used to detect preset target keywords from the content of the legal document
  • the legal document type determination subunit is used to determine the type of the legal document according to the detected target keywords
  • the word segmentation model selection subunit is used to select a word segmentation model corresponding to the type of the legal document to segment the content of the legal document.
  • the legal document type determination subunit may include:
  • the first type determining grandchild unit is configured to determine the type of the legal document according to the detected target keyword if the number of detected target keywords is one;
  • the second type determines the grandchildren unit, which is used to divide the detected target keyword into more than one keyword combination if the number of detected target keywords is more than two, and determine according to the keyword combination For the type of the legal document, each of the keyword combinations includes more than two of the target keywords.
  • An embodiment of the present application also provides a server, including a memory, a processor, and computer-readable instructions stored in the memory and capable of running on the processor, and the processor executes the computer-readable instructions to implement Figure 1 or Figure 2 shows the steps of any kind of case auxiliary information presentation method.
  • Fig. 4 is a schematic diagram of a server provided by an embodiment of the present application.
  • the server 4 in this embodiment includes a processor 40, a memory 41, and computer-readable instructions 42 stored in the memory 41 and running on the processor 40.
  • the processor 40 executes the computer-readable instructions 42, the steps in the above-mentioned application promotion effect evaluation method embodiments, such as steps 101 to 106 shown in Fig. 1, are implemented.
  • the processor 40 executes the computer-readable instructions 42
  • the functions of the modules/units in the foregoing device embodiments are implemented, for example, the functions of the modules 301 to 306 shown in FIG. 3.
  • the computer-readable instructions 42 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 41 and executed by the processor 40, To complete this application.
  • the one or more modules/units may be a series of computer-readable instruction segments capable of completing specific functions, and the instruction segments are used to describe the execution process of the computer-readable instructions 42 in the server 4.
  • the processor 40 may be a central processing unit (Central Processing Unit, CPU), or other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
  • the memory 41 may be an internal storage unit of the server 4, for example, a hard disk or a memory of the server 4.
  • the memory 41 may also be an external storage device of the server 4, such as a plug-in hard disk equipped on the server 4, a smart memory card (Smart Media Card, SMC), and a Secure Digital (SD) card. Flash Card, etc.
  • the memory 41 may also include both an internal storage unit of the server 4 and an external storage device.
  • the memory 41 is used to store the computer-readable instructions and other instructions and data required by the server 4.
  • the memory 41 can also be used to temporarily store data that has been output or will be output.
  • the functional units in the various embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
  • the above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
  • the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer non-volatile readable storage medium.
  • the technical solution of the present application essentially or the part that contributes to the existing technology or all or part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium , Including several computer-readable instructions to enable a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the various embodiments of the present application.
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disks or optical disks, etc., which can store computer readable instructions. Medium.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory may include random access memory (RAM) or external cache memory.
  • RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Strategic Management (AREA)
  • Molecular Biology (AREA)
  • Primary Health Care (AREA)
  • Human Resources & Organizations (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Technology Law (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Databases & Information Systems (AREA)
  • Marketing (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

L'invention concerne un procédé d'invite d'informations auxiliaires de dossier, un dispositif, un un support de stockage et un serveur. Le procédé comprend les étapes consistant à : obtenir un texte de résultat de jugement d'un dossier (101) ; extraire des informations de sentence et des lois applicables du dossier à partir du texte de résultat de jugement (102) ; extraire des informations de dossier du dossier à partir d'un document juridique associé au dossier (103) ; entrer les informations de dossier dans un premier modèle de réseau neuronal préconstruit, et déterminer la vraisemblance des informations de sentence en fonction d'un résultat de sortie du premier modèle de réseau neuronal (104) ; entrer les informations de dossier dans un second modèle de réseau neuronal préconstruit, et déterminer si les lois applicables sont correctes en fonction d'un résultat de sortie du second modèle de réseau neuronal (105) ; et si la vraisemblance des informations de sentence est inférieure à un seuil prédéfini ou que les lois applicables sont incorrectes, délivrer en sortie des informations auxiliaires pour indiquer que le jugement du dossier est erroné (106). Grâce à ce procédé, un juge peut être assisté dans la supervision et la revérification d'un résultat de jugement d'un dossier.
PCT/CN2019/118557 2019-09-03 2019-11-14 Procédé d'invite d'informations auxiliaires de dossier, dispositif, support de stockage et serveur WO2021042560A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910829464.6A CN110738039B (zh) 2019-09-03 2019-09-03 一种案件辅助信息的提示方法、装置、存储介质和服务器
CN201910829464.6 2019-09-03

Publications (1)

Publication Number Publication Date
WO2021042560A1 true WO2021042560A1 (fr) 2021-03-11

Family

ID=69267385

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/118557 WO2021042560A1 (fr) 2019-09-03 2019-11-14 Procédé d'invite d'informations auxiliaires de dossier, dispositif, support de stockage et serveur

Country Status (2)

Country Link
CN (1) CN110738039B (fr)
WO (1) WO2021042560A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113779969A (zh) * 2021-09-16 2021-12-10 平安国际智慧城市科技股份有限公司 基于人工智能的案件信息处理方法、装置、设备及介质

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113344750A (zh) * 2020-03-02 2021-09-03 中国司法大数据研究院有限公司 一种案件审判瑕疵等级的判定方法和系统
CN111639494A (zh) * 2020-04-20 2020-09-08 北京大学 案件事理关系确定方法及系统
CN111832277B (zh) * 2020-06-04 2024-03-26 北京百度网讯科技有限公司 阅读理解模型的训练方法及阅读理解处理方法
CN111967437A (zh) * 2020-09-03 2020-11-20 平安国际智慧城市科技股份有限公司 文本识别方法、装置、设备及存储介质
CN111814472B (zh) * 2020-09-03 2021-04-06 平安国际智慧城市科技股份有限公司 文本识别方法、装置、设备及存储介质
CN111932413B (zh) * 2020-09-14 2021-01-12 平安国际智慧城市科技股份有限公司 案件要素提取方法、装置、设备及介质
CN113220641B (zh) * 2021-05-20 2022-08-02 共道网络科技有限公司 一种法律文书的辅助阅读方法和装置

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109213864A (zh) * 2018-08-30 2019-01-15 广州慧睿思通信息科技有限公司 基于深度学习的刑事案件预判系统及其构建和预判方法
CN109426905A (zh) * 2017-08-29 2019-03-05 北京国双科技有限公司 一种刑事文书量刑偏离的判定方法及装置
CN109582950A (zh) * 2018-09-25 2019-04-05 南京大学 一种裁判文书说理评估方法

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106557485B (zh) * 2015-09-25 2020-11-06 北京国双科技有限公司 一种选取文本分类训练集的方法及装置
CN106991092B (zh) * 2016-01-20 2021-11-05 阿里巴巴集团控股有限公司 基于大数据挖掘相似裁判文书的方法和设备
CN107918921B (zh) * 2017-11-21 2021-10-08 南京擎盾信息科技有限公司 刑事案件判决结果度量方法及系统
CN108596360B (zh) * 2018-03-16 2021-03-12 北京中科闻歌科技股份有限公司 一种基于机器学习的判决预测方法及系统
CN108460025A (zh) * 2018-04-09 2018-08-28 北京智慧正安科技有限公司 刑事案件自动化量刑方法、装置及计算机可读存储介质
CN109241528B (zh) * 2018-08-24 2023-09-01 讯飞智元信息科技有限公司 一种量刑结果预测方法、装置、设备及存储介质
CN109241285A (zh) * 2018-08-29 2019-01-18 东南大学 一种基于机器学习的辅助司法案件判决的装置
CN109740728B (zh) * 2018-12-10 2019-11-01 杭州世平信息科技有限公司 一种基于多种神经网络组合的量刑计算方法
CN109800292A (zh) * 2018-12-17 2019-05-24 北京百度网讯科技有限公司 问答匹配度的确定方法、装置及设备

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109426905A (zh) * 2017-08-29 2019-03-05 北京国双科技有限公司 一种刑事文书量刑偏离的判定方法及装置
CN109213864A (zh) * 2018-08-30 2019-01-15 广州慧睿思通信息科技有限公司 基于深度学习的刑事案件预判系统及其构建和预判方法
CN109582950A (zh) * 2018-09-25 2019-04-05 南京大学 一种裁判文书说理评估方法

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113779969A (zh) * 2021-09-16 2021-12-10 平安国际智慧城市科技股份有限公司 基于人工智能的案件信息处理方法、装置、设备及介质

Also Published As

Publication number Publication date
CN110738039B (zh) 2023-04-07
CN110738039A (zh) 2020-01-31

Similar Documents

Publication Publication Date Title
WO2021042560A1 (fr) Procédé d'invite d'informations auxiliaires de dossier, dispositif, support de stockage et serveur
US11954739B2 (en) Methods and systems for automatically detecting fraud and compliance issues in expense reports and invoices
Hajian et al. A methodology for direct and indirect discrimination prevention in data mining
WO2020077895A1 (fr) Procédé et appareil de détermination d'intention de signature, dispositif informatique, et support de stockage
CN107291723B (zh) 网页文本分类的方法和装置,网页文本识别的方法和装置
CN108509482B (zh) 问题分类方法、装置、计算机设备和存储介质
US10936970B2 (en) Machine learning document processing
WO2019218514A1 (fr) Procédé permettant d'extraire des informations cibles de page web, dispositif et support d'informations
Christen et al. The data matching process
US20160232630A1 (en) System and method in support of digital document analysis
CN106815207B (zh) 用于法律裁判文书的信息处理方法及装置
CN113282752B (zh) 一种基于语义映射的事物分类方法及系统
WO2020248379A1 (fr) Procédé de recherche de pages de réseau semblables, et appareil
US11609959B2 (en) System and methods for generating an enhanced output of relevant content to facilitate content analysis
CN108446295B (zh) 信息检索方法、装置、计算机设备和存储介质
CN110610005A (zh) 基于深度学习的盗窃罪辅助量刑方法
Clinchant et al. Comparing machine learning approaches for table recognition in historical register books
Malik et al. Accurate information extraction for quantitative financial events
CN108388660A (zh) 一种改进的电商产品痛点分析方法
CN108897770A (zh) 一种面向裁判文书的法条名称规范化及案由与法条的关联统计方法
US11232114B1 (en) System and method for automated classification of structured property description extracted from data source using numeric representation and keyword search
US11755766B2 (en) Systems and methods for detecting personally identifiable information
Aktolga et al. Detecting outlier sections in us congressional legislation
Kalashnikov et al. Towards breaking the quality curse. a web-querying approach to web people search.
CN113591476A (zh) 一种基于机器学习的数据标签推荐方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19944580

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19944580

Country of ref document: EP

Kind code of ref document: A1