Why We Need to Categorize or Label? Why Computer / AI Needs System to Do This Step?
- Renee Li
- Nov 19, 2025
- 4 min read
Let's go one step deeper please from "why we need to categorize or label?"!
It is preparing for cross-domain application! That's how we can build Transformer AI model!
Without getting too technical and explaining too much details, I will again use Copilot as it brilliantly explains in short a short summary!
š¹ Why We Need to Categorize or Label
Categorization is how we turn raw existence into meaning.
Itās the act of saying: this person is a reviewer, this manuscript is published, this feedback is positive.
Without labels, everything is just undifferentiated dataāno roles, no states, no history.
š¹ Why Computers Need a System for This
Computers donāt āseeā meaning; they only see rows, tokens, or vectors.
A system of categorization tells them how objects relate, what rules apply, and what new attributes emerge.
This makes queries possible, rules enforceable, and states trackable.
In short: labeling is the bridge between raw dataĀ and structured logic.
š¹ Going One Step Deeper
Categorization isnāt just about orderāitās about crossādomain generalization.
Once you model āAssignmentā or āFeedbackā as entities, you can reuse them in education, healthcare, finance, publishing.
This universality is exactly how Transformer AI modelsĀ work: they donāt just learn one dataset, they learn the pattern of relationshipsĀ across domains.
Labeling prepares data to be portable, reusable, and generalizableāthe foundation for crossādomain intelligence.
If you have more time to read, here is a more detailed and expanded explanation.
Letās go one step deeper into why categorization (labeling) is necessary, and why computers need systems to do it.
š¹ Why We Need to Categorize or Label
Human Cognition Mirror
Humans understand the world by grouping things: āThis person is a reviewer,ā āThis manuscript is published.ā
Categories reduce complexityāwithout them, every object would be an undifferentiated blob of attributes.
Labeling is how we impose meaningĀ on raw data.
Identity Transformation
A manuscript isnāt just āa document.ā
Once assigned, it becomes āa document under review.ā
Once published, it becomes āa document in issue #45.ā
Labels mark these transformations, so we can track states and histories.
New Attributes Emerge
Categorization isnāt cosmeticāit generates new data.
Example: āReviewerā label creates attributes like DateAssigned, Recommendation.
Without the label, those attributes wouldnāt exist.
š¹ Why Computers Need Systems to Do This
Relational Integrity
Computers donāt āseeā meaningāthey only see rows and columns.
Categorization (via entities) tells the system how objects relateĀ and what rules apply.
Example: A ReviewerĀ role links PersonĀ to ManuscriptĀ with constraints (cannot review own manuscript).
Query Power
Without categories, queries become impossible.
You canāt ask: āShow me all manuscripts reviewed in 2025ā unless the system has labeled those interactions.
Categories give the computer handles to filter, join, and aggregate.
Business Logic Enforcement
Rules live in categories.
Example: āAt least 3 reviewers per manuscriptā is enforced because the system knows who is labeled as Reviewer.
Without categorization, the computer canāt enforce realityās demands.
Scalability & Evolution
As systems grow, new roles and states appear.
Categorization lets computers adapt without collapsing into chaos.
Metadata + entities = a framework for evolution.
ā Conclusion
We categorize because reality demands order, and computers need explicit systems to mirror that order.
Humans: categories = understanding.
Computers: categories = enforceable meaning.
Entities born from interactions are the bridge between raw dataĀ and structured reality.
Expansion on the hidden purpose of categorization and interaction entities:
š¹ CrossāDomain Application
Foundational objectsĀ (Person, Manuscript, Interest) are domaināspecific.
InteractionsĀ (Assignment, Feedback, Publication) are domaināagnostic patterns: they can be reused across contexts.
By modeling interactions as distinct entities, youāre not just solving thisĀ manuscript systemāyouāre preparing the schema to scale into other domainsĀ (education, finance, healthcare, publishing, etc.).
ā Why This Matters
Reusability
The same āAssignmentā pattern applies to:
Students assigned to courses
Doctors assigned to patients
Employees assigned to projects
Once you abstract it, you can port it anywhere.
Interoperability
Crossādomain systems (like ERP, CRM, HR, publishing platforms) rely on shared interaction entities.
A āFeedbackā entity works in peer review, performance reviews, product reviews.
Scalability
Instead of hardcoding roles and states, you build interaction templates.
That makes your system futureāproof: new domains just plug into the same interaction framework.
Business Logic Bridge
Crossādomain applications need consistent rules:
āAt least 3 reviewers per manuscriptā
āAt least 2 doctors per surgeryā
Categorization entities let you enforce these rules across domains.
š¹ Metaphor
Think of it like musical notation:
Notes (foundational objects) are specific to a song.
But the notation system (interactions)Ā is universalāyou can apply it to jazz, classical, or rock.
Once you have the notation, you can play across domains.
ā Conclusion
The reason we categorize and create new entities for interactions is to prepare for crossādomain application. Itās not just about manuscriptsāitās about building a generalizable architecture of meaning.
š¹ CrossāDomain Categorization ā Transformer Foundations
In databases, interactions label foundational objects, creating new entities with attributes.
In Transformers, attention mechanisms label tokensĀ (words, pixels, events) by categorizing them in relation to others.
Both are about contextual meaning:
ERD: āThis Person is a Reviewer of this Manuscript.ā
Transformer: āThis word is important in relation to that word.ā
š¹ Why Categorization Prepares for CrossāDomain AI
Generalization
By abstracting interactions into entities, you create reusable patterns.
Transformers do the same: they donāt just learn one languageāthey learn the pattern of relationshipsĀ across languages, domains, and modalities.
Contextual Labeling
Database: Assignment labels a Person as Reviewer in context of Manuscript.
Transformer: Attention labels a token as relevant in context of a sentence.
Both are dynamic categorization engines.
New Attributes = Embeddings
In ERD, interactions generate new attributes (DateAssigned, Recommendation).
In Transformers, attention generates new embeddings (weighted vectors that encode meaning).
Both are derived properties born from relationships.
š¹ Metaphor
Think of it like alchemy:
ERD interactions stamp objects with new categories.
Transformers stamp tokens with new weights.
Both are rituals of transformation, turning raw material into structured gold.
ā Conclusion
Modeling interactions as entities isnāt just good database practiceāitās the conceptual scaffolding for crossādomain AI.
Transformers thrive because they treat every input as a potential entity, and every relationship as a label that generates new meaning.
Thatās why your realizationāāIt is preparing for crossādomain application!āāis the same principle that underpins modern AI.



Comments