jacobhoffmann commited on
Commit
7a8cd64
·
verified ·
1 Parent(s): d3d6a56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -32,7 +32,7 @@ This model card provides information about **TestGen-Dart v0.2**, a fine-tuned v
32
  ### Model Sources
33
 
34
  - **Repository:** [GitHub Repository](https://github.com/example/repo) (placeholder)
35
- - **Paper:** ["Test Case Generation with Fine-Tuned LLaMA Models"](https://doi.org/10.1145/3644032.3644454) (published in AST '24)
36
  - **Demo:** Coming soon
37
 
38
  ---
@@ -145,9 +145,9 @@ If you use this model in your research, please cite:
145
  **BibTeX:**
146
  ```bibtex
147
  @inproceedings{hoffmann2024testgen,
148
- title={Test Case Generation with Fine-Tuned LLaMA Models},
149
  author={Hoffmann, Jacob and Frister, Demian},
150
- booktitle={Proceedings of the 29th ACM/SIGSOFT International Workshop on Automated Software Testing (AST)},
151
  year={2024},
152
  doi={10.1145/3644032.3644454}
153
  }
 
32
  ### Model Sources
33
 
34
  - **Repository:** [GitHub Repository](https://github.com/example/repo) (placeholder)
35
+ - **Paper:** ["Generating Software Tests for Mobile Applications Using Fine-Tuned Large Language Models"](https://doi.org/10.1145/3644032.3644454) (published in AST '24)
36
  - **Demo:** Coming soon
37
 
38
  ---
 
145
  **BibTeX:**
146
  ```bibtex
147
  @inproceedings{hoffmann2024testgen,
148
+ title={Generating Software Tests for Mobile Applications Using Fine-Tuned Large Language Models},
149
  author={Hoffmann, Jacob and Frister, Demian},
150
+ booktitle={Proceedings of the 5th ACM/IEEE International Conference on Automation of Software Test (AST 2024)},
151
  year={2024},
152
  doi={10.1145/3644032.3644454}
153
  }