JP7766995B1 - Content generation system, method, and program - Google Patents
Content generation system, method, and programInfo
- 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
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.**
上記従来技術の課題を踏まえ、平均的に高品質かつばらつきの少ないコンテンツ生成を同時に実現し、さらに運用中にシステム自体が自律的に継続して最適化を図ることを目的とする。 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)ハードウェア構成
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)
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.
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)
| 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 |
-
2025
- 2025-07-28 JP JP2025125418A patent/JP7766995B1/en active Active
Patent Citations (3)
| 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 |