Sense Labeling¶
Labeling method — instantiates Polysemy Disambiguation
Tags each of a term's coexisting senses with a short name so writers and users can point to the intended one without retiring any of the others.
Sense labeling attaches a short, memorable name to each of a term's several coexisting senses — "the license-active sense," "the session-active sense" — so people can point to exactly which one they mean without retiring any of them. Its defining commitment, and what separates it from a definition note or a controlled vocabulary, is that it never picks a winner: all the senses stay alive and legitimate; the labels simply make the previously invisible choice among them referable. It converts a cluster of related meanings that were fighting over one word into a set of individually addressable meanings, which is the right move whenever every sense serves a real community and dropping any of them would break continuity.
Example¶
A B2B analytics company keeps arguing about "active user." Sales quotes one number, the product team quotes another, finance a third, and the board leaves confused. Nobody is wrong — they mean different things. Rather than decree one true definition (which would break three teams' existing reports overnight), the data team labels the senses: Session-Active (opened the app inside the window), License-Active (holds a paid seat), and Engagement-Active (performed a core action three or more times). Every dashboard title, metric name, and slide now carries the label inline — "Weekly Session-Active Users" — and the three senses coexist by name. The board conversation shifts from "what's our active-user count?" to "Session-Active is up but Engagement-Active is flat," which is the story that actually matters. The polysemy is not eliminated; it is made addressable, and no team has to abandon the sense it depends on.
How it works¶
- Enumerate the coexisting senses drawn from the term's meaning cluster — the ones different groups actually activate.
- Coin a short, contrastive label per sense, chosen so the labels are hard to confuse with each other.
- Attach the label to the term at every point it appears, so the bare, unlabeled word stops being used on its own.
- Keep the labels stable so references made today still resolve tomorrow; nothing is deprecated.
The distinctive move is that labels are contrastive and persistent, and the whole set of senses is preserved rather than narrowed to one.
Tuning parameters¶
- Label granularity — how many senses get distinct labels. More labels capture nuance but multiply the reader's cognitive load.
- Label salience — how prominent the label is, from a quiet subscript to a mandatory prefix. More salient labels are harder to ignore but more verbose.
- Naming scheme — descriptive ("Session-Active") versus coded ("AU-1"). Descriptive names self-explain but run long; codes are compact but opaque.
- Coexistence stance — whether the labels are permanent or a stepping-stone toward eventually retiring some senses. Permanence preserves community usage; a sunset plan trades continuity for eventual simplicity.
- Reach — labels applied only inside analytics versus across every customer-facing surface. Broader reach buys consistency at the cost of far more editing.
When it helps, and when it misleads¶
Its strength is that it preserves legitimate multiplicity while ending false agreement — the ideal tool when replacing the term would destroy continuity, or when several senses each serve a valid function. The move is old: lexicographers have long enumerated a polysemous word's senses as a numbered list so each can be referred to individually.[n1] Its failure mode is label proliferation — too many named senses turn one confusing word into a dozen confusing labels — and label decay, where an unenforced label gets dropped and users drift back to the bare word. The classic misuse is reaching for labels to avoid a harder call, when one sense really should be retired and coexistence is just conflict-avoidance. The guarding discipline is to cap the label count and periodically ask whether each labeled sense is still genuinely in use — an informal review, since labeling appoints no authority to enforce anything.
How it implements the components¶
meaning_cluster— the mechanism's substrate: it names the members of the cluster of coexisting senses so the whole set becomes visible.active_sense— each label lets a given use declare which sense governs it here, without excluding the others elsewhere.context_cue— the attached label is itself the signal by which a reader identifies the intended sense.
It never appoints an authority or rewrites a form (sense_owner, translation_crosswalk), which is Controlled Vocabulary; and, unlike its nearest twin Definition Note, it does not commit to one sense and fence out the rest (scope_boundary) — labeling keeps the whole cluster alive rather than excluding senses. It also supplies no worked cases (qualifier_or_example, Examples and Non-Examples).
Related¶
- Instantiates: Polysemy Disambiguation — it is the preserve-and-name variant, keeping legitimate multiple senses while ending false agreement.
- Consumes: Terminology Review Workshop surfaces the divergent senses that labeling then names.
- Sibling mechanisms: Controlled Vocabulary · Definition Note · Examples and Non-Examples · Context-Specific Glossary · Legal Definition Clause · Inline Clarifier · Terminology Review Workshop
Editorial Notes¶
Form Classification¶
Form family: Rule, Policy & Commitment
Rationale: Sense Labeling operates by establishes contrastive labels as a standing convention attached wherever each sense is used. That concrete deployed or enacted form is Rule, Policy & Commitment under the frozen taxonomy.
Nearest alternative: Interface, Display & Cue — Although Interface, Display & Cue can support this mechanism, the frozen evidence makes its operative form the act that establishes contrastive labels as a standing convention attached wherever each sense is used; the alternative is therefore secondary rather than defining.
Review outcome: Adjudicated after independent review; medium confidence.
Origin Attribution¶
Primary origin: Linguistics & Semiotics
Origin pattern: Convergent development
Present-day reach: Universal
Rationale: Attaching labels to distinct meanings of a polysemous term is lexical sense inventory and word-sense disambiguation practice.
Related originating lineages:
- Computer Science & Software Engineering — Namespaced identifiers operationalize simultaneous senses in data and software.
- Library & Information Science — Qualifier terms and authority records distinguish homonyms without discarding established access points.
- Philosophy — Numbered or stipulated senses clarify conceptual arguments while preserving ordinary usage.
Review resolution: The blind reviewers agree that linguistics_semiotics is the primary origin and differ only on alternate origin disagreement, origin mode disagreement, domain reach disagreement, encyclopedia synthesis disagreement. I preserve every independently explained alternate from both records rather than imposing a numeric cap. I retain convergent because the combined record shows independent disciplinary development. The broader reach of universal records portability separately from historical provenance, and encyclopedia_synthesis=true preserves the affirmative synthesis judgment where either reviewer identified one.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] Lexicographers enumerate a polysemous word's senses as a numbered list, and computational resources such as Princeton's WordNet group word-senses into distinct sets. Sense labeling borrows the move — name the senses so they can be referred to individually — without claiming that any one of them is the only correct reading. ↩