JP7707053B2 - 情報処理装置、情報処理方法及び情報処理プログラム - Google Patents
情報処理装置、情報処理方法及び情報処理プログラム Download PDFInfo
- Publication number
- JP7707053B2 JP7707053B2 JP2021207602A JP2021207602A JP7707053B2 JP 7707053 B2 JP7707053 B2 JP 7707053B2 JP 2021207602 A JP2021207602 A JP 2021207602A JP 2021207602 A JP2021207602 A JP 2021207602A JP 7707053 B2 JP7707053 B2 JP 7707053B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- learning
- model
- output
- information processing
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
- G06F40/216—Parsing using statistical methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
- G06N3/0455—Auto-encoder networks; Encoder-decoder networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/289—Phrasal analysis, e.g. finite state techniques or chunking
- G06F40/295—Named entity recognition
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/30—Semantic analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/096—Transfer learning
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Evolutionary Computation (AREA)
- Data Mining & Analysis (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Biophysics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Probability & Statistics with Applications (AREA)
- Machine Translation (AREA)
- Image Analysis (AREA)
Description
RBERT=(0.8+0.9+0.2+0.7+0.9+0.6+0.5)/7=0.657
QBERT=(0.8+0.9+0.8+0.9+0.4+0.3+0.6+0.5)/8=0.650
FBERT=2×(0.650×0.657)/(0.650+0.657)=0.653
7 レポートサーバ
8 レポートDB
9 ネットワーク
10 情報処理装置
21 CPU
22 記憶部
23 メモリ
24 ディスプレイ
25 入力部
26 ネットワークI/F
27 情報処理プログラム
28 バス
30 取得部
32 導出部
34 学習部
36 制御部
40 エンコーダ
42 デコーダ
D 学習用データ
M、M01~M2n2 固有表現抽出モデル
MT、MT1~MTn 教師モデル
MS 生徒モデル
U サンプルデータ
X 入力系列
Y 出力系列
Claims (15)
- 少なくとも1つのプロセッサを備え、
前記プロセッサは、
学習済みの教師モデルの学習に用いられた学習用データと、予め定められたサンプルデータと、に基づいて前記教師モデルの信頼度を導出し、
前記サンプルデータを前記教師モデルに入力して得られる出力データと、前記信頼度と、に基づいて出力ターゲットを導出し、
前記サンプルデータを生徒モデルに入力して得られる出力データが、前記出力ターゲットに近づくよう前記生徒モデルを学習させる
情報処理装置。 - 前記プロセッサは、
互いに異なる複数の前記教師モデルのそれぞれについて前記信頼度を導出し、
前記サンプルデータを前記複数の教師モデルのそれぞれに入力して得られる複数の出力データに対する前記信頼度に応じた重み付き平均を、前記出力ターゲットとして導出する
請求項1に記載の情報処理装置。 - 前記プロセッサは、
前記学習用データと前記サンプルデータとの類似度に基づいて、前記信頼度を導出する
請求項1又は請求項2に記載の情報処理装置。 - 前記プロセッサは、
前記学習用データが複数ある場合、前記学習用データごとに前記サンプルデータとの類似度を導出し、
前記学習用データごとに導出された全ての前記類似度の平均に基づいて、前記信頼度を導出する
請求項3に記載の情報処理装置。 - 前記プロセッサは、
前記学習用データが複数ある場合、前記学習用データごとに前記サンプルデータとの類似度を導出し、
前記学習用データごとに導出された全ての前記類似度のうち、前記類似度が高い方から順に予め定められた数だけ選択される前記類似度の平均に基づいて、前記信頼度を導出する
請求項3に記載の情報処理装置。 - 前記学習用データは、学習用入力データと、当該学習用入力データが前記教師モデルに入力された場合の出力データとしての学習用正解データと、の組合せを含み、
前記プロセッサは、
前記学習用入力データを前記教師モデルに入力して得られる出力データの、前記学習用正解データに対する誤差の大きさを表す損失値に基づいて、前記信頼度を導出する
請求項1から請求項5の何れか1項に記載の情報処理装置。 - 前記プロセッサは、
評価用入力データと、当該評価用入力データが前記教師モデルに入力された場合の出力データとしての評価用正解データと、の組合せを含む評価用データに含まれる前記評価用入力データを前記教師モデルに入力して得られる出力データの、前記評価用正解データに対する一致度合を表す評価値に基づいて、前記信頼度を導出する
請求項1から請求項6の何れか1項に記載の情報処理装置。 - 前記プロセッサは、
前記サンプルデータを前記生徒モデルに入力して得られる出力データの、前記出力ターゲットに対する誤差の大きさを表す損失値を最小化するよう前記生徒モデルを学習させる
請求項1から請求項7の何れか1項に記載の情報処理装置。 - 前記プロセッサは、
前記損失値を、交差エントロピー、カルバック・ライブラー情報量及び平均二乗誤差の少なくとも1つの尺度を用いて導出する
請求項6又は8に記載の情報処理装置。 - 前記教師モデル及び前記生徒モデルは、入力をテキストデータとし、出力を前記テキストデータに含まれる文字ごとの分類とするモデルであり、
前記学習用データは、テキストデータと、当該テキストデータに含まれる文字ごとの分類と、の組合せを含み、
前記サンプルデータは、テキストデータを含む
請求項1から請求項9の何れか1項に記載の情報処理装置。 - 前記プロセッサは、
前記学習用データに含まれる前記テキストデータと、前記サンプルデータに含まれる前記テキストデータと、の意味、構造及び出現単語の少なくとも1つに関する類似度に基づいて、前記信頼度を導出する
請求項10に記載の情報処理装置。 - 前記教師モデル及び前記生徒モデルは、入力をテキストデータとし、出力を前記テキストデータに含まれる文字ごとに付与される、当該文字が表す固有表現の種類を示すNEラベルの確率分布とするモデルであり、
前記プロセッサは、
前記サンプルデータを前記教師モデルに入力して得られる前記NEラベルの確率分布と、前記信頼度と、に基づいて出力ターゲットを導出し、
前記サンプルデータを前記生徒モデルに入力して得られる前記NEラベルの確率分布が、前記出力ターゲットに近づくよう前記生徒モデルを学習させる
請求項10又は11に記載の情報処理装置。 - 前記教師モデル及び前記生徒モデルは、入力をテキストデータとし、出力を前記テキストデータに含まれる文字ごとに付与される、当該文字が固有表現の開始位置、内部位置及び外部位置の何れに相当するかを示すBIOラベルの確率分布とするモデルであり、
前記プロセッサは、
前記サンプルデータを前記教師モデルに入力して得られる前記BIOラベルの確率分布と、前記信頼度と、に基づいて出力ターゲットを導出し、
前記サンプルデータを前記生徒モデルに入力して得られる前記BIOラベルの確率分布が、前記出力ターゲットに近づくよう前記生徒モデルを学習させる
請求項10から請求項12の何れか1項に記載の情報処理装置。 - 学習済みの教師モデルの学習に用いられた学習用データと、予め定められたサンプルデータと、に基づいて前記教師モデルの信頼度を導出し、
前記サンプルデータを前記教師モデルに入力して得られる出力データと、前記信頼度と、に基づいて出力ターゲットを導出し、
前記サンプルデータを生徒モデルに入力して得られる出力データが、前記出力ターゲットに近づくよう前記生徒モデルを学習させる
処理を含む情報処理方法。 - 学習済みの教師モデルの学習に用いられた学習用データと、予め定められたサンプルデータと、に基づいて前記教師モデルの信頼度を導出し、
前記サンプルデータを前記教師モデルに入力して得られる出力データと、前記信頼度と、に基づいて出力ターゲットを導出し、
前記サンプルデータを生徒モデルに入力して得られる出力データが、前記出力ターゲットに近づくよう前記生徒モデルを学習させる
処理をコンピュータに実行させるための情報処理プログラム。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021207602A JP7707053B2 (ja) | 2021-12-21 | 2021-12-21 | 情報処理装置、情報処理方法及び情報処理プログラム |
| US18/066,281 US20230196074A1 (en) | 2021-12-21 | 2022-12-15 | Information processing apparatus, information processing method, and information processing program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021207602A JP7707053B2 (ja) | 2021-12-21 | 2021-12-21 | 情報処理装置、情報処理方法及び情報処理プログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023092387A JP2023092387A (ja) | 2023-07-03 |
| JP7707053B2 true JP7707053B2 (ja) | 2025-07-14 |
Family
ID=86768426
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021207602A Active JP7707053B2 (ja) | 2021-12-21 | 2021-12-21 | 情報処理装置、情報処理方法及び情報処理プログラム |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20230196074A1 (ja) |
| JP (1) | JP7707053B2 (ja) |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2019215861A (ja) | 2018-06-13 | 2019-12-19 | 富士通株式会社 | ナレッジ・トランスファー方法、情報処理装置及び記憶媒体 |
| WO2021195689A1 (en) | 2020-04-03 | 2021-10-07 | Presagen Pty Ltd | Method for artificial intelligence (ai) model selection |
-
2021
- 2021-12-21 JP JP2021207602A patent/JP7707053B2/ja active Active
-
2022
- 2022-12-15 US US18/066,281 patent/US20230196074A1/en active Pending
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2019215861A (ja) | 2018-06-13 | 2019-12-19 | 富士通株式会社 | ナレッジ・トランスファー方法、情報処理装置及び記憶媒体 |
| WO2021195689A1 (en) | 2020-04-03 | 2021-10-07 | Presagen Pty Ltd | Method for artificial intelligence (ai) model selection |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023092387A (ja) | 2023-07-03 |
| US20230196074A1 (en) | 2023-06-22 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US12170133B2 (en) | Automated information extraction and enrichment in pathology report using natural language processing | |
| US10902588B2 (en) | Anatomical segmentation identifying modes and viewpoints with deep learning across modalities | |
| EP3567605B1 (en) | STRUCTURED REPORT DATA FROM A MEDICAL TEXT REPORT | |
| WO2023204944A1 (en) | Training of text and image models | |
| CN107644011B (zh) | 用于细粒度医疗实体提取的系统和方法 | |
| CN109426834B (zh) | 信息处理装置、信息处理方法和信息处理系统 | |
| Bu et al. | Instance-level expert knowledge and aggregate discriminative attention for radiology report generation | |
| US12243636B2 (en) | Apparatus and method for diagnosing a medical condition from a medical image | |
| WO2018176035A1 (en) | Method and system of building hospital-scale chest x-ray database for entity extraction and weakly-supervised classification and localization of common thorax diseases | |
| US11468989B2 (en) | Machine-aided dialog system and medical condition inquiry apparatus and method | |
| CN115190999B (zh) | 使用对比损失对分布外的数据进行分类 | |
| CN116759074A (zh) | 多轮会话式医学影像分析模型的训练方法及应用 | |
| US20250285718A1 (en) | Systems and methods for automatic medical report generation | |
| JP2024054748A (ja) | 言語特徴抽出モデルの生成方法、情報処理装置、情報処理方法及びプログラム | |
| CN120221058A (zh) | 基于多模态知识图谱与大语言模型的中医康复诊断系统 | |
| CN114446422A (zh) | 病案标化方法、系统及相应设备和存储介质 | |
| Ucan et al. | Generating medical reports with a novel deep learning architecture | |
| CN110706200B (zh) | 数据预测的方法及装置 | |
| CN119889644A (zh) | 医疗影像问答方法及计算机设备 | |
| CN112329461B (zh) | 相似病历确定方法、计算机设备及计算机存储介质 | |
| JP7718915B2 (ja) | 学習装置、方法およびプログラム、並びに情報処理装置、方法およびプログラム | |
| JP7707053B2 (ja) | 情報処理装置、情報処理方法及び情報処理プログラム | |
| US20240070544A1 (en) | Model generation apparatus, document generation apparatus, model generation method, document generation method, and program | |
| CN115910327B (zh) | 小样本癌症事件分析方法、装置、设备以及存储介质 | |
| EP2798608A1 (en) | Bioimaging grid |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240909 |
|
| 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: 20250610 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20250611 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250702 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7707053 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |