Re-tell Lecture
Last updated
Last updated
Use Score Task/Task Achievement to score how well the user summarizes an audio lecture.
In the "Re-tell Lecture," task type, the user is evaluated on their ability to summarize the lecture accurately in their own words. This assessment would focus on how well the user captures the main points, conveys key ideas, and presents them clearly and coherently.
In order to score describe retell-lecture style questions, developers can pass a summary of the lecture along with an audio file response from a user and the Score Task/Task Achievement function will automatically assess how closely the audio describes lecture.
The lecture summary provided to the API is used for guidance and not for pattern matching and instead, the task achievement AI looks for semantic similarity between the user's response and the lecture summary. Semantic matching allows the user to get a high score even if they speak in their own words and their answer does not exactly resemble the lecture summary string.
Let us review the below example on how to leverage the task achievement function to score a re-tell lecture style question:
Question Prompt: “Please summarize the main points of the lecture.”
Lecture:
User Response (when task is achieved): “The lecture covered the importance of renewable energy sources. The speaker emphasized how solar and wind power can reduce reliance on fossil fuels and combat climate change. Additionally, various benefits of using renewable energy, such as cost savings and environmental sustainability, were discussed. The speaker also mentioned some challenges, like the need for infrastructure improvements and government support.”
If the user utters a relevant response as below, the developers can create a detailed report that provides the user a positive score as below:
If the user utters an irrelevant response as below, the API will give zero task score but the language scores will be non-zero and can be presented to the user as follows:
Such functionality can be built by utilizing the Score Task/Task Achievement function of the Speechace API.