Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 4 Topic 1 Discussion

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 4 Topic 1 Discussion

CCAR-F Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

You are building a structured data extraction system using Claude. The system extracts information from unstructured documents, validates the output using JavaScript Object Notation (JSON) schemas, and maintains high accuracy. It must handle edge cases gracefully and integrate with downstream systems.

Testing reveals that when source documents are missing certain specifications, the model fabricates plausible-sounding values to satisfy your schema’s required fields. For example, a document mentioning only dimensions receives a fabricated “weight: 2.3 kg” in the extraction output.

What schema design change most effectively addresses this hallucination behavior?


A.

Add explicit instructions to the prompt stating “only extract information explicitly stated in the document; use placeholder text for missing values.”


B.

Change fields that may not exist in source documents from required to optional, allowing the model to omit them.


C.

Add a “confidence” field alongside each specification where the model self-reports its certainty, then filter out low-confidence extractions.


D.

Implement semantic validation that verifies each extracted value appears in or can be inferred from the source document text.


Get Premium CCAR-F Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.