Skip to content

Commit

Permalink
Merge pull request #109 from Siyuexi/main
Browse files Browse the repository at this point in the history
Add DivLog from ICSE'24
  • Loading branch information
PinjiaHe authored Jan 9, 2024
2 parents 4953a44 + 599d2e9 commit 6736b7f
Show file tree
Hide file tree
Showing 43 changed files with 32,862 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Logparser provides a machine learning toolkit and benchmarks for automated log p
| ECML-PKDD'20 | [NuLog](https://github.com/logpai/logparser/tree/main/logparser/NuLog#NuLog) | [Self-Supervised Log Parsing](https://arxiv.org/abs/2003.07905), by Sasho Nedelkoski, Jasmin Bogatinovski, Alexander Acker, Jorge Cardoso, Odej Kao. |[:arrow_upper_right:](https://github.com/logpai/logparser/tree/main/logparser/NuLog#benchmark) |
| ICSME'22 | [ULP](https://github.com/logpai/logparser/tree/main/logparser/ULP#ULP) | [An Effective Approach for Parsing Large Log Files](https://users.encs.concordia.ca/~abdelw/papers/ICSME2022_ULP.pdf), by Issam Sedki, Abdelwahab Hamou-Lhadj, Otmane Ait-Mohamed, Mohammed A. Shehab. |[:arrow_upper_right:](https://github.com/logpai/logparser/tree/main/logparser/ULP#benchmark) |
| TSC'23 | [Brain](https://github.com/logpai/logparser/tree/main/logparser/Brain#Brain) | [Brain: Log Parsing with Bidirectional Parallel Tree](https://ieeexplore.ieee.org/abstract/document/10109145), by Siyu Yu, Pinjia He, Ningjiang Chen, Yifan Wu. |[:arrow_upper_right:](https://github.com/logpai/logparser/tree/main/logparser/Brain#benchmark) |
| ICSE'24 | [DivLog](https://github.com/logpai/logparser/tree/main/logparser/DivLog#DivLog) | [DivLog: Log Parsing with Prompt Enhanced In-Context Learning](https://doi.org/10.1145/3597503.3639155), by Junjielong Xu, Ruichun Yang, Yintong Huo, Chengyu Zhang, and Pinjia He. |[:arrow_upper_right:](https://github.com/logpai/logparser/tree/main/logparser/DivLog#benchmark) |

:bulb: Welcome to submit a PR to push your parser code to logparser and add your paper to the table.

Expand Down
Loading

0 comments on commit 6736b7f

Please sign in to comment.