<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main"></title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Chiara</forename><surname>Antico</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Dept. Psychology</orgName>
								<orgName type="institution">Università degli Studi di Milano Bicocca</orgName>
								<address>
									<settlement>Milan</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Stefano</forename><surname>Giordano</surname></persName>
							<email>s.giordano25@campus.unimib.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. Psychology</orgName>
								<orgName type="institution">Università degli Studi di Milano Bicocca</orgName>
								<address>
									<settlement>Milan</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Cansu</forename><surname>Koyuturk</surname></persName>
							<email>c.koyutuerk@campus.unimib.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. Psychology</orgName>
								<orgName type="institution">Università degli Studi di Milano Bicocca</orgName>
								<address>
									<settlement>Milan</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Dimitri</forename><surname>Ognibene</surname></persName>
							<email>dimitri.ognibene@unimib.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dept. Psychology</orgName>
								<orgName type="institution">Università degli Studi di Milano Bicocca</orgName>
								<address>
									<settlement>Milan</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">6AE4F86F0B18599CCEBF5627BB5B6DB4</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T19:13+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>ChatGPT</term>
					<term>RAG</term>
					<term>student-friendly chatbot</term>
					<term>user experience</term>
					<term>human-centered computing1 (D. Ognibene) 0009-0005-7562-7400 (C. Koyuturk); 0000-0002-9454-680X (D. Ognibene)</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Natural language processing skills of Large Language Models (LLMs) are unprecedented, having wide diffusion and application in different tasks. This pilot study focuses on specializing ChatGPT behavior through a Retrieval-Augmented Generation (RAG) system using the OpenAI "custom GPTs" feature. The purpose of our chatbot, called "Unimib Assistant", is to provide information and solutions to the specific needs of University of Milano-Bicocca (Unimib) students through a question-answering approach. We provided the system with a prompt highlighting its specific purpose and behavior, as well as universityrelated documents and links obtained from an initial need finding phase, interviewing six students. After a preliminary customization phase, a qualitative usability test was conducted with six other students to identify the strengths and weaknesses of the chatbot, with the goal of improving it in a subsequent redesign phase. While the chatbot was appreciated for its user-friendly experience, perceived general reliability, well-structured responses, and conversational tone, several significant technical and functional limitations emerged. In particular, the satisfaction and overall experience of the users was impaired by the system's inability to always provide fully accurate information. Moreover, it would often neglect to report relevant information even if present in the materials uploaded and prompt given. Furthermore, it sometimes generated unclickable links, undermining its trustworthiness, since providing the source of information was an important aspect for our users. Further in-depth studies and feedback from other users as well as implementation iterations are planned to refine our Unimib Assistant.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The advent of Generative Artificial Intelligence (GenAI) and Large Language Models (LLMs) such as ChatGPT by OpenAI, which can learn patterns and structures from its training data to generate novel content, has allowed conversational agents to respond in a more flexible, dynamic and context-aware manner than traditional rule-based chatbots <ref type="bibr" target="#b0">[1]</ref>. Since its launch in November 2022, ChatGPT has gained over 180 million registered users and has received 600 million monthly visits as of May 2024 <ref type="bibr" target="#b1">[2]</ref>. It is capable of handling diverse queries across multiple topics, engaging in casual conversations using natural language, generating coherent text, accounting for human feedback, and adapting its responses to enhance user interaction <ref type="bibr" target="#b2">[3]</ref>. Despite its capabilities, LLMs are not without flaws. They can produce responses that appear correct but are in fact nonsensical or inaccurate, a phenomenon referred to as "hallucinations" <ref type="bibr" target="#b3">[4]</ref>. This can lead to misinformation, as users may also struggle to distinguish what constitutes correct information, particularly during information search. Outdated knowledge is another significant limit of these systems, undermining users' trust in the reliability of their outputs, especially in question-answering tasks <ref type="bibr" target="#b4">[5]</ref>. A possible method to address these issues is employing a Retrieval-Augmented Generation (RAG) system that combines information retrieval with generative models to enhance content generation by providing relevant, up-to-date information from external data sources to be processed by the LLMs together with the user request <ref type="bibr" target="#b5">[6]</ref>. This helps to improve the accuracy and contextual relevance of generated content, as well as the ability to incorporate extensive knowledge and update information more easily to address challenges such as outdated, irrelevant, or misleading knowledge <ref type="bibr" target="#b6">[7]</ref>. In addition, RAG systems are particularly valuable for tailoring responses to specific contexts where the required information might not be available to the LLM or for prioritizing certain information over others, ensuring greater relevance to the user's needs. Despite the potential of these systems, they are still constrained by the inherent limitations of LLMs and the complexities involved in the information retrieval process <ref type="bibr" target="#b7">[8]</ref>.</p><p>1.1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Related works</head><p>An effective prompt design, that is, a series of instructions and guidelines for the chatbot to follow, is not only an essential technical consideration but also a fundamental aspect both to create chatbots that can engage users in meaningful conversations and to affect the flow and quality of conversations <ref type="bibr" target="#b8">[9]</ref>. Particularly novice users can create prompts that are either too broad or overly specific which limits the effectiveness of the chatbot's behavior and can lead to challenges in generating desired outputs <ref type="bibr" target="#b9">[10]</ref>. On the other hand, AI agents can exhibit unnatural and highly structured response formats, limited coverage of topics, and unreliable behaviors that could disrupt the flow of the interactions <ref type="bibr" target="#b10">[11]</ref>. For example, a study by Gravel and colleagues found that 69% of the references provided by ChatGPT in response to medical questions were fabricated <ref type="bibr" target="#b11">[12]</ref>. Theophilou and colleagues <ref type="bibr" target="#b15">[16]</ref> suggest that educational activities involving hands on experience with ChatGPT could improve users' prompting skills and awareness of LLMs' capabilities and limits.</p><p>There are studies that have explored knowledge-augmented LLM frameworks to improve chatbot performance and the User Experience (UX). Baek and colleagues showed that by incorporating users' historical search interactions and browsing activities, a knowledge-augmented chatbot significantly enhanced the relevance and usefulness of query recommendations, especially for users with extensive search histories, thus enhancing their experience with the system <ref type="bibr" target="#b12">[13]</ref>. Thway and colleagues <ref type="bibr" target="#b13">[14]</ref> investigated a RAG-based chatbot designed to deliver personalized, on-demand course content. It was able to provide up-to-date and domain-specific information, which was found to increase student engagement with the course material and improve academic performance, with an overall beneficial effect on the UX. Similarly, Jacobs and Jaschke found that the RAG-enabled chatbot providing feedback on programming tasks could provide relevant lecture content to help students better understand concepts, although there was a tradeoff between the depth and speed of feedback <ref type="bibr" target="#b14">[15]</ref>. The integration of RAG systems has also been shown to enhance the relevance of answer for the user queries, which refers to the action of seeking information through question asking, though this has some limitations. Mansurova and colleagues <ref type="bibr" target="#b4">[5]</ref> designed a chatbot to enhance question-answering capabilities by leveraging the QA-RAG framework. They found that while the chatbot achieved rather high accuracy in various RAG capabilities, it still struggled with integrating external data that may contradict its pre-existing knowledge, with an inevitable impact on the UX also to be considered. Finally, LLM based chatbots, even when augmented with information retrieval mechanisms, have still significant limitations in asking refining questions to provide more accurate responses <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b21">22]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.">Review of student-friendly technological support</head><p>Before starting the customization of the chatbot, which aims to support students at the University of Milano Bicocca (Unimib), we reviewed on July-August 2024 the already existing technological products that Bicocca, and universities in general, use to support their students. Unimib offers different applications to allow students to easily stay updated about important information, such as the Unimib Course app, which provides information mainly on lessons and exams, classrooms and timetables, and the BicoccApp, which manages one's academic career. Also, social media pages are frequently used to provide students with important information and knowledge concerning any university topic: from administrative and bureaucratic deadlines, Erasmus calls, scholarships, university news and ongoing projects, to students' rights, activist demonstrations, special events, student representatives' elections, to name some.</p><p>Usually universities, including Unimib, use several other technological methods to support their students in looking for information, e.g., official websites<ref type="foot" target="#foot_0">2</ref> where students can either proactively search for information through the magnifier icon or explore the portal by looking at each specific section and subsections present; intranet platform, which is the secure and immediate access tool to the university's internal resources and services. The intranet<ref type="foot" target="#foot_1">3</ref> is a virtual workspace dedicated to the university's teaching, research and technical-administrative staff, designed primarily to make the organization's internal communication process more immediate and effective, supporting the activities of all departments; Moodle environment is also a good source of information, such as the e-learning platform <ref type="foot" target="#foot_2">4</ref> , which is a didactic tool, with full web access and use, that supports traditional classroom teaching and allows the lecturer to publish and make lecture material accessible to students, to transmit communications, to publish course and lecture information, to administer assignments/exams, tests and more.</p><p>When designing and integrating LLM-based solutions into complex and diverse information systems, it is essential to consider the varying update frequencies and structural organization of sources. Infrequently updated, high-importance documents may benefit from fine-tuning the LLM, while frequently updated sources are better suited for a RAG system to ensure access to current data without constant retraining. Additionally, highly structured content may require specifically designed retrieval systems or tailored interfaces to optimize the interaction between the LLM and the data. Finally, practical testing of how the RAG-LLM system processes and extracts information from these sources to address user requests is vital, as its performance can be difficult to predict in advance.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Description of the system</head><p>The main difference between all the methods cited above and our system is that navigating and searching between the different university sites and platforms is not a trivial problem for students. They can sometimes become confused and disoriented if they are not familiar with these platforms and, sometimes, they may retrieve redundant or outdated information.</p><p>Therefore, our aim is to develop an efficient LLM-based chatbot, called Unimib Assistant, designed to provide students with quick, relevant, easy to understand, and reliable information in response to their questions on university topics. We do not intend to replace the existing products the university puts in the service of its students (i.e., the official platforms and existing applications), but rather to encompass all this knowledge into our chatbot, whose integration of consistent human-like responses and the retrieval of information from the sources uploaded will meet and satisfy the needs of our users. We further believe that our system can help students better familiarize themselves with the university, its features, services, and opportunities by allowing them to ask the bot for any type of information. In addition, with our virtual assistant, students may also learn how to navigate the various university platforms and find information within them, providing direct links to the webpage of interest.</p><p>ChatGPT-4 enables the creation of a personalized virtual assistant, a customized GPT, by combining the generative power of LLMs with the retrieval of specific information to inform its responses <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18]</ref>. Configuration of the virtual assistant can be done through the support of GPT itself or by manual configuration, the option we chose for our product.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">User-centered design process</head><p>To develop a student-friendly system in line with the needs and expectations of the target users, we followed a user-centered design approach, leveraging the generative power of artificial intelligence and the retrieval capabilities of a RAG system.</p><p>We followed a series of iterative processes, which allowed us to understand the users' preferences and expectations and subsequently meet their needs trying to make the chatbot provide them with quick and accurate information on university topics in a conversational and friendly tone.</p><p>We began with individual interviews to understand students' needs and desired features of the chatbot. Based on the results obtained, we started an initial customization of the chatbot, which was subsequently evaluated and tested by a group of users through a usability test. Based on their feedback on the bot's strengths and weaknesses, we carried out an initial refinement process of our system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Needfinding process</head><p>To investigate our target users' customs, needs and expectations, we conducted (in July 2024) oneto-one semi-structured interviews with 6 Unimib students (1 male and 5 females, aged between 19 and 24), recruited among university colleagues through an invitation to participate to our research. Of these students, 5 were from the department of Psychology and 1 from the department of Law. We presented students with the following questions: </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Needfinding process results</head><p>The insights from the initial interviews are summarized in the following bullet points, reflecting students' responses in the order of the questions asked: 1. Official university websites, e-learning, Instagram pages, Unimib Course App, WhatsApp group chats for each course, direct contact with Secretariat or Professors. 2. Information on dissertation procedure and specific thesis requirements, exam classrooms and modalities, scholarships, lessons classrooms and timetable, parking information, Erasmus call for application, general information on internships and internship procedure. 3. 3 people would use the chatbot and 3 would not use it (they would first rely on other sources of information). 4. They are all aware of other systems that use such technology (e.g., airlines, accommodation booking sites, online shopping platforms, bank apps, electricity, water and gas companies). 5. Quick, comprehensive, accurate information. The bot is expected to have external links to relevant university webpages, physical agents, important email addresses, and a FAQ section. 6. Exam modalities, students benefit, existing scholarships, canteens and bars' opening hours, parking information, thesis formatting requirements, characteristics of the courses, lessons timetable, information on taxes, dissertation procedure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>3.3.</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>First prototype</head><p>Based on the answers obtained in the interview, we provided GPT with a prompt including description of specific functions and features (Figure <ref type="figure" target="#fig_0">1</ref> and Figure <ref type="figure" target="#fig_1">2</ref>), and added some universityrelated links, which were selected based on information that was considered difficult to find by the interviewed students, as well as knowledge that they would expect such an assistant chatbot to possess (Section 3.1 and Section 3.2). The links were also added to ensure the chatbot had an initial reference list so that it knew exactly where to redirect users, leaving room for it to also provide additional context about its content. The prompt instructs the chatbot to behave in a professional yet friendly manner, as literature consistently shows people tend to prefer chatbots that speak in a clear, efficient, and "natural" way <ref type="bibr" target="#b18">[19]</ref>. Emphasis is given to the accuracy of the answers and providing the correct links to relevant sources, as those are important elements that emerged during the needfinding process.  We also uploaded a series of files in different formats (e.g., PDF and PowerPoint) concerning the following university-related contents:</p><p> Thesis procedures for all master's degrees in the department of Psychology.  Internships procedures and information for all the master's degrees in the department of Psychology.  Guidelines on how to report statistical analyses (Psychology department)  Thesis procedure and requirements for Scienze dei Servizi Giuridici (bachelor's degree of the department of Law)  Education regulation for Scienze della Formazione Primaria (single-cycle degree of the department of Educational Sciences)  Information on opening hours and prices of canteens and bars  Information on parking opening hours  Erasmus calls for application (Erasmus+ Studio, Erasmus Traineeship, Erasmus Exchange Extra UE)  Information on existing scholarships (e.g., DSU and related ISEE procedure)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">User evaluation and feedback</head><p>In September 2024, we conducted one-to-one semi-structured interviews with six other Unimib students (1 male and 5 females, aged between 19 and 25) recruited from among university colleagues through an invitation to participate in the evaluation phase. Five participants were master's degree students from the Psychology department, and another came from the bachelor's degree from the Law department. They provided general feedback on the strengths and weaknesses of our system, which guided refinements in the subsequent redesign phase. The qualitative usability test was structured as follows:</p><p> First Phase: Free Interaction with the assistant and think-aloud commentary.</p><p>Participants were provided with a brief overview of the system's purpose and capabilities, explaining that it was designed to answer questions specifically for Unimib students on university-related topics. Participants were then asked to interact freely with the assistant, commenting on the system's interface out loud. Although OpenAI doesn't allow to customize the design of the chatbot interface for Custom GPTs, feedback on usability was valuable in assessing whether users would engage with this type of system or prefer alternative options. Throughout the interaction, we closely monitored each query to ensure that GPT's responses were accurate and aligned with the information contained in the uploaded documents.  Second phase: semi-structured interview aimed at understanding the degree of enjoyment users had with the chatbot, gaining their feedback on the system, and comprehending whether there were some problems or aspects they didn't like. The questionnaire included the following questions:</p><p>1. When you logged in ChatGPT, was it clear to you how to start a conversation with it in general? Did you understand how to interact with Unimib Assistant? 2. Was the interface intuitive enough? 3. Are you satisfied with the way the chatbot responds to you? Would you prefer it if it used a different tone? 4. Are you satisfied with how the responses are structured? 5. Have you got an answer to all your questions? 6. Have you encountered any problems, errors, or misunderstandings from the chatbot? 7. Did you feel at ease while using it? Did you like it and find it useful? 8. In a real-life scenario, do you think you would have continued to rely on the chatbot, or would you have looked for other methods to obtain the information you wanted? 9. Tell me 3 positive and 3 negative aspects of this system 10. If you had 3 desires to improve this system on any aspect, what would they be? 11. Are there other functions which, in your opinion, should be implemented in this system? 12. Do you find the system in general to be intuitive, easy to use and reliable enough?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.">Results of user evaluation and feedback</head><p>From the qualitative usability test, both positive and negative outcomes emerged, in particular:</p><p> The simple ChatGPT interface (Figure <ref type="figure" target="#fig_2">3</ref>) was perceived as generally good and appropriate.  The friendly tone and language style (Figure <ref type="figure" target="#fig_3">4</ref>) were considered good and adequate for the task, the answers of the chatbot were well-structured (Figure <ref type="figure" target="#fig_4">5</ref>).</p><p> The chatbot was considered fast, easy to use and understand, and reliable when it provided adequate sources.  The information provided by the chatbot was not always 100% accurate.  The chatbot sometimes provided nonexistent or "broken" links: when the Assistant aimed to reference a specific webpage, but could not find it, it attempted to redirect users by creating a non-existent link.  The previous logo was not appreciated for its shape and colors; furthermore, it was considered misleading, as it did not remind users of Unimib (Figure <ref type="figure" target="#fig_5">6</ref>). In addition, the chatbot name (originally "Assistente Unimib") was not in English, therefore it was not considered adequate for international students.    </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.6.">Redesign phase</head><p>Based on the feedback gained from this qualitative usability test, we proceeded to try to solve the glaring issues of hallucination and broken links, which severely impacted the overall experience. We provided the chatbot with even more links so that it could have more possibilities of redirecting users to actual web pages. We also uploaded ChatGPT more documents by merging some PDF files together based on their thematics, thus allowing us to increase the overall knowledge of the system, so that it may know the correct answer to even more questions of the students. Lastly, we changed the logo of the chatbot, adopting the coloring scheme of the university logo (red and white colors) and translating its name to English, following the suggestions of the testers who believed this would make the chatbot more immediately accessible and identifiable as an Unimib tool (Figure <ref type="figure" target="#fig_6">7</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Limits and future developments</head><p>There are several limitations that must be considered (Table <ref type="table" target="#tab_1">1</ref>). The extent of interface customization is limited by the constraints of the GPT system, making it impossible to modify the chatbot's interface. However, no participants expressed dissatisfaction with the ChatGPT interface (Figure <ref type="figure" target="#fig_2">3</ref>) during usability testing. A strict limit of 20 uploadable documents constrains the amount of information that can be supplied to the system. Additionally, the chatbot does not allow users to view the documents it references in its output, which prevents verification of the sources or assessment of response accuracy.</p><p>ChatGPT remains prone to hallucinations and provides unclickable links from time to time if it can't find a source link in the base prompt: these are issues related to the actual Language Model itself, therefore it seems difficult to fully eliminate these fallacies. Currently, students are also required to have a paid OpenAI premium account to talk to the chatbot beyond a certain number of messages. Lastly, the first usability test included a limited number of participants, thus some problems or feedback might not have emerged.</p><p>It is planned to set up a new and bigger usability test with a larger sample of students, giving more emphasis to gathering data from multiple departments, and ensuring we have a sizable representation of international students. This usability test may include some guided interactions (e.g., requesting the users to find information about specific topics with the chatbot, such as the thesis procedure for a certain course) so that we may verify if the chatbot can consistently produce accurate and reliable answers. The results will be useful to have a new chatbot redesign, and it is expected we will add even more reference links for the AI and provide more documentation for the RAG repository.</p><p>We are investigating a possible integration of the chatbot with the university website through OpenAI API to avoid the need for a premium account and, possibly, a closer integration with the official information sources. A FAQ system can be also integrated to give the users a better understanding of how the chatbot works and which information they may find. It'd also be ideal to provide some human technical support, so that students can immediately receive assistance should problems arise during the chatting phase.</p><p>Since it will be impossible to totally remove certain flaws such as the hallucinations in the responses, this issue can be tackled by adding a disclaimer on the website, prior to the interaction with the chatbot or in its responses, warning users about the potential problems they might encounter (e.g., broken links, incomplete and/or not fully accurate information). This would urge users to double-check any information the chatbot provides, directing the chatbot to provide references, URLs as well as keywords useful for classical web search.</p><p>The behavior of the chatbot can be further customized by taking advantage of the "actions" function integrated within the GPTs systems, enabling it to respond more effectively to user prompts and enhancing the overall UX. It should also be noted that we did not focus our analysis on the capability to manage the impact of different types of sources on the RAG itself and the UX. One proposed enhancement is for the chatbot to present a "corrected" version of the received prompt, allowing users to verify whether the chatbot has accurately understood their request before providing a response. The links in the prompt can also be rearranged in the form of a bullet list, and it is expected the chatbot will be able to better retrieve them when required.</p><p>Lastly, this paper can serve as a reference point for the development of specialized assistants for universities. After assessing several options, the OpenAI solution was chosen for its low cost, rapid development, and focus on usability. Our results showed that these technical aspects significantly impacted the UX. Since the GPT system is designed to operate without requiring advanced programming, the Unimib assistant chatbot is straightforward to replicate and can be adapted for other institutions by maintaining the base prompt structure and customizing the links and uploadable documents for the chatbot to retrieve reliable information. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>In this pilot study, we presented Unimib Assistant: A ChatGPT-powered chatbot, aimed to represent a fast, efficient, and easy-to-use tool for Unimib students to receive assistance and help for their academic needs, starting from a review of the currently existing technological products that universities employ to support their students. Main contributions of this study are as follows:</p><p>1. Role of the RAG question answering services in a complex information infrastructure 2. Design approach for RAG systems for question answering services 3. User interaction quality survey methodology 4. Elicitation of User Information's necessities 5. Expand the LLM on the elicited information necessities selecting RAG documents 6. Diversification of source information format on user experience and RAG performance 7. Necessity of linking back to the sources (hard to obtain with GPTs) 8. Evaluation of user interaction and LLM + Rag reliability impact Created through the "Custom GPTs" <ref type="bibr" target="#b17">[18]</ref> feature provided by OpenAI, our chatbot was prompted to use a friendly, natural language while maintaining a certain degree of accuracy and clarity when providing responses. The chatbot was also provided with some documents of the university related to some of the most important procedures a student might be interested in knowing during their career (e.g., scholarship, thesis, internship) as well as some other useful information including schedules, parking, and canteen. To further increase reliability, we also provided the chatbot with several useful links so that it might redirect users to university web pages related to their topic of interest. User evaluations and feedback revealed that the chatbot was generally liked for its friendly tone, clarity and the ability to directly provide the necessary information instead of a whole page, but hallucinations and broken links sometimes impaired the experience. We proceeded with a redesign by adding more links to facilitate accurate retrieval, enhancing the chatbot's information through file merging, and modifying the prompt, logo, and name based on the feedback received. This system is planned to undergo more tests and redesign phases, to create an effective assistant that can add a new layer of accessibility for all students that wish to understand more about their university and how to solve their issues. We will evaluate a stronger integration with the university portals to increase reliability as well as evaluate different LLMs implementations which can provide additional features such as the integration with Google Maps of Gemini <ref type="bibr" target="#b19">[20]</ref>, while also exploring the usefulness of focused tests on different types of information.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Prompt and links provided to the chatbot.</figDesc><graphic coords="5,76.32,461.04,445.92,128.40" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Prompt and links provided to the chatbot. (continued)</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Interface of Unimib Assistant.</figDesc><graphic coords="7,125.04,218.88,350.64,248.88" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Tone and language style of Unimib Assistant.</figDesc><graphic coords="7,103.44,510.00,393.84,132.96" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Example of answer given by Unimib Assistant.</figDesc><graphic coords="8,113.52,62.16,373.44,234.72" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Previous logo of Unimib Assistant.</figDesc><graphic coords="8,280.80,325.80,73.20,80.04" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: Definitive logo of Unimib Assistant.</figDesc><graphic coords="8,270.24,591.60,74.40,75.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1</head><label>1</label><figDesc>Summary of the identified main limitations.</figDesc><table><row><cell>Sources of Constraint</cell><cell>Identified Challenges</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">Home. Università degli Studi di Milano-Bicocca. (2024, April 10). https://www.unimib.it/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">La Intranet di Ateneo si rinnova. Università di Torino (2021, June 29). https://www.unito.it/avvisi/la-intranet-di-ateneosi-rinnova</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2"><ref type="bibr" target="#b3">4</ref> Learning edidattica online. e. (2024, May 28). https://elearning.unimib.it/</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Yan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>He</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Peng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Jia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Xiong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">S</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Sun</surname></persName>
		</author>
		<idno type="DOI">10.48550/arxiv.2302.09419</idno>
		<idno type="arXiv">arXiv:2302.09419</idno>
		<ptr target="https://doi.org/10.48550/arxiv.2302.09419" />
		<title level="m">A Comprehensive Survey on Pretrained Foundation Models: A History from BERT to ChatGPT</title>
				<imprint>
			<date type="published" when="2023-02-18">2023. February 18</date>
		</imprint>
		<respStmt>
			<orgName>Cornell University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><surname>Similarweb</surname></persName>
		</author>
		<ptr target="https://www.similarweb.com/website/chat.openai.com/#overview" />
		<title level="m">chat.openai.com Traffic &amp; Engagement Analysis</title>
				<imprint>
			<date type="published" when="2024-05">2024. May</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A contemporary review on chatbots, AI-powered virtual conversational agents, ChatGPT: Applications, open challenges and future research directions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Casheekar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lahiri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Rath</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">S</forename><surname>Prabhakar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Srinivasan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computer Science Review</title>
		<imprint>
			<biblScope unit="volume">52</biblScope>
			<biblScope unit="page">100632</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Survey of hallucination in natural language generation</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Ji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Frieske</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">.</forename><forename type="middle">.</forename><surname>Fung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Computing Surveys</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="1" to="38" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">QA-RAG: Exploring LLM Reliance on External Knowledge</title>
		<author>
			<persName><forename type="first">A</forename><surname>Mansurova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mansurova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nugumanova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Big Data and Cognitive Computing</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page">115</biblScope>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Retrieval-augmented generation for ai-generated content: A survey</title>
		<author>
			<persName><forename type="first">P</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Geng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">.</forename><forename type="middle">.</forename><surname>Cui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename></persName>
		</author>
		<idno type="arXiv">arXiv:2402.19473v2</idno>
		<ptr target="https://arxiv.org/html/2402.19473v2" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
		<respStmt>
			<orgName>Cornell University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Evaluation of Retrieval-Augmented Generation: A Survey</title>
		<author>
			<persName><forename type="first">H</forename><surname>Yu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Liu</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2405.07437</idno>
		<idno type="arXiv">arXiv:2405.07437</idno>
		<ptr target="https://doi.org/10.48550/arXiv.2405.07437" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
		<respStmt>
			<orgName>Cornell University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Benchmarking large language models in retrieval-augmented generation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Lin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Han</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Sun</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the AAAI Conference on Artificial Intelligence</title>
				<meeting>the AAAI Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2024-03">2024. March</date>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page" from="17754" to="17762" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Leveraging large language models to power chatbots for collecting user self-reported data</title>
		<author>
			<persName><forename type="first">J</forename><surname>Wei</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Jung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">H</forename><surname>Kim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACM on Human-Computer Interaction</title>
				<meeting>the ACM on Human-Computer Interaction</meeting>
		<imprint>
			<publisher>CSCW1</publisher>
			<date type="published" when="2024">2024</date>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="1" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Why Johnny Can&apos;t Prompt: How Non-AI Experts Try (and Fail) to Design LLM Prompts</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Zamfirescu-Pereira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">Y</forename><surname>Wong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hartmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Yang</surname></persName>
		</author>
		<idno type="DOI">10.1145/3544548.3581388</idno>
		<ptr target="https://doi.org/10.1145/3544548.3581388" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2023 CHI Conference on Human Factors in Computing Systems</title>
				<meeting>the 2023 CHI Conference on Human Factors in Computing Systems</meeting>
		<imprint>
			<date type="published" when="2023-04-19">2023. April 19</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Developing Effective Educational Chatbots with ChatGPT prompts: Insights from Preliminary Tests in a Case Study on Social Media Literacy</title>
		<author>
			<persName><forename type="first">C</forename><surname>Koyuturk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yavari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Theophilou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bursic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Donabauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Telari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">.</forename><forename type="middle">.</forename><surname>Ognibene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">31st International Conference on Computers in Education, ICCE 2023 -Proceedings</title>
				<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="150" to="152" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Learning to fake it: limited responses and fabricated references provided by ChatGPT for medical questions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Gravel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>D'amours-Gravel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Osmanlliu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mayo Clinic Proceedings: Digital Health</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="226" to="234" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Knowledgeaugmented large language models for personalized contextual query suggestions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Baek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Chandrasekaran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cucerzan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Herring</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Jauhar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACM on Web Conference</title>
				<meeting>the ACM on Web Conference</meeting>
		<imprint>
			<date type="published" when="2024-05">2024. May. 2024</date>
			<biblScope unit="page" from="3355" to="3366" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Battling Botpoop using GenAI for higher education: a study of a Retrieval Augmented Generation Chatbot&apos;s impact on learning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Thway</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Recatala-Gomez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">S</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Hippalgaonkar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">W</forename><surname>Ng</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2406.07796</idno>
		<idno type="arXiv">arXiv:2406.07796</idno>
		<ptr target="https://doi.org/10.48550/arXiv.2406.07796" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
		<respStmt>
			<orgName>Cornell University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Leveraging Lecture Content for Improved Feedback: Explorations with GPT-4 and Retrieval Augmented Generation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jacobs</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jaschke</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2405.06681</idno>
		<idno type="arXiv">arXiv:2405.06681</idno>
		<ptr target="https://doi.org/10.48550/arXiv.2405.06681" />
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
		<respStmt>
			<orgName>Cornell University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Learning to prompt in the classroom to understand AI limits: a pilot study</title>
		<author>
			<persName><forename type="first">E</forename><surname>Theophilou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Koyutürk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yavari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bursic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Donabauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Telari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">.</forename><forename type="middle">.</forename><surname>Ognibene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference of the Italian Association for Artificial Intelligence</title>
				<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Nature Switzerland</publisher>
			<date type="published" when="2023-11">2023. November</date>
			<biblScope unit="page" from="481" to="496" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Retrieval Augmented Generation (RAG) and Semantic Search for GPTs</title>
		<author>
			<persName><surname>Openai</surname></persName>
		</author>
		<ptr target="https://help.openai.com/en/articles/8868588-retrieval-augmented-generation-rag-and-semantic-search-for-gpts" />
	</analytic>
	<monogr>
		<title level="m">OpenAI Help Center</title>
				<imprint>
			<date type="published" when="2024-09-22">September 2024. 22 September 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<author>
			<persName><surname>Openai</surname></persName>
		</author>
		<ptr target="https://openai.com/index/introducing-gpts/" />
		<title level="m">Introducing GPTs. OpenAI</title>
				<imprint>
			<date type="published" when="2023-11-22">November 2023. 22 September 2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Evaluating and informing the design of chatbots</title>
		<author>
			<persName><forename type="first">M</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kota</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">N</forename><surname>Patel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 Designing Interactive Systems Conference</title>
				<meeting>the 2018 Designing Interactive Systems Conference</meeting>
		<imprint>
			<date type="published" when="2018-06">2018. June</date>
			<biblScope unit="page" from="895" to="906" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m">Google I/O &apos;24: Introducing Gemini model capabilities for Places API, 3D Maps in the Maps JavaScript API, and open-source React components</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Large Language Models as an active Bayesian filter: information acquisition and integration</title>
		<author>
			<persName><forename type="first">S</forename><surname>Patania</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Masiero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Brini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Piskovskyi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ognibene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Donabauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Kruschwitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 28th Workshop on the Semantics and Pragmatics of Dialogue</title>
				<meeting>the 28th Workshop on the Semantics and Pragmatics of Dialogue</meeting>
		<imprint>
			<date type="published" when="2024-09">2024. September</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">VON NEUMIDAS: Enhanced Annotation Schema for Human-LLM Interactions Combining MIDAS with Von Neumann Inspired Semantics</title>
		<author>
			<persName><forename type="first">A</forename><surname>Martinenghi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Koyuturk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Amenta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ruskov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Donabauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Kru Schwitz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ognibene</surname></persName>
		</author>
		<ptr target="https://www.semdial.org/anthology/papers/Z/Z24/Z24-4045/" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 28th Workshop on the Semantics and Pragmatics of Dialogue -Poster Abstracts</title>
				<meeting>the 28th Workshop on the Semantics and Pragmatics of Dialogue -Poster Abstracts</meeting>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
