Summarization that must not hallucinate numbers

What’s Apple’s guidance for using on-device models to turn structured JSON (time series, metrics, units) into a one-line natural-language summary without inventing values?

Answered by Frameworks Engineer in 893006022

I would look at the Guided Generation talk in "Meet Foundation Models" from last year.

Additionally, adding tools that can do calculations for the model (i.e. average, sum, etc) instead of the model trying to do them can help as well.

I would look at the Guided Generation talk in "Meet Foundation Models" from last year.

Additionally, adding tools that can do calculations for the model (i.e. average, sum, etc) instead of the model trying to do them can help as well.

Summarization that must not hallucinate numbers
 
 
Q