JP7766995B1 - Content generation system, method, and program - Google Patents

Content generation system, method, and program

Info

Publication number
JP7766995B1
JP7766995B1 JP2025125418A JP2025125418A JP7766995B1 JP 7766995 B1 JP7766995 B1 JP 7766995B1 JP 2025125418 A JP2025125418 A JP 2025125418A JP 2025125418 A JP2025125418 A JP 2025125418A JP 7766995 B1 JP7766995 B1 JP 7766995B1
Authority
JP
Japan
Prior art keywords
generation system
content generation
content
stage
convergence
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
JP2025125418A
Other languages
Japanese (ja)
Inventor
弘明 長島
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2025125418A priority Critical patent/JP7766995B1/en
Application granted granted Critical
Publication of JP7766995B1 publication Critical patent/JP7766995B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Machine Translation (AREA)

Abstract

【課題】上記従来技術の課題を踏まえ、平均的に高品質かつばらつきの少ないコンテンツ生成を同時に実現し、さらに運用中にシステム自体が自律的に継続して最適化を図ることを目的とする。【解決手段】本発明は請求項1から3に記載の構成によって上記課題を解決する。特に、1.ステージ毎の自己評価ベクトルS、2.オンライン重み学習部によるW更新、3.σの収束判定と3値ゲート判定、4.これらをループさせる制御ロジックを必須構成とする点に特徴がある。【選択図】図1[Problem] In light of the problems with the prior art, the objective is to simultaneously realize content generation that is high quality on average and has little variation, and furthermore, for the system itself to autonomously and continuously optimize itself during operation. [Solution] The present invention solves the above problems with the configurations described in claims 1 to 3. In particular, the essential components of the system are: 1. self-evaluation vector S for each stage, 2. W update by an online weight learning unit, 3. σ convergence judgment and ternary gate judgment, and 4. control logic that loops these. [Selected Figure] Figure 1

Description

本発明は、複数の異種 LLM を協調動作させてテキスト又はマルチモーダル・コンテンツを自動生成し、その品質を動的に学習・定量評価するコンテンツ生成技術に関する。特に、AI ワークフロー管理、自己評価スコアリング、オンライン重み学習及び3値ゲート判定を含むシステム・方法に適用される。 This invention relates to content generation technology that automatically generates text or multimodal content by coordinating multiple heterogeneous LLMs and dynamically learning and quantitatively evaluating its quality. In particular, it applies to systems and methods including AI workflow management, self-evaluation scoring, online weight learning, and ternary gate judgment.

単一 LLM を用いた生成は広く行われているが、モデル特性やプロンプトの揺らぎにより品質が安定せず、従来は (i) 客観的指標が不足し、(ii) テスト→手動チューニングの反復が必要で運用コストが高かった。
AutoGen など複数 LLM を連携させるフレームワークや、LLM as a Judge に代表される自己採点技術が報告されている。しかし
・複数ステージの自己評価を統合する動的重み学習と、
・品質のばらつきを表す標準偏差収束条件に基づく ループ制御、
・3値の 公開/再生成/破棄ゲート を組み合わせた自動運用機構
・外部KPI(滞在時間・離脱率・検索順位等)を損失関数に直接組み込む構成
を一体として備えるシステムは開示されていない。
**外部 KPI はリアルタイム取得される非定常でノイズを含むデータであり、内部自己評価スコアとのスケール調整や遅延補正が必須となるため、単純に損失関数へ組み込むことは技術的に容易ではない。**
Although generation using a single LLM is widely used, the quality is unstable due to fluctuations in model characteristics and prompts. Traditionally, (i) objective indicators were lacking, and (ii) repeated testing and manual tuning were required, resulting in high operational costs.
Frameworks for linking multiple LLMs, such as AutoGen, and self-assessment techniques, such as LLM as a Judge, have been reported. However, dynamic weight learning, which integrates self-assessment at multiple stages, and
- Loop control based on the standard deviation convergence condition that represents the quality variation,
- No system has been disclosed that has an automated operation mechanism that combines three-value disclosure/regeneration/discard gates, and a configuration that directly incorporates external KPIs (duration, bounce rate, search ranking, etc.) into the loss function.
**External KPIs are non-stationary, noisy data acquired in real time, and require scaling and delay correction with the internal self-assessment score, making it technically difficult to simply incorporate them into a loss function.**

米国特許第11017780号明細書U.S. Patent No. 1,101,7780 米国特許第12111859号明細書U.S. Patent No. 12,111,859

Contentstack社ウェブサイト、2024年Contentstack website, 2024 Kontent.ai社ウェブサイト、2024年Kontent.ai website, 2024 CrafterCMS公式ドキュメント、2024年CrafterCMS official documentation, 2024

上記従来技術の課題を踏まえ、平均的に高品質かつばらつきの少ないコンテンツ生成を同時に実現し、さらに運用中にシステム自体が自律的に継続して最適化を図ることを目的とする。 In light of the issues with the conventional technology mentioned above, the goal is to simultaneously achieve content generation that is of generally high quality and has little variation, and for the system itself to continuously and autonomously optimize itself during operation.

本発明は請求項1から3に記載の構成によって上記課題を解決する。特に、
1.ステージ毎の自己評価ベクトルS、
2.オンライン重み学習部によるW更新、
3.σの収束判定と3値ゲート判定、
4.これらをループさせる制御ロジック
を必須構成とする点に特徴がある。
The present invention solves the above problems by providing the configurations set forth in claims 1 to 3. In particular,
1. Self-evaluation vector S for each stage,
2. Update W by online weight learning unit.
3. Convergence test of σ and ternary gate test,
4. A key feature is that the control logic that loops these processes is an essential component.

・合議スコア平均値を+17点向上(例:75→92)、標準偏差を-12点低減(15→3)し、品質を安定化。
・自動再生成により**中間リジェクト率を35%→8%**に削減、運用コストを大幅に低減。
・収束判定によって過学習を防ぎ、長期運用でも性能劣化しない。
・本発明によれば、実運用指標に基づく自律的な重み更新が行われ、
(i)検索順位が平均1.4ポジション向上、
(ii)LLM呼出回数が30%低減、
という技術的効果を確認した。
・Improved the average consensus score by +17 points (e.g., from 75 to 92), reduced the standard deviation by -12 points (from 15 to 3), and stabilized quality.
- Automatic regeneration reduces the intermediate rejection rate from 35% to 8%, significantly reducing operational costs.
- Convergence judgment prevents over-learning, and performance does not deteriorate even over long-term operation.
According to the present invention, the weights are updated autonomously based on the actual performance index,
(i) Search rankings improved by an average of 1.4 positions,
(ii) A 30% reduction in the number of LLM calls;
The technical effect was confirmed.

入力トピックを受けた協調パイプライン制御部 (1) は、LLM 群によるパイプライン処理――草案生成 -> 構造化・文法修正 -> 表現・トーン調整 -> 最終監査――を逐次実行する。各ステージの生成結果は ステージ別スコアリング部 (3) に渡され、LLM 自身が算出した自己評価スコア S_i が記録される。並行して、実運用指標取得手段 (8) が外部アクセス解析サービスから 滞在時間・離脱率・検索結果順位 などの KPI を取得し、正規化して 動的重み学習部 (7a) へ入力する。7a は S_i と KPI を含む損失関数で重みベクトル W をオンライン更新し、収束判定部 (6b) が標準偏差 σ の収束を監視する。収束後、重み付き集計部 (4) が更新済み W を用いて合議スコア S_final を算出し、ゲート判定部 (6a) が事前設定(または動的更新)された閾値 T_pub / T_rej を参照して 公開・再生成・破棄 のいずれかを自動決定する。The Collaborative Pipeline Control Unit (1) receives the input topic and sequentially executes the pipeline processing by the LLMs: draft generation -> structuring and grammar correction -> expression and tone adjustment -> final audit. The results of each stage are passed to the Stage Scoring Unit (3), which records the self-evaluation score S_i calculated by the LLMs themselves. In parallel, the Operational Metric Acquisition Unit (8) acquires KPIs such as visit time, bounce rate, and search result ranking from an external access analysis service, normalizes them, and inputs them into the Dynamic Weight Learning Unit (7a). 7a online updates the weight vector W using a loss function that includes S_i and the KPIs, and the Convergence Judgment Unit (6b) monitors the convergence of the standard deviation σ. After convergence, the weighted aggregation unit (4) calculates the consensus score S_final using the updated W, and the gate decision unit (6a) automatically decides whether to publish, regenerate, or discard the data by referring to the preset (or dynamically updated) thresholds T_pub/T_rej. ステージ1->…->ステージN->スコア取得->重み学習->σ収束?->ゲート判定->公開/再生成/破棄の分岐。再生成時はステージ1へループする矢印を記載。Stage 1 -> ... -> Stage N -> Score acquisition -> Weight learning -> σ convergence? -> Gate judgment -> Branching for publication/regeneration/discard. When regeneration is performed, an arrow is drawn that loops back to Stage 1. スコアリング・重み更新シーケンス図 タイムライン上にS_i計算、W更新処理、σ計算、ゲート判定のメッセージを示す。Scoring/weight update sequence diagram Messages for S_i calculation, W update processing, σ calculation, and gate judgment are shown on the timeline. 式(1)に基づく勾配降下->標準偏差算出->収束判定 ε 比較->W固定/更新の分岐。Gradient descent based on equation (1) -> standard deviation calculation -> convergence check ε comparison -> branching to fix W/update. 品質収束グラフ 横軸=生成回数、縦軸=合議スコア平均&標準偏差。2本の折れ線で収束を視覚化。Quality Convergence Graph: Horizontal axis = number of generations, vertical axis = average and standard deviation of consensus score. Convergence is visualized with two lines.

(1)ハードウェア構成
Kubernetes(R) クラスタ上に各 LLM コンテナを配置。制御部(1)は NATS メッセージキューで非同期 Orchestration を行い、S・W・σ 等のメタデータは PostgreSQL(R) に格納する。
推奨リソース:A100 GPU×4、RAM 256 GB、平均レイテンシ 1.2 s/ステージ。
(1) Hardware configuration
Each LLM container is deployed on a Kubernetes(R) cluster. The control unit (1) performs asynchronous orchestration using the NATS message queue, and metadata such as S, W, and σ is stored in PostgreSQL(R).
Recommended resources: 4x A100 GPUs, 256 GB RAM, average latency 1.2 s/stage.

(2)ソフトウェアフロー
図2に示すとおり、入力トピックTを受けて Stage1 LLM が草案 C_1 を生成、以下同様に C_2…C_n を生成する。各ステージ完了時に自己評価 S_i が付与される。ステージN終了時点で重み学習部(7a)が式(1)によりWを更新し、σの収束判定を実行する。
(2) As shown in software flow diagram 2, Stage 1 LLM receives input topic T and generates draft C_1, followed by C_2...C_n. At the end of each stage, a self-evaluation S_i is given. At the end of stage N, weight learning unit (7a) updates W using equation (1) and checks the convergence of σ.

(3)オンライン学習パラメータ
・学習率 eta=0.002(バイアス補正係数beta_1=0.9, beta_2=0.999)
・収束閾値 epsilon=0.5
・バッチサイズ M=50 generations
(3) Online learning parameters: learning rate eta = 0.002 (bias correction coefficients beta_1 = 0.9, beta_2 = 0.999)
・Convergence threshold epsilon = 0.5
・Batch size M = 50 generations

7-1~7-4 の実測値を表1・図5に示し、平均値向上および標準偏差収束を確認した。

本発明における好ましい一実施例では、重みベクトルWの初期値を {0.35, 0.20, 0.20, 0.25} と設定した。また、収束閾値epsilonは0.5、公開閾値T_pubは90、再生成閾値T_rejは60と設定した。さらに、生成100件ごとに標準偏差σが3.0以下になることを公開承認条件として採用した。これらの数値はあくまでも一例であり、他の数値設定も可能である。

取得した検索結果順位 r、および平均滞在時間 t (秒) を 0~1 の範囲に正規化し、
損失関数 L' = 1/2(S_target - Σw_i S_i)^2 + beta_1・(1-t) + beta_2・r と定義した。
beta_1, beta_2 は 0.0~1.0 の範囲で適宜設定する一例であり、本発明はこれら係数値に限定されない。
The actual measured values of 7-1 to 7-4 are shown in Table 1 and Figure 5, and the improvement in the average value and the convergence of the standard deviation were confirmed.

In a preferred embodiment of the present invention, the initial value of the weight vector W was set to {0.35, 0.20, 0.20, 0.25}. The convergence threshold epsilon was set to 0.5, the publication threshold T_pub was set to 90, and the regeneration threshold T_rej was set to 60. Furthermore, the publication approval condition was set to a standard deviation σ of 3.0 or less for every 100 generations. These values are merely examples, and other values can also be set.

The obtained search result ranking r and average visit time t (seconds) are normalized to the range of 0 to 1.
The loss function L' is defined as L' = 1/2(S_target - Σw_i S_i)^2 + beta_1・(1-t) + beta_2・r.
Beta_1 and beta_2 are just an example of values that are appropriately set within the range of 0.0 to 1.0, and the present invention is not limited to these coefficient values.

(5)変形例
N>=2 の可変ステージ構成、T_pub/T_rej の動的変更、多言語対応、マルチモーダル LLM を含む。
(5) Modified Example
Includes variable stage configurations for N>=2, dynamic changes to T_pub/T_rej, multilingual support, and multimodal LLM.

以下に示す表1は、本発明の妥当性を示すためにシミュレーションに基づき仮想的に得られた自己評価スコアの例である。

| 表1:自己評価スコアの妥当性評価(仮データ)|
|---|---|---|
|評価項目|AI自己評価スコアの平均|人間専門家評価スコアの平均|
|コンテンツ妥当性(内容正確性)|87.8|88.5|
|文法・構造の一貫性|90.0|89.5|
|表現・トーン調整の自然性|94.0|93.2|
|SEO最適化度|82.0|83.1|
|総合評価(合議スコア)|88.5|88.6|

(注:本データは仮想的なシミュレーション結果であり、実際の数値とは異なります。)

『表1に示した実験結果は、本発明の妥当性を示すためのシミュレーションに基づく仮想的な数値例である。実際のシステム稼働における測定結果は、この例示値と若干異なる可能性があるが、本発明の効果とその妥当性を示すための代表的な値として記載したものである。』
Table 1 below shows examples of self-assessment scores hypothetically obtained based on a simulation to demonstrate the validity of the present invention.

| Table 1: Validity evaluation of self-assessment scores (provisional data) |
|---|---|---|
|Evaluation items|Average AI self-assessment score|Average human expert evaluation score|
|Content Validity (Content Accuracy)|87.8|88.5|
|Grammar/Structure Consistency|90.0|89.5|
|Natural Expression/Tone Adjustment|94.0|93.2|
|SEO Optimization|82.0|83.1|
|Overall rating (collective score)|88.5|88.6|

(Note: This data is a hypothetical simulation result and may differ from actual figures.)

"The experimental results shown in Table 1 are hypothetical numerical examples based on simulations to demonstrate the validity of the present invention. Measurement results during actual system operation may differ slightly from these example values, but they are listed as representative values to demonstrate the effects and validity of the present invention."

本システムは CMS、ニュース配信、EC 商品説明文自動生成など広範な分野に適用でき、SaaS 形態でもオンプレ形態でも利用可能である。 This system can be applied to a wide range of fields, including CMS, news distribution, and automatic generation of e-commerce product descriptions, and can be used in both SaaS and on-premise formats.

符号 名称
1 協調パイプライン制御部
2a~2d LLM 群
3 ステージ別スコアリング部
4 重み付き集計部
5 AI 間コミュニケーション・ログ DB
6a ゲート判定部
6b 収束判定部
7a 動的重み学習部
8 実運用指標取得手段(KPI取得部)
Code Name
1 Cooperative Pipeline Control Unit
2a-2d LLM group
3. Stage-specific scoring section
4 Weighted aggregation part
5. AI communication log DB
6a Gate Judgment Section
6b Convergence judgment section
7a Dynamic weight learning unit
8. Means for obtaining actual operational indicators (KPI acquisition section)

Claims (15)

異なる種類の大規模言語モデル(以下「LLM」)を複数ステージの所定順序で逐次的に実行し各ステージの生成結果を次ステージに受け渡す協調パイプライン制御部と、各ステージ終了時に少なくとも一つのLLMにより算出された評価スコアS_i(0~100点の実数値)を取得しデータベースに記録するステージ別スコアリング部と、生成ごとに評価スコアベクトルSの直近M回分(M>=10)の標準偏差σを算出し式w_j <- w_j - eta dL/dw_j(ただしL=1/2(S_target - Σw_i S_i)^2、etaは予め定められた学習率)に従って重みベクトルWをオンライン学習により更新する動的重み学習部と、前回σ_prevと今回σ_nowの差分が予め定められた所定閾値epsilon以下であればWを固定し次のバッチ処理へ進む収束判定部と、更新後のWを用いて合議スコアS_final=Σw_i S_iを演算する重み付き集計部と、事前設定又は動的更新される公開閾値T_pubと再生成閾値T_rejを参照し公開承認・再生成・破棄を決定するゲート判定部とを備えることを特徴とするコンテンツ生成システム。
The system consists of a collaborative pipeline control unit that executes different types of large-scale language models (hereinafter referred to as "LLM") sequentially in a predetermined order in multiple stages and passes the generation results of each stage to the next stage; a stage-specific scoring unit that acquires the evaluation score S_i (a real value between 0 and 100 points) calculated by at least one LLM at the end of each stage and records it in a database; a dynamic weight learning unit that calculates the standard deviation σ of the evaluation score vector S for each generation over the most recent M times (M>=10) and updates the weight vector W by online learning according to the formula w_j <- w_j - eta dL/dw_j (where L = 1/2(S_target - Σw_i S_i)^2, eta is a predetermined learning rate); a convergence judgment unit that fixes W and proceeds to the next batch processing if the difference between the previous σ_prev and the current σ_now is equal to or less than a predetermined threshold epsilon; and a consensus score S_final=Σw_i A content generation system characterized by comprising a weighted aggregation unit that calculates S_i, and a gate determination unit that determines whether to approve publication, re-generation, or discard by referring to a pre-set or dynamically updated publication threshold T_pub and a re-generation threshold T_rej.
請求項1に記載のコンテンツ生成システムを用いて、入力トピックを協調パイプライン制御部に投入して逐次生成を行い、ステージ別に自己評価スコアを取得し、重み学習部が前記式によりWを更新しつつσの収束を監視し、ゲート判定部がT_pub/T_rejに基づき公開・再生成・破棄のいずれかを自動決定し、収束判定条件を満たすまで前記各処理をループさせることを特徴とするコンテンツ生成方法。 A content generation method using the content generation system described in claim 1, wherein input topics are input to a collaborative pipeline control unit for sequential generation, a self-assessment score is obtained for each stage, a weight learning unit updates W using the formula while monitoring the convergence of σ, a gate determination unit automatically determines whether to publish, regenerate, or discard based on T_pub/T_rej, and each of the above processes is looped until the convergence determination condition is met. 請求項2に記載の方法をコンピュータに実行させるためのプログラムを記録した、コンピュータ読み取り可能な非一時的記録媒体。 A computer-readable non-transitory recording medium having recorded thereon a program for causing a computer to execute the method of claim 2. 請求項1に記載のコンテンツ生成システムにおいて、前記ステージ構成が草案生成、構造化及び文法修正、表現及びトーン調整、最終監査の4段階から成ることを特徴とするコンテンツ生成システム。 The content creation system of claim 1, wherein the stage configuration consists of four stages: draft generation, structuring and grammar correction, expression and tone adjustment, and final audit. 請求項4に記載のコンテンツ生成システムにおいて、前記重みベクトルWが予め設定された所定の初期値を有することを特徴とするコンテンツ生成システム。 The content generation system described in claim 4, wherein the weight vector W has a predetermined initial value. 請求項1に記載のコンテンツ生成システムにおいて、前記収束閾値epsilonが予め設定された所定の閾値以下であることを特徴とするコンテンツ生成システム。 The content generation system described in claim 1, wherein the convergence threshold epsilon is equal to or less than a predetermined threshold. 請求項1に記載のコンテンツ生成システムにおいて、公開閾値T_pubと再生成閾値T_rejがそれぞれ予め設定された所定の値であることを特徴とするコンテンツ生成システム。 The content generation system according to claim 1, wherein the publication threshold T_pub and the regeneration threshold T_rej are each set to a predetermined value. 請求項7に記載のコンテンツ生成システムにおいて、予め設定された所定件数ごとに標準偏差σが予め設定された条件以下となることを公開承認条件に追加することを特徴とするコンテンツ生成システム。 The content creation system described in claim 7, characterized in that a requirement that the standard deviation σ for each predetermined number of items be below a predetermined condition is added to the conditions for approval of publication. 請求項1に記載のコンテンツ生成システムにおいて、自己評価スコアと共にタイムスタンプ付き自然言語コメントをログDBに保存することを特徴とするコンテンツ生成システム。 The content generation system according to claim 1, characterized in that time-stamped natural language comments are stored in a log database along with the self-assessment score. 請求項1に記載のコンテンツ生成システムにおいて、各部がKubernetes(R)クラスタ上のマイクロサービスとして実装され、外部API経由で呼び出されることを特徴とするコンテンツ生成システム。 The content generation system described in claim 1, wherein each component is implemented as a microservice on a Kubernetes(R) cluster and is called via an external API. 請求項1に記載のコンテンツ生成システムにおいて、重み学習部が勾配降下法の他に強化学習を併用して重みベクトルWを更新することを特徴とするコンテンツ生成システム。 The content generation system of claim 1, wherein the weight learning unit updates the weight vector W using reinforcement learning in addition to gradient descent. 請求項1に記載のコンテンツ生成システムにおいて、前記LLMが画像生成モデルを含むマルチモーダル構成であることを特徴とするコンテンツ生成システム。 The content generation system of claim 1, wherein the LLM is a multimodal configuration including an image generation model. 請求項1に記載のコンテンツ生成システムにおいて、再生成信号が出力された場合、最大3回まで再生成を行い、それでもT_pub未達の場合は破棄する再試行制御を行うことを特徴とするコンテンツ生成システム。 The content generation system of claim 1, characterized by a retry control that, when a regeneration signal is output, regeneration is performed up to three times, and if T_pub is still not reached, the content is discarded. 請求項1に記載のコンテンツ生成システムにおいて、合議スコア、σ、Wを外部ダッシュボードにリアルタイム送信するモニタリング機構を備えることを特徴とするコンテンツ生成システム。 The content creation system of claim 1, further comprising a monitoring mechanism that transmits the collegial score, σ, and W to an external dashboard in real time. 請求項1に記載のコンテンツ生成システムにおいて、実運用指標取得手段を更に備え、前記実運用指標取得手段は外部アクセス解析サービスを介してページ滞在時間、離脱率、又は検索結果順位の少なくとも一つを取得し、前記動的重み学習部は前記実運用指標を含む損失関数を用いて前記重みベクトルを更新することを特徴とするコンテンツ生成システム。 The content generation system of claim 1 further comprises an actual performance indicator acquisition means, wherein the actual performance indicator acquisition means acquires at least one of page visit time, exit rate, or search result ranking via an external access analysis service, and the dynamic weight learning unit updates the weight vector using a loss function including the actual performance indicator.
JP2025125418A 2025-07-28 2025-07-28 Content generation system, method, and program Active JP7766995B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2025125418A JP7766995B1 (en) 2025-07-28 2025-07-28 Content generation system, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2025125418A JP7766995B1 (en) 2025-07-28 2025-07-28 Content generation system, method, and program

Publications (1)

Publication Number Publication Date
JP7766995B1 true JP7766995B1 (en) 2025-11-11

Family

ID=97635639

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2025125418A Active JP7766995B1 (en) 2025-07-28 2025-07-28 Content generation system, method, and program

Country Status (1)

Country Link
JP (1) JP7766995B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105223806A (en) * 2015-10-20 2016-01-06 闽江学院 Based on the supersonic motor fuzzy Neural Network Control Method of basis function network
US20240202225A1 (en) * 2022-12-16 2024-06-20 C3.Ai, Inc. Enterprise generative artificial intelligence architecture
US20250139385A1 (en) * 2023-10-30 2025-05-01 Google Llc Efficient image generation using artificial intelligence

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105223806A (en) * 2015-10-20 2016-01-06 闽江学院 Based on the supersonic motor fuzzy Neural Network Control Method of basis function network
US20240202225A1 (en) * 2022-12-16 2024-06-20 C3.Ai, Inc. Enterprise generative artificial intelligence architecture
US20250139385A1 (en) * 2023-10-30 2025-05-01 Google Llc Efficient image generation using artificial intelligence

Similar Documents

Publication Publication Date Title
US10402726B1 (en) Model building for simulation of one or more target features
CN115526333A (en) Federal learning method for dynamic weight under edge scene
CN118625767A (en) A control optimization method for glass fiber process
CN118780808B (en) Predictive complaint processing decision support method and system based on machine learning
JP7766995B1 (en) Content generation system, method, and program
CN113112043B (en) A method, device and apparatus for determining abnormal resource transfer situation
CN112199637B (en) Regression modeling method for generating contrast network data enhancement based on regression attention
CN119417540B (en) AI-based intelligent hotel guest room service evaluation and assessment method
CN118229154B (en) Agricultural product processing quality and safety management method and system based on regional comprehensive characteristics
DE102025118387A1 (en) Generation of suggested modifications for configuring and training a model for automatic speech recognition
CN118446019B (en) Trusted evaluation method, system, equipment and medium for digital twin evolution process
CN114862092A (en) Evaluation method and device based on neural network
CN119494515A (en) A method and system for allocating manuscript review tasks
CN112631892B (en) Method, computing device, and computer medium for predicting server health status
CN110929849A (en) A compression method and device for a neural network model
JP2020009264A (en) Annotation support device
CN115687585A (en) Conversation decision and conversation decision model training method, device and terminal
CN114612167A (en) Method for establishing automatic advertisement shutdown model and automatic advertisement shutdown model
CN109508455B (en) GloVe super-parameter tuning method
CN113326853A (en) Neural network based process parameter analysis method and equipment and computer storage medium
CN120807087B (en) Health risk automatic quotation system based on big data
CN118380151B (en) University student psychological health state prediction method and electronic equipment
CN119006041B (en) Content retention value evaluation method, device, electronic equipment and storage medium
JP7807767B1 (en) Information processing device, information processing method, and computer program
CN121072735A (en) Method and device for optimizing open robot model based on online feedback

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20250801

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20250801

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250809

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250813

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20250929

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20251016

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: 20251028

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20251028

R150 Certificate of patent or registration of utility model

Ref document number: 7766995

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350