Jugoslav Stojcheski

Rationality Enhancement Alumni

I am a master's degree student in machine learning at the Eberhard Karls University of Tübingen and a student assistant in the Rationality Enhancement Group. I am mostly interested in artificial intelligence and curious about human behavior, neuroscience and psychology.

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `
Rationality Enhancement Conference Paper A cautionary tale about AI-generated goal suggestions Lieder, F., Chen, P., Stojcheski, J., Consul, S., Pammer-Schindler, V. In MuC ’22: Proceedings of Mensch und Computer 2022 , 354-359, Mensch und Computer 2022 (MuC 2022) , September 2022 (Published) DOI URL BibTeX

Rationality Enhancement Conference Paper Leveraging AI for effective to-do list gamification Consul, S., Stojcheski, J., Lieder, F. In Mensch und Computer 2022 – Workshopband MuC 2022 , Mensch und Computer 2022 (MuC 2022) : 5th International Workshop "Gam-R – Gamification Reloaded" , September 2022 (Published) DOI URL BibTeX


Rationality Enhancement Article Improving Human Decision-Making by Discovering Efficient Strategies for Hierarchical Planning Consul, S., Heindrich, L., Stojcheski, J., Lieder, F. Computational Brain & Behavior, 5:185-216, Springer, 2022 (Published) DOI URL BibTeX
Thumb ticker lg screenshot 2021 02 02 142819

Rationality Enhancement Talk Improving Human Decision-Making by Discovering Efficient Strategies for Hierarchical Planning Heindrich, L., Consul, S., Stojcheski, J., Lieder, F. Tübingen, Germany, The first edition of Life Improvement Science Conference, June 2021 (Accepted) BibTeX
Thumb ticker lg meta controller gs

Rationality Enhancement Technical Report Optimal To-Do List Gamification for Long Term Planning Consul, S., Stojcheski, J., Felso, V., Lieder, F. arXiv preprint arXiv:2109.06505, 2021 (Published) DOI URL BibTeX

Rationality Enhancement Article Improving Human Decision-Making using Metalevel-RL and Bayesian Inference Kemtur, A., Jain, Y. R., Mehta, A., Callaway, F., Consul, S., Stojcheski, J., Lieder, F. NeurIPS Workshop on Challenges for Real-World RL, December 2020 (Accepted) Improving Human Decision-Making using Metalevel-RL and Bayesian Inference BibTeX

Rationality Enhancement Technical Report Optimal To-Do List Gamification Stojcheski, J., Felso, V., Lieder, F. ArXiv Preprint, 2020 (Published) DOI URL BibTeX
Thumb ticker lg pipeline v2

Rationality Enhancement Conference Paper Leveraging Machine Learning to Automatically Derive Robust Planning Strategies from Biased Models of the Environment Kemtur, A., Jain, Y. R., Mehta, A., Callaway, F., Consul, S., Stojcheski, J., Lieder, F. Proceedings of the 42nd Annual Meeting of the Cognitive Science Society, Cognitive Science Society, CogSci, July 2020, Anirudha Kemtur and Yash Raj Jain contributed equally to this publication. (Published) Leveraging Machine Learning to Automatically Derive Robust Planning Strategies from Biased Models of the Environment BibTeX

`; return; } fetch(`/people/fetch_tab_content/${tabId}`) .then(response => { if (!response.ok) { throw new Error('Failed to load content'); } return response.json(); }) .then(data => { // Update the content div with the fetched content contentDiv.innerHTML = `${data.content}`; // contentElement.innerHTML = data.rendered_content; }) .catch(error => { console.error('Error:', error); contentDiv.innerHTML = '

Error loading content. Please try again later.

'; }); }
OSZAR »