Replication package for "RAG-Reviewer: A Retrieval-Augmented Generation Framework for Automated Code Review Comment Generation"
收藏Figshare2025-05-26 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/Replication_package_for_RAG-Reviewer_A_Retrieval-Augmented_Generation_Framework_for_Automated_Code_Review_Comment_Generation_/29147681
下载链接
链接失效反馈官方服务:
资源简介:
This repository contains artifacts for the experiments described in RQ1~RQ3.fine_tuned_checkpoints.zipCheckpoints for each experimental run. Each folder follows the naming convention:modelName_ragStrategy_finetuned_best_ckp_epoch, where:modelName refers to the backbone model (e.g., CodeT5, CodeReviewer).ragStrategy denotes the prompting strategy: rag_pair, rag_singleton, or vanilla.epoch indicates the best-performing epoch based on validation performance.code_embeddings.zipVector embeddings of source code from the Tufano et al. dataset (train/val/test splits).Embeddings are stored as .pkl files and used for retrieval tasks.rag_candidate.zipContains the top-K most similar training examples for each instance in the train, validation, and test sets.These candidates were selected using semantic similarity for retrieval-augmented generation (RAG).The source code for reproducing these experiments is available on GitHub:https://github.com/RAG-Reviewer/RAG-Reviewer
创建时间:
2025-05-26



