Method Article

Multimodal Knowledge Graphs Based on Rule-Based Linguistic Analysis and Computer Vision

DOI:

10.3791/69803

April 3rd, 2026

In This Article

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

VISHAM-KG is a multimodal framework that constructs knowledge graphs from Hindi visual documents by aligning textual and visual entities. It combines rule-based linguistic analysis with computer vision techniques to produce subject-relation-object triplets in low-resource Indic language settings.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Visual-Semantic Hindi-Aligned Multimodal Knowledge Graph (VISHAM-KG) is a framework designed to construct consistent multimodal knowledge graphs (KGs) from Hindi visual documents by systematically aligning visual-text entities. The aim of this study is to integrate rule-based linguistic analysis with computer vision-based object detection that supports the structured semantic representation and grounded reasoning in low-resource Indic languages. The proposed algorithm begins with the preparation of Natural Language Processing (NLP) Hindi visual documents, followed by optical character recognition (OCR) for Devanagari script extraction and linguistic preprocessing, which includes various processes such as tokenization, lemmatization, part-of-speech tagging, and dependency parsing. In parallel, visual entities are extracted from images using object detection and filtered using confidence thresholds. Textual and visual entities are embedded into a shared semantic space using the multilingual transformer model XLM-R, along with CLIP-ViT, and aligned using cosine similarity-based thresholds. These aligned entities are combined with rule-based dependency relations to generate multimodal triplets. The protocol produces a structured multimodal knowledge graph encoded as subject-relation-object triplets with explicit visual grounding based on the Indian knowledge base. This resulting output will support cross-modal querying, entity alignment, and knowledge graph reasoning for Hindi visual documents and provide a replicable framework for multimodal knowledge construction in low-resource linguistic settings.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Knowledge graphs (KGs) are structured semantic graphical representations in which entities are modelled as nodes and relationships as edges. It enables efficient knowledge retrieval and contextual reasoning across various applications such as question answering, recommendation systems, and information extraction1. Over the past decade, KG construction methodologies have been developed substantially. However, most existing approaches are designed for resource-rich languages, which rely predominantly on large-scale textual corpora2. As a result, low-resource languages remain underrepresented, constraining the applicability of KG-based technologies in culturally and linguistically diverse settings3. In parallel, a growing proportion of real-world documents-particularly in educational, cultural, and heritage domains have rich visual information that is insufficiently captured by text-centric graph construction methods4.

Multimodal knowledge graphs (MMKGs) extend conventional KGs by integrating non-textual modalities such as images, audio, or video to enable grounded semantic representation5. Prior MMKG frameworks, including IMGpedia, Richpedia, and ImageGraph, demonstrate the value of associating visual information with textual entities for improved semantic querying and reasoning6,7,8. Despite these advances, existing methods are largely English-centric, depend on curated metadata or static datasets, and provide limited procedural guidance for constructing MMKGs directly from unstructured visual documents. Moreover, these frameworks do not explicitly address challenges inherent to low-resource languages, such as script-specific Optical Character Recognition (OCR) errors, morphological variability, and sparse annotated data9,10.

The objective of this framework is to execute a step-by-step methodology for constructing a multimodal knowledge graph from Hindi visual documents by systematically aligning textual and visual entities. The proposed framework, Visual-Semantic Hindi-Aligned Multimodal Knowledge Graph (VISHAM-KG), integrates rule-based linguistic analysis with computer vision, which is based on object extraction, to enable dynamic graph construction of visual documents. Unlike existing MMKG approaches, VISHAM-KG directly extracts entities and relations from raw Hindi text and images, applies dependency-based grammatical rules for relation identification, and performs cross-modal entity alignment using embedding-based similarity thresholds rather than relying on external11,12.

VISHAM-KG is intended for illustrated documents in which textual and visual content are related semantically, such as children's stories13, educational material, newspaper11 and culturally grounded narratives. Some limitations, such as dependency on optical character recognition quality, object detection coverage, and domain-specific vocabulary availability, have been encountered while executing the mentioned framework. By explicitly documenting each procedural step, VISHAM-KG provides a replicable protocol for multimodal knowledge graph construction in low-resource linguistic contexts while supporting grounded semantic reasoning and cross-modal analysis.

VISHAM-KG differs from existing MMKG approaches by directly extracting entities and relations from unstructured Hindi text and images; employing rule-based dependency parsing for relation extraction; and aligning textual and visual entities through embedding-based similarity thresholds rather than metadata matching8,10(Figure 1).

Web document OCR process diagram with visual-semantic extraction using YOLOv4 and knowledge graph.
Figure 1: End-to-end framework. The figure illustrates end-to-end framework for multimodal knowledge Graph VISHAM-KG. Please click here to view a larger version of this figure.

This protocol is applicable to illustrated documents with aligned text-image content, such as educational material and cultural narratives. In this framework, YOLOv8 is chosen for its efficiency and robustness in object detection on visual documents. XLM-R is selected for its strong cross-lingual representations, which are well-suited for low-resource Hindi text processing, and CLIP-ViT is employed for its proven capability in learning shared visual-text embedding spaces, which enable effective cross-modal alignment. But it is limited by OCR accuracy, object detection coverage, and domain-specific vocabulary constraints.

Related work

A traditional knowledge graph G=(E,R,F) consists of entities E, relationships R, and factual triplets F, where each triplet is of the form (h,r,t)8. Extending this, a Multi-Modal Knowledge Graph (MMKG) incorporates E entities associated with non-textual modalities such as images, audio, and video14.

Two main strategies are used in MMKGs to represent visual data:
As attributes attached to textual entities
As visual entities connected through a specific annotated relation

One notable study is IMGpedia, which enhances Wikimedia image data by incorporating visual descriptors and similarity measures. This model addresses the limitations of traditional datasets that primarily include metadata, enabling visual-semantic querying and similarity assessment by linking images with DBpedia Commons9.

Similarly, another MMKG Richpedia tackles the challenge of incomplete knowledge graphs in scholarly research. It aggregates 2,883,162 visual entities from Wikipedia and 30,638 textual entities from Wikidata. Richpedia supports aspect-level querying and employs methods for extracting semantic relationships from unstructured content, including image elements, associated text, and hyperlinks15.

ImageGraph extends this study by constructing a relational knowledge graph based on the FB15K dataset, enriched with 829,931 web-crawled images and captions. It includes 14,870 entities and 1,330 relation types, allowing for visual-contextual querying and more accurate responses by supporting concept-based query parameters16.

VisualSem is another comprehensive multilingual knowledge graph that integrates visual and textual information. It comprises 89,896 entities, over 1.3 million glosses, and 938,100 images. Designed for applications such as data augmentation and grounding, VisualSem enhances semantic interpretation across languages and can be seamlessly incorporated into various processing pipelines1.

Several MMKG models are also developed to support tasks such as link prediction, triplet classification, and entity matching. These models address limitations of single-modal graphs, particularly their inability to capture the complexity of cross-modal information16,17,18.

The critical comparison between language-based MMKG models along with VISHAM-KG is provided in Table 1. It is specifically focused on their strength and limitations in the context of low-resource languages like Hindi, Tamil, or Sanskrit. These methods often assume access to high-quality textual corpora, reliable linguistic annotations, and large-scale pretrained models. These factors constrain their applicability to low-resource languages. In particular, OCR-dependent pipelines are frequently optimized for Latin scripts and exhibit reduced accuracy for Indic scripts, which leads to noisy or incomplete text extraction. Furthermore, linguistic pre-processing, part-of-speech tagging, and named entity recognition are commonly trained on high-resource languages. They show drastically degraded performance when applied to morphologically rich, syntactically flexible languages such as Hindi.

MMKG ModelStrengthsLimitations in Low-Resource Settings
IMGpedia Integrates images with DBpedia  Focuses only on English content 
 Supports visual similarity queries No support for nonLatin scripts 
 Limited cultural context for regional- visuals
Richpedia Combines visual and textual entities from Wikipedia and Wikidata  Inadequate representation of Indic or folk knowledge
 Aspectlevel querying available  Assumes highquality alignment, which is lacking in regional datasets
ImageGraph Relational KG with images and captions  Entity and relation extraction tuned for English corpora 
 Supports extended tripletbased querying Fails in environments with sparse captions or missing metadata
VisualSem Multilingual support  Poor representation of Asian low-resource languages 
 Useful in neural semantic pipelines No support for Devanagari or culturally grounded visual semantics
VISHAM-KG Relational KG with images in Indic LangaugesLanguage dependent
 Semantic pipelines for morphologically rich syntaxDepends on different POS tag of different langauges.

Table 1: Critical comparison of MMKGs with limitations in low-resource languages.

Existing MMKG models rely on static knowledge graphs, not adapting to dynamic real-world contexts where new entity types and associations develop due to their single-dataset training. This makes it crucial to develop models with dynamic capabilities16. The following limitations are found in this context: incorrect use of textual data in visual activities like object identification, extraction, and annotation; developing scalable methods for constructing multi-modal knowledge graphs from heterogeneous sources; and incorporating contextual information into multi-modal knowledge graphs for improved understanding and interpretation.

In these conditions, VISHAM-KG differs from earlier approaches by employing advanced visual extraction techniques to define nodes and relationships directly from visual documents. It combines standard text processing steps such as tokenization, stop-word removal, and part-of-speech tagging with semantic graph techniques to structure the extracted knowledge. By fusing computer vision and ontology, the system offers several advantages19: enhanced adaptability, allowing the knowledge base to evolve with application-specific needs; improved semantic representation that supports interoperability across systems; and better semantic inference and retrieval, enabling contextual-level knowledge base enhancement.

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

No ethical approval is required for this protocol as it exclusively uses publicly available, non-human, non-sensitive visual and textual data. Table 2 provides all tools and techniques along with their dependencies. All source code, configuration files, and scripts required to reproduce the multimodal knowledge graph construction pipeline are available in a public GitHub repository(preeti017phdit22-wq/VISHAM_KG.). The repository includes installation instructions, and dependency specifications to facilitate reproducibility.

ModuleModel / ToolVersionFrameworkPurpose
OCREasyOCRv1.7.1PyTorchHindi text extraction
POS + Dependency ParsingStanza (hi)v1.6.1PyTorchLinguistic parsing
NERBiLSTM-CRFCustom-trainedPyTorchHindi entity recognition
Object DetectionYOLOv8v8.0.208UltralyticsVisual entity extraction
Text EmbeddingsXLM-R Base2023-05HuggingFaceMultilingual text encoding
Visual EmbeddingsCLIP-ViT-B/322022-09OpenAIImage encoding
Graph StorageNeo4jv5.13Neo4jKG construction
SimilarityCosine SimilarityNumPyCross-modal alignment

Table 2: Tools and techniques used at each step in construction of VISHAM-KG.

1. Knowledge graph construction

  1. Data preparation
    1. Collect 10 children's story documents from the mentioned sources11,13. Confirm the availability of image documents for each document.
    2. Store each document as a structured unit containing image files (PNG or JPG) and corresponding Hindi text.
    3. Assign a unique document identifier linking each image to its associated text.
  2. Text extraction and preprocessing
    1. Extract text from scanned images using EasyOCR (configured for Devanagari script) to extract Hindi text from document images (Figure 2).
    2. Normalize extracted text by removing OCR artifacts and removing extraneous symbols.
    3. Perform sentence segmentation and tokenization. Tokenize the text into words. Remove stop words using a predefined Hindi stop-word list.
    4. Perform part-of-speech tagging and dependency parsing using a Hindi-compatible NLP using Stanza (Hi).
    5. Identify named entities using a BiLSTM-CRF model.
    6. Extract subject-relation-object triplets using dependency-rule templates. Generate a dependency tree with labeled grammatical relations for constructing meaningful triplets (Figure 3).

Sentence structure diagram with POS, dependency parsing, and KG triplet for verb relationship rule.
Figure 2: Extraction of a simple subject-verb-object triplet from Hindi text using verb-only relations. The flowchart describes extraction of a simple subject-verb-object triplet from Hindi text using verb-only relations. Please click here to view a larger version of this figure.

Dependency parsing diagram showing sentence structure, syntax, POS tags, and KG Triplet extraction.
Figure 3: Extended Verb Preposition relationship. The figure illustrates extended Verb Preposition relationship to identify the triplet formation. Please click here to view a larger version of this figure.

  1. Visual entity extraction
    1. Load each image and apply object detection using the YOLOv8 object detection model (Figure 4).
    2. Extract bounding boxes, class labels, and confidence scores of identified objects in the image (Figure 5).
    3. Filter detected objects by retaining detections with confidence scores ≥ 0.50. Record filtered objects as visual entities (OPTIONAL). Save visual entities with bounding box coordinates and generate a list of these entities.

Object detection process; YOLO V8 method; diagram highlights lion, fox identification in text.
Figure 4: Object Detection. The figure illustrates object detection Using YOLOv8. Please click here to view a larger version of this figure.

Visual feature extraction model diagram, using YOLO V8, for object detection and identification.
Figure 5: Visual feature extraction and object detection and identification. The figure illustrates visual feature extraction using convolutional layers and YOLOv8, followed by region refinement and alignment based on similarity scores. Please click here to view a larger version of this figure.

  1. Entity embedding and alignment
    1. Generate contextual embeddings for textual entities using XLM-R embeddings. Generate visual embeddings for detected objects using CLIP-ViT embeddings (Figure 6).
    2. Project text and visual embeddings into a shared latent space and normalize them to unit length.
    3. Compute cosine similarity between each textual and visual embedding pair. Align entities when similarity ≥ predefined threshold τ (default τ = 0.65). Produce a list of aligned text-image entity pairs.

Image-text relationship diagram using YOLO, CIFAR 100; NLP for syntax, dependency parsing, KG triplet.
Figure 6: Visual object detection and POS tags fusion. The figure illustrates visual object detection and POS tags fusion for knowledge graph triplet extraction. YOLO and CIFAR-100 identify objects demonstrating multi-modal alignment. Please click here to view a larger version of this figure.

  1. Triplet extraction
    1. Extract textual triplets using dependency rules that map subject-verb-object structures.
    2. Derive visual relations using spatial proximity and co-occurrence rules.
    3. Generate multimodal triplets by linking aligned textual and visual entities using relation labels. Validate triplets for syntactic and semantic consistency.
  2. Knowledge graph construction
    1. Convert aligned entities into RDF-compatible triplets. Merge textual and visual triplets into a unified graph.
    2. Insert entities as nodes and relations as edges. Encode multimodal links using explicit predicates. Store the resulting graph in Neo4j (OPTIONAL). A finalized multimodal knowledge graph with aligned text-image triplets is now generated.
      NOTE: A systematic approach for constructing a multimodal knowledge graph from Hindi visual documents is shown in Figure 7.

Knowledge graph construction process flowchart, including entity recognition and cross-modal fusion.
Figure 7: Pipeline for multimodal knowledge graph construction. The flowchart represents pipelines for VISHAM-KG. Please click here to view a larger version of this figure.

  1. Use the pseudocode below for knowledge graph construction.
    Input:
    D : Set of Hindi text-image document
    τ : Similarity threshold for alignment
    Preprocess each document pair (T,I)D
    If T is scanned, extract text T' using OCRPerform tokenization, lemmatization, and stop word removal
    Apply POS tagging and dependency parsing using Stanza
    Detect objects in I using YOLOv8
    Extract bounding boxes, labels Li, and confidence scores > 0.5
    Generate Embedding
    Identify named entities Efrom T' using BiLSTM-CRF
    Extract visual entities Efrom Li
    Compute textual embeddings ET with XLM-R.
    Compute visual embeddings EV with CLIP-ViT
    Entity Alignment with Triplet Extraction
    For each pair (et,ev) in ET x EV:
    Compute cosine similarity S = cos(EV,ET)
    Set Threshold τ=0.6
    If s≥τ, add triplet (et, has_image,ev) to set F.
    Extract (h,r,t) triplets from T' using dependency rules.
    Derive visual relations from spatial or caption-based co-occurrence.
    Project Et and Ev into a shared latent space.
    Score triplets and retain those above the confidence threshold.
    Add validated triplets and entities to graph G.
    Output: final KG in Neo4j.

2. Evaluation procedure

NOTE: Hindi kids' stories are chosen for evaluation of the VISHAM-KG framework because they provide controlled, visually grounded narratives with clear entities and relations, enabling reliable validation of multimodal alignment, graph construction, and inference before domain-scale deployment. All hyperparameter settings are given in Table 3.

ModuleHyperparameterDimensions
OCRConfidence threshold0.5
Entity extractionEmbedding dimension300
Object detectionConfidence threshold0.5
Input image size640 × 640
Text embeddingLanguage modelXLM-R
Embedding dimension768
Image embeddingVision modelCLIP-ViT-B/32
Embedding dimension768
AlignmentSimilarity metricCosine similarity
Text-Image AlignmentCosine Similarity threshold (τ)0.6
Link predictionEmbedding dimension100
Training epochs50
Negative samplingUniform
EvaluationTrain–test split80 / 20

Table 3: Hyperparameter setting for the framework.

ComponentCount
Document Images10
Textual Entities186
Visual Entities97
Text-derived Relations105
Visual-derived Relations41
Textual and Visual Triplets312

Table 4: Knowledge Graph and triplets Statistics.

  1. Dataset composition and partitioning
    1. The evaluation dataset consists of 10 kids' stories, each accompanied by illustrative images. Execute the entity extraction process mentioned in steps 1.2-1.4. The results are represented in Table 4.
    2. Construct two graph variants: one Text-only Knowledge Graph (T-KG) using only textual triplets and another Multimodal Knowledge Graph (MM-KG) using fused textual and visual triplets.
    3. To ensure a controlled evaluation, for both graphs, use identical data splits.
    4. Randomly partition extracted triplets at 80:20, that is 80% for graph construction (training set) and 20% held out for evaluation (test set). Apply this split consistently to both textual KG and MMKG to ensure fair comparison.
  2. Baseline and evaluation metrics
    1. The textual KG serves as the baseline. The proposed framework, VISHAM KG, represents the proposed method. For both graphs, use an identical ontology with entity identifiers and evaluation queries. The only difference between the two graphs is the inclusion of visual entities in VISHAM-KG.
  3. Evaluation metrics and link prediction
    1. Use the standard link prediction metrics20: Mean Reciprocal Rank (MRR), Hits@1, Hits@3, Hits@10. Hit@K, defined as the proportion of cases where the correct entity appears in the top N ranks.
    2. For each test triplet (head, relation, tail), mask either the head or tail entity. Rank all candidate entities based on cosine similarity in the shared embedding space (Table 5).
Textual EntityVisual Entity Cosine Similarity
शेर Static equilibrium diagram, ΣFx=0, force vectors, engineering mechanics concept, educational use.0.78
लोमड़ीStatic equilibrium diagram; equations ΣFx=0, ΣFy=0; vector forces analysis; educational use.0.82

Table 5: Cosine similarity scores between text and image embeddings.

  1. Generate predictions independently for text-only embeddings and multimodal embeddings (VISHAM-KG).
  2. Calculate results using Mean Reciprocal Rank (MRR), as the average of reciprocal ranks of the correct entity across all queries21. Using Table 6, express all results in decimal format for consistency across experiments22.
ModelMRRHits@1Hits@3Hits@10
TransE0.420.210.480.72
ComplEx0.470.260.520.74
RotatE0.510.310.580.74
VISHAM-KG(Textual)0.490.360.620.76

Table 6: Link prediction performance on text-only triplets.

  1. Use the metrics to validate the predictive power of the multimodal knowledge graph in recovering missing links, as shown in Table 7.
ModelMRRHits@1Hits@3Hits@10
IKRL0.460.340.630.72
VisualBERT0.520.350.610.72
ViLBERT0.540.380.640.75
VISHAM-KG0.570.410.660.79

Table 7: Performance on cross-modal triplet prediction tasks.

  1. Use the pseudocode below for evaluation.
    For each Knowledge Graph variant G∈{GT,GMM}:
    Triplet Partitioning

    Extract all triplets Tall from G.
    Randomly partition Tall into training set (80%) and test set Ttest(20%).
    Construct graph Gtrain using triplets in Ttrain.
    Similarity Score and Embedding
    For each test triplet (h,r,t)∈Ttest:
    Mask head or tail entity to form query (h,r,?) or (?,r,t).
    Generate candidate entity set C from entities in Gtrain.
    Compute embedding similarity score S=cos(equery,ec) for each e∈ C.
    Rank all candidate entities based on descending similarity score.
    Metric Computation
    Compute rank of the correct entity for each query.
    Calculate Mean Reciprocal Rank (MRR) over all test queries.
    Calculate Hits@1, Hits@3, and Hits@10.
    Compare evaluation scores between Text-only KG GT and Multimodal KG GMM.
    Output: Provide qualitative and quantitative results directly attributable for multimodal integration
  2. Cross-modal similarity
    1. Compute similarity scores to evaluate alignment between textual and visual embeddings. Normalize both textual embeddings and visual embeddings to unit length to ensure consistency in scale. Use cosine similarity as the primary metric22.
    2. For each pair (et, ev) of textual entity embedding and visual entity embedding, calculate the similarity score23.
      Score(et,ev) = λ · simtext(et,ev) + (1-λ) · simvisual (et,ev) .
      where:
      λ∈ [0,1] is the modality weighting parameter,
      simtext is the cosine similarity between textual embeddings,
      simvisual is the cosine similarity between visual embeddings.

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The proposed VISHAM-KG is evaluated through similarity score computation and link prediction tasks commonly used in the knowledge representation benchmark dataset.

Experimental setup

Evaluate the constructed multimodal knowledge graph using two established tasks: (i) cross-modal similarity assessment and (ii) knowledge graph link prediction. Perform all evaluations exclusively on the finalized graph output generated at the endpoint of the protocol. ...

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The performance of the VISHAM-KG framework is primarily based on three critical components: OCR for Devanagari text (step 1.2), confidence-based visual object detection using Clip-ViT (step 1.3) and embedding-based cross-modal alignment (step 1.4). OCR accuracy directly influences the downstream linguistic parsing and entity extraction. The errors introduced at this stage propagate to relation identification and reduce alignment precision. This effect is mitigated through Hindi-specific normalization, lemmatization, and ...

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
BiLSTM-CRF and Indic NER ModelCustom-trainedPyTorchNamed entity recognition
CLIP-ViT-B/322022-09OpenAIVisual embedding generation
CPUIntel i9IntelGeneral computation
EasyOCRv1.7.1Jaided AIHindi text extraction from images
GPUNVIDIA RTX 3090NVIDIAModel inference acceleration
Hindi Kids Stories10 storiesCurated datasetEvaluation corpus
Neo4jv5.13Neo4j Inc.Knowledge graph storage
NumPyv1.24NumPy CommunityNumerical computations
Pandasv2.0Pandas CommunityData handling
Pythonv3.10Python Software FoundationPipeline implementation
PyTorchv2.0Meta AIDeep learning framework
Stanza (Hindi Model)v1.6.1Stanford NLPPOS tagging and dependency parsing
XLM-R (Base)2023-05HuggingFaceText embedding generation
YOLOv8v8.0.208UltralyticsVisual object detection

References

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,
  1. Alberts, A., et al. VisualSem: A high-quality knowledge graph for vision and language. arXiv. , (2020).
  2. Chen, Y., et al. A survey on multimodal knowledge graphs: Construction, completion and applications. Mathematics. 11 (8), 1815-1835 (2023).
  3. Ektefaie, Y., et al. Generalized multimodal models for life sciences. Nat Mach Intell. 5 (4), 340-350 (2023).
  4. Exner, P., Nugues, P. Entity extraction: From unstructured text to DBpedia RDF triples. Proc CEUR Workshop. , 58-69 (2012).
  5. Fan, T., Wang, H., Hodel, T. Multimodal knowledge graph construction of Chinese traditional operas and sentiment and genre recognition. J Cultural Heritage. 62, 32-44 (2023).
  6. Fang, Q., Zhang, X., Hu, J., Wu, X., Xu, C. Contrastive multimodal knowledge graph representation learning. IEEE Trans Knowl Data Eng. 35 (9), 8983-8996 (2022).
  7. Fang, Y., Kuan, K., Lin, J., Tan, C., Chandrasekhar, V. Object detection meets knowledge graphs. Proc IJCAI. , 1-8 (2017).
  8. Fensel, D., et al. Introduction: What is a knowledge graph. , Semant WebSpringer. 1-10 (2020).
  9. Ferrada, S., Bustos, B., Hogan, A. IMGpedia: A linked dataset with content-based analysis of Wikimedia images. , Semant WebSpringer. 84-93 (2017).
  10. Gong, D., Wang, D. Z. Extracting visual knowledge from the web with multimodal learning. Proc IJCAI. , 1718-1724 (2017).
  11. Hollink, L., Bedjeti, A., Van Harmelen, M., Elliott, D. A corpus of images and text in online news. Proc LREC. , 1377-1382 (2016).
  12. Jain, P., Darbari, H., Bhavsar, V. C. Vishit: A visualizer for Hindi text. Proc IEEE Conf. , 886-890 (2014).
  13. StoryWeaver: Free multilingual story platform for children. , Pratham Books. https://storyweaver.org.in/en (2025).
  14. Zhu, B., et al. MMIEA: Multimodal interaction entity alignment model for knowledge graphs. Inf Fusion. 100, 101935(2023).
  15. Wang, M., Wang, H., Qi, G., Zheng, Q. Richpedia: A large-scale, comprehensive multimodal knowledge graph. Big Data Res. 22, 100159(2020).
  16. Liu, Y., et al. MMKG: Multimodal knowledge graphs. , Semant WebSpringer. 459-474 (2019).
  17. Liang, W., Meo, P. D., Tang, Y., Zhu, J. A survey of multimodal knowledge graphs: Technologies and trends. ACM Comput Surv. 56 (11), 1-41 (2024).
  18. Troussas, C., Krouska, A., Tselenti, P., Kardaras, D. K., Barbounaki, S. Enhancing personalized educational content recommendation through cosine similarity-based knowledge graphs and contextual signals. Information. 14 (9), 505(2023).
  19. Vats, P., Sharma, N., Sharma, D. K. HKG: A novel approach for low resource Indic languages to automatic knowledge graph construction. ACM Trans Asian Low-Resour Lang Inf Process. , (2023).
  20. Wang, D., et al. MM-transformer: A transformer-based knowledge graph link prediction model that fuses multimodal features. Symmetry. 16 (8), 961(2024).
  21. Wang, Z., Liu, X., Liu, Z., Weng, Y. A link prediction method for multimodal knowledge graphs based on adaptive fusion and modality information enhancement. Neural Netw. 191, 107771(2025).
  22. Huang, S., Cai, Y., Yuan, L., Wang, J. A knowledge-enhanced network for joint multimodal entity-relation extraction. Inf Process Manag. 62 (3), 104033(2025).
  23. Wang, L., Cheng, H., Wang, R., Huang, X. Machining scheme selection of features based on process knowledge graph and improved cosine similarity matching. Machines. 13 (3), 1-20 (2025).
  24. Zhu, J., et al. A novel cosine-derived probability distribution: Theory and data modeling with computer knowledge graph. Alex Eng J. 103, 1-11 (2024).
  25. Li, Z., Tang, J., Mei, T. Deep collaborative embedding for social image understanding. IEEE Trans Pattern Anal Mach Intell. 41 (9), 2070-2083 (2018).
  26. Qian, Y., Pan, L. Leveraging multimodal features for knowledge graph entity alignment based on dynamic self-attention networks. Expert Syst Appl. 228, 120363(2023).

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Multimodal Knowledge GraphsRule Based Linguistic AnalysisComputer VisionVisual Entity ExtractionHindi Visual DocumentsOptical Character RecognitionDependency ParsingEntity AlignmentMultilingual TransformerKnowledge Graph Reasoning

Related Articles