PyTorch
English
bert
jdrechsel commited on
Commit
4170413
·
verified ·
1 Parent(s): afb8adb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -87,13 +87,13 @@ The model is evaluated in [Section 7 and Appendix C.4 of the MAMUT paper](https:
87
  **BibTeX:**
88
 
89
  ```bibtex
90
- @misc{drechsel2025mamutnovelframeworkmodifying,
91
- title={{MAMUT}: A Novel Framework for Modifying Mathematical Formulas for the Generation of Specialized Datasets for Language Model Training},
92
- author={Jonathan Drechsel and Anja Reusch and Steffen Herbold},
93
- year={2025},
94
- eprint={2502.20855},
95
- archivePrefix={arXiv},
96
- primaryClass={cs.CL},
97
- url={https://arxiv.org/abs/2502.20855},
98
  }
99
  ```
 
87
  **BibTeX:**
88
 
89
  ```bibtex
90
+ @article{
91
+ drechsel2025mamut,
92
+ title={{MAMUT}: A Novel Framework for Modifying Mathematical Formulas for the Generation of Specialized Datasets for Language Model Training},
93
+ author={Jonathan Drechsel and Anja Reusch and Steffen Herbold},
94
+ journal={Transactions on Machine Learning Research},
95
+ issn={2835-8856},
96
+ year={2025},
97
+ url={https://openreview.net/forum?id=khODmRpQEx}
98
  }
99
  ```