Topic Coverage
Check whether AI-generated marketing text covers required topics. Identify missing content and improve coverage.
Code Implementation
experiment_manager = Experiment(project_name="project_name",
metrics = [
{"name": "Topic Coverage", "config": {"model": "gpt-4o-mini", "provider":"azure"}, "column_name":"Response_Correctness_v2"},
{"name": "Topic Coverage", "config": {"model": "gpt-4o-mini", "provider":"openai"}, "column_name":"Response_Correctness_v2"}
]Example:
Prompt:
Discuss the key benefits of cloud computing in business, focusing on cost savings, scalability, and security.
Last updated
Was this helpful?

