This repository is split in 3 projects. See each project README for more informations.
Generate the annotations csv for the following algorithms:
- cidiff
- lcs-diff
- bigram
- bigram-drain
- cidiff-drainsim
Generate the annotations csv for the following algorithms:
- human
- keyword
- gpt
This project has also a TUI to annotate the logs by a human.
The analysis code using the generated CSVs.
csv/dataset.csv
: infomations about all the pairs of logs of our datasetcsv/annotations.csv
: lines flagged as relevant to understand the failures on the 100 randomly drawn casescsv/benchmark.csv
: metrics about the results of LCS-diff and CiDiff and the whole datasetcsv/survey.csv
: user preferences between LCS-diff and CiDif on the 100 randomly drawn casesanalysis.ipynb
: notebook containing all the analysis code
The code to generate the viewers for the user evaluations.
It also contains the guide used for the evaluation.