Inconsistent summarization quality with Read analyzeText (summarize=true) — how to improve accuracy/consistency? #1505
Replies: 5 comments
-
|
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
|
We are using "Text Intelligence" for summarization. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Any update on this item ? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Sample Code snippet
const { result, error } = await deepgram.read.analyzeText(
{ text }, // full call transcript (agent + customer)
{
language: "en",
summarize: true,
}
);
Input -
Text: Full call transcript containing both agent and customer turns.
Language: en
Observed behavior -
Running summarize on the same transcript sometimes yields high-quality, on-point summaries.
Other times, the output misses key points or is noticeably less accurate, even with the same input text.
Expected behavior -
More consistent summarization quality across runs for identical inputs, or guidance on how to configure/use the API to improve consistency and accuracy.
Thank you !
Any guidance on stabilizing/improving summarization would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions