ウェアラブル健康記録への複合質問をタスクに分けて処理
A Task-Oriented Multi-Agent Framework for Complex Wearable Health Analysis
この論文をやさしく読む
ひとことで言うと
健康記録への一つの複雑な質問を、データ取得、時系列分析、助言などに分け、どのデータから何を答えたかを追えるようにする仕組みです。
何に役立つ?
複数の依頼の取りこぼしや証拠の混同を減らし、健康記録の分析過程を整理する用途が考えられます。検索段階ではトークン数の削減も報告しています。
この研究の面白いところ
意図ごとの状態を分け、最後に集約することで、依頼と証拠の対応を保ちます。回答の評価を信頼性、透明性、行動につなげやすさに分けています。
どこまで分かった?
全評価は1万人の仮想利用者の合成データによります。98.3%はデータ検索の正解率で、健康助言の医学的正確性ではありません。行動につなげやすさは一貫して改善せず、実データの検証も今後の課題です。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
ウェアラブル機器に関する健康上の質問は、構造化された記録に対するデータ取得、経時的な分析、健康助言を組み合わせることが多い。一つの大規模言語モデルに記録全体と複合的な質問を与えると、すべての依頼が実行されたか、どの証拠が回答を支えるかが不明確になる。本研究では、複合質問を別々の意図と型付きタスクで表し、各意図の内部での依存関係を明示する、タスク指向のマルチエージェントの枠組みを提案する。専門エージェントが取得、分析、助言を実行し、意図ごとに分離された状態が、集約前に依頼の境界と証拠の関係を保つ。 1万人の仮想利用者について1か月分の経時的なウェアラブル記録を持つ合成データセットを用い、構造化データの取得、複数意図の認識、回答全体の品質を評価する。1,500件の検索質問で、Query Agent の正解率は98.3%で、Direct LLM の基準手法の97.9%と比較される。同時に、検索段階の平均トークン消費を6,869から3,136へ削減した。180件の複数意図の質問では、Manager Agent が Multi-Intent Coverage 100.0%、Multiset Jaccard Similarity 94.4%を達成した。 現在の合成評価設定では、両方の質問カテゴリーで、本手法の信頼性と透明性の平均スコアが高かった一方、行動につなげやすさは一貫して改善しなかった。これらの結果は、明示的なタスク整理が、タスクに関連するデータへのアクセスと、データに根差した経時分析を支援できるという予備的な証拠を与える。ただし、健康助言の生成と、実際のウェアラブルデータでの検証は未解決の課題として残る。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-21 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-21 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Wearable health questions often combine data retrieval, longitudinal analysis, and health advice over structured records. Prompting a single large language model with a complete record and a composite query obscures whether every request is executed and which evidence supports the answer. We propose a task-oriented multi-agent framework that represents a composite query as distinct intents and typed tasks with explicit intra-intent dependencies. Specialized agents execute retrieval, analysis, and advice tasks; isolated intent states preserve request boundaries and evidence relationships before aggregation. We evaluate the framework on a synthetic dataset of $10{,}000$ virtual users with one month of longitudinal wearable records, covering structured data retrieval, multi-intent recognition, and overall response quality. Across $1{,}500$ retrieval questions, the Query Agent achieves $98.3\%$ accuracy, compared with $97.9\%$ for the Direct LLM baseline, while reducing average query-stage token consumption from $6{,}869$ to $3{,}136$. On $180$ multi-intent questions, the Manager Agent achieves $100.0\%$ Multi-Intent Coverage and $94.4\%$ Multiset Jaccard Similarity. Under the current synthetic evaluation setting, our method receives higher mean Trustworthiness and Transparency scores on both question categories, whereas Actionability does not improve consistently. These results provide preliminary evidence that explicit task organization can support task-relevant data access and data-grounded longitudinal analysis, while leaving health advice generation and validation on real wearable data as open challenges.
著者のコメント
23 pages, 4 figures. Code available at https://github.com/yangkunpeng-coder/WearableDeviceAgents-paper
arXiv ID: 2609.24107 / 要約の誤りについて