This section aims to provide provide a comprehensive overview of the design and implementation of the pipeline. It include the following components:
Note: in this version of documentation, Stage 3: Entity Linking contains the mechanism of LLM double check before grouping Mentions into the same Entities. While it can increase the efficacy, it significantly reduce the efficiency of the pipeline as this step can lead to quadratic complexity. Therefore, this step is disable when the paper is submitted.
-
Design of the open local KGC approach:
- Demo
- Comparison to Traditional KGC
- Comparison to Other KGC
- SWOT Analysis
-
Overview of the Implementation and pipeline IO:
- Interface
- Pipeline Structure
- Execution Diagram
- Design Choice
-
- Algorithm
- Prompts
- Assumptions
- Limitations
- Complexity
- Design Choices
-
- Algorithm
- Prompts
- Assumptions
- Limitations
- Complexity
- Design Choices
-
Stage 3: Local Relation Extraction
- Algorithm
- Prompts
- Assumptions
- Limitations
- Complexity
- Design Choices
-
Stage 4: Global Relation Extraction
- Algorithm
- Prompts
- Assumptions
- Limitations
- Complexity
- Design Choices
-
Stage 5: Taxonomy Generation and Predication Resolution
- Algorithm
- Prompts
- Assumptions
- Limitations
- Complexity
- Design Choices