| --- |
| pretty_name: Applied NER Stage 1 - Cleaned Starter |
| language: |
| - en |
| task_categories: |
| - token-classification |
| tags: |
| - named-entity-recognition |
| - ner |
| license: other |
| --- |
| |
| # Applied NER Stage 1 — Cleaned Starter |
|
|
| Corrected form of the 100-record task dataset. Source text is unchanged for retained records; two irrecoverable word-salad records were removed. Every retained record passed offset/value, label-vocabulary, non-overlap, ID, and duplicate checks. |
|
|
| ## Dataset structure |
|
|
| - Repository ID: THemidli/applied-ner-stage1-cleaned |
| - Split: train (98 records) |
| - Fields: unique_index, source_text, privacy_mask |
| - Spans: 634 |
| |
| | Label | Spans | |
| |---|---:| |
| | AMOUNT | 63 | |
| | JOB | 37 | |
| | LOCATION | 84 | |
| | ORGANIZATION | 94 | |
| | PERSON | 114 | |
| | PRODUCT | 81 | |
| | TIMEDATE | 108 | |
| | WORKOFART | 53 | |
| |
| ## Cleanup provenance |
| |
| All 100 records were reviewed. 88 retained records changed, 10 were unchanged, and 2 were removed. The workflow combined deterministic validation, local qwen3.6-hermes proposals, an independent qwen3.6 critique, and explicit manual adjudication. The original starter repository was not overwritten. |
| |
| ## Source and license notes |
| |
| Source: [polygraf-ai/applied-nlp-ner-candidate-starter-100](https://huggingface.co/datasets/polygraf-ai/applied-nlp-ner-candidate-starter-100). Its card does not state a general-purpose license. This derived repository exists because the task explicitly requires publication; that requirement should not be read as a broader relicensing grant. Obtain source-owner permission for uses outside this evaluation. |
| |
| ## Labels |
| |
| - **PERSON** — A named person, including given names and surnames. |
| - **ORGANIZATION** — A named company or institution. |
| - **LOCATION** — A named place, including a city, country, region, street, landmark, or geographic area. |
| - **TIMEDATE** — An expression that places something on a timeline, including dates, clock times, and durations used as time. |
| - **PRODUCT** — A named commercial product, device, or branded good. |
| - **WORKOFART** — A named creative or published work, such as a book, film, song, or titled publication. |
| - **JOB** — An occupational title or formal work role when it functions as such in context. |
| - **AMOUNT** — A measurable or countable quantity that is not a time or date expression. |
| |
| ## Baseline labeling rules (fixed) |
| |
| - A labeled mention covers the entity itself, not surrounding grammar. |
| - Function words stay outside unless they are truly part of the proper name. |
| - Bare type words and category descriptors are not labeled on their own. |
| - A multi-word name is one span; separate entities are labeled separately. |
| - Coordinated names are separate spans unless the conjunction belongs to an established name. |
| - Ordinary punctuation and stray whitespace stay outside unless they belong to the name. |
| - Possessive markers stay outside unless the full possessive form is the name. |
| - Labels follow context, not surface form alone. |
| - Quantities used as time are TIMEDATE, not AMOUNT. |
| |
| ## Added policy in force |
| |
| ### P1. Namedness over capitalization |
| |
| Label only a name, title, or contextually specific referent. Capitalization alone is not evidence of an entity, and lower-case occupational titles can still be JOB mentions. |
| |
| Example: Research sector is not an organization; entrepreneur is JOB when it names the role. |
| |
| Why: Prevents capitalized common nouns from becoming false positives while preserving contextual roles. |
| |
| ### P2. Aliases, abbreviations, and honorifics |
| |
| Label a conventional alias, initials, or acronym when it independently identifies the same entity. Exclude honorifics and courtesy titles from PERSON unless they are inseparable from the established name. |
| |
| Example: <PERSON>Manny Pacquiao</PERSON> and <PERSON>Pac-Man</PERSON>; Dr. stays outside Sarah Chen. |
| |
| Why: Makes short-form mentions reusable without absorbing grammatical titles into names. |
| |
| ### P3. Numeric core and range boundaries |
| |
| For AMOUNT, include the numeric core, an attached sign or currency symbol, an attached magnitude suffix, and a currency or measurement unit when that unit is integral to the scalar value. Include a hyphenated numeric range as one span. Exclude approximation words and counted category nouns. A word such as meters is inside for physical length but outside when it means a count of utility devices. |
| |
| Example: about <AMOUNT>$300m</AMOUNT>; <AMOUNT>3 feet 1 inches</AMOUNT>; <AMOUNT>20,000</AMOUNT> meters were installed; <AMOUNT>50</AMOUNT> tickets. |
| |
| Why: Retains value-changing units while keeping approximation and counted categories out. |
| |
| ### P4. Time expressions and vague temporal language |
| |
| TIMEDATE includes explicit dates, clock times, anchored relative dates, ages, recurrences, and durations with their time unit. A continuous interval may include its internal range connector when the phrase denotes one interval. Do not label vague words such as moment, eventually, recent, or long term unless the phrase provides a concrete duration, age, recurrence, or calendar/clock anchor. |
| |
| Example: <TIMEDATE>May 2</TIMEDATE>, <TIMEDATE>18 months</TIMEDATE>, and <TIMEDATE>36-year-old</TIMEDATE>, but moment is left unlabelled. |
| |
| Why: Separates timeline-bearing expressions from general temporal discourse. |
| |
| ### P5. Job-title extent |
| |
| A JOB span contains the complete role noun phrase, including seniority or specialization when these change the role, but excludes determiners, employer names, person names, and incidental adjectives. |
| |
| Example: an <JOB>International Solutions Analyst</JOB> at Harber Inc. |
| |
| Why: Avoids both bare-head under-labeling and sentence-fragment over-labeling. |
| |
| ### P6. Works, reports, and candidate names |
| |
| Label the full presented title of a creative or published work, including a titled report or article. A title and subtitle joined by a colon form one span, including the colon. Label a proposed name when the text explicitly presents it as the name of a work or commercial product. Generic references such as the report, the song, or the product remain outside. |
| |
| Example: <WORKOFART>Project Performance Audit Report</WORKOFART> and proposed <PRODUCT>PawTrak</PRODUCT>. |
| |
| Why: Handles titles and naming lists consistently without promoting generic document/product nouns. |
| |
| ### P7. Institution versus physical place |
| |
| Use ORGANIZATION when a named institution or facility acts, employs, publishes, treats, or otherwise behaves as an institution. Use LOCATION when the same name denotes the physical site or destination. |
| |
| Example: She works at <ORGANIZATION>Cambridge University</ORGANIZATION>; the event is in <LOCATION>Cambridge</LOCATION>. |
| |
| Why: Makes the baseline context rule operational for schools, hospitals, banks, and venues. |
| |
| ### P8. No nested or overlapping spans |
| |
| Do not emit nested or overlapping entities. Select the longest contextually correct entity; annotate a short form separately only when it appears as a separate surface mention. |
| |
| Example: Use one <ORGANIZATION>New York University</ORGANIZATION> span, not LOCATION New York inside it. |
| |
| Why: The flat token-classification target cannot represent nested spans without contradictory labels. |
| |
| ### P9. Demonyms and adjectival place references |
| |
| Do not label nationalities, demonyms, or adjectival place modifiers as LOCATION unless the words denote an actual place in context. |
| |
| Example: American researchers is unlabelled; researchers in <LOCATION>America</LOCATION> is labelled. |
| |
| Why: Prevents attributes of people or products from being mistaken for locations. |
| |
| ### P10. Every surface mention is evaluated |
| |
| Evaluate each textual occurrence independently. Repeated named mentions are all labelled, while a later pronoun or generic description is not copied into the entity set. |
| |
| Example: Google ... Google produces two ORGANIZATION spans; the company is not a third span. |
| |
| Why: Prevents both missing repeated mentions and coreference-driven false spans. |
| |
| ### P11. Named software and technical artifacts |
| |
| Treat named software, games, programming languages, platforms, and technical systems as PRODUCT even when they are open source. Generic technology categories, file types, and programming terms remain outside. |
| |
| Example: <PRODUCT>Minecraft</PRODUCT> and <PRODUCT>Java</PRODUCT>, but plugin and programming language stay outside. |
| |
| Why: The label inventory has no software class; PRODUCT is the closest stable target for named technical artifacts. |
| |
| ### P12. Handles and anonymized person identifiers |
| |
| A username, stage name, explicit nickname, or anonymized placeholder is PERSON when it identifies a particular person in context. Generic family terms, occupations, and descriptive epithets are not PERSON. |
| |
| Example: <PERSON>Person1</PERSON> and <PERSON>Pac-Man</PERSON>, but mum and the guitarist are outside. |
| |
| Why: Preserves person identity in conversational and privacy-oriented text without labeling generic descriptions. |
| |
| ## Limitations |
| |
| The dataset is small and intentionally heterogeneous. Local LLMs were review aids, not ground truth; final decisions were deterministic or manually adjudicated. One retained record has no policy-valid entity. |
| |