-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57c65bf
commit a038f28
Showing
2 changed files
with
85 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,45 @@ | ||
# Citation | ||
|
||
For citing, please use the following entry for the [original paper](https://jmlr.org/papers/v23/21-0174.html): | ||
``` | ||
@article{Mandlik2021, | ||
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný}, | ||
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data}, | ||
journal = {Journal of Machine Learning Research}, | ||
year = {2022}, | ||
volume = {23}, | ||
number = {298}, | ||
pages = {1--5}, | ||
url = {http://jmlr.org/papers/v23/21-0174.html} | ||
} | ||
``` | ||
Kindly cite our work with the following entries if you find it interesting, please: | ||
|
||
and the following for the implementation (fill in the used `version`): | ||
``` | ||
@software{mill2018, | ||
author = {Tomas Pevny and Simon Mandlik}, | ||
title = {Mill.jl framework: a flexible library for (hierarchical) multi-instance learning}, | ||
url = {https://github.com/CTUAvastLab/Mill.jl}, | ||
version = {...}, | ||
} | ||
``` | ||
* [*JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON | ||
data*](https://jmlr.org/papers/v23/21-0174.html) | ||
|
||
``` | ||
@article{Mandlik2021, | ||
author = {Šimon Mandlík and Matěj Račinský and Viliam Lisý and Tomáš Pevný}, | ||
title = {JsonGrinder.jl: automated differentiable neural architecture for embedding arbitrary JSON data}, | ||
journal = {Journal of Machine Learning Research}, | ||
year = {2022}, | ||
volume = {23}, | ||
number = {298}, | ||
pages = {1--5}, | ||
url = {http://jmlr.org/papers/v23/21-0174.html} | ||
} | ||
``` | ||
|
||
* [*Malicious Internet Entity Detection Using Local Graph | ||
Inference*](https://ieeexplore.ieee.org/document/10418120) (practical `Mill.jl` application) | ||
|
||
``` | ||
@article{Mandlik2024, | ||
author = {Mandlík, Šimon and Pevný, Tomáš and Šmídl, Václav and Bajer, Lukáš}, | ||
journal = {IEEE Transactions on Information Forensics and Security}, | ||
title = {Malicious Internet Entity Detection Using Local Graph Inference}, | ||
year = {2024}, | ||
volume = {19}, | ||
pages = {3554-3566}, | ||
doi = {10.1109/TIFS.2024.3360867} | ||
} | ||
``` | ||
|
||
* this implementation (fill in the used `version`): | ||
|
||
``` | ||
@software{Mill, | ||
author = {Tomas Pevny and Simon Mandlik}, | ||
title = {Mill.jl framework: a flexible library for (hierarchical) multi-instance learning}, | ||
url = {https://github.com/CTUAvastLab/Mill.jl}, | ||
version = {...}, | ||
} | ||
``` |