Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.2 KB

File metadata and controls

24 lines (13 loc) · 1.2 KB

Repository Overview

This repository is organized into two primary folders: QUENCH and QUENCH_Baseline.

Folder Descriptions

  • QUENCH
    This folder houses the original codebase from the paper. It contains the primary implementation of the QUENCH method or algorithm, as it is in the original research paper for the task. PaperLink

  • QUENCH_Baseline
    This folder provides a baseline implementation for the QUENCH method. It is intended as a reference point for comparison, allowing us to assess the performance and improvements of the original QUENCH approach against a standard baseline.

Replicating Baseline Results

To replicate the baseline results described in the report, follow these steps:

  1. For the baseline comparison, navigate to the QUENCH_Baseline folder.

  2. The folder contains its own README.md file, which provides detailed, step-by-step instructions for setting up and running the code. Refer to the readme within the folder to proceed.

Additional Notes

The separation of the original QUENCH implementation and its baseline into distinct folders is designed to streamline the process of running experiments and comparing results.