https://github.com/predict-idlab/meta2concept
IDLab solution for the the "Table Metadata to KG" task in the 2024 "Semantic Web Challenge on Tabular Data to Knowledge Graph Matching" challenge
https://github.com/predict-idlab/meta2concept
Last synced: 7 months ago
JSON representation
IDLab solution for the the "Table Metadata to KG" task in the 2024 "Semantic Web Challenge on Tabular Data to Knowledge Graph Matching" challenge
- Host: GitHub
- URL: https://github.com/predict-idlab/meta2concept
- Owner: predict-idlab
- License: mit
- Created: 2024-07-18T15:03:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:51:22.000Z (almost 2 years ago)
- Last Synced: 2025-07-07T14:44:34.127Z (10 months ago)
- Language: Jupyter Notebook
- Size: 374 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meta2Concept
IDLab solution for the the "Table Metadata to KG" task in the 2024 "Semantic Web Challenge on Tabular Data to Knowledge Graph Matching" challenge
## Acknowledgements
- The `semtab2024/rank_gpt.py` file was originally created by Weiwei Sun and can be found at https://github.com/sunnweiwei/RankGPT. Changes made include fixing some bugs in the sliding_windows function.