Add BSc thesis link

This commit is contained in:
2024-01-24 20:36:29 +01:00
parent 4cc824bd26
commit 8df5310f5e
4 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,7 @@ export default {
"Project for the Fundamentals of Artificial Intelligence and Knowledge Representation (module 1) course.\n" +
"Minimax-based agent for the Tablut board game, tuned using a genetic algorithm.",
"thesis": "Thesis",
"bsc_thesis.title": "Bachelor's thesis",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.description": "Biomedical extractive summarization using pretrained encoders and clustering.",

View File

@ -16,6 +16,7 @@ export default {
"Progetto per il corso di Fundamentals of Artificial Intelligence and Knowledge Representation (modulo 1).\n" +
"Agente implementato con minimax e addestrato con un algoritmo genetico per il gioco da tavolo Tablut.",
"thesis": "Tesi",
"bsc_thesis.title": "Tesi triennale",
"bsc_thesis.thesis_title": "Subtopic-oriented biomedical summarization using pretrained language models",
"bsc_thesis.description": "Generazione di riassunti estrattivi in ambito biomedico con modelli di linguaggio preaddestrati e algoritmi di clustering.",