This is an old revision of the document!
Tematy projektów WSHOP -- wiosna 2025/2026
[FIXME] Template
- Student:
- Namespace in the wiki: FIXME
- The goal of the project:
- Technology:
- Description:
- Links:
[KKT] Wikidata as a central point of cultural heritage data cloud
- Namespace in the wiki: chcloud
- The goal of the project: Validate the usability of Wikidata as a central point of cultural heritage data cloud
- Technology: RDF/Semantic Web, some programming (Python preferred)
- Description: Wikidata has many links to external sources of information (URIs/foreign keys), but are these links correct? Can additional information be extracted from these sources, or do these pages not contain any data that can be processed automatically? Previous project (chcloud) started exploration of this topic (validation of some links, basic data extraction). Now, we want to continue it and: (a) check whether this process can be automated, (b) prepare a knowledge graph that will combine this data into a single cultural heritage data cloud [for the purposes of the project, we will probably limit it to individuals associated with the University], (c) evaluate such a graph (including comparison with a graph containing only data from Wikidata)
[KKT] Iconclass-based classification and recommendation
- Namespace in the wiki: iconclass
- The goal of the project: Extend the existing prototype of ICONCLASS-based classification and recommendation modules
- Technology: RDF/Semantic Web, Python, ML basics
- Description: Iconclass is a very complex system for classifying objects depicted in artworks, covering real objects, various scenes, and abstract concepts. It has been used for many years by experts to tag artworks. We want to help them do this, so we have created a prototype tool that first assigns tags (classification) and then recommends related artworks. As part of this project, we want to expand this tool. Directions for development: (a) Detection fine-tuning: find Iconclass-labeled datasets and fine-tune YOLO (or other object-detection model), (b) Multimodal classification: not only YOLO, but also textual metadata, iconographic labels, neural image features, and even visin-language embeddings like CLIP can help in better classification, (c) expand rule engine for abstract codes inference: rules can be mined semi-automatically from large Iconclass-labeled corpora (with frequent pattern mining over code co-occurrences), (d) recommendation module: create unified recommender (now, we have three recommenders), add explainability layer. There is also a place for your ideas :)
- Links:
- Paper with current status: Iconographic Classification and Content-Based Recommendation for Digitized Artworks
[KKT] Path visualizations as a XAI layer in graph-based systems
- Namespace in the wiki: graphpaths
- The goal of the project: Prepare a tool that visualizes connections between two nodes in a graph along with their relevant context
- Technology: RDF/Semantic Web, some programming (Python is preffered), vizualization, LLMs
- Description: At the input, we have an arbitrarily large knowledge graph in RDF format and two or more nodes, e.g., a target and its recommendation as in the project described in this paper. The goal of the project is to develop visualizations that will help the user understand the real connections between these nodes. As part of the project, we want to explore the following scenarios: (a) direct paths: find the shortest path and visualize it, (b) informed-shortest path: in the above-mentioned project, the recommendation module provides information why the following node was proposed; this information can be used in the visualization, © provide the context: check which nodes in the environment are relevant (e.g., using centrality measures) and add them to the visualization, (d) we also want to explore the possibility of using language models to summarize the generated paths/visualizations.
- Links:
- Paper with our recommender system: A Three-stage Neuro-symbolic Recommendation Pipeline for Cultural Heritage Knowledge Graphs
