JP7442246B1 - Program, information processing method, and information processing device - Google Patents

Program, information processing method, and information processing device Download PDF

Info

Publication number
JP7442246B1
JP7442246B1 JP2023200078A JP2023200078A JP7442246B1 JP 7442246 B1 JP7442246 B1 JP 7442246B1 JP 2023200078 A JP2023200078 A JP 2023200078A JP 2023200078 A JP2023200078 A JP 2023200078A JP 7442246 B1 JP7442246 B1 JP 7442246B1
Authority
JP
Japan
Prior art keywords
sentences
model
judgment
item
similarity
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.)
Active
Application number
JP2023200078A
Other languages
Japanese (ja)
Other versions
JP2024036315A (en
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 株式会社政策基礎研究所
Priority to JP2023200078A priority Critical patent/JP7442246B1/en
Application granted granted Critical
Publication of JP7442246B1 publication Critical patent/JP7442246B1/en
Publication of JP2024036315A publication Critical patent/JP2024036315A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

【課題】児童福祉に関する行政機関または施設の業務を支援するプログラム等を提供すること。【解決手段】プログラムは、児童相談に関する文章データを取得し、児童相談に関する文章データを入力した場合に、一時保護の必要性に関する判定情報を出力するよう学習された第1学習モデルに、取得した文章データを入力して判定情報を出力する処理をコンピュータに実行させる。好適には、第1学習モデルは、一時保護の必要性の有無を出力する。さらに好適には、プログラムは、取得した文章データに対して、類似度の高い児童相談に関する文章データを抽出し、抽出した類似度の高い複数の文章データを出力する処理をコンピュータに実行させる。【選択図】図6[Problem] To provide programs that support the work of administrative agencies or facilities related to child welfare. [Solution] The program acquires text data related to child consultation, and when the text data related to child consultation is input, the first learning model is trained to output judgment information regarding the necessity of temporary protection. A computer is made to execute a process of inputting text data and outputting judgment information. Preferably, the first learning model outputs whether temporary protection is necessary. More preferably, the program causes the computer to execute a process of extracting sentence data related to child consultation with a high degree of similarity from the acquired sentence data, and outputting a plurality of extracted sentence data having a high degree of similarity. [Selection diagram] Figure 6

Description

本発明は、プログラム、情報処理方法、情報処理装置、および学習モデルの生成方法に関する。 The present invention relates to a program, an information processing method, an information processing device, and a learning model generation method.

令和2年度に児童相談所に寄せられた児童虐待に関する相談件数は20万件を超え、児童相談所、児童養護施設、および家庭児童相談室等の施設における業務が年々増加している。児童相談所においては、毎日、児童虐待に関する相談だけでなく、児童の養育または障害に関する相談等も含めて幅広く寄せられている。そのため、施設の職員の業務負荷が高まっている状況にある。 In FY2020, child guidance centers received more than 200,000 consultations regarding child abuse, and the number of consultations at facilities such as child guidance centers, child care facilities, and family and child consultation rooms is increasing year by year. Child Guidance Centers receive a wide range of inquiries every day, not only regarding child abuse, but also regarding child rearing and disabilities. As a result, the workload of facility staff is increasing.

こうした状況を踏まえ、職員の業務負担を軽減し、対人業務に多くの時間を確保することが求められている。そこで、児童虐待の相談業務を支援する技術が開示されている。たとえば、児童相談所の職員の意思決定を支援するための技術が開示されている(特許文献1)。 In light of this situation, there is a need to reduce the workload on staff and free up more time for interpersonal work. Therefore, technology has been disclosed to support child abuse counseling services. For example, a technology for supporting decision-making by staff at a child guidance center has been disclosed (Patent Document 1).

特開2020-184185号公報Japanese Patent Application Publication No. 2020-184185

児童相談所では、児童福祉法に基づき、虐待が疑われる子どもを家庭から引き離す一時保護をおこなう。しかし、特許文献1に開示された技術は、一時保護をおこなうか否かを推定する推定精度を改善する余地がある。 Based on the Child Welfare Act, child guidance centers provide temporary protection by removing children suspected of abuse from their families. However, the technique disclosed in Patent Document 1 has room to improve the estimation accuracy for estimating whether or not to perform temporary protection.

一つの側面では、児童福祉に関する行政機関または施設の業務を支援するプログラム等を提供することを目的とする。 One aspect is the purpose of providing programs that support the work of administrative agencies or facilities related to child welfare.

一つの側面に係るプログラムは、児童相談に関する文章データを取得し、児童相談に関する文章データを入力した場合に、一時保護の必要性に関する判定情報を出力するよう学習された第1学習モデルに、取得した文章データを入力して判定情報を出力する処理をコンピュータに実行させる。 According to one aspect, the program acquires text data related to child consultation, and when the text data related to child consultation is input, the first learning model is trained to output judgment information regarding the necessity of temporary protection. The computer is made to execute a process of inputting the written text data and outputting judgment information.

一つの側面では、児童福祉に関する行政機関または施設の業務を支援するプログラム等を提供することができる。 In one aspect, it is possible to provide programs that support the work of administrative agencies or facilities related to child welfare.

情報処理装置の構成例を示すブロック図である。FIG. 1 is a block diagram illustrating a configuration example of an information processing device. 児童相談所DBのデータレイアウトを示す説明図である。It is an explanatory diagram showing a data layout of child guidance center DB. 第1学習モデルの構成例を示す模式図である。FIG. 3 is a schematic diagram showing a configuration example of a first learning model. 第1学習モデルの生成処理手順を示すフローチャートである。It is a flowchart which shows the generation process procedure of a 1st learning model. 情報処理装置が出力する判定情報の結果画面の一例である。It is an example of the result screen of the determination information output by an information processing apparatus. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device. 類似事例の抽出のサブルーチンにおける処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure in a subroutine for extracting similar cases. 経過記録に含まれる一文ごとの類似度を示す模式図である。FIG. 2 is a schematic diagram showing the degree of similarity for each sentence included in a progress record. 情報処理装置の表示部が表示する画面例である。It is an example of a screen displayed by the display unit of the information processing device. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device. 分割経過記録ごとの判定情報を示す模式図である。FIG. 7 is a schematic diagram showing determination information for each division progress record. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device. 第2学習モデルの生成処理手順を示すフローチャートである。It is a flowchart which shows the generation process procedure of a 2nd learning model. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device. 情報処理装置が実行するプログラムの処理手順を示すフローチャートである。3 is a flowchart showing a processing procedure of a program executed by the information processing device.

[実施の形態1]
本実施の形態では、児童福祉に関する行政機関または施設の業務を支援する児童相談システムについて説明する。
[Embodiment 1]
In this embodiment, a child consultation system that supports the work of administrative agencies or facilities related to child welfare will be described.

本システムは、児童相談に関する文章データに基づいて、AI(Artificial Intelligence)に一時保護の必要性の有無を判定させる。文章データは、たとえば職員が普段の業務で作成する経過記録である。この経過記録は児童の情報が記録された文書であり、電話、面談、または各機関からの報告等を受けて職員が作成する。経過記録には、児童の家族構成、家庭環境、生活状況、性格、学校での様子、または主訴等が含まれている。本システムでは、後述する学習モデルに経過記録を入力し、所定の情報を出力させることで職員の業務を支援する。以下、文章データが経過記録であるものとして説明する。 This system uses AI (Artificial Intelligence) to determine whether temporary protection is necessary based on text data related to child consultation. The text data is, for example, a progress record created by staff members in their daily work. This progress record is a document that records the child's information, and is created by staff members after telephone calls, interviews, or reports from each agency. Progress records include the child's family structure, home environment, living situation, personality, behavior at school, and chief complaint. This system supports staff in their work by inputting progress records into a learning model, which will be described later, and outputting predetermined information. The text data will be described below as a progress record.

以下、本実施の形態を図面に基づいて説明する。 Hereinafter, this embodiment will be described based on the drawings.

図1は、情報処理装置10の構成例を示すブロック図である。情報処理装置10は、本システムを提供するサーバコンピュータまたはパーソナルコンピュータ等の情報機器である。本実施の形態では、一つのコンピュータが処理をおこなうものとして説明するが、複数のコンピュータが分散して処理をおこなってもよい。また、情報処理装置10が実行する一部の処理をクラウド上のサーバコンピュータが実行してもよい。 FIG. 1 is a block diagram showing a configuration example of an information processing device 10. As shown in FIG. The information processing device 10 is an information device such as a server computer or a personal computer that provides this system. In this embodiment, the explanation will be given assuming that one computer performs the processing, but the processing may be performed in a distributed manner by a plurality of computers. Further, a server computer on the cloud may execute some of the processing executed by the information processing device 10.

情報処理装置10は、制御部11、主記憶部12、通信部13、補助記憶部14、表示部15、および入力部16を含む。 The information processing device 10 includes a control section 11 , a main storage section 12 , a communication section 13 , an auxiliary storage section 14 , a display section 15 , and an input section 16 .

制御部11は一または複数のCPU(Central Processing Unit)、MPU(Micro-Processing Unit)、GPU(Graphics Processing Unit)もしくは量子プロセッサ等のプロセッサであり、種々の情報処理を実行する。 The control unit 11 is one or more processors such as a CPU (Central Processing Unit), an MPU (Micro-Processing Unit), a GPU (Graphics Processing Unit), or a quantum processor, and executes various information processing.

主記憶部12はSRAM(Static Random Access Memory)またはDRAM(Dynamic Random Access Memory)等の一時記憶領域であり、制御部11が処理を実行するうえで必要なデータを一時的に記憶する。 The main storage unit 12 is a temporary storage area such as SRAM (Static Random Access Memory) or DRAM (Dynamic Random Access Memory), and temporarily stores data necessary for the control unit 11 to execute processing.

通信部13は、インターネットまたはLAN(Local Area Network)等の通信ネットワークに接続するための通信インタフェースである。 The communication unit 13 is a communication interface for connecting to a communication network such as the Internet or a LAN (Local Area Network).

補助記憶部14は、SSD(Solid State Drive)またはHDD(Hard Disk Drive)等のメモリである。 The auxiliary storage unit 14 is a memory such as an SSD (Solid State Drive) or an HDD (Hard Disk Drive).

表示部15は液晶ディスプレイまたは有機EL(Electro Luminescence)ディスプレイ等の表示画面であり、画像を表示する。表示部15は、後述するリスク判定用フォーマットおよび判定情報が含まれる結果画面を表示する。 The display unit 15 is a display screen such as a liquid crystal display or an organic EL (Electro Luminescence) display, and displays images. The display unit 15 displays a result screen that includes a risk determination format and determination information, which will be described later.

入力部16はタッチパネルまたは機械式操作ボタン等の入力インタフェースであり、職員から操作入力を受け付ける。入力部16は、職員の音声指令を収集するマイクロフォンであってもよい。 The input unit 16 is an input interface such as a touch panel or mechanical operation buttons, and receives operation inputs from the staff. The input unit 16 may be a microphone that collects voice commands from the staff member.

補助記憶部14は、情報処理装置10に処理を実行させるプログラム(プログラム製品)140、第1学習モデル141、第2学習モデル142、第3学習モデル143、第4学習モデル144、第5学習モデル145、児童相談所DB(data base)150、およびその他のデータを記憶している。 The auxiliary storage unit 14 stores a program (program product) 140 that causes the information processing device 10 to execute processing, a first learning model 141, a second learning model 142, a third learning model 143, a fourth learning model 144, and a fifth learning model. 145, child guidance center DB (data base) 150, and other data.

なお、情報処理装置10は可搬型記憶媒体10aを読み取る読取部を備え、可搬型記憶媒体10aからプログラム140を読み込んでもよい。また、情報処理装置10は、通信ネットワークを介して他のコンピュータからプログラム140をダウンロードしてもよい。 Note that the information processing device 10 may include a reading unit that reads the portable storage medium 10a, and may read the program 140 from the portable storage medium 10a. Further, the information processing device 10 may download the program 140 from another computer via a communication network.

プログラム140は、単一のコンピュータ上で、または1つのサイトにおいて配置されるか、もしくは複数のサイトにわたって分散され、通信ネットワークによって相互に接続された複数のコンピュータ上で実行されるように展開することができる。 Program 140 may be deployed to run on a single computer, located at one site, or distributed across multiple sites and executed on multiple computers interconnected by a communications network. I can do it.

本実施の形態では、情報処理装置10が各学習モデルを学習する場合を説明するが、他のコンピュータが学習モデルを学習してもよい。その後、学習モデルを情報処理装置10へデプロイする。 In this embodiment, a case will be described in which the information processing device 10 learns each learning model, but another computer may learn the learning models. After that, the learning model is deployed to the information processing device 10.

図2は、児童相談所DB150のデータレイアウトを示す説明図である。児童相談所DB150は、過去、児童相談所に寄せられた相談事例に基づいて、実際の経過記録および児童情報を記憶してあるDBである。児童相談所DB150は、児童ID(Identifier)、児童情報、氏名、性別、学年、年齢、相談事例ID、記名者、経過記録、および一時保護の有無のフィールドを記憶するDBである。 FIG. 2 is an explanatory diagram showing the data layout of the child guidance center DB 150. The child guidance center DB 150 is a DB that stores actual progress records and child information based on consultation cases submitted to the child guidance center in the past. The child guidance center DB 150 is a DB that stores fields such as child ID (Identifier), child information, name, gender, grade, age, consultation case ID, name registrant, progress record, and presence/absence of temporary protection.

児童IDフィールドは、児童を識別するための識別情報を記憶する。児童情報フィールドは、対応する児童の氏名、性別、学年、および年齢を記憶する。氏名フィールドは、対応する児童の氏名を記憶する。性別フィールドは、対応する児童の性別(たとえば男または女)を記憶する。学年フィールドは、対応する児童の年齢階層を示す学年を記憶する。年齢フィールドは、対応する児童の年齢を記憶する。 The child ID field stores identification information for identifying the child. The child information field stores the name, gender, grade, and age of the corresponding child. The name field stores the name of the corresponding child. The gender field stores the gender (eg, male or female) of the corresponding child. The grade field stores the grade indicating the age group of the corresponding child. The age field stores the age of the corresponding child.

相談事例IDフィールドは、児童相談に関する事例を識別するための識別情報を記憶する。記名者フィールドは、該当する相談事例を作成した職員の氏名を記憶する。経過記録フィールドは、児童相談に関する経過記録を記憶する。一時保護の有無フィールドは、該当する相談事例の一時保護の有無について記憶する。 The consultation case ID field stores identification information for identifying cases related to child consultation. The name field stores the name of the staff member who created the corresponding consultation case. The progress record field stores progress records regarding child consultation. The presence/absence of temporary protection field stores the presence or absence of temporary protection for the corresponding consultation case.

図3は、第1学習モデル141の構成例を示す模式図である。 FIG. 3 is a schematic diagram showing a configuration example of the first learning model 141.

第1学習モデル141は、児童相談に関する経過記録を入力した場合に、一時保護の必要性に関する判定情報を出力するよう学習された学習モデルである。第1学習モデル141は、たとえばBERT(Bidirectional Encoder Representations from Transformers)である。 The first learning model 141 is a learning model that has been trained to output determination information regarding the necessity of temporary protection when a progress record regarding child consultation is input. The first learning model 141 is, for example, BERT (Bidirectional Encoder Representations from Transformers).

BERTはTransformersによる双方向のエンコード表現を用いた自然言語処理モデルであり、Transformer Encoderをネットワーク状に結合させて構成される。BERTは、経過記録がトークン(たとえば単語)に分割されたものを入力として受け、それぞれのトークンに対応するベクトルを出力する。 BERT is a natural language processing model that uses bidirectional encoded expression using Transformers, and is configured by connecting Transformer Encoders in a network. BERT receives as input a progress record divided into tokens (eg, words) and outputs a vector corresponding to each token.

なお、第1学習モデル141は、BERTのほか、LSTM(Long Short Term Memory)、RNN(Recurrent Neural Network)、GPT(Generative Pre-trained Transformer)、SVM(Support Vector Machine)、Seq2Seq(Sequence to Sequence)、ランダムフォレスト、または決定木等のモデルで推論処理をおこなってもよい。 In addition to BERT, the first learning model 141 includes LSTM (Long Short Term Memory), RNN (Recurrent Neural Network), GPT (Generative Pre-trained Transformer), SVM (Support Vector Machine), and Seq2Seq (Sequence to Sequence). Inference processing may be performed using a model such as , random forest, or decision tree.

判定情報は、たとえば一時保護の必要性の有無、一時保護の必要性の確率、または一時保護の必要性のレベル等の出力データである。 The determination information is, for example, output data such as whether temporary protection is necessary, the probability of temporary protection being necessary, or the level of temporary protection necessity.

図4は、第1学習モデル141の生成処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 4 is a flowchart showing the procedure for generating the first learning model 141. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、児童相談所DB150から経過記録を取得する(ステップS101)。職員は、取得した経過記録に対応付けて判定情報を入力する。制御部11は、判定情報の入力を受け付ける(ステップS102)。 The control unit 11 acquires progress records from the child guidance center DB 150 (step S101). The staff member inputs the judgment information in association with the obtained progress record. The control unit 11 receives input of determination information (step S102).

制御部11は、経過記録と判定情報とを対応付けた訓練データを児童相談所DB150に記憶する(ステップS103)。ここで、ステップS101およびステップS102において、経過記録が入力情報であり、判定情報が出力情報である。制御部11は、多数の相談事例について同様の処理をおこない、複数の訓練データセットを児童相談所DB150に記憶する(ステップS104)。 The control unit 11 stores training data in which the progress record and the determination information are associated with each other in the child guidance center DB 150 (step S103). Here, in step S101 and step S102, the progress record is input information, and the determination information is output information. The control unit 11 performs similar processing for a large number of consultation cases, and stores a plurality of training data sets in the child guidance center DB 150 (step S104).

制御部11は、訓練データセットを用いて第1学習モデル141を生成する(ステップS105)。具体的には、情報処理装置10は、第1学習モデル141から出力される値と実際の一時保護の有無とに差異が生じなくなるように、たとえば誤差逆伝播法(Backpropagation)を用いてパラメータを最適化し、最終的な第1学習モデル141を生成する。制御部11は、一連の処理を終了する。 The control unit 11 generates the first learning model 141 using the training data set (step S105). Specifically, the information processing device 10 uses, for example, error backpropagation to adjust the parameters so that there is no difference between the value output from the first learning model 141 and the actual presence or absence of temporary protection. Optimization is performed to generate a final first learning model 141. The control unit 11 ends the series of processing.

次に、児童相談所において本システムが利用される際の各種機能について説明する。各種機能には、一時保護の判定、類似事例の抽出、および経過記録中の一文の抽出等が含まれる。 Next, various functions when this system is used at a child guidance center will be explained. Various functions include determining temporary protection, extracting similar cases, and extracting sentences from progress records.

[一時保護の判定]
職員は情報処理装置10を通じて新規の経過記録を入力する。情報処理装置10は、入力された新規の経過記録を第1学習モデル141に入力し、判定情報として、一時保護の必要性の有無を取得する。
[Determination of temporary protection]
The employee inputs a new progress record through the information processing device 10. The information processing device 10 inputs the input new progress record to the first learning model 141, and obtains whether temporary protection is necessary as determination information.

情報処理装置10は、新規の経過記録に対して児童IDおよび相談事例IDを付与する。情報処理装置10は、児童ID、相談事例ID、および一時保護の必要性の有無を対応付けて児童相談所DB150に記憶する。情報処理装置10は対象児童の児童IDを検索し、図5で後述する判定情報を表示する。 The information processing device 10 assigns a child ID and a consultation case ID to the new progress record. The information processing device 10 stores the child ID, the consultation case ID, and the necessity of temporary protection in the child guidance center DB 150 in association with each other. The information processing device 10 searches for the child ID of the target child and displays determination information, which will be described later with reference to FIG.

図5は、情報処理装置10が出力する判定情報の結果画面の一例である。 FIG. 5 is an example of a result screen of the determination information output by the information processing device 10.

情報処理装置10の表示部15が表示する結果画面には、該当する相談事例について、児童情報、一時保護の必要性の有無、および過去の類似事例等が含まれる。 The result screen displayed by the display unit 15 of the information processing device 10 includes child information, whether temporary protection is necessary, past similar cases, etc. for the corresponding consultation case.

児童情報は、たとえば児童IDおよび氏名等である。情報処理装置10は、児童相談所DB150から児童情報を読み出して表示する。 The child information includes, for example, a child ID and name. The information processing device 10 reads child information from the child guidance center DB 150 and displays it.

一時保護の必要性の有無は、相談を受けている児童に対して一時保護を実施するかについて、職員が最終決定する際に用いられる情報である。第1学習モデル141は、一時保護の必要性の有無について、たとえば0から1の間の値を出力する。それぞれの値にはリスクの程度が対応付けられている。具体的には、情報処理装置10は、値が0であればリスク0、値が0.5であればリスク5、値が1であればリスク10のように表示する。 Whether or not temporary protection is necessary is information used by staff when making the final decision as to whether temporary protection should be implemented for the child being consulted. The first learning model 141 outputs, for example, a value between 0 and 1 regarding the necessity of temporary protection. Each value is associated with a degree of risk. Specifically, the information processing device 10 displays risk 0 if the value is 0, risk 5 if the value is 0.5, and risk 10 if the value is 1.

また、情報処理装置10は、Attention機構により、判定情報の出力に寄与した経過記録の一部分(たとえば文章または単語)を特定する。具体的には、情報処理装置10は、経過記録の一部分同士の内積に基づいてAttentionした経過記録の一部分を抽出する。情報処理装置10は、経過記録の一部分を表示部15に表示する際に、該当箇所を太字にする、または該当箇所に下線を付す等の強調表示をおこなう。これにより、職員の視認性を高めて判断を支援する。その他、情報処理装置10は、SHAP値等を求めることにより経過記録の一部分を特定してもよい。 Further, the information processing device 10 uses the attention mechanism to identify a portion of the progress record (for example, a sentence or a word) that contributed to the output of the determination information. Specifically, the information processing device 10 extracts the portion of the progress record that received attention based on the inner product of the portions of the progress record. When displaying a portion of the progress record on the display unit 15, the information processing device 10 performs an emphasized display such as making the relevant part bold or underlining the relevant part. This increases visibility for staff and supports decision-making. In addition, the information processing device 10 may specify a portion of the progress record by determining the SHAP value or the like.

情報処理装置10は、あらかじめ設定された閾値に基づいて一時保護の必要性の有無を特定する。情報処理装置10は、閾値が設定値以上(たとえば0.5以上)である場合に一時保護の必要性ありと特定し、閾値が設定値未満(たとえば0.5未満)である場合に一時保護の必要性なしと特定する。 The information processing device 10 identifies whether temporary protection is necessary based on a preset threshold value. The information processing device 10 determines that temporary protection is necessary when the threshold value is equal to or greater than the set value (for example, 0.5 or more), and performs temporary protection when the threshold value is less than the set value (for example, less than 0.5). It is determined that there is no need for

職員は、情報処理装置10の入力部16を通じて、第1学習モデル141が出力する一時保護判定の閾値を設定することができる。情報処理装置10は、職員から閾値の入力を受け付けることによって閾値を更新する。たとえば、閾値を0.5から0.7に設定変更すると、一時保護が必要であると判定される児童が減る。これにより、一時保護所の定員に応じた人数調整が可能となり、職員の業務負担の軽減につながる。 The staff member can set the threshold value for the temporary protection determination output by the first learning model 141 through the input unit 16 of the information processing device 10. The information processing device 10 updates the threshold value by accepting input of the threshold value from the staff member. For example, if the threshold value is changed from 0.5 to 0.7, the number of children determined to require temporary protection will be reduced. This makes it possible to adjust the number of temporary shelters according to their capacity, leading to a reduction in the workload of staff.

過去の類似事例は、新規で取得した経過記録と類似する経過記録である。過去の類似事例には、相談事例ID、経過記録、および実際の一時保護の有無が含まれる。情報処理装置10は、後述する類似事例の抽出処理により、過去の類似事例を児童相談所DB150から抽出して表示する。職員は過去の類似事例を参照することで、総合的に一時保護の必要性について判断することができる。 A past similar case is a progress record that is similar to a newly acquired progress record. Past similar cases include the consultation case ID, progress record, and whether or not temporary protection was actually obtained. The information processing device 10 extracts past similar cases from the child guidance center DB 150 and displays them by a similar case extraction process described later. By referring to similar past cases, officials can comprehensively judge the necessity of temporary protection.

図5では、児童ID:A220、児童名:aaa、相談事例ID:C250の経過記録と「リスクの程度」を表すインジケーターとが示されている。このインジケーターは、第1学習モデル141が出力する値に対応させてリスクの程度を示す「11段階」の数直線である。出力された値が0.5未満であれば、リスクの程度が低いとして半分より左側に矢印が表示される。一方、出力された値が0.5以上であれば、リスクの程度が高いとして半分より右側に矢印が表示される。なお、出力される値と対応するリスクの程度の段階とは例示であり、11段階に限定されない。 In FIG. 5, a progress record of child ID: A220, child name: aaa, consultation case ID: C250, and an indicator representing the "degree of risk" are shown. This indicator is an "11-step" number line that indicates the degree of risk in correspondence with the value output by the first learning model 141. If the output value is less than 0.5, the degree of risk is low and an arrow is displayed to the left of the halfway point. On the other hand, if the output value is 0.5 or more, the degree of risk is high and an arrow is displayed to the right of the halfway point. Note that the output value and the corresponding risk level are merely examples, and are not limited to 11 levels.

本経過記録において、情報処理装置10は「一時保護の必要性あり」と判定し、該当する方に「〇」を表示している。情報処理装置10は、判定情報の出力に寄与した「親が子どもに大ケガを負わせた。」という文章に下線を付して強調表示している。第1学習モデル141は値を0.8と算出し、当該値に対応するリスクの程度を、インジケーター上に数値および矢印(図5では「リスク8」)で表示している。さらに、情報処理装置10は、過去の類似事例を3つ(C102、C042、およびC008)表示している。 In this progress record, the information processing device 10 determines that "temporary protection is necessary" and displays "O" in the corresponding direction. The information processing device 10 underlines and highlights the sentence "The parent caused serious injury to the child" which contributed to the output of the determination information. The first learning model 141 calculates the value as 0.8, and displays the degree of risk corresponding to the value as a numerical value and an arrow ("Risk 8" in FIG. 5) on the indicator. Furthermore, the information processing device 10 displays three past similar cases (C102, C042, and C008).

また、情報処理装置10は、インジケーター上において、リスク5およびリスク6の範囲に「要精査」と表示する。これは、第1学習モデル141が出力した値が0.5から0.6の間である場合に、一時保護の必要性に関して確実性が担保できないことから、職員に注意喚起するための表示である。もしインジケーター上の矢印が「要精査」の範囲内にあれば、職員がより精査して一時保護の必要性を判断する必要がある。 Further, the information processing device 10 displays “Requires close examination” in the range of Risk 5 and Risk 6 on the indicator. This is a display to alert the staff because if the value output by the first learning model 141 is between 0.5 and 0.6, certainty regarding the necessity of temporary protection cannot be guaranteed. be. If the arrow on the indicator is within the "requires close examination" range, staff members will need to conduct further scrutiny to determine whether temporary protection is necessary.

なお、「要精査」とする範囲は0.5から0.6の間であることに限定されず、他の値の範囲を「要精査」としてもよい。 Note that the range of "requiring close examination" is not limited to between 0.5 and 0.6, and other value ranges may be set as "necessary of close examination."

図6は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 6 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、児童相談に関する経過記録を取得する(ステップS201)。制御部11は、第1学習モデル141を読み出す(ステップS202)。制御部11は、取得した経過記録を第1学習モデル141に入力する(ステップS203)。制御部11は、第1学習モデル141が出力した値を取得する(ステップS204)。 The control unit 11 acquires progress records regarding child consultation (step S201). The control unit 11 reads out the first learning model 141 (step S202). The control unit 11 inputs the acquired progress record to the first learning model 141 (step S203). The control unit 11 acquires the value output by the first learning model 141 (step S204).

制御部11は、取得した値と、あらかじめ設定された閾値とを比較して、取得した値が閾値以上であるか否かを判定する(ステップS205)。閾値以上である場合(ステップS205:YES)、制御部11は、一時保護の必要性ありと特定し、相談事例IDに対応付けて児童相談所DB150に記憶する(ステップS206)。一方、閾値以上ではない場合(ステップS205:NO)、制御部11は、一時保護の必要性なしと特定し、相談事例IDに対応付けて児童相談所DB150に記憶する(ステップS207)。 The control unit 11 compares the acquired value with a preset threshold and determines whether the acquired value is greater than or equal to the threshold (step S205). If it is equal to or greater than the threshold (step S205: YES), the control unit 11 specifies that there is a need for temporary protection, and stores it in the child guidance center DB 150 in association with the consultation case ID (step S206). On the other hand, if it is not above the threshold (step S205: NO), the control unit 11 specifies that there is no need for temporary protection, and stores it in the child guidance center DB 150 in association with the consultation case ID (step S207).

制御部11は、類似事例の抽出のサブルーチンを起動する(ステップS208)。類似事例の抽出のサブルーチンは、児童相談所DB150から本事例と類似した経過記録を抽出し、当該経過記録および当該経過記録の一時保護の有無を表示するサブルーチンである。この処理の流れは図7にて後述する。 The control unit 11 starts a subroutine for extracting similar cases (step S208). The similar case extraction subroutine is a subroutine that extracts a progress record similar to the present case from the child guidance center DB 150, and displays the progress record and whether temporary protection is available for the progress record. The flow of this process will be described later with reference to FIG.

制御部11は、相談事例IDに対応する一時保護の必要性の有無およびインジケーターを表示部15に表示させる(ステップS209)。制御部11は、Attention機構により、判定情報の出力に寄与した経過記録の一部分を特定して強調表示する(ステップS210)。制御部11は、一連の処理を終了する。 The control unit 11 causes the display unit 15 to display whether or not temporary protection is necessary and an indicator corresponding to the consultation case ID (step S209). The control unit 11 uses the attention mechanism to identify and highlight a portion of the progress record that contributed to the output of the determination information (step S210). The control unit 11 ends the series of processing.

[類似事例の抽出]
情報処理装置10は、新規の経過記録(以下、新規事例)と複数ある過去の経過記録(以下、過去事例)とをベクトル化した後、ベクトル同士を比較してコサイン類似度を算出する。情報処理装置10は、算出したコサイン類似度に基づき、新規事例に類似した過去事例を抽出する。コサイン類似度は0から1の間で表現され、値が1に近いほど文章間の類似度が高い。
[Extraction of similar cases]
The information processing device 10 vectorizes a new progress record (hereinafter referred to as a new case) and a plurality of past progress records (hereinafter referred to as past cases), and then compares the vectors with each other to calculate a cosine similarity. The information processing device 10 extracts past cases similar to the new case based on the calculated cosine similarity. Cosine similarity is expressed between 0 and 1, and the closer the value is to 1, the higher the similarity between sentences.

具体的に、児童相談所DB150に過去事例が5つ記憶されている場合を考えると、情報処理装置10は、「新規事例のベクトル」と5つの「過去事例のベクトル」とをそれぞれ比較して、過去事例ごとにコサイン類似度を5つ算出する。情報処理装置10は、算出したコサイン類似度に基づき、5つの過去事例から所定数の過去事例を抽出する。 Specifically, considering the case where five past cases are stored in the child guidance center DB 150, the information processing device 10 compares the "new case vector" and the five "past case vectors", respectively. , calculate five cosine similarities for each past case. The information processing device 10 extracts a predetermined number of past cases from the five past cases based on the calculated cosine similarity.

情報処理装置10は、所定数の過去事例を児童相談所DB150から抽出して表示部15に表示するとともに、抽出した過去事例における一時保護の有無を読み出して表示部15に表示する。 The information processing device 10 extracts a predetermined number of past cases from the child guidance center DB 150 and displays them on the display unit 15 , and also reads out the presence or absence of temporary protection in the extracted past cases and displays them on the display unit 15 .

なお、上述したコサイン類似度による過去事例の抽出処理のほか、学習済みの学習モデルを用いて、新規事例に類似する過去事例を抽出してもよい。その場合、情報処理装置10は、2つの経過記録を入力した際に、経過記録間の類似性の有無を出力するよう学習された学習モデルを用いて、「類似性あり」と出力された過去事例を特定する。 In addition to the process of extracting past cases using the cosine similarity described above, past cases similar to the new case may be extracted using a trained learning model. In that case, when the information processing device 10 inputs two progress records, it uses a learning model trained to output the presence or absence of similarity between the progress records, Identify cases.

また、上述した所定数の過去事例を抽出する処理に限定されず、情報処理装置10は、所定の閾値以上であるコサイン類似度を持つ過去事例を抽出してもよい。 Furthermore, the information processing apparatus 10 is not limited to the process of extracting the predetermined number of past cases described above, and may extract past cases having a cosine similarity that is equal to or greater than a predetermined threshold.

その他、情報処理装置10は、2つの経過記録中に登場する所定のキーワード(たとえば暴力)の一致数に基づいて類似度の高低を特定した後、類似度の高い経過記録をいくつか抽出してもよい。 In addition, the information processing device 10 identifies the degree of similarity based on the number of matches of a predetermined keyword (for example, violence) that appears in the two progress records, and then extracts some progress records with a high degree of similarity. Good too.

図7は、類似事例の抽出のサブルーチンにおける処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 7 is a flowchart showing the processing procedure in the similar case extraction subroutine. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、児童相談所DB150から過去事例を読み出す(ステップS301)。制御部11は、新規事例と複数の過去事例とを比較してコサイン類似度を算出する(ステップS302)。具体的には、制御部11は、コサイン類似度を文章ごとに算出して、コサイン類似度が高い順に複数の文章を特定する。制御部11は、算出したコサイン類似度に基づき、類似度の高い過去事例を複数抽出する(ステップS303)。 The control unit 11 reads past cases from the child guidance center DB 150 (step S301). The control unit 11 compares the new case and a plurality of past cases to calculate cosine similarity (step S302). Specifically, the control unit 11 calculates cosine similarity for each sentence, and identifies a plurality of sentences in descending order of cosine similarity. The control unit 11 extracts a plurality of past cases with high similarity based on the calculated cosine similarity (step S303).

制御部11は、各過去事例に対応する一時保護の有無を読み出す(ステップS304)。制御部11は、抽出した複数の経過記録とともに、当該過去事例に対応する実際の一時保護の有無を表示部15に表示させる(ステップS305)。制御部11は、一連の処理を終了する。 The control unit 11 reads out the presence or absence of temporary protection corresponding to each past case (step S304). The control unit 11 causes the display unit 15 to display the plurality of extracted progress records as well as the presence or absence of actual temporary protection corresponding to the past case (step S305). The control unit 11 ends the series of processing.

[経過記録中の一文の抽出]
児童虐待を防止するうえで、早期発見および早期対応のみならず、「発生予防」から「虐待を受けた子どもの自立」に至るまでの各段階において、多様な関係機関による支援が必要である。さらに、児童相談に関する各相談事例の状況に応じて、児童相談所および市町村の間での適切な連携が望まれている。そのため、児童相談所および市町村が把握する「児童虐待」または「児童虐待が疑われる」相談事例に関して、円滑な情報共有を図るためにリスク判定用フォーマットが使用されている。本実施の形態では、リスク判定用フォーマットがリスクアセスメントシートであるものとして説明する。
[Extraction of a sentence from the progress record]
In order to prevent child abuse, support from a variety of related organizations is required not only for early detection and early response, but also at each stage from ``prevention'' to ``helping abused children become independent.'' Furthermore, appropriate collaboration between child guidance centers and municipalities is desired, depending on the circumstances of each child consultation case. For this reason, a risk assessment format is used to facilitate information sharing regarding consultation cases of "child abuse" or "suspected child abuse" that child guidance centers and municipalities are aware of. This embodiment will be described assuming that the risk determination format is a risk assessment sheet.

リスクアセスメントシートには、虐待状況、子どもの状況、世帯の状況、および保護者の状況等の、一時保護の必要性を判定するための判定用項目が設けられており、職員がそれぞれの判定用項目に対して把握した状況を記録できるよう構成されている。職員は相談事例の事実関係を整理し、一時保護の必要性を判断するため、このリスクアセスメントシートを活用する。 The risk assessment sheet has judgment items for determining the necessity of temporary protection, such as abuse status, child situation, household situation, and guardian situation, and staff members can It is structured so that the situation understood for each item can be recorded. Staff use this risk assessment sheet to organize the facts of the case and determine the need for temporary protection.

現状、職員が膨大な経過記録を読み込んだ後、リスクアセスメントシートに必要事項を記載しているが、本システムにより、リスクアセスメントシートの判定用項目と関連性が高い文章が経過記録から自動的に抽出される。自動抽出の際には、職員が情報処理装置10を通じて新規の経過記録を入力すると、情報処理装置10は当該経過記録から一文を抽出するとともに、判定用項目と関連性の高い一文を判定用項目ごとに分類して表示する。 Currently, staff read a huge amount of progress records and then enter the necessary information on the risk assessment sheet, but with this system, sentences that are highly relevant to the judgment items on the risk assessment sheet are automatically extracted from the progress records. Extracted. During automatic extraction, when a staff member inputs a new progress record through the information processing device 10, the information processing device 10 extracts a sentence from the progress record, and selects a sentence that is highly relevant to the judgment item as a judgment item. Classify and display by category.

具体的には、情報処理装置10は、抽出した一文と、判定用項目に対応付けてある複数のモデル文との類似度を複数算出する。情報処理装置10は、27個ある判定用項目ごとに、複数のモデル文をあらかじめ補助記憶部14に記憶しておく。モデル文は、たとえば、判定用項目が身体的虐待である場合、「親から繰り返し暴力を受けている」「子どもの身体に叩かれたあざがある」等の、身体的虐待が認められる際の典型的な状況を表す文章であり、事前に職員が作成しておく。 Specifically, the information processing device 10 calculates a plurality of degrees of similarity between the extracted sentence and a plurality of model sentences associated with the determination items. The information processing device 10 stores in advance a plurality of model sentences in the auxiliary storage unit 14 for each of the 27 determination items. For example, if the judgment item is physical abuse, the model sentences are used to describe cases in which physical abuse is recognized, such as ``the child has been repeatedly assaulted by his parents'' and ``there are bruises on the child's body from being hit.'' This is a text that describes a typical situation and is prepared in advance by staff.

情報処理装置10は、各一文について算出した複数の類似度に基づき、判定用項目に関連する所定数の一文を決定する。類似度計算は、判定用項目に対応付けてある複数のモデル文の「項目ベクトル」を特定して処理されるのが好ましいが、この処理については後述する。 The information processing device 10 determines a predetermined number of sentences related to the determination item based on the plurality of similarities calculated for each sentence. Preferably, the similarity calculation is performed by specifying "item vectors" of a plurality of model sentences associated with the determination items, but this process will be described later.

図8は、経過記録に含まれる一文ごとの類似度を示す模式図である。判定用項目が「身体的虐待」である場合に、経過記録中の一文を4つ抽出する例を示す。 FIG. 8 is a schematic diagram showing the degree of similarity for each sentence included in the progress record. An example will be shown in which four sentences in the progress record are extracted when the judgment item is "physical abuse."

情報処理装置10は、経過記録から以下の文章を抽出する。
文1:子どもと母の母子家庭。
文2:子どもは不登校ぎみである。
文3:父親から暴力を受けている可能性がある。
文4:子どもの足にはあざがある。
The information processing device 10 extracts the following sentences from the progress record.
Sentence 1: A single-parent household with children and mothers.
Sentence 2: The child is on the verge of not going to school.
Sentence 3: There is a possibility that she has been subjected to violence from her father.
Sentence 4: The child has a bruise on his leg.

情報処理装置10は、「身体的虐待」に対応付けられた2つのモデル文を補助記憶部14から読み出す。なお、このモデル文の数はいくつであってもよいが、4つから7つ程度が好ましい。
モデル文1:親から繰り返し暴力を受けている。
モデル文2:子どもの身体に叩かれたあざがある。
The information processing device 10 reads two model sentences associated with "physical abuse" from the auxiliary storage unit 14. Note that the number of model sentences may be any number, but is preferably about 4 to 7.
Model sentence 1: I have been repeatedly assaulted by my parents.
Model sentence 2: There are bruises on the child's body from being hit.

図8に示すように、情報処理装置10は、経過記録中の文1から文4とモデル文1およびモデル文2とをそれぞれ比較して類似度を複数算出する。情報処理装置10は、経過記録中の各一文について算出した複数の類似度に基づき、「身体的虐待」に関連する所定数の一文を決定する。たとえば、類似度が高い上位2つの文章として、類似度が0.9の「文4:子どもの足にはあざがある」、類似度が0.8の「文3:父親から暴力を受けている可能性がある」の2文が決定されている。 As shown in FIG. 8, the information processing device 10 calculates a plurality of degrees of similarity by comparing sentences 1 to 4 in the progress record with model sentences 1 and 2, respectively. The information processing device 10 determines a predetermined number of sentences related to "physical abuse" based on a plurality of degrees of similarity calculated for each sentence in the progress record. For example, the two sentences with the highest similarity are "Sentence 4: There is a bruise on the child's leg" with a similarity of 0.9, and "Sentence 3: The child was assaulted by his father" with a similarity of 0.8. The following two sentences have been decided:

情報処理装置10は、上述した処理を判定用項目ごとにおこない、該当の判定用項目と関連性の高い複数の一文を分類する。 The information processing device 10 performs the above-described process for each determination item, and classifies a plurality of sentences that are highly related to the relevant determination item.

図9は、情報処理装置10の表示部15が表示する画面例である。 FIG. 9 is an example of a screen displayed by the display unit 15 of the information processing device 10.

図9Aは、判定用項目ごとの分類結果画面の一例である。図9Aの分類結果画面には、児童情報(たとえば児童IDおよび氏名)、判定用項目、類似度、経過記録中の一文、リスクレベルを入力するためのチェックボックス200、およびドロップダウン201が含まれる。 FIG. 9A is an example of a classification result screen for each determination item. The classification result screen in FIG. 9A includes child information (for example, child ID and name), judgment items, similarity, a sentence in the progress record, a check box 200 for inputting the risk level, and a drop-down 201. .

図9Aに示すように、情報処理装置10は、上述の処理によって決定した経過記録中の一文を判定用項目ごとに並べるとともに、モデル文との間で算出した類似度を表示する。情報処理装置10は、算出した類似度が高い順に、経過記録中の一文を上から並べて表示する。 As shown in FIG. 9A, the information processing device 10 arranges the sentences in the progress record determined by the above-described process for each determination item, and displays the degree of similarity calculated between the sentences and the model sentences. The information processing device 10 displays the sentences in the progress record in order from the top in descending order of the calculated degree of similarity.

職員は情報処理装置10が表示する経過記録中の一文をもとに、リスクレベルを入力する作業をおこなう。職員が情報処理装置10を通じてチェックボックス200を選択すると、リスクレベルを入力するためのドロップダウン201が表示部15に表示される。 The employee performs the task of inputting the risk level based on a sentence in the progress record displayed by the information processing device 10. When the employee selects the check box 200 through the information processing device 10, a drop-down 201 for inputting a risk level is displayed on the display unit 15.

ドロップダウン201には、複数段階のリスクレベルが選択可能に表示される。リスクレベルはたとえば6段階で表され、緊急で介入を検討する「リスクS」、高リスクの「リスクI」、中リスクの「リスクII」、低リスクの「リスクIII」、リスクがない「問題なし」、リスク評価不能の「不明」がある。 A drop-down 201 displays multiple risk levels that can be selected. For example, the risk level is expressed in six stages: "Risk S", which requires urgent intervention, "Risk I", which is high risk, "Risk II", which is medium risk, "Risk III", which is low risk, and "Problem", where there is no risk. There are "none" and "unknown" where risk assessment is not possible.

リスクレベルの入力作業の際、職員は「子どもの足にはあざがある」という状況に対して、リスクレベルを「リスクS」、「父親から暴力を受けている可能性がある」という状況に対して、リスクレベルを「リスクIII」と判断する。職員は、このようなリスクレベルを情報処理装置10の入力部16を通じて入力する。情報処理装置10は、入力を受け付けたリスクレベルを児童IDおよび判定用項目に対応付けて記憶する。 When inputting the risk level, the staff will set the risk level to ``Risk S'' for the situation ``The child has a bruise on his leg,'' and the situation ``The child may be experiencing violence from his father.'' However, the risk level is determined to be "Risk III". A staff member inputs such a risk level through the input unit 16 of the information processing device 10. The information processing device 10 stores the received risk level in association with the child ID and the determination item.

以上のように、職員は自動抽出された文章(たとえば文4および文3)を確認することで、膨大な経過記録を読み込むことなしに、リスクレベルを効率的に入力することができる。これにより、効率的にリスクアセスメントシートを作成でき、対人業務に時間を割くことができる。 As described above, by checking the automatically extracted sentences (for example, sentence 4 and sentence 3), the employee can efficiently input the risk level without reading a huge amount of progress records. This allows you to efficiently create risk assessment sheets and free up time for interpersonal tasks.

図9Bは、リスクアセスメントシートの一例である。 FIG. 9B is an example of a risk assessment sheet.

図9Bに示すように、リスクアセスメントシートは、図9Aでの入力内容が反映された状態で表示される。具体的には、情報処理装置10は、判定用項目を含むリスクアセスメントシートを表示するとともに、図9Aにて職員から入力されたリスクレベルに基づいて該当箇所を強調表示する。これにより、職員が重要箇所を見落とすおそれを減らすことが可能である。 As shown in FIG. 9B, the risk assessment sheet is displayed with the input contents in FIG. 9A reflected. Specifically, the information processing device 10 displays the risk assessment sheet including the determination items, and highlights the relevant portion based on the risk level input by the staff member in FIG. 9A. This can reduce the possibility that staff will overlook important points.

情報処理装置10は、あらかじめリスクレベルに対応した強調表示に関する表示形式を補助記憶部14に記憶しておく。たとえば、情報処理装置10は、緊急性を要する「リスクS」の判定用項目を赤色(図9Bの例では濃いハッチング)、リスクレベルが低い「リスクIII」の判定用項目を黄色(図9Bの例では淡いハッチング)で表示することで視認性を高める。 The information processing device 10 stores in advance a display format related to highlighting corresponding to the risk level in the auxiliary storage unit 14. For example, the information processing device 10 displays the judgment items of "Risk S", which requires urgency, in red (dark hatching in the example of FIG. 9B), and the judgment items of "Risk III", which has a low risk level, in yellow (in the example of FIG. 9B). In this example, displaying with light hatching improves visibility.

なお、職員がリスクレベルを手動で入力するほか、AIでリスクレベルを特定してもよい。具体的には、経過記録中の複数の一文を入力した場合に、リスクレベルを出力する学習モデルを用意する。情報処理装置10は、複数の一文を学習モデルに入力し、リスクレベルを特定する。 In addition to manually inputting the risk level by staff, AI may also be used to specify the risk level. Specifically, a learning model is prepared that outputs a risk level when multiple sentences from a progress record are input. The information processing device 10 inputs a plurality of sentences into a learning model and identifies a risk level.

図10は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 10 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、児童相談に関する経過記録を取得する(ステップS401)。制御部11は、取得した経過記録から一文を抽出する(ステップS402)。制御部11は、経過記録中の複数の文とモデル文とをそれぞれ比較して類似度を複数算出する(ステップS403)。制御部11は、経過記録中の各一文について算出した複数の類似度に基づき、該当の判定用項目に関連する所定数の一文を決定する(ステップS404)。制御部11は、この処理を複数の判定用項目でおこなう。 The control unit 11 acquires progress records regarding child consultation (step S401). The control unit 11 extracts one sentence from the acquired progress record (step S402). The control unit 11 calculates a plurality of degrees of similarity by comparing the plurality of sentences in the progress record and the model sentence, respectively (step S403). The control unit 11 determines a predetermined number of sentences related to the relevant determination item based on the plurality of similarities calculated for each sentence in the progress record (step S404). The control unit 11 performs this process using a plurality of determination items.

制御部11は、決定した一文を複数の判定用項目ごとに分類し、分類した分類結果を出力する(ステップS405)。制御部11は、職員から入力部16を通じて判定用項目ごとにリスクレベルの入力を受け付ける(ステップS406)。制御部11は、項目に対応するリスクレベルの入力内容に基づき、リスクアセスメントシートの該当箇所を強調表示する(ステップS407)。制御部11は、一連の処理を終了する。 The control unit 11 classifies the determined sentence into a plurality of determination items, and outputs the classification results (step S405). The control unit 11 receives input of the risk level for each determination item from the staff through the input unit 16 (step S406). The control unit 11 highlights the corresponding location on the risk assessment sheet based on the input content of the risk level corresponding to the item (step S407). The control unit 11 ends the series of processing.

以上、一時保護の判定、類似事例の抽出、および経過記録中の一文の抽出によって、職員の業務負担を軽減することができる。 As described above, the work burden on staff can be reduced by determining temporary protection, extracting similar cases, and extracting sentences from progress records.

なお、モデル文を作成する効果は、たとえば次の通りである。 Note that the effects of creating a model sentence are, for example, as follows.

モデル文を判定用項目ごとに複数作成することで、訓練データを作成することができる。SentenceBERTなどの自然言語処理のモデルは、トリプレット型の訓練データにより学習を行うことで精度を高めることができる。トリプレット型の訓練データとは、文A(左側)、文B(中央)、文C(右側)の3つ文のセットであり、文Aと文Bは類似度の高い文の組み合わせ、文Aと文Cは類似度の低い文の組み合わせになるように作成する。 Training data can be created by creating multiple model sentences for each judgment item. Natural language processing models such as SentenceBERT can improve their accuracy by learning from triplet training data. Triplet-type training data is a set of three sentences: sentence A (left side), sentence B (middle), and sentence C (right side), where sentences A and B are a combination of sentences with high similarity, and sentence A is a combination of sentences with high similarity. and sentence C are created so that they are a combination of sentences with a low degree of similarity.

このようなトリプレット型の学習データは、モデル文を判定用項目ごとに複数作成し以下のアルゴリズムを実施することで作成できる。 Such triplet-type learning data can be created by creating a plurality of model sentences for each judgment item and implementing the following algorithm.

判定用項目jのi番目のモデル文を文i,jと表すとして、それを一般化すると以下のような表記になる。
左側:文i=p,j=q
中央:文any i≠p,j=q
右側:文any i, any j≠q
Assuming that the i-th model sentence of judgment item j is expressed as sentence i,j, generalizing it will result in the following notation.
Left side: sentence i=p,j=q
Center: Sentence any i≠p,j=q
Right side: sentence any i, any j≠q

1)左側として判定用項目qのp番目の文を取得し、中央として同じ判定用項目qのp番目以外の文を取得する。この組み合わせは、仮にモデル文が5つずつある場合は、10組となる。
2)右側には、qと異なる判定用項目に含まれる文を取得する。判定用項目が27ある場合、qと異なる判定用項目は26あることから、それに5を乗じることにより130通りのモデル文が存在する。
3)1)で作成した左側と中央の組み合わせに、2)で取得した文を追加することで、10×130=1300通りのトリプレットを作成できる。
4)これを、全ての判定用項目に対しておこなうことで、1300×27=35100通りのトリプレットを作成することができ、学習に利用することができる。
1) The p-th sentence of the judgment item q is acquired as the left side, and the sentences other than the p-th sentence of the same judgment item q are acquired as the center. If there are five model sentences each, there will be 10 combinations.
2) On the right side, sentences included in judgment items different from q are obtained. When there are 27 judgment items, there are 26 judgment items that are different from q, so by multiplying this by 5, there are 130 different model sentences.
3) By adding the sentences obtained in 2) to the left and center combinations created in 1), 10 x 130 = 1300 triplets can be created.
4) By doing this for all the determination items, 1300×27=35100 triplets can be created, which can be used for learning.

次に、「項目ベクトル」を用いた処理について説明する。図8にて説明した類似度計算では、モデル文のベクトルのみで類似度を算出するため、判定用項目と意味的に類似しない一文が抽出されることがある。 Next, processing using the "item vector" will be explained. In the similarity calculation described with reference to FIG. 8, since the similarity is calculated only using the vector of the model sentence, a sentence that is not semantically similar to the determination item may be extracted.

具体的には、モデル文が「親から繰り返し暴力を受けている」の場合に、「兄から繰り返し馬鹿にされている」という意味的に合致しない一文が不適切に抽出されることがある。これは、「繰り返し」という身体的虐待とは無関係な単語が類似しているために生じる誤りである。つまり、単純にモデル文と抽出した一文とで類似度を求めると、目的の類似度が求まらず、意味的に類似しない一文が抽出されてしまう。この誤りを回避するため、以下の処理をおこなう。 Specifically, when the model sentence is ``I have been repeatedly assaulted by my parents,'' a sentence that does not match the semantics of ``I have been repeatedly made fun of by my older brother'' may be inappropriately extracted. This is an error caused by the similarity of the words "repeated" which have nothing to do with physical abuse. In other words, if the degree of similarity is simply determined between the model sentence and the extracted sentence, the desired degree of similarity will not be obtained, and a sentence that is not semantically similar will be extracted. To avoid this error, perform the following processing.

情報処理装置10は、判定用項目に対応付けてある複数のモデル文の項目ベクトルを特定する。項目ベクトルは複数のモデル文に共通するベクトルであり、たとえば、図8にて用いたモデル文1およびモデル文2に共通するベクトルのことを指す。項目ベクトルは、主成分得点または平均値等により特定される。 The information processing device 10 identifies item vectors of a plurality of model sentences associated with the determination item. The item vector is a vector common to a plurality of model sentences, and refers to a vector common to model sentences 1 and 2 used in FIG. 8, for example. The item vector is specified by principal component scores, average values, or the like.

情報処理装置10は、判定用項目のモデル文のベクトルと項目ベクトルとに基づき、各モデル文の合成ベクトルを主成分得点または平均値により特定する。このとき算出される合成ベクトルは、登録したモデル文の数だけ算出される。具体的には、情報処理装置10は、モデル文1およびモデル文2の2つに基づいて項目ベクトルを特定した後、モデル文1と項目ベクトルを合成した合成ベクトル1と、モデル文2と項目ベクトルを合成した合成ベクトル2とを特定する。その後、情報処理装置10は、経過記録から抽出した一文のベクトルと、合成ベクトル1および合成ベクトル2との類似度を複数算出する。 The information processing device 10 specifies the composite vector of each model sentence based on the vector of the model sentence of the judgment item and the item vector using the principal component score or the average value. The number of composite vectors calculated at this time is equal to the number of registered model sentences. Specifically, the information processing device 10 specifies an item vector based on model sentence 1 and model sentence 2, and then combines model sentence 1 and item vector into composite vector 1, model sentence 2, and item vector. A composite vector 2 obtained by combining the vectors is specified. After that, the information processing device 10 calculates a plurality of degrees of similarity between the vector of one sentence extracted from the progress record and the composite vector 1 and composite vector 2.

たとえば、合成ベクトル1と文1との類似度を計算すると類似度1-1が算出され、合成ベクトル2と文1との類似度を計算すると類似度2-1が算出される。同様にして、情報処理装置10は、抽出した一文の数だけ合成ベクトルとの類似度を複数算出する。つまり、経過記録中に含まれる文章が4つなら、2×4=8個の類似度が算出される。 For example, when calculating the similarity between composite vector 1 and sentence 1, similarity 1-1 is calculated, and when calculating the similarity between composite vector 2 and sentence 1, similarity 2-1 is calculated. Similarly, the information processing device 10 calculates a plurality of degrees of similarity with the composite vector for the number of extracted sentences. In other words, if there are four sentences included in the progress record, 2×4=8 similarities are calculated.

最後に、情報処理装置10は、類似度同士(たとえば8個)を比較して、類似度が高い順に各文を特定する。情報処理装置10は、類似度が高い順に、経過記録中の一文を上から並べて表示する。 Finally, the information processing device 10 compares the degrees of similarity (e.g. eight) and identifies sentences in descending order of degree of similarity. The information processing device 10 displays the sentences in the progress record in order of similarity from top to bottom.

図11は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 11 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、判定用項目に対応付けてある複数のモデル文の項目ベクトルを特定する(ステップS501)。制御部11は、判定用項目のモデル文のベクトルと項目ベクトルとに基づき、各モデル文の合成ベクトルを特定する(ステップS502)。制御部11は、経過記録から抽出した一文をベクトル化する(ステップS503)。制御部11は、抽出した一文のベクトルと、複数ある合成ベクトルとの類似度を複数算出する(ステップS504)。 The control unit 11 identifies item vectors of a plurality of model sentences associated with the determination item (step S501). The control unit 11 specifies a composite vector of each model sentence based on the vector of the model sentence of the determination item and the item vector (step S502). The control unit 11 vectorizes the sentence extracted from the progress record (step S503). The control unit 11 calculates a plurality of degrees of similarity between the extracted one-sentence vector and a plurality of composite vectors (step S504).

制御部11は、類似度同士を比較して、類似度が高い順に、経過記録から抽出した各文を特定する(ステップS505)。制御部11は、類似度が高い順に、経過記録中の一文を上から並べて表示部15に表示させる(ステップS506)。制御部11は、一連の処理を終了する。 The control unit 11 compares the degrees of similarity and identifies sentences extracted from the progress record in descending order of degree of similarity (step S505). The control unit 11 arranges the sentences in the progress record from the top and displays them on the display unit 15 in descending order of similarity (step S506). The control unit 11 ends the series of processing.

以上、実施の形態1によれば、本システムの3つの機能によって児童相談所の業務を支援することができる。 As described above, according to the first embodiment, the three functions of this system can support the work of a child guidance center.

[実施の形態2]
実施の形態2では、複数の一文を第1学習モデル141に入力して複数の判定情報を取得し、各判定情報に基づいて一時保護の必要性の有無を取得する形態について説明する。
[Embodiment 2]
In the second embodiment, a mode will be described in which a plurality of sentences are input to the first learning model 141, a plurality of pieces of judgment information are acquired, and whether or not temporary protection is necessary is obtained based on each piece of judgment information.

情報処理装置10は、経過記録に含まれる文章を複数の文章に分割する。これを分割経過記録という。情報処理装置10は分割経過記録を取得し、第1学習モデル141に入力する。情報処理装置10は、第1学習モデル141が出力した判定情報を取得する。この分割処理は、BERTに入力できるトークンが512までであるためにおこなわれる。 The information processing device 10 divides a sentence included in the progress record into a plurality of sentences. This is called a division progress record. The information processing device 10 acquires the division progress record and inputs it to the first learning model 141. The information processing device 10 acquires the determination information output by the first learning model 141. This division process is performed because up to 512 tokens can be input to BERT.

このとき、分割経過記録ごとに複数の判定情報が取得されるが、経過記録を分割した位置によって判定情報が異なる場合がある。つまり、同一の経過記録であるにも関わらず出力結果がばらついてしまい、どの結果を採用すればいいか職員の判断がつきにくい。そこで、情報処理装置10は、複数の判定情報に基づいて最終的な判定情報を取得する処理をおこなう。 At this time, a plurality of pieces of determination information are acquired for each divided progress record, but the determination information may differ depending on the position at which the progress record is divided. In other words, even though the progress records are the same, the output results vary, making it difficult for staff to decide which results to use. Therefore, the information processing device 10 performs a process of acquiring final determination information based on a plurality of pieces of determination information.

以下、経過記録を4つの分割経過記録に分割した場合を例にして説明する。 An example in which a progress record is divided into four divided progress records will be described below.

たとえば、情報処理装置10が分割経過記録a、分割経過記録b、分割経過記録c、分割経過記録dと、経過記録を512トークンに収まるよう分割する。情報処理装置10はそれぞれの分割経過記録を第1学習モデル141に入力し、各分割経過記録に対応する判定情報を取得する。第1学習モデル141が分割経過記録に対応した判定情報(一時保護の必要性の有無)を0から1の値として出力した場合を図12に例示する。 For example, the information processing device 10 divides the progress record into division progress record a, division progress record b, division progress record c, and division progress record d so that it fits within 512 tokens. The information processing device 10 inputs each division progress record to the first learning model 141 and acquires determination information corresponding to each division progress record. FIG. 12 illustrates an example in which the first learning model 141 outputs determination information (whether temporary protection is necessary) corresponding to the division progress record as a value between 0 and 1.

図12は、分割経過記録ごとの判定情報を示す模式図である。分割経過記録aが入力されると値が0.3、分割経過記録bが入力されると値が0.5、分割経過記録cが入力されると値が0.9、分割経過記録dが入力されると値が0.9と出力される。このとき、第1学習モデル141に入力した分割経過記録によって判定情報が異なっているため、最終的な判定情報を取得すべく、情報処理装置10が平均値または最大値等の所定の統計量を算出する。これにより、判定情報にばらつきがあったとしても、好適に職員の判断支援をおこなうことができる。 FIG. 12 is a schematic diagram showing determination information for each division progress record. When division progress record a is input, the value is 0.3, when division progress record b is input, the value is 0.5, when division progress record c is input, the value is 0.9, and when division progress record d is input, the value is 0.3. When input, the value is output as 0.9. At this time, since the judgment information differs depending on the division progress record input to the first learning model 141, the information processing device 10 calculates a predetermined statistic such as an average value or a maximum value in order to obtain the final judgment information. calculate. Thereby, even if there are variations in the judgment information, it is possible to appropriately support the staff in making judgments.

上記の例において、情報処理装置10が平均値を算出すると、
(平均値)=(0.3+0.5+0.9+0.9)/4=0.65
となる。この計算式より、情報処理装置10は、最終的な判定情報として、本経過記録における一時保護の必要性の有無を0.65(リスク6.5)と特定する。情報処理装置10は、特定した最終的な判定情報を表示部15に表示する。職員は情報処理装置10に表示された判定情報を確認し、実際の業務判断に活用する。
In the above example, when the information processing device 10 calculates the average value,
(Average value) = (0.3 + 0.5 + 0.9 + 0.9) / 4 = 0.65
becomes. Based on this calculation formula, the information processing device 10 specifies the necessity of temporary protection in this progress record as 0.65 (risk 6.5) as final determination information. The information processing device 10 displays the specified final determination information on the display unit 15. Employees check the judgment information displayed on the information processing device 10 and utilize it for actual business decisions.

図13は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 13 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、複数の分割経過記録を取得する(ステップS601)。制御部11は、第1学習モデル141を読み出す(ステップS602)。制御部11は、取得した複数の分割経過記録を第1学習モデル141に入力する(ステップS603)。制御部11は、第1学習モデル141が出力した判定情報を取得する(ステップS604)。 The control unit 11 acquires a plurality of division progress records (step S601). The control unit 11 reads out the first learning model 141 (step S602). The control unit 11 inputs the plurality of acquired division progress records to the first learning model 141 (step S603). The control unit 11 acquires the determination information output by the first learning model 141 (step S604).

制御部11は、取得した判定情報に基づき、所定の統計量を算出する(ステップS605)。制御部11は、所定の統計量に基づき、最終的な判定情報を出力する(ステップS606)。制御部11は、最終的な判定情報を表示部15に表示させる(ステップS607)。制御部11は、一連の処理を終了する。 The control unit 11 calculates a predetermined statistic based on the acquired determination information (step S605). The control unit 11 outputs final determination information based on predetermined statistics (step S606). The control unit 11 causes the display unit 15 to display the final determination information (step S607). The control unit 11 ends the series of processing.

[実施の形態3]
実施の形態2では、所定の統計値を算出して最終的な判定情報を取得する形態について説明した。実施の形態3では、複数の分割経過記録を第1学習モデル141に入力して判定情報を取得し、第2学習モデル142に当該判定情報を入力して一時保護の必要性の有無を取得する形態について説明する。
[Embodiment 3]
In the second embodiment, a mode has been described in which a predetermined statistical value is calculated to obtain final determination information. In the third embodiment, a plurality of division progress records are input to the first learning model 141 to obtain judgment information, and the judgment information is input to the second learning model 142 to obtain whether temporary protection is necessary. The form will be explained.

第2学習モデル142は、判定情報を入力した場合に、一時保護の必要性の有無を出力するよう学習された学習モデルである。情報処理装置10は、実施の形態2で述べた分割経過記録ごとの判定情報を取得し、当該判定情報と一時保護の必要性の有無との組み合わせからなる訓練データセットに基づき、第2学習モデル142を生成する。 The second learning model 142 is a learning model that has been trained to output whether or not temporary protection is necessary when judgment information is input. The information processing device 10 acquires the determination information for each division progress record described in Embodiment 2, and creates a second learning model based on a training dataset consisting of a combination of the determination information and the necessity of temporary protection. 142 is generated.

情報処理装置10は、第1学習モデル141が出力した分割経過記録ごとの判定情報を第2学習モデル142に入力する。情報処理装置10は、第2学習モデル142が出力した一時保護の必要性の有無を取得する。このときの第2学習モデル142は、たとえばXGBoost等の決定木モデルである。その他、第2学習モデル142は、NN(Neural Network)またはSVM等であってもよい。 The information processing device 10 inputs the determination information for each division progress record output by the first learning model 141 to the second learning model 142. The information processing device 10 acquires the necessity of temporary protection outputted by the second learning model 142. The second learning model 142 at this time is, for example, a decision tree model such as XGBoost. In addition, the second learning model 142 may be a neural network (NN), an SVM, or the like.

図14は、第2学習モデル142の生成処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 14 is a flowchart showing the procedure for generating the second learning model 142. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、第1学習モデル141から出力された判定情報を取得する(ステップS701)。職員は取得した判定情報に対応付けて「一時保護の必要性の有無」を入力する。制御部11は、「一時保護の必要性の有無」の入力を受け付ける(ステップS702)。 The control unit 11 acquires the determination information output from the first learning model 141 (step S701). The staff member inputs whether there is a need for temporary protection in association with the obtained judgment information. The control unit 11 receives an input indicating whether or not temporary protection is necessary (step S702).

制御部11は、判定情報と「一時保護の必要性の有無」とを対応付けて児童相談所DB150に記憶する(ステップS703)。ここで、ステップS701およびステップS702において、判定情報が入力情報であり、「一時保護の必要性の有無」が出力情報である。 The control unit 11 stores the determination information and "the necessity of temporary protection" in the child guidance center DB 150 in association with each other (step S703). Here, in step S701 and step S702, the determination information is input information, and "whether or not temporary protection is necessary" is output information.

制御部11は、多数の相談事例について同様の処理をおこない、複数の訓練データセットを児童相談所DB150に記憶する(ステップS704)。制御部11は、訓練データセットを用いて第2学習モデル142を生成する(ステップS705)。制御部11は、一連の処理を終了する。 The control unit 11 performs similar processing for a large number of consultation cases, and stores a plurality of training data sets in the child guidance center DB 150 (step S704). The control unit 11 generates the second learning model 142 using the training data set (step S705). The control unit 11 ends the series of processing.

図15は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 15 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、第1学習モデル141が出力した判定情報を分割経過記録ごとに取得する(ステップS801)。制御部11は、第2学習モデル142を読み出す(ステップS802)。制御部11は、第2学習モデル142に分割経過記録ごとの判定情報を入力する(ステップS803)。制御部11は、第2学習モデル142が出力した一時保護の必要性の有無を取得する(ステップS804)。制御部11は、一連の処理を終了する。 The control unit 11 acquires the determination information output by the first learning model 141 for each division progress record (step S801). The control unit 11 reads out the second learning model 142 (step S802). The control unit 11 inputs determination information for each division progress record to the second learning model 142 (step S803). The control unit 11 acquires the necessity of temporary protection outputted by the second learning model 142 (step S804). The control unit 11 ends the series of processing.

以上、実施の形態3によれば、情報処理装置10が一時保護の必要性の有無を精査して出力することで、職員が適切な対応を取りやすくなり、好適に児童相談所の業務を支援することができる。 As described above, according to the third embodiment, the information processing device 10 examines and outputs whether there is a need for temporary protection, which makes it easier for the staff to take appropriate measures and appropriately supports the work of the child guidance center. can do.

[実施の形態4]
実施の形態4では、職員の属性に応じて学習モデルをアノテーションし、それぞれの学習モデルが出力する結果が相違する場合にアラートを出力する形態について説明する。
[Embodiment 4]
In Embodiment 4, a mode will be described in which learning models are annotated according to the attributes of employees and an alert is output when the results output by the respective learning models are different.

第3学習モデル143は児童相談に関する経過記録を入力した場合に、一時保護の必要性に関する判定情報を出力するよう学習された学習モデルであり、熟練者によりアノテーションされている。第4学習モデル144は児童相談に関する経過記録を入力した場合に、一時保護の必要性に関する判定情報を出力するよう学習された学習モデルであり、非熟練者によりアノテーションされている。 The third learning model 143 is a learning model that is trained to output judgment information regarding the necessity of temporary protection when a progress record regarding child consultation is input, and is annotated by an expert. The fourth learning model 144 is a learning model that is trained to output judgment information regarding the necessity of temporary protection when a progress record regarding child consultation is input, and is annotated by an unskilled person.

情報処理装置10は、児童相談所の職員のうち、熟練者がアノテーションした第3学習モデル143と、非熟練者がアノテーションした第4学習モデル144とを生成する。熟練者は、たとえば児童相談業務に関して一定の経験年数を有する職員であり、非熟練者は、たとえば児童相談業務に関して一定の経験年数に満たない職員である。第3学習モデル143および第4学習モデル144は、前述した第1学習モデル141と同様、児童相談に関する経過記録を入力した場合に、一時保護の必要性に関する判定情報を出力するよう学習されている。 The information processing device 10 generates a third learning model 143 annotated by an expert among the staff of the child guidance center, and a fourth learning model 144 annotated by an unskilled person. A skilled person is, for example, a staff member who has a certain number of years of experience in child counseling services, and an unskilled person is, for example, a staff member who has less than a certain number of years of experience in child counseling services. Like the first learning model 141 described above, the third learning model 143 and the fourth learning model 144 are trained to output judgment information regarding the necessity of temporary protection when a progress record regarding child consultation is input. .

情報処理装置10は、熟練者によりアノテーションされた第3学習モデル143と、非熟練者によりアノテーションされた第4学習モデル144とを補助記憶部14に記憶する。情報処理装置10は、第3学習モデル143および第4学習モデル144を読み出し、新規の経過記録をそれぞれの学習モデルに入力する。情報処理装置10は、第3学習モデル143および第4学習モデル144から出力される判定情報を取得する。 The information processing device 10 stores in the auxiliary storage unit 14 a third learning model 143 annotated by an expert and a fourth learning model 144 annotated by an unskilled person. The information processing device 10 reads the third learning model 143 and the fourth learning model 144, and inputs the new progress record to each learning model. The information processing device 10 acquires determination information output from the third learning model 143 and the fourth learning model 144.

一般に、熟練者がアノテーションした第3学習モデル143の方がより精度の高い判定情報を出力すると考えられる。そのため、各学習モデルが出力する判定情報が異なる場合に、情報処理装置10がアラートを出力し、一時保護の必要性の有無を検討する際の参考にする。これにより、職員はより多角的な視点で児童相談所の対応方針を判断することができる。一方で、各学習モデルが出力する判定情報が一致する場合には、情報処理装置10はアラートを出力しない。 Generally, it is thought that the third learning model 143 annotated by an expert will output more accurate determination information. Therefore, when the determination information output by each learning model is different, the information processing device 10 outputs an alert and uses it as a reference when considering whether temporary protection is necessary. This allows staff to judge the child guidance center's response policy from a more diverse perspective. On the other hand, if the determination information output by each learning model matches, the information processing device 10 does not output an alert.

上記のアラート出力処理のほか、次のように処理してもよい。たとえば、第3学習モデル143から出力された値が0.8(リスク8)、第4学習モデル144から出力された値が0.7(リスク7)、のように、各学習モデルから出力された値の差が所定値以内であれば、情報処理装置10はアラートを出力しなくてもよい。熟練者および非熟練者の間での判断内容に顕著な差がないためである。 In addition to the alert output processing described above, the following processing may be performed. For example, the value output from the third learning model 143 is 0.8 (risk 8), the value output from the fourth learning model 144 is 0.7 (risk 7), and so on. If the difference between the values is within a predetermined value, the information processing device 10 does not need to output an alert. This is because there is no significant difference in the content of judgments between experts and non-experts.

図16は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 16 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、熟練者がアノテーションした訓練データに基づき第3学習モデル143を生成する(ステップS901)。制御部11は、非熟練者がアノテーションした訓練データに基づき第4学習モデル144を生成する(ステップS902)。制御部11は、第3学習モデル143および第4学習モデル144を記憶する(ステップS903)。 The control unit 11 generates the third learning model 143 based on the training data annotated by the expert (step S901). The control unit 11 generates the fourth learning model 144 based on the training data annotated by an unskilled person (step S902). The control unit 11 stores the third learning model 143 and the fourth learning model 144 (step S903).

制御部11は、第3学習モデル143および第4学習モデルを読み出す(ステップS904)。制御部11は、児童相談に関する経過記録を取得する(ステップS905)。制御部11は、取得した経過記録を第3学習モデル143および第4学習モデル144に入力する(ステップS906)。 The control unit 11 reads the third learning model 143 and the fourth learning model (step S904). The control unit 11 acquires progress records regarding child consultation (step S905). The control unit 11 inputs the acquired progress record to the third learning model 143 and the fourth learning model 144 (step S906).

制御部11は、それぞれの学習モデルから出力された判定情報を取得する(ステップS907)。制御部11は、各判定情報が相違しているか否かを判定する(ステップS908)。 The control unit 11 acquires the determination information output from each learning model (step S907). The control unit 11 determines whether the pieces of determination information are different (step S908).

各判定情報が相違している場合(ステップS908:YES)、制御部11は、アラートを出力する(ステップS909)。各判定情報が相違していない場合(ステップS908:NO)、制御部11は、アラートを出力せずに判定情報を出力する(ステップS910)。制御部11は、一連の処理を終了する。 If the pieces of determination information are different (step S908: YES), the control unit 11 outputs an alert (step S909). If the pieces of judgment information are not different (step S908: NO), the control unit 11 outputs the judgment information without outputting an alert (step S910). The control unit 11 ends the series of processing.

以上、実施の形態4によれば、異なるグループごとに学習モデルをアノテーションすることで、職員が総合的に一時保護の必要性の有無を判断することができる。 As described above, according to the fourth embodiment, by annotating the learning model for each different group, the staff can comprehensively judge whether temporary protection is necessary.

[実施の形態5]
実施の形態5では、家庭復帰するか否かを判定する第5学習モデル145について説明する。
[Embodiment 5]
In Embodiment 5, a fifth learning model 145 that determines whether or not to return home will be described.

一時保護に至った後、職員は親に対して子どもへの接し方等の指導をおこなう。職員は、指導を受けた家庭の改善状況または一時保護所での子どもの様子等を鑑みて、子どもを家庭に戻す家庭復帰を慎重に検討する。一時保護の目的は子どもの生命を守ることであるが、親子が離れた生活をすることにより、その子どもの健全な発育に影響を及ぼす可能性がある。こうした状況の下、職員は子どもの生命と家庭での健全な発育とを天秤にかけねばならず、難しい判断に迫られる。 After the child is placed in temporary custody, staff members provide guidance to the parents on how to interact with the child. Staff carefully consider whether to return the child to the home, taking into consideration the improvement status of the family that received the guidance and the child's condition at the temporary shelter. The purpose of temporary protection is to protect the child's life, but if parents and children live apart, the child's healthy development may be affected. Under these circumstances, staff must weigh the child's life against the child's healthy development at home, and are forced to make difficult decisions.

そこで、一時保護後における職員の判断を支援すべく、家庭復帰するか否かを判定する第5学習モデル145を利用する。以下、第5学習モデル145の詳細について説明する。 Therefore, in order to support the staff's decision after temporary protection, the fifth learning model 145 is used to determine whether or not to return to the home. The details of the fifth learning model 145 will be explained below.

本実施の形態において、一時保護中の児童に関する経過記録が入力情報であり、家庭復帰の必要性に関する判定情報が出力情報である。当該経過記録には、児童相談を受けた際の情報に加え、一時保護後における家庭の様子または児童の様子が追記されている。当該判定情報には、たとえば家庭復帰の必要性の有無、家庭復帰の必要性の確率、または家庭復帰の必要性のレベル等の出力データが含まれる。 In this embodiment, the input information is the progress record regarding the child under temporary protection, and the output information is the determination information regarding the necessity of returning to the home. In addition to the information obtained when the child received consultation, the progress record includes information about the family situation and the child's situation after the child was temporarily taken into custody. The determination information includes output data such as whether there is a need to return to the home, the probability of the need to return to the home, or the level of the need to return to the home.

情報処理装置10は、「一時保護中の児童に関する経過記録」と「家庭復帰に至ったか否か」との組み合わせからなる複数の訓練データセットを用いて第5学習モデル145を生成する。具体的には、情報処理装置10は、第5学習モデル145から出力される値と実際の家庭復帰の結果とに差異が生じなくなるように、たとえば誤差逆伝播法を用いてパラメータを最適化し、最終的な第5学習モデル145を生成する。 The information processing device 10 generates the fifth learning model 145 using a plurality of training data sets consisting of a combination of "progress records regarding children in temporary care" and "whether the children have returned to their homes or not." Specifically, the information processing device 10 optimizes the parameters using, for example, an error backpropagation method so that there is no difference between the value output from the fifth learning model 145 and the actual result of returning home, A final fifth learning model 145 is generated.

情報処理装置10は、上記の第5学習モデル145を用いて、家庭復帰の判定処理をおこなう。また、情報処理装置10は、新規事例と類似した過去事例をコサイン類似度に基づいて抽出する。これらの詳細処理は、実施の形態1で説明した内容と重複するため省略する。 The information processing device 10 uses the fifth learning model 145 described above to perform a determination process for returning to the home. The information processing device 10 also extracts past cases similar to the new case based on cosine similarity. These detailed processes overlap with those described in Embodiment 1 and will therefore be omitted.

図17は、情報処理装置10が実行するプログラム140の処理手順を示すフローチャートである。情報処理装置10の制御部11は、プログラム140に基づき以下の処理を実行する。 FIG. 17 is a flowchart showing the processing procedure of the program 140 executed by the information processing device 10. The control unit 11 of the information processing device 10 executes the following processing based on the program 140.

制御部11は、一時保護中の児童に関する経過記録を取得する(ステップS1001)。制御部11は、第5学習モデル145を読み出す(ステップS1002)。制御部11は、取得した経過記録を第5学習モデル145に入力する(ステップS1003)。制御部11は、第5学習モデル145が出力した値を取得する(ステップS1004)。 The control unit 11 acquires progress records regarding the child under temporary protection (step S1001). The control unit 11 reads out the fifth learning model 145 (step S1002). The control unit 11 inputs the acquired progress record to the fifth learning model 145 (step S1003). The control unit 11 acquires the value output by the fifth learning model 145 (step S1004).

制御部11は、取得した値と、あらかじめ設定された閾値とを比較して、取得した値が閾値以上であるか否かを判定する(ステップS1005)。閾値以上である場合(ステップS1005:YES)、制御部11は、家庭復帰の必要性ありと特定し、相談事例IDに対応付けて児童相談所DB150に記憶する(ステップS1006)。一方、閾値以上ではない場合(ステップS1005:NO)、制御部11は、家庭復帰の必要性なしと特定し、相談事例IDに対応付けて児童相談所DB150に記憶する(ステップS1007)。 The control unit 11 compares the acquired value with a preset threshold and determines whether the acquired value is greater than or equal to the threshold (step S1005). If it is equal to or greater than the threshold (step S1005: YES), the control unit 11 specifies that there is a need to return to the home, and stores it in the child guidance center DB 150 in association with the consultation case ID (step S1006). On the other hand, if it is not above the threshold (step S1005: NO), the control unit 11 specifies that there is no need to return to the home, and stores it in the child guidance center DB 150 in association with the consultation case ID (step S1007).

制御部11は、児童相談所DB150から本事例と類似した経過記録をコサイン類似度に基づいて抽出する(ステップS1008)。制御部11は、相談事例IDに対応する家庭復帰の必要性の有無およびインジケーターを表示部15に表示させる(ステップS1009)。制御部11は、Attention機構により、判定情報の出力に寄与した経過記録の一部分を特定して強調表示する(ステップS1010)。制御部11は、一連の処理を終了する。 The control unit 11 extracts progress records similar to this case from the child guidance center DB 150 based on cosine similarity (step S1008). The control unit 11 causes the display unit 15 to display whether or not there is a need for returning home and an indicator corresponding to the consultation case ID (step S1009). The control unit 11 uses the attention mechanism to identify and highlight a portion of the progress record that contributed to the output of the determination information (step S1010). The control unit 11 ends the series of processing.

以上、実施の形態1から実施の形態5によれば、情報処理装置10は、学習モデルに経過記録を入力することで得られた判定情報を出力させて、職員の児童相談に係る業務を支援することができる。 As described above, according to Embodiments 1 to 5, the information processing device 10 outputs judgment information obtained by inputting progress records into a learning model to support staff in their work related to child consultation. can do.

今回開示された実施の形態はすべての点において例示であり、制限的なものではない。本発明の技術的範囲は上記のように開示された意味ではなく、特許請求の範囲の記載に基づいて定められ、特許請求の範囲と均等の意味および範囲内において、すべての変更が含まれる。 The embodiments disclosed herein are illustrative in all respects and are not restrictive. The technical scope of the present invention is not defined in the meaning disclosed above, but is determined based on the description of the claims, and includes all changes within the meaning and range equivalent to the claims.

各実施形態に記載した事項は相互に組み合わせることができる。また、特許請求の範囲に記載した独立請求項および従属請求項は、引用形式に関わらず全てのあらゆる組み合わせにおいて、相互に組み合わせることができる。さらに、特許請求の範囲には他の2以上のクレームを引用するクレームを記載する形式(マルチクレーム形式)を用いているが、これに限るものではない。マルチクレームを少なくとも一つ引用するマルチクレーム(マルチマルチクレーム)を記載する形式を用いて記載してもよい。 Items described in each embodiment can be combined with each other. Moreover, the independent claims and dependent claims recited in the appended claims may be combined with each other in any and all combinations, regardless of the form in which they are cited. Further, although the scope of claims uses a format in which claims refer to two or more other claims (multi-claim format), the invention is not limited to this format. It may be written using a multi-claim format that cites at least one multi-claim.

10 情報処理装置
10a 可搬型記憶媒体
11 制御部
12 主記憶部
13 通信部
14 補助記憶部
15 表示部
16 入力部
140 プログラム(プログラム製品)
141 第1学習モデル
142 第2学習モデル
143 第3学習モデル
144 第4学習モデル
145 第5学習モデル
150 児童相談所DB
200 チェックボックス
201 ドロップダウン
10 Information processing device 10a Portable storage medium 11 Control unit 12 Main storage unit 13 Communication unit 14 Auxiliary storage unit 15 Display unit 16 Input unit 140 Program (program product)
141 1st learning model 142 2nd learning model 143 3rd learning model 144 4th learning model 145 5th learning model 150 Child Guidance Center DB
200 Checkbox 201 Dropdown

Claims (10)

複数の文により構成される文章データを取得し、
取得した前記文章データから一文を複数抽出し、
抽出した複数の一文のそれぞれと、複数の判定用項目のそれぞれに対応付けてある複数のモデル文のそれぞれとの類似度を算出し、
前記複数の判定用項目のそれぞれにおいて、抽出した前記一文のそれぞれについて算出した前記複数のモデル文との類似度に基づき、前記文章データから抽出した複数の一文の中から、前記判定用項目に関連する所定数の一文を決定し、
前記判定用項目のそれぞれについて決定した前記所定数の一文を出力する
処理をコンピュータに実行させるプログラム。
Obtain text data consisting of multiple sentences,
Extract multiple sentences from the acquired text data,
Calculate the degree of similarity between each of the multiple extracted sentences and each of the multiple model sentences associated with each of the multiple judgment items,
In each of the plurality of judgment items, based on the degree of similarity with the plurality of model sentences calculated for each of the extracted sentences, a sentence related to the judgment item is selected from among the plurality of sentences extracted from the text data. determine a predetermined number of sentences,
A program that causes a computer to execute a process of outputting the predetermined number of sentences determined for each of the determination items.
複数の文により構成される文章データを取得し、
取得した前記文章データから一文を複数抽出し、
複数の判定用項目のそれぞれに対応付けてある複数のモデル文に共通する項目ベクトルであって、前記複数のモデル文をベクトル化して得られたベクトルに基づいて特定された項目ベクトルを取得し、
前記判定用項目のモデル文に共通する前記項目ベクトルと、前記判定用項目のそれぞれのモデル文をベクトル化して得られたベクトルとに基づき、前記それぞれのモデル文の合成ベクトルを特定し、
抽出した複数の一文のそれぞれをベクトル化して得られたベクトルと、前記判定用項目に対応付けてある前記複数のモデル文のそれぞれの合成ベクトルとの類似度を算出し、
前記複数の判定用項目のそれぞれにおいて、抽出した前記一文のそれぞれについて算出した前記複数のモデル文の合成ベクトルとの類似度に基づき、前記文章データから抽出した複数の一文の中から、前記判定用項目に関連する所定数の一文を決定し、
前記判定用項目のそれぞれについて決定した前記所定数の一文を出力する
処理をコンピュータに実行させるプログラム。
Obtain text data consisting of multiple sentences,
Extract multiple sentences from the acquired text data,
obtaining an item vector that is common to a plurality of model sentences associated with each of a plurality of judgment items and that is identified based on a vector obtained by vectorizing the plurality of model sentences;
Identifying a composite vector of each of the model sentences based on the item vector common to the model sentences of the judgment item and a vector obtained by vectorizing each model sentence of the judgment item,
Calculating the degree of similarity between a vector obtained by vectorizing each of the extracted sentences and a composite vector of each of the plurality of model sentences associated with the judgment item,
In each of the plurality of judgment items, the judgment item is selected from among the plurality of sentences extracted from the text data based on the degree of similarity with the composite vector of the plurality of model sentences calculated for each of the extracted sentences. Determine a predetermined number of sentences related to the item,
A program that causes a computer to execute a process of outputting the predetermined number of sentences determined for each of the determination items.
前記複数の判定用項目のそれぞれについて決定した前記所定数の一文を、前記所定数の一文のそれぞれについて算出した類似度が高い順に表示する
処理を前記コンピュータに実行させる請求項1または請求項2に記載のプログラム。
Claim 1 or Claim 2, wherein the computer executes a process of displaying the predetermined number of sentences determined for each of the plurality of judgment items in descending order of similarity calculated for each of the predetermined number of sentences. Programs listed.
前記判定用項目のそれぞれに対応付けて前記所定数の一文を表示した状態で、前記判定用項目のそれぞれに対する評価値を受け付ける
処理を前記コンピュータに実行させる請求項3に記載のプログラム。
4. The program according to claim 3, which causes the computer to execute a process of accepting evaluation values for each of the determination items while displaying the predetermined number of sentences in association with each of the determination items.
前記判定用項目のそれぞれについて複数の評価値のそれぞれに対する評価内容が表示されたアセスメントシートに対して、前記判定用項目のそれぞれに対して受け付けた評価値に対応する評価内容を、前記評価値に応じて強調表示する
処理を前記コンピュータに実行させる請求項4に記載のプログラム。
For the assessment sheet in which evaluation contents for each of the plurality of evaluation values are displayed for each of the evaluation items, the evaluation contents corresponding to the evaluation values received for each of the evaluation items are added to the evaluation values. 5. The program according to claim 4, which causes the computer to perform a process of highlighting the display in accordance with the display.
取得した文章データに対して、類似度の高い文章データを抽出し、
抽出した類似度の高い複数の文章データを出力する
処理を前記コンピュータに実行させる請求項1または請求項2に記載のプログラム。
Extract text data with a high degree of similarity from the obtained text data,
The program according to claim 1 or 2, which causes the computer to execute a process of outputting a plurality of extracted text data having a high degree of similarity.
複数の文により構成される文章データを取得し、
取得した前記文章データから一文を複数抽出し、
抽出した複数の一文のそれぞれと、複数の判定用項目のそれぞれに対応付けてある複数のモデル文のそれぞれとの類似度を算出し、
前記複数の判定用項目のそれぞれにおいて、抽出した前記一文のそれぞれについて算出した前記複数のモデル文との類似度に基づき、前記文章データから抽出した複数の一文の中から、前記判定用項目に関連する所定数の一文を決定し、
前記判定用項目のそれぞれについて決定した前記所定数の一文を出力する
処理をコンピュータが実行する情報処理方法。
Obtain text data consisting of multiple sentences,
Extract multiple sentences from the acquired sentence data,
Calculate the degree of similarity between each of the multiple extracted sentences and each of the multiple model sentences associated with each of the multiple judgment items,
In each of the plurality of judgment items, based on the degree of similarity with the plurality of model sentences calculated for each of the extracted sentences, a sentence related to the judgment item is selected from among the plurality of sentences extracted from the text data. determine a predetermined number of sentences,
An information processing method in which a computer executes a process of outputting the predetermined number of sentences determined for each of the determination items.
制御部を有する情報処理装置において、
前記制御部は、
複数の文により構成される文章データを取得し、
取得した前記文章データから一文を複数抽出し、
抽出した複数の一文のそれぞれと、複数の判定用項目のそれぞれに対応付けてある複数のモデル文のそれぞれとの類似度を算出し、
前記複数の判定用項目のそれぞれにおいて、抽出した前記一文のそれぞれについて算出した前記複数のモデル文との類似度に基づき、前記文章データから抽出した複数の一文の中から、前記判定用項目に関連する所定数の一文を決定し、
前記判定用項目のそれぞれについて決定した前記所定数の一文を出力する
情報処理装置。
In an information processing device having a control unit,
The control unit includes:
Obtain text data consisting of multiple sentences,
Extract multiple sentences from the acquired text data,
Calculate the degree of similarity between each of the multiple extracted sentences and each of the multiple model sentences associated with each of the multiple judgment items,
In each of the plurality of judgment items, based on the degree of similarity with the plurality of model sentences calculated for each of the extracted sentences, a sentence related to the judgment item is selected from among the plurality of sentences extracted from the text data. determine a predetermined number of sentences,
An information processing device that outputs the predetermined number of sentences determined for each of the determination items.
複数の文により構成される文章データを取得し、
取得した前記文章データから一文を複数抽出し、
複数の判定用項目のそれぞれに対応付けてある複数のモデル文に共通する項目ベクトルであって、前記複数のモデル文をベクトル化して得られたベクトルに基づいて特定された項目ベクトルを取得し、
前記判定用項目のモデル文に共通する前記項目ベクトルと、前記判定用項目のそれぞれのモデル文をベクトル化して得られたベクトルとに基づき、前記それぞれのモデル文の合成ベクトルを特定し、
抽出した複数の一文のそれぞれをベクトル化して得られたベクトルと、前記判定用項目に対応付けてある前記複数のモデル文のそれぞれの合成ベクトルとの類似度を算出し、
前記複数の判定用項目のそれぞれにおいて、抽出した前記一文のそれぞれについて算出した前記複数のモデル文の合成ベクトルとの類似度に基づき、前記文章データから抽出した複数の一文の中から、前記判定用項目に関連する所定数の一文を決定し、
前記判定用項目のそれぞれについて決定した前記所定数の一文を出力する
処理をコンピュータが実行する情報処理方法。
Obtain text data consisting of multiple sentences,
Extract multiple sentences from the acquired text data,
obtaining an item vector that is common to a plurality of model sentences associated with each of a plurality of judgment items and that is identified based on a vector obtained by vectorizing the plurality of model sentences;
Identifying a composite vector of each of the model sentences based on the item vector common to the model sentences of the judgment item and a vector obtained by vectorizing each model sentence of the judgment item,
Calculating the degree of similarity between a vector obtained by vectorizing each of the extracted sentences and a composite vector of each of the plurality of model sentences associated with the judgment item,
In each of the plurality of judgment items, the judgment item is selected from among the plurality of sentences extracted from the text data based on the degree of similarity with the composite vector of the plurality of model sentences calculated for each of the extracted sentences. Determine a predetermined number of sentences related to the item,
An information processing method in which a computer executes a process of outputting the predetermined number of sentences determined for each of the determination items.
制御部を有する情報処理装置において、
前記制御部は、
複数の文により構成される文章データを取得し、
取得した前記文章データから一文を複数抽出し、
複数の判定用項目のそれぞれに対応付けてある複数のモデル文に共通する項目ベクトルであって、前記複数のモデル文をベクトル化して得られたベクトルに基づいて特定された項目ベクトルを取得し、
前記判定用項目のモデル文に共通する前記項目ベクトルと、前記判定用項目のそれぞれのモデル文をベクトル化して得られたベクトルとに基づき、前記それぞれのモデル文の合成ベクトルを特定し、
抽出した複数の一文のそれぞれをベクトル化して得られたベクトルと、前記判定用項目に対応付けてある前記複数のモデル文のそれぞれの合成ベクトルとの類似度を算出し、
前記複数の判定用項目のそれぞれにおいて、抽出した前記一文のそれぞれについて算出した前記複数のモデル文の合成ベクトルとの類似度に基づき、前記文章データから抽出した複数の一文の中から、前記判定用項目に関連する所定数の一文を決定し、
前記判定用項目のそれぞれについて決定した前記所定数の一文を出力する
情報処理装置。
In an information processing device having a control unit,
The control unit includes:
Obtain text data consisting of multiple sentences,
Extract multiple sentences from the acquired text data,
obtaining an item vector that is common to a plurality of model sentences associated with each of a plurality of judgment items and that is identified based on a vector obtained by vectorizing the plurality of model sentences;
Identifying a composite vector of each of the model sentences based on the item vector common to the model sentences of the judgment item and a vector obtained by vectorizing each model sentence of the judgment item,
Calculating the degree of similarity between a vector obtained by vectorizing each of the extracted sentences and a composite vector of each of the plurality of model sentences associated with the judgment item,
In each of the plurality of judgment items, the judgment item is selected from among the plurality of sentences extracted from the text data based on the degree of similarity with the composite vector of the plurality of model sentences calculated for each of the extracted sentences. Determine a predetermined number of sentences related to the item,
An information processing device that outputs the predetermined number of sentences determined for each of the determination items.
JP2023200078A 2022-09-05 2023-11-27 Program, information processing method, and information processing device Active JP7442246B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023200078A JP7442246B1 (en) 2022-09-05 2023-11-27 Program, information processing method, and information processing device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2022140960A JP7442217B1 (en) 2022-09-05 2022-09-05 Program, information processing method, and information processing device
JP2023200078A JP7442246B1 (en) 2022-09-05 2023-11-27 Program, information processing method, and information processing device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2022140960A Division JP7442217B1 (en) 2022-09-05 2022-09-05 Program, information processing method, and information processing device

Publications (2)

Publication Number Publication Date
JP7442246B1 true JP7442246B1 (en) 2024-03-04
JP2024036315A JP2024036315A (en) 2024-03-15

Family

ID=90096837

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2022140960A Active JP7442217B1 (en) 2022-09-05 2022-09-05 Program, information processing method, and information processing device
JP2023200078A Active JP7442246B1 (en) 2022-09-05 2023-11-27 Program, information processing method, and information processing device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2022140960A Active JP7442217B1 (en) 2022-09-05 2022-09-05 Program, information processing method, and information processing device

Country Status (1)

Country Link
JP (2) JP7442217B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015103026A (en) 2013-11-25 2015-06-04 株式会社日立システムズ School student support system
JP2020184185A (en) 2019-05-08 2020-11-12 国立研究開発法人産業技術総合研究所 Information processing method and device in child consultation office
JP2021026358A (en) 2019-07-31 2021-02-22 都築電気株式会社 Method and device for predicting discharge date using machine learning
JP2021096836A (en) 2019-12-16 2021-06-24 Assest株式会社 Bullying indication determination program and system, and bullying determination program and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015103026A (en) 2013-11-25 2015-06-04 株式会社日立システムズ School student support system
JP2020184185A (en) 2019-05-08 2020-11-12 国立研究開発法人産業技術総合研究所 Information processing method and device in child consultation office
JP2021026358A (en) 2019-07-31 2021-02-22 都築電気株式会社 Method and device for predicting discharge date using machine learning
JP2021096836A (en) 2019-12-16 2021-06-24 Assest株式会社 Bullying indication determination program and system, and bullying determination program and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
プライムオンライン編集部, 児童虐待の「緊急性」を膨大な相談記録からすぐに解析…どんな仕組みか開発元に聞いた,[Online],FNNプライムオンライン,2020年06月30日,インターネット<URL: https://www.fnn.jp/articles/-/55089>,[検索日:2023年3月31日]
佐藤 拓実,大規模合意形成支援システムD-AgreeにおけるBERTを用いた不適切発言フィルタリングの精度向上の,情報処理学会 研究報告 セキュリティ心理学とトラスト(SPT) 2021-SPT-042 [onli,日本,情報処理学会,2021年05月03日,1~7 ページ,[ISSN]2188-8671

Also Published As

Publication number Publication date
JP7442217B1 (en) 2024-03-04
JP2024036315A (en) 2024-03-15
JP2024036185A (en) 2024-03-15

Similar Documents

Publication Publication Date Title
Da The computational case against computational literary studies
CN112131366B (en) Method, device and storage medium for training text classification model and text classification
JP6753707B2 (en) Artificial intelligence system that supports communication
WO2021093821A1 (en) Intelligent assistant evaluation and recommendation methods, system, terminal, and readable storage medium
Sundararajan et al. Multi‐Rule Based Ensemble Feature Selection Model for Sarcasm Type Detection in Twitter
US11501080B2 (en) Sentence phrase generation
US20180025303A1 (en) System and method for computerized predictive performance analysis of natural language
CN104714931B (en) For selecting the method and system to represent tabular information
CN111444709A (en) Text classification method, device, storage medium and equipment
US20190073420A1 (en) System for creating a reasoning graph and for ranking of its nodes
US10303766B2 (en) System and method for supplementing a question answering system with mixed-language source documents
Shah et al. Sentimental Analysis Using Supervised Learning Algorithms
Bauer et al. # MeTooMaastricht: Building a chatbot to assist survivors of sexual harassment
US20230315994A1 (en) Natural Language Processing for Addressing Bias
Chan et al. Question-answering dialogue system for emergency operations
Liu et al. Interpretability of computational models for sentiment analysis
CN118378148A (en) Training method of multi-label classification model, multi-label classification method and related device
Marivate et al. An intelligent multi-agent recommender system for human capacity building
Eligüzel Analyzing society anti-vaccination attitudes towards COVID-19: combining latent dirichlet allocation and fuzzy association rule mining with a fuzzy cognitive map
Chiu et al. Detecting COVID-19 fake news on twitter: followers, emotions, relationships, and uncertainty
JP7442246B1 (en) Program, information processing method, and information processing device
Raundale et al. Dialog prediction in institute admission: A deep learning way
Kushwaha A Futuristic Perspective on Artificial Intelligence
KR20230049486A (en) Political tendency analysis device and service providing method using the same
Anushka et al. Healbot: NLP-based health care assistant for global pandemics

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20231127

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20231127

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240116

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240213

R150 Certificate of patent or registration of utility model

Ref document number: 7442246

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150