Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,20 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f

## License

This project is licensed under the MIT - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT - see the [LICENSE](LICENSE) file for details.
Comment thread
kavehshahedi marked this conversation as resolved.

## Cite TMLL

Comment on lines +136 to +137
Copy link

Copilot AI Mar 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README has a manual Table of Contents near the top, but the newly added "Cite TMLL" section isn’t listed there. Consider adding an entry so readers can find the citation details easily.

Copilot uses AI. Check for mistakes.
If you are using TMLL in your research, please cite the following paper:

Kaveh Shahedi, Matthew Khouzam, Heng Li, Maxime Lamothe, Foutse Khomh, "[From Technical Excellence to Practical Adoption: Lessons Learned Building an ML-Enhanced Trace Analysis Tool](https://ieeexplore.ieee.org/abstract/document/11334725)," *40th International Conference on Automated Software Engineering (ASE)*, Seoul, South Korea, November 16 - 20, 2025.
```bibtex
@inproceedings{shahedi2025technical,
title={From Technical Excellence to Practical Adoption: Lessons Learned Building an ML-Enhanced Trace Analysis Tool},
author={Shahedi, Kaveh and Khouzam, Matthew and Li, Heng and Lamothe, Maxime and Khomh, Foutse},
booktitle={2025 40th IEEE/ACM International Conference on Automated Software Engineering (ASE)},
pages={3462--3474},
year={2025},
organization={IEEE}
}
```
Loading