This commit is contained in:
TheGeneralist 2026-04-03 17:04:04 +02:00
parent 6eb3097f3d
commit 9981647c5e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
12 changed files with 1384 additions and 59 deletions

86
docs/refs.bib Normal file
View file

@ -0,0 +1,86 @@
@book{manning2008,
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}
}
@article{salton1988,
author = {Gerard Salton and Christopher Buckley},
title = {Term-weighting approaches in automatic text retrieval},
journal = {Information Processing \& Management},
volume = {24},
number = {5},
pages = {513--523},
year = {1988},
doi = {10.1016/0306-4573(88)90021-0}
}
@inproceedings{mccallum1998,
author = {Andrew McCallum and Kamal Nigam},
title = {A Comparison of Event Models for Naive Bayes Text Classification},
booktitle = {AAAI-98 Workshop on Learning for Text Categorization},
pages = {41--48},
year = {1998}
}
@book{joachims2002,
author = {Thorsten Joachims},
title = {Learning to Classify Text Using Support Vector Machines},
publisher = {Springer},
address = {Boston, MA},
year = {2002},
doi = {10.1007/978-1-4615-0907-3}
}
@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}
}
@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}
}
@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}
}
@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}
}
@article{guy2006,
author = {Marieke Guy and Emma Tonkin},
title = {Folksonomies: Tidying up Tags?},
journal = {D-Lib Magazine},
volume = {12},
number = {1},
year = {2006},
url = {https://mirror.dlib.org/dlib/january06/guy/01guy.html}
}
@misc{sqlite2026,
author = {{SQLite Documentation}},
title = {CREATE TABLE},
year = {2026},
url = {https://www.sqlite.org/lang_createtable.html},
note = {Abgerufen am 25.03.2026}
}