
Explanation:
For legal contract summarization that requires precise, repeatable language, the optimal settings are:
Temperature = 0.2 - Lower temperature values (closer to 0) make the model more deterministic and less creative. This ensures consistent, predictable outputs which is crucial for legal documents where precision and repeatability are essential.
Top-p = 0.7 - This moderate top-p value allows for some flexibility while still maintaining control over the vocabulary selection. It restricts the model to consider only the top 70% of probable tokens, balancing between creativity and consistency.
Why other options are incorrect:
Key Principles:
Ultimate access to all questions.
A legal firm uses Bedrock to summarize contracts and needs precise, repeatable language. Which setting combination is most appropriate?
A
temperature = 0.2, top-p = 0.7
B
temperature = 0.9, top-p = 1.0
C
temperature = 1.2, top-p = 1.0
D
temperature = 0.8, top-p = 0.3
No comments yet.