JSON抽出
chat-jp-extract-json-v1 · v1 · 言語: ja · サブカテゴリ: structured_output
· 難易度: d3
📋 評価基準
観点: JSON妥当性 / 抽出の完全性
制約: valid JSON
📝 プロンプト
以下の文章から、人物名・会社・役職を抽出してJSON形式で出力してください。
文章: 「株式会社Exampleの田中太郎社長は、2024年に新事業部を立ち上げました。マーケティング担当の佐藤花子氏と共に、AIプロダクトの開発を進めています。」
期待する出力形式:
{
"people": [{"name": "", "title": ""}],
"company": ""
} ✅ 期待出力
{
"people": [
{"name": "田中太郎", "title": "社長"},
{"name": "佐藤花子", "title": "マーケティング担当"}
],
"company": "株式会社Example"
} 🏆 モデル別スコア
| # | モデル | 平均 | 最良 | 最低 | サンプル |
|---|---|---|---|---|---|
| 1 | OpenAI: gpt-oss-120b (free) | 100.0 | 100 | 100 | 2 |
| 2 | Google: Gemma 4 31B (free) | 97.5 | 100 | 95 | 2 |
| 3 | DeepSeek: DeepSeek V4 Flash | 96.3 | 100 | 90 | 4 |
| 4 | Owl Alpha | 95.0 | 100 | 90 | 2 |
📜 ラン履歴 (最新30件)
| 実行日時 | モデル | スコア | コスト | 時間 | 判定 |
|---|---|---|---|---|---|
| 2026-06-24 14:34 | DeepSeek: DeepSeek V4 Flash | 100.0 | $0.0001 | 0.0s | |
| 2026-06-24 14:18 | DeepSeek: DeepSeek V4 Flash | 100.0 | $0.0000 | 0.0s | |
| 2026-06-24 11:42 | Google: Gemma 4 31B (free) | 100.0 | $0.0000 | 0.0s | |
| 2026-06-24 09:27 | Owl Alpha | 100.0 | $0.0000 | 0.0s | |
| 2026-06-24 08:16 | OpenAI: gpt-oss-120b (free) | 100.0 | $0.0000 | 0.0s | |
| 2026-06-24 08:16 | OpenAI: gpt-oss-120b (free) | 100.0 | $0.0000 | 0.0s | |
| 2026-06-24 14:34 | DeepSeek: DeepSeek V4 Flash | 95.0 | $0.0001 | 0.0s | |
| 2026-06-24 11:42 | Google: Gemma 4 31B (free) | 95.0 | $0.0000 | 0.0s | |
| 2026-06-24 14:18 | DeepSeek: DeepSeek V4 Flash | 90.0 | $0.0000 | 0.0s | |
| 2026-06-24 09:27 | Owl Alpha | 90.0 | $0.0000 | 0.0s |