Papers/A Text Extraction-Based Smart Knowledge Graph Composition for Integrating Lessons Learned During the Microchip Design

Last-modified: Mon, 17 May 2021 08:50:21 JST (1082d)
Top > Papers > A Text Extraction-Based Smart Knowledge Graph Composition for Integrating Lessons Learned During the Microchip Design

スマホ版が見づらい場合はPC版をお試しください

目的

マイクロチップに関する膨大な文書をKB化し、失敗事例の検索性を向上する。

手法

構築

  • tf-idfによって文書をベクトル化
  • 1~3-gramを含む文書間関係
    • 同じ人・業者が作成した文書パターンの検出
    • tf-idfで作成したKBにノードを足す役割
      • Linking Nodesと呼ぶ
  • Linking Nodes (LN)
    • N-gramから作成されたノード
    • Nが大きいほど大きい重みがある
    • リンクノードで接続されたノード間の類似性を示す

検索