Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Course overview for the Project Conversational Agents

...

This page contains all pertinent project information. Go through it section by section to find out how to succeed in this course and find any relevant details you need to successfully complete this project.

...

Project Introduction

This project is aimed at learning how to build focuses on building a task-based conversational agent that can talk with and understand what a user says in reply, using speech as the main modality of interaction. In this project, your agent is tasked with capable of recommending recipes from a given recipe database to a user. Users should be able to provide input on their preferences and other constraints that a recipe they would like should satisfy. To facilitate communication with a user, the agent should not only talk but should also show relevant information about the recommendation task to a user. In other words, it should offer a spoken as well as a visual interface, and the agent needs to make sure there is alignment between these two interaction modalities.

One of the main challenges of designing such an agent is to make it work for all kinds of different users. The recommendation task itself may seem straightforward enough, but making your agent able to reply to whatever a user might say is not so easy. That is because users always vary in the way they approach a task, what they say, and how they say it, and conversational interaction in principle allows for all of this variation. First, there are many different ways in which a conversation may be conducted and many different ways in which a user can phrase what they want from the agent. A user can specify different aspects of a recipe that the recipe it will finally select should satisfy (e.g., type of ingredients, cooking duration, type of course, etc.). Second, the recipe recommendation domain already is a broad knowledge space that the agent needs to be able to handle to understand what the user is looking for. The agent will have to reason over its database of recipes to filter for recipes that fit the user’s preferences.

At the start of the project, you are provided with a Prolog database of close to 1,000 recipes and an agent template to get started. You will need to develop basic capabilities for your conversational agent, each of which will provide the agent with a basic understanding of what a user says, of how to organize the conversation, and what to show when to a user during the interaction. While developing your agent, it will be important to continuously and systematically test it and improve it based on your findings. This should result in a working agent, but it will still be pretty basic…

...

You are challenged to extend your agent with your own flare and ideas (with our assistance), which will enable you to earn a higher grade. At the end of this project, you and your team should have a fully functioning conversational agent that can assist users by recommending a recipe they would like to cook!

...

database of nearly 1,000 options. The agent will use speech as its primary mode of interaction while also incorporating a visual interface to display relevant information, ensuring alignment between these two modalities. Users will interact with the agent by specifying preferences and constraints, such as ingredients, cooking time, or type of dish, and the agent must understand and respond effectively to their inputs. A key challenge is designing an agent that can handle the variability in how users express their needs and conduct conversations, while also reasoning over the broad knowledge space of recipes to provide accurate recommendations. Starting with a Prolog database and a basic agent template, the project will involve developing essential conversational capabilities, systematically testing the agent, and refining its performance. Teams are encouraged to add creative features to enhance the agent’s functionality, culminating in a fully operational system that can assist users in finding recipes they would love to cook.

...

How is this Project Course Organized?

...

You and your team should now be ready to get started on developing your own conversational agent capable of recommending recipes from a given recipe database.

Your Pipeline

Building your Agent

The core of this project surrounds building a recipe recommendation agent as a team. There are different tasks that you will encounter:

...

We encourage you to work on these assignments as a team as much as possible. Throughout the project go here for instructions on

Your AgentProject Pipeline .

Testing

Note

Section Goal:

...

  • Completed the Project Installation on your own device/laptop.

  • Signed up to the project’s and actively contributed to your group’s repository, see Commits.

  • Participated in the mandatory lab sessions twice a week, as also listed on the Course Schedule.

  • Completed individually all the related to the materials provided to you.

  • Submitted as a team all Project Deliverables before the project’s deadline.

Assessment and Grading

...

Percentage

...

Subject

...

Grade Composition

  • Basic Conversational Agent: 30%

  • Extensions to the Agent (quality and originality): 30%

  • Written Report: 30%

  • Individual Quiz: 10%

    • A pass adds 1 full point to the grade.

    • A fail adds no points.

  • Practical Attendance:

    • Pass or Fail

    • Mandatory pass. A failure will lead to failing the entire course.

  • Midway Check-In Presentation:

    • Pass or Fail

    • Mandatory pass. A failure will lead to failing the entire course.

Make sure to also check out the assessment rubrics to get a sense of how various parts will contribute to your grade.

Due Dates

  • Group Formation

    • Due Date: Tuesday, 7 January 2024, by 13:30

    • Task: Form a group of 6 members (including yourself) to complete the project.

  • Project Preliminaries Quiz

    • Due Date: Sunday, 12 January 2025, by 23:59

    • Task: Complete a preliminary quiz to assess foundational understanding. Find project preliminaries here [TBA].

  • Midway Check-In Presentation and Basic Agent - Inclusion

    • Due Date: Friday, 17 January 2025, by 13:00

    • Task: Present progress and receive feedback on your project. Find more information here [TBA].

  • Conversational Agent Code Submission

    • Due Date: Tuesday, 28 January 2025, by 15:00

    • Task: Submit the code for the conversational agent. Find more information here [TBA].

  • Final Submission

    • Due Date: Sunday, 2 February 2025, by 23:59

    • Task: Submit the complete project, including the final report. Find more information here [TBA]

  • The work is graded with a mark from 0-100. There must be a minimum of 55 to pass the course.

  • Individuals may be rewarded a higher or lower grade than the group based on their effort and their contribution to the teamwork. We will among other things use your log books for this purpose.

Communication & Contact policy

...

Your main point of contact and question-answering will be during the 4 hour-long practical sessions on Tuesdays and Fridays. This is where most concerns about project content will be handled about project content.

For group, organizational, or absence-related issues please contact [Instructor’s Email].

...

Plagiarism is not tolerated for in both reports and codecodes. You are welcome to use any code you see fit for your project, as long as you appropriately cite your sources both in the report and in the code itself (as comments). Behavior violating the VU rules for academic integrity will not be tolerated.