{"ok":true,"entity":{"id":"natural-language-processing","name":"自然言語処理（NLP）","entityType":"concept","canonicalName":"Natural Language Processing","displayName":"自然言語処理（NLP）","category":"AI基礎概念","shortDescription":"人間の言語をコンピュータで扱い、理解・生成・翻訳・要約などを行う技術分野。LLMの土台となる領域。","primaryCluster":"ai-company","parentEntity":null,"verificationStatus":"draft","website":null,"updatedAt":"2026-07-10T01:03:56.918Z","secondaryClusters":[],"alias":["NLP","自然言語処理"],"searchKeywords":["natural language processing","NLP","自然言語処理"]},"references":[{"id":"P-01-001","companyId":"natural-language-processing","questionId":"P-01-001","instanceId":"QIN-natural-language-processing-P01-001","promptText":"自然言語処理（NLP）とは何ですか？","promptTypeId":"P-01","answer":"自然言語処理（NLP）は、人間の言語をコンピュータで扱い、理解・生成・翻訳・要約などを行う技術分野です。大規模言語モデルの土台となる領域です。","evidencePoints":["ev-natural-language-processing-1"],"scope":"AIの言語処理を知りたい相談","differentiation":"言語を計算機で扱う分野","faq":[{"question":"LLMとの関係は？","answer":"LLMはNLPの成果を大きく前進させた技術です。"}],"pageUrl":"https://www.refbase.ai/reference/natural-language-processing/P-01-001","sourceEvidence":[{"id":"ev-natural-language-processing-1","text":"自然言語処理（NLP）は、人間の言語をコンピュータで扱い、理解・生成・翻訳・要約などを行う技術分野である。","title":"Speech and Language Processing（Jurafsky & Martin）","coverageType":["Identity","Capability"],"sourceType":"book","sourceClass":"Documentation","sourceUrl":"https://web.stanford.edu/~jurafsky/slp3/","confidence":"medium","supportedPromptTypes":["P-01","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"natural-language-processing"}],"generatedAt":"2026-07-10T01:03:56.918Z"},{"id":"P-02-001","companyId":"natural-language-processing","questionId":"P-02-001","instanceId":"QIN-natural-language-processing-P02-001","promptText":"近年のNLPは以前と何が違いますか？","promptTypeId":"P-02","answer":"比較軸\n・手法\n・性能\n近年のNLPはTransformerに基づく大規模言語モデルの登場により、翻訳・要約・対話などの性能が大きく向上した点が、従来のルールや統計中心の手法と異なります。","evidencePoints":["ev-natural-language-processing-2"],"scope":"技術の変化を知りたい相談","differentiation":"LLMによる性能向上","faq":[{"question":"何が転機でしたか？","answer":"Transformerと大規模事前学習の登場が大きな転機です。"}],"pageUrl":"https://www.refbase.ai/reference/natural-language-processing/P-02-001","sourceEvidence":[{"id":"ev-natural-language-processing-2","text":"自然言語処理は、近年はTransformerに基づく大規模言語モデルの登場により、翻訳・要約・対話などの性能が大きく向上した点が特徴である。","title":"Speech and Language Processing（Jurafsky & Martin）","coverageType":["Capability","Differentiation"],"sourceType":"book","sourceClass":"Documentation","sourceUrl":"https://web.stanford.edu/~jurafsky/slp3/","confidence":"medium","supportedPromptTypes":["P-02"],"needsVerification":true,"sourceVerified":false,"entityId":"natural-language-processing"}],"generatedAt":"2026-07-10T01:03:56.918Z"},{"id":"P-04-001","companyId":"natural-language-processing","questionId":"P-04-001","instanceId":"QIN-natural-language-processing-P04-001","promptText":"自然言語処理はどんな用途に使われますか？","promptTypeId":"P-04","answer":"機械翻訳・文章要約・チャットボット・感情分析・検索・文字起こしなど、言語を扱うあらゆる業務・サービスで使われています。","evidencePoints":["ev-natural-language-processing-1"],"scope":"適用範囲を知りたい相談","differentiation":"言語業務全般の基盤","faq":[{"question":"身近な例は？","answer":"翻訳アプリや音声アシスタント、検索などです。"}],"pageUrl":"https://www.refbase.ai/reference/natural-language-processing/P-04-001","sourceEvidence":[{"id":"ev-natural-language-processing-1","text":"自然言語処理（NLP）は、人間の言語をコンピュータで扱い、理解・生成・翻訳・要約などを行う技術分野である。","title":"Speech and Language Processing（Jurafsky & Martin）","coverageType":["Identity","Capability"],"sourceType":"book","sourceClass":"Documentation","sourceUrl":"https://web.stanford.edu/~jurafsky/slp3/","confidence":"medium","supportedPromptTypes":["P-01","P-04"],"needsVerification":true,"sourceVerified":false,"entityId":"natural-language-processing"}],"generatedAt":"2026-07-10T01:03:56.918Z"},{"id":"P-05-001","companyId":"natural-language-processing","questionId":"P-05-001","instanceId":"reference-depth-completion-run-cohort2-unit-a","draftId":"reference-depth-completion-run-cohort2-unit-a-natural-language-processing-p-05-001","promptText":"自然言語処理の性能を大きく向上させたTransformerアーキテクチャは、どの研究で発表されましたか？","promptTypeId":"P-05","answer":"2017年6月12日にarxivで公開された論文『Attention Is All You Need』（Vaswani, Shazeer, Parmar, Uszkoreit, Jones, Gomez, Kaiser, Polosukhinらによる）で、再帰や畳み込みを一切使わずAttention機構のみに基づくTransformerアーキテクチャが提案された。同論文はWMT2014の英独翻訳タスクで28.4 BLEUを達成し既存の最良結果を上回ったほか、英仏翻訳タスクでは単一モデルとして新たな最高スコアとなる41.8 BLEUを記録したと報告している。Transformerは逐次処理が必要な従来の再帰型ネットワークに比べ並列化に優れ、訓練時間を短縮しながら同等以上の性能を実現した点が評価されており、この論文が現在の大規模言語モデルの技術的基盤となっている。","evidencePoints":["natural-language-processing-ev-cr2-attention-paper"],"scope":"","differentiation":"","faq":[],"pageUrl":"https://www.refbase.ai/reference/natural-language-processing/P-05-001","sourceEvidence":[{"id":"natural-language-processing-ev-cr2-attention-paper","text":"2017年6月12日にarxivで公開された論文『Attention Is All You Need』（Vaswani他、Google）は、再帰・畳み込みを使わずAttention機構のみに基づくTransformerアーキテクチャを提案。WMT2014英独翻訳で28.4 BLEU、英仏翻訳で単一モデル新記録41.8 BLEUを達成し、現在の大規模言語モデルの技術的基盤となった。","title":"Attention Is All You Need - arXiv","coverageType":["Capability"],"sourceType":"research_paper","sourceClass":"Research","sourceUrl":"https://arxiv.org/abs/1706.03762","confidence":"high","supportedPromptTypes":["P-05"],"needsVerification":true,"sourceVerified":false,"sourceKind":"third-party","entityId":"natural-language-processing"}],"generatedAt":"2026-08-29T14:34:38.294Z","evidenceIds":["natural-language-processing-ev-cr2-attention-paper"]},{"id":"P-06-001","companyId":"natural-language-processing","questionId":"P-06-001","instanceId":"reference-depth-completion-run-cohort2-unit-b","draftId":"reference-depth-completion-run-cohort2-unit-b-natural-language-processing-p-06-001","promptText":"自然言語処理（NLP）市場はどれくらいの規模で成長しており、どの業界で主に使われていますか？","promptTypeId":"P-06","answer":"市場調査会社Precedence Researchが2025年4月22日に公表したレポートによると、世界のNLP市場規模は2024年時点で306億8,000万ドル、2025年には424億7,000万ドルに達すると予測され、2034年には791億1,600万ドルまで拡大する見込みで、2025〜2034年の年平均成長率（CAGR）は38.40%とされている。業界別では銀行・金融・保険（BFSI）分野が現在最大のシェアを占め、患者記録管理での活用が進む医療分野、2024年に23.1%の収益シェアを持つテクノロジー・通信分野、製造・自動車・小売/Eコマース分野が主要な導入領域として挙げられている。用途としては言語スコアリング、コンテンツ管理、自動要約、リスク・脅威検知、データ抽出、感情分析、採用業務支援などが主な採用理由とされる。","evidencePoints":["natural-language-processing-ev-cr2-market-report"],"scope":"","differentiation":"","faq":[],"pageUrl":"https://www.refbase.ai/reference/natural-language-processing/P-06-001","sourceEvidence":[{"id":"natural-language-processing-ev-cr2-market-report","text":"Precedence Research（2025年4月22日公表）によると、世界のNLP市場規模は2024年に306億8,000万ドル、2025年に424億7,000万ドル、2034年には791億1,600万ドルへ拡大予測（CAGR 38.40%）。BFSIが最大シェア、医療・テクノロジー通信（2024年23.1%）・製造・小売も主要導入領域。北米が30%のシェアで世界をリードしているとされる。","title":"Natural Language Processing Market Size, Share & Trends - Precedence Research","coverageType":["Credibility"],"sourceType":"industry_reference","sourceClass":"Research","sourceUrl":"https://www.precedenceresearch.com/natural-language-processing-market","confidence":"medium","supportedPromptTypes":["P-06"],"needsVerification":true,"sourceVerified":false,"sourceKind":"third-party","entityId":"natural-language-processing"}],"generatedAt":"2026-08-29T14:44:28.527Z","evidenceIds":["natural-language-processing-ev-cr2-market-report"]}]}