Fix citation placement in Facharbeit text
This commit is contained in:
parent
9981647c5e
commit
5b7c80c0a4
3 changed files with 110 additions and 53 deletions
|
|
@ -2,9 +2,7 @@
|
|||
author = {Christopher D. Manning and Prabhakar Raghavan and Hinrich Schütze},
|
||||
title = {Introduction to Information Retrieval},
|
||||
publisher = {Cambridge University Press},
|
||||
year = {2008},
|
||||
doi = {10.1017/CBO9780511809071},
|
||||
isbn = {9780511809071}
|
||||
year = {2008}
|
||||
}
|
||||
|
||||
@article{salton1988,
|
||||
|
|
@ -14,8 +12,7 @@
|
|||
volume = {24},
|
||||
number = {5},
|
||||
pages = {513--523},
|
||||
year = {1988},
|
||||
doi = {10.1016/0306-4573(88)90021-0}
|
||||
year = {1988}
|
||||
}
|
||||
|
||||
@inproceedings{mccallum1998,
|
||||
|
|
@ -31,40 +28,35 @@
|
|||
title = {Learning to Classify Text Using Support Vector Machines},
|
||||
publisher = {Springer},
|
||||
address = {Boston, MA},
|
||||
year = {2002},
|
||||
doi = {10.1007/978-1-4615-0907-3}
|
||||
year = {2002}
|
||||
}
|
||||
|
||||
@inproceedings{vaswani2017,
|
||||
author = {Ashish Vaswani and others},
|
||||
title = {Attention Is All You Need},
|
||||
booktitle = {Advances in Neural Information Processing Systems 30 (NeurIPS 2017)},
|
||||
year = {2017},
|
||||
url = {https://arxiv.org/abs/1706.03762}
|
||||
year = {2017}
|
||||
}
|
||||
|
||||
@article{brown2020,
|
||||
author = {Tom B. Brown and others},
|
||||
title = {Language Models are Few-Shot Learners},
|
||||
journal = {arXiv preprint arXiv:2005.14165},
|
||||
year = {2020},
|
||||
url = {https://arxiv.org/abs/2005.14165}
|
||||
year = {2020}
|
||||
}
|
||||
|
||||
@article{bommasani2021,
|
||||
author = {Rishi Bommasani and others},
|
||||
title = {On the Opportunities and Risks of Foundation Models},
|
||||
journal = {arXiv preprint arXiv:2108.07258},
|
||||
year = {2021},
|
||||
url = {https://arxiv.org/abs/2108.07258}
|
||||
year = {2021}
|
||||
}
|
||||
|
||||
@article{liu2023,
|
||||
author = {Rundong Liu and others},
|
||||
title = {Recent Advances in Hierarchical Multi-label Text Classification: A Survey},
|
||||
journal = {arXiv preprint arXiv:2307.16265},
|
||||
year = {2023},
|
||||
url = {https://arxiv.org/abs/2307.16265}
|
||||
year = {2023}
|
||||
}
|
||||
|
||||
@article{guy2006,
|
||||
|
|
@ -74,13 +66,13 @@
|
|||
volume = {12},
|
||||
number = {1},
|
||||
year = {2006},
|
||||
url = {https://mirror.dlib.org/dlib/january06/guy/01guy.html}
|
||||
note = {Abgerufen am 05.04.2026}
|
||||
}
|
||||
|
||||
@misc{sqlite2026,
|
||||
author = {{SQLite Documentation}},
|
||||
title = {CREATE TABLE},
|
||||
year = {2026},
|
||||
url = {https://www.sqlite.org/lang_createtable.html},
|
||||
note = {Abgerufen am 25.03.2026}
|
||||
@inproceedings{bender2021,
|
||||
author = {Emily M. Bender and Timnit Gebru and Angelina McMillan-Major and Shmargaret Shmitchell},
|
||||
title = {On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?},
|
||||
booktitle = {Proceedings of the 2021 ACM Conference on Fairness, Accountability, and Transparency},
|
||||
pages = {610--623},
|
||||
year = {2021}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue