umakantk commited on
Commit
8efd9d8
·
verified ·
1 Parent(s): 247fb03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -15
README.md CHANGED
@@ -39,24 +39,25 @@ Using with Janus
39
  If you use this dataset, we request you to please cite our paper:
40
 
41
  **Plain text (ACM-style):**
42
- Umakant Kulkarni, and Sonia Fahmy. 2026. *Janus: A Dual-Mask Attention Transformer for Log-based Anomaly Detection in Cellular Networks*. **Proceedings of the ACM on Measurement and Analysis of Computing Systems** 10, 1, Article 14 (March 2026), 36 pages. https://doi.org/10.1145/3788096
43
 
44
  **BibTeX:**
45
  ```bibtex
46
  @article{10.1145/3788096,
47
- author = {Kulkarni, Umakant and Fahmy, Sonia},
48
- title = {Janus: A Dual-Mask Attention Transformer for Log-based Anomaly Detection in Cellular Networks},
49
- year = {2026},
50
- issue_date= {March 2026},
51
- publisher = {Association for Computing Machinery},
52
- address = {New York, NY, USA},
53
- volume = {10},
54
- number = {1},
55
- url = {https://doi.org/10.1145/3788096},
56
- doi = {10.1145/3788096},
57
- journal = {Proc. ACM Meas. Anal. Comput. Syst.},
58
- month = mar,
59
- articleno = {14},
60
- numpages = {36}
 
61
  }
62
  ```
 
39
  If you use this dataset, we request you to please cite our paper:
40
 
41
  **Plain text (ACM-style):**
42
+ Umakant Kulkarni and Sonia Fahmy. 2026. Janus: A Dual-Mask Attention Transformer for Log-based Anomaly Detection in Cellular Networks. Proc. ACM Meas. Anal. Comput. Syst. 10, 1, Article 14 (March 2026), 36 pages. https://doi.org/10.1145/3788096
43
 
44
  **BibTeX:**
45
  ```bibtex
46
  @article{10.1145/3788096,
47
+ author = {Kulkarni, Umakant and Fahmy, Sonia},
48
+ title = {Janus: A Dual-Mask Attention Transformer for Log-based Anomaly Detection in Cellular Networks},
49
+ year = {2026},
50
+ issue_date = {March 2026},
51
+ publisher = {Association for Computing Machinery},
52
+ address = {New York, NY, USA},
53
+ volume = {10},
54
+ number = {1},
55
+ url = {https://doi.org/10.1145/3788096},
56
+ doi = {10.1145/3788096},
57
+ journal = {Proc. ACM Meas. Anal. Comput. Syst.},
58
+ month = mar,
59
+ articleno = {14},
60
+ numpages = {36},
61
+ keywords = {anomaly detection, cellular networks, attention, llm, masking, system logs, transformers}
62
  }
63
  ```