In this guide, you’ll learn how to use LeMUR to ask questions and get answers about your audio data.
transcript.lemur.task()
. The underlying transcript
is automatically used as additional context for the model.
transcript.lemur.question()
.
To use it, define a list of aai.LemurQuestion
objects. For each question, you can define additional context
and specify either a answer_format
or a list of answer_options
. Additionally, you can define an overall context
.
Use case | Example prompt |
---|---|
Question and answer | ”Identify any patterns or trends based on the transcript” |
Closed-ended questions | ”Did the customer express a positive sentiment in the phone call?” |
Sentiment analysis | ”What was the emotional sentiment of the phone call?” |