This repository collects paper materials for reproducibility purposes. Each folder contains a complete zipped repository used for a specific research work, allowing anyone to reproduce the results of our published papers.
This research builds upon two core libraries:
The following papers are included in this repository in chronological order:
To reproduce the results of a specific work, follow these steps:
-
Clone this repository:
git clone https://github.com/TusKANNy/papers_reproducibility.git cd papers_reproducibility -
Navigate to the relevant paper folder:
cd <paper_folder>
For example, for the ECIR 2026 paper:
cd ecir2026 -
Unzip the repository archive:
unzip *.zip -
Follow the instructions in the unzipped README: Each unzipped folder contains its own
REPRODUCTION_GUIDE.mdwith specific instructions to reproduce the results of that particular paper.