Ca2KG
kg-rag/
βββ π imgs/ # Figures and visualizations
β βββ fig_accuracy_under_token_caps_metaqa.png
β βββ fig_answer_token_efficiency_metaqa_committed.png
βββ π methods/ # RAG implementation notebooks
βββ π helper/ # Utility classes and tools
βββ π ablation/ # Ablation study experiments
βββ π efficiency_experiment/ # Efficiency analysis notebooks
βββ π README.md
Installation & Setup
# Note: All code in this repository has been successfully tested and executed on Kaggle platform.
# Clone the repository
cd kg-rag
# Launch Jupyter notebooks
jupyter notebook| Component | Description | Location |
|---|---|---|
| Core Methods | RAG implementation notebooks | methods/ |
| Ablation Studies | Component analysis experiments | ablation/ |
| Efficiency Analysis | Performance optimization studies | efficiency_experiment/ |
| Helper Tools | Utility classes and functions | helper/ |
- β Lower Calibration Error: Improved confidence calibration for knowledge-based QA
- β Higher Accuracy: Enhanced performance on MetaQA and benchmark datasets
- β Efficient Reasoning: Optimized multi-hop reasoning with reduced computational overhead
- β Comprehensive Evaluation: Extensive ablation studies and efficiency analysis
See CITATION.cff for the preferred citation metadata.
Built with β€οΈ for advancing knowledge-grounded AI research
