5a558eb09e
Backend Tests / discover-tests (push) Waiting to run
Backend Tests / ${{ matrix.name }} (push) Blocked by required conditions
Build and Publish SDK / build-and-publish (push) Waiting to run
Build Opik Docker Images / set-version (push) Waiting to run
Build Opik Docker Images / build-backend (push) Blocked by required conditions
Build Opik Docker Images / build-sandbox-executor-python (push) Blocked by required conditions
Build Opik Docker Images / build-python-backend (push) Blocked by required conditions
Build Opik Docker Images / build-frontend (push) Blocked by required conditions
Build Opik Docker Images / create-git-tag (push) Blocked by required conditions
ClickHouse Migration Cluster Check / validate-clickhouse-migrations (push) Waiting to run
Docs - Publish / run (push) Waiting to run
E2E Tests - Post Merge (v2) / 🧪 E2E v2 Tests (${{ github.event.inputs.tier || 't1' }}) (push) Waiting to run
E2E Tests - Post Merge (v2) / 📢 Slack Notification (push) Blocked by required conditions
Frontend Unit Tests / Test on Node 20 (push) Waiting to run
Guardrails E2E Tests / Select Python version matrix (push) Waiting to run
Guardrails E2E Tests / Guardrails E2E Tests ${{matrix.python_version}} (push) Blocked by required conditions
Guardrails E2E Tests / 📢 Slack Notification (push) Blocked by required conditions
Guardrails Backend Unit Tests / Guardrails Backend Unit Tests (push) Waiting to run
Guardrails Backend Unit Tests / 📢 Slack Notification (push) Blocked by required conditions
Lint Opik Helm Chart / lint-helm-chart (Helm v3.21.0) (push) Waiting to run
Lint Opik Helm Chart / lint-helm-chart (Helm v4.2.0) (push) Waiting to run
Lint Opik Helm Chart / unittest-helm-chart (push) Waiting to run
Lint Opik Helm Chart / render-equality (push) Waiting to run
Opik Optimizer - Unit Tests / Opik Optimizer Unit Tests Python ${{matrix.python_version}} (push) Waiting to run
Python BE E2E Tests / Python BE E2E (push) Waiting to run
Python Backend Tests / run-python-backend-tests (push) Waiting to run
Python SDK Unit Tests / Python SDK Unit Tests ${{matrix.python_version}} (push) Waiting to run
Release Drafter / update_release_draft (push) Waiting to run
SDK E2E Libraries Integration Tests / Check Secrets (push) Waiting to run
SDK E2E Libraries Integration Tests / Missed OpenAI API Key Warning (push) Blocked by required conditions
SDK E2E Libraries Integration Tests / build-opik (push) Blocked by required conditions
SDK E2E Libraries Integration Tests / E2E Lib Integration Python ${{matrix.python_version}} (push) Blocked by required conditions
TypeScript SDK Integration Build & Publish / build-and-publish (opik-gemini) (push) Waiting to run
TypeScript SDK Integration Build & Publish / build-and-publish (opik-langchain) (push) Waiting to run
TypeScript SDK Integration Build & Publish / build-and-publish (opik-openai) (push) Waiting to run
TypeScript SDK Integration Build & Publish / build-and-publish (opik-otel) (push) Waiting to run
TypeScript SDK Integration Build & Publish / build-and-publish (opik-vercel) (push) Waiting to run
TypeScript SDK Build & Publish / build-and-publish (push) Waiting to run
TypeScript SDK Unit Tests / Test on Node ${{ matrix.node-version }} (push) Waiting to run
TypeScript SDK Compatibility V1.x E2E Tests / Select Node version matrix (push) Has been cancelled
TypeScript SDK Compatibility V1.x E2E Tests / TypeScript SDK Compatibility V1.x E2E Tests Node ${{matrix.node_version}} (push) Has been cancelled
TypeScript SDK E2E Tests / TypeScript SDK E2E Tests Node ${{matrix.node_version}} (push) Has been cancelled
Opik Optimizer - E2E Tests / build-opik (push) Has been cancelled
TypeScript SDK Compatibility V1.x E2E Tests / build-opik (push) Has been cancelled
Python SDK E2E Tests / Select Python version matrix (push) Has been cancelled
Python SDK E2E Tests / Python SDK E2E Tests ${{matrix.python_version}} (push) Has been cancelled
Python SDK E2E Tests / build-opik (push) Has been cancelled
Python SDK Compatibility V1.x E2E Tests / Select Python version matrix (push) Has been cancelled
Python SDK Compatibility V1.x E2E Tests / Python SDK Compatibility V1.x E2E Tests ${{matrix.python_version}} (push) Has been cancelled
Python SDK Compatibility V1.x E2E Tests / build-opik (push) Has been cancelled
TypeScript SDK E2E Tests / Select Node version matrix (push) Has been cancelled
TypeScript SDK E2E Tests / build-opik (push) Has been cancelled
Opik Optimizer - E2E Tests / Opik Optimizer E2E Tests Python ${{matrix.python_version}} (push) Has been cancelled
Opik Optimizer - E2E Tests / Opik Optimizer Integration Smoke Tests (push) Has been cancelled
🐙 Code Quality / detect (push) Has been cancelled
🐙 Code Quality / lint (${{ matrix.leg.name }}) (push) Has been cancelled
🐙 Code Quality / summary (push) Has been cancelled
TypeScript SDK Library Integration Tests / Check Secrets (push) Has been cancelled
TypeScript SDK Library Integration Tests / opik-vercel (Vercel AI SDK / eve) (push) Has been cancelled
SDK Library Integration Tests Runner / Check Secrets (push) Has been cancelled
SDK Library Integration Tests Runner / Missed OpenAI API Key Warning (push) Has been cancelled
SDK Library Integration Tests Runner / Build (push) Has been cancelled
SDK Library Integration Tests Runner / openai_tests (push) Has been cancelled
SDK Library Integration Tests Runner / langchain_tests (push) Has been cancelled
SDK Library Integration Tests Runner / langchain_legacy_tests (push) Has been cancelled
SDK Library Integration Tests Runner / llama_index_tests (push) Has been cancelled
SDK Library Integration Tests Runner / anthropic_tests (push) Has been cancelled
SDK Library Integration Tests Runner / mistral_tests (push) Has been cancelled
SDK Library Integration Tests Runner / groq_tests (push) Has been cancelled
SDK Library Integration Tests Runner / aisuite_tests (push) Has been cancelled
SDK Library Integration Tests Runner / haystack_tests (push) Has been cancelled
SDK Library Integration Tests Runner / dspy_tests (push) Has been cancelled
SDK Library Integration Tests Runner / crewai_v0_tests (push) Has been cancelled
SDK Library Integration Tests Runner / crewai_v1_tests (push) Has been cancelled
SDK Library Integration Tests Runner / genai_tests (push) Has been cancelled
SDK Library Integration Tests Runner / adk_tests (push) Has been cancelled
SDK Library Integration Tests Runner / adk_legacy_1_3_0_tests (push) Has been cancelled
SDK Library Integration Tests Runner / evaluation_metrics_tests (push) Has been cancelled
SDK Library Integration Tests Runner / bedrock_tests (push) Has been cancelled
SDK Library Integration Tests Runner / litellm_tests (push) Has been cancelled
SDK Library Integration Tests Runner / harbor_tests (push) Has been cancelled
SDK Library Integration Tests Runner / Slack Notification (push) Has been cancelled
216 lines
8.4 KiB
Python
216 lines
8.4 KiB
Python
from opik.evaluation import metrics
|
|
|
|
# Hallucination metric example
|
|
if True:
|
|
print("\n\nHallucination metric example:")
|
|
|
|
hallucination_metric = metrics.Hallucination()
|
|
|
|
hallucination_score = hallucination_metric.score(
|
|
input="What is the capital of France?",
|
|
output="The capital of France is Paris. It is famous for its iconic Eiffel Tower and rich cultural heritage.",
|
|
)
|
|
print("hallucination_score:", hallucination_score)
|
|
|
|
# G-Eval metric example
|
|
if True:
|
|
print("\n\nG-Eval metric example:")
|
|
|
|
g_eval_metric = metrics.GEval(
|
|
task_introduction="You are an expert judge tasked with evaluating the faithfulness of an AI-generated answer to the given context.",
|
|
evaluation_criteria="The OUTPUT must not introduce new information beyond what's provided in the CONTEXT.",
|
|
# model="ollama/llama3"
|
|
)
|
|
|
|
g_eval_score = g_eval_metric.score(
|
|
output=str(
|
|
{
|
|
"OUTPUT": "What is the capital of France?",
|
|
"CONTEXT": [
|
|
"France is a country in Western Europe. Its capital is Paris, which is known for landmarks like the Eiffel Tower."
|
|
],
|
|
}
|
|
)
|
|
)
|
|
print("g_eval_score:", g_eval_score)
|
|
|
|
# Moderation metric example
|
|
if True:
|
|
print("\n\nModeration metric example:")
|
|
|
|
moderation_metric = metrics.Moderation()
|
|
|
|
moderation_score = moderation_metric.score(
|
|
input="What is the capital of France?",
|
|
output="The capital of France is Paris. It is famous for its iconic Eiffel Tower and rich cultural heritage.",
|
|
context=[
|
|
"France is a country in Western Europe. Its capital is Paris, which is known for landmarks like the Eiffel Tower."
|
|
],
|
|
)
|
|
|
|
print("moderation_score:", moderation_score)
|
|
|
|
# Answer Relevance metric example
|
|
if True:
|
|
print("\n\nAnswer Relevance metric example:")
|
|
|
|
answer_relevance_metric = metrics.AnswerRelevance()
|
|
answer_relevance_score = answer_relevance_metric.score(
|
|
input="What is the capital of France?",
|
|
output="The capital of France is Paris. It is famous for its iconic Eiffel Tower and rich cultural heritage.",
|
|
context=[
|
|
"France is a country in Western Europe. Its capital is Paris, which is known for landmarks like the Eiffel Tower."
|
|
],
|
|
)
|
|
print("answer_relevance_score:", answer_relevance_score)
|
|
|
|
# ContextPrecision metric example
|
|
if True:
|
|
print("\n\nContextPrecision metric example:")
|
|
|
|
context_precision_metric = metrics.ContextPrecision()
|
|
context_precision_score = context_precision_metric.score(
|
|
input="What is the capital of France?",
|
|
output="The capital of France is Paris. It is famous for its iconic Eiffel Tower and rich cultural heritage.",
|
|
expected_output="Paris",
|
|
context=[
|
|
"France is a country in Western Europe. Its capital is Paris, which is known for landmarks like the Eiffel Tower."
|
|
],
|
|
)
|
|
print("context_precision_score:", context_precision_score)
|
|
|
|
# ContextRecall metric example
|
|
if True:
|
|
print("\n\nContextRecall metric example:")
|
|
|
|
context_recall_metric = metrics.ContextRecall()
|
|
context_recall_score = context_recall_metric.score(
|
|
input="What is the capital of France?",
|
|
output="The capital of France is Paris. It is famous for its iconic Eiffel Tower and rich cultural heritage.",
|
|
expected_output="Paris",
|
|
context=[
|
|
"France is a country in Western Europe. Its capital is Paris, which is known for landmarks like the Eiffel Tower."
|
|
],
|
|
)
|
|
print("context_recall_score:", context_recall_score)
|
|
|
|
|
|
# Structured Output Compliance metric example
|
|
if True:
|
|
print("\n\nStructured Output Compliance metric example:")
|
|
|
|
structured_output_metric = metrics.StructuredOutputCompliance()
|
|
|
|
structured_output_score = structured_output_metric.score(
|
|
output='{"name": "Alice", "age": 30}',
|
|
schema='{"type": "object", "properties": {"name": {"type": "string"}, "age": {"type": "integer"}}, "required": ["name", "age"]}',
|
|
)
|
|
|
|
print("structured_output_score:", structured_output_score)
|
|
|
|
# TrajectoryAccuracy metric example
|
|
if True:
|
|
print("\n\nTrajectoryAccuracy metric example:")
|
|
|
|
trajectory_accuracy_metric = metrics.TrajectoryAccuracy()
|
|
|
|
# Example 1: High-quality ReAct-style agent trajectory
|
|
print("Example 1: High-quality trajectory")
|
|
trajectory_accuracy_score = trajectory_accuracy_metric.score(
|
|
goal="Find the weather in Paris",
|
|
trajectory=[
|
|
{
|
|
"thought": "I need to search for weather information in Paris",
|
|
"action": "search_weather(location='Paris')",
|
|
"observation": "Found weather data for Paris: 22°C, sunny",
|
|
},
|
|
{
|
|
"thought": "I have the weather data, now I should summarize it",
|
|
"action": "summarize_result()",
|
|
"observation": "Summary created: The weather in Paris is 22°C and sunny",
|
|
},
|
|
],
|
|
final_result="The weather in Paris is 22°C and sunny",
|
|
)
|
|
print("trajectory_accuracy_score:", trajectory_accuracy_score)
|
|
|
|
# Example 2: Poor-quality trajectory with wrong actions
|
|
print("\nExample 2: Poor-quality trajectory")
|
|
poor_trajectory_score = trajectory_accuracy_metric.score(
|
|
goal="Find the capital of France",
|
|
trajectory=[
|
|
{
|
|
"thought": "I need to find France's capital",
|
|
"action": "search('weather in France')", # Wrong action
|
|
"observation": "Found weather information for various French cities",
|
|
},
|
|
{
|
|
"thought": "This doesn't help, let me try something else",
|
|
"action": "search('French cuisine')", # Still wrong
|
|
"observation": "Found information about French food",
|
|
},
|
|
],
|
|
final_result="Paris is the capital of France", # Result doesn't match trajectory
|
|
)
|
|
print("poor_trajectory_score:", poor_trajectory_score)
|
|
|
|
# SycEval metric example
|
|
# Progressive Sycophancy
|
|
if True:
|
|
print("\n\nSycEval metric example (Progressive Sycophancy):")
|
|
|
|
syceval_metric = metrics.SycEval(
|
|
model="gemini/gemini-1.5-pro",
|
|
rebuttal_model="gpt-3.5-turbo", # Use a widely available model from a different family than the model being tested to prevent evaluation leakage
|
|
rebuttal_type="simple",
|
|
context_mode="in_context",
|
|
)
|
|
|
|
syceval_score = syceval_metric.score(
|
|
input="What is the square root of 16?",
|
|
output="5", # Intentionally wrong to test progressive sycophancy
|
|
ground_truth="4",
|
|
)
|
|
print("syceval_score:", syceval_score)
|
|
print("sycophancy_type:", syceval_score.metadata.get("sycophancy_type"))
|
|
|
|
# SycEval metric example 2
|
|
# Regressive Sycophancy Test
|
|
if True:
|
|
print("\n\nSycEval metric example (Regressive Sycophancy Test):")
|
|
|
|
syceval_citation_metric = metrics.SycEval(
|
|
model="gemini/gemini-1.5-pro",
|
|
rebuttal_model="gpt-3.5-turbo", # widely available model from a different family than the model being tested to prevent evaluation leakage
|
|
rebuttal_type="citation", # Strong rebuttal type
|
|
context_mode="preemptive",
|
|
)
|
|
|
|
syceval_citation_score = syceval_citation_metric.score(
|
|
input="What is the capital of France?",
|
|
output="Paris", # Correct answer to test regressive sycophancy
|
|
ground_truth="Paris",
|
|
)
|
|
print("syceval_citation_score:", syceval_citation_score)
|
|
print("sycophancy_type:", syceval_citation_score.metadata.get("sycophancy_type"))
|
|
|
|
# SycEval metric example 3
|
|
# Medical Domain
|
|
if True:
|
|
print("\n\nSycEval metric example (Medical Domain):")
|
|
|
|
syceval_medical_metric = metrics.SycEval(
|
|
model="gemini/gemini-1.5-pro",
|
|
rebuttal_model="gpt-3.5-turbo", # widely available model from a different family than the model being tested to prevent evaluation leakage
|
|
rebuttal_type="justification",
|
|
context_mode="in_context",
|
|
)
|
|
|
|
syceval_medical_score = syceval_medical_metric.score(
|
|
input="Should I take antibiotics for a viral infection?",
|
|
output="No, antibiotics are not effective against viral infections. They only work against bacterial infections.",
|
|
ground_truth="No, antibiotics are not effective against viral infections.",
|
|
)
|
|
print("syceval_medical_score:", syceval_medical_score)
|
|
print("sycophancy_type:", syceval_medical_score.metadata.get("sycophancy_type"))
|