The Algorithm That Only Understood Known Words


A development team is building an AI that is supposed to automatically summarize texts.

The AI is trained with large text corpora but mainly contains frequently used and standardized words.

In practice, it becomes apparent that the AI has difficulty correctly interpreting or summarizing texts with new, rare, or domain-specific terms.

It often ignores or replaces unknown words with more general terms, which makes the summary inaccurate or misleading.

The team wonders: Why can the AI, although it knows many texts, not properly process new or unusual words?


Question:
Why do AI models that were mainly trained with frequent words have problems correctly understanding and incorporating new or rare terms into texts?

Solution follows tomorrow.