The ENP-China Named Entity Annotation Guidelines are designed to provide guidance in the annotation campaign that the ENP-China project is implementing on historical documents extracted from the Shenbao newspaper and from Who’s who directories in February 2023. It is part of series of annotation initiatives that aim to create reliable resources for Natural Language Processing of Chinese historical sources produced in the 1850-1949 period.

1 Preamble

Named-entity recognition (NER) is a subtask of information extraction that seeks to identify and classify named entities mentioned in unstructured text into pre-defined categories such as person names, organizations, locations, time expressions, quantities, monetary values, percentages, etc.

Annotation is a common task in machine learning. Annotation aims to provide the machine with correct examples (often termed “ground truth” or “gold standard”) that originate from human reading and interpretation. More specifically, entity annotation aims to teach natural language processing (NLP) models how to identify parts of speech, named entities and key phrases within a text. In this task, annotators read the text thoroughly, locate the target entities, highlight them on the annotation platform and choose from a predetermined list of labels. To help NLP models learn about named entities further, entity annotation in this campaign will be paired with entity linking.

This annotation campaign has four major objectives:

  1. To provide a ground truth for what can be called “transitional” Chinese (1872-1949)
  2. To integrate new genres of sources (biographies)
  3. To integrate new categories of entities (events, positions)
  4. To add a set of complex tasks such as entity linking, relations between entities (biographies), co-references, discontinuous entities.

The core objective is to extract information from historical newspaper articles and other historical sources to support the querying, filtering and analysis of large collection of newspaper archives, and to build a historical knowledge base that will eventually connect to knowledge bases (e.g. Wikidata, MCBD). The explicit goal is to create an annotated dataset specifically for texts written in Chinese for the 1870-1949 period, which we call “transitional” because the Chinese language of this period actually includes different stages of language development. This campaign aims at filling a gap between the datasets that exist for classical Chinese (prior to the Song dynasty, 960-1279) and contemporary Chinese (post 1949).
Another objective is to participate in the next HIPE campaign(s)

These guidelines are derived from the Impresso Guidelines.

The campaign includes two major tasks and some specific subtasks (depending on the genre of sources):

  1. Named entity recognition (NER): the main task is to identify not just regular named entities, but also complex named entities, including names with multiple nested components and to identify new categories of entities such as events and positions.
  2. Named entity linking (NEL): the main challenge is to link entities not only to mainstream knowledge bases (e.g. Wikidata) but also to knowledge bases specific to the history of modern China (MCBD, Baidu).
  3. Co-reference and relations: this is about identifying incomplete named entities (surname only, pronoun, etc.) and to link them to their complete reference in the text ; relations aims at linking entities that are interrelated. See further instructions below.

1.1 Methodology

These guidelines were built as follows:

  1. Selection of high level types of interest by historians and Natural Language Processing (NLP) specialists;
  2. Constitution of “mini-reference” corpora from enp-china sources for Chinese and English;
  3. Annotation of mini-references to test and validate our guidelines
  4. Curation of mini-references, selection of exemplary difficult cases;
  5. Final validation of guidelines.

We use INCEpTION as annotation tool, without the visualization of image segments (which are not available for Chinese texts). For a quick introduction to the ENP-China interface of InCepTION, see our Quick Guide

2 General definition

The objective is to annotate all named entities in the documents described above. Named entities are linguistic units that must include a proper name, or a definite description having the status of a proper name. We do not specify further the definition of proper names, but instead rely on the linguistic intuition/awareness of annotators, who should always keep in mind our objective of extracting ‘historical’ information typically conveyed via referential entities. There will be borderline cases, which we ask annotators to report in a separate file for further discussion.

Examples:

Phrases such as

are not annotated because they do not contain proper names.

Phrases such as


汪       org.adm name pers.ind

are annotated.

2.1 Entity types and subtypes

The tables below describe the types and subtypes of entities that need to be annotated during the campaign:

Type Subtypes Subtypes2 Description
pers pers.ind A single person (王曉賴)
pers.coll A named group of people
pers.ind.articleauthor A single person who is the author of an article
org org.adm Organization that plays a mainly administrative role (財政部)
org.asso Professional or students’ associations, clubs…
org.busi Business enterprises, private companies, banks…
org.edu Educational institutions (school, college, university, academy…)
org.ent Other type of undefined organizations.
org.ent org.ent.pressagency Special type related to newspaper to spot press agencies (e.g., 申報館)
prod prod.media Newspapers, magazines… etc. (e.g., 申報, 東方雜誌…)
prod.doctr Political, philosophical, religious, sectarian doctrines.
prod.creation Creative works (book, theatrical play, movie, etc.)
loc loc.adm loc.adm.dist City or town district (e.g. 南市 in Shanghai)
loc.adm.town Village, town, city (上海, 上海市)
loc.adm.reg Regions, provinces (江蘇)
loc.adm.nat Countries
loc.adm.sup World regions, continent
loc.phys loc.phys.geo Mountains, plains, plateaus, caves, volcanoes, canyons
loc.phys.hydro Oceans, seas, rivers, streams, ponds, marshes
loc.phys.astro Planets, stars, galaxies and their parts
loc.oro Refers to roads, highways, streets, avenues, squares, etc.
loc.fac Refers to buildings and other facilities
loc.add loc.add.phys Refers to physical addresses (street name, street number, etc)
loc.add.elec Refers to electronic contact information (not applicable in most cases)
loc.unk Type used when it is not possible to choose among other location types
time time.abs time.abs.year Absolute datation: year (e.g., 1931, 一九三一年)
time.abs.month Absolute datation: month (e.g., 十一月)
time.abs.day Absolute datation: day (e.g., 三日, 星期三)
time.rel time.rel.ref Relative datation: referent (imperial reigns or founding of the Republic)
time.rel.year Relative datation: year
time.rel.month Relative datation: month
time.rel.day Relative datation: day
event event.type Event (meeting, conference, etc)


2.2 Components & Nested Entities

A named entity mention consists of one or more components, as well as parts without explicit component markup. The ENP-China Guidelines partially follow Impresso guidelines and consider the following components:

Type Components Description
All (except time) name is the only transversal component and is applied to any class except time
pers comp.name The component includes first, middle and last names as well as nickname
and initials of individuals
comp.title Title or designator of a person.
comp.qualifier A qualifier specifies a person in the form of a qualifying adjective.
comp.func A function or job of a named person.
comp.demonym The geographical origin of a person
comp.degree Academic degree obtained by a person (M.A., PhD…)
org comp.lev Sublevel in an organization (department, bureau…)

In the next sections, we provide examples of annotated entities with components and nested entities for various types and subtypes of entities. Nested entities are annotated for the types PERS, LOC, ORG, without limit of nesting level during the annotation phase.

2.3 Examples

2.3.1 Persons






Name Ambigious case Title Ambigious case
name pers.ind
name pers.ind
何    pers.ind name title
何    pers.ind name 君    title name
張    pers.ind name title
pers.ind name title










Demonym Function (position) Ambigious case
pers.ind demonym town name
name pers.ind func
pers.ind town func name
pers.ind name func
name pers.ind func











Function (position) Ambigious case
name pers.ind func
pers.ind town func name
pers.ind name func
name pers.ind func









Liminal cases
name pers.ind func
pers.ind reg name 袁    name func
包    pers.ind name func





2.3.2 Organizations













org.edu
org.busi town
org.busi name town
org.edu name lev
org.adm name lev town lev
org.asso name town
Ambiguous cases: Organization or Facility?
org.adm
displaCy
loc.fac adm













There will be cases when it is difficult to categorizean entity as an organization or as a facility (e.g., movie theater, restaurant, dancing hall…). In such cases, the context will help determine which category to adopt. For example:

  • I spent the night in the Cathay Hotel(facility).
  • The Cathay Hotelhas acquired a large plot of land to expand (organization).
  • The manager of the Cathay Hotelhas announced that he will resign next week (organization).
Other examples Not to be annotated
中央銀行貼放委員會工業貸款審査委員會
中央黨部經濟政策研究委會
雜糧商業同業公會籌備委員會
偽郵政總局駐滬辦事處
剿共建國萬元勞軍大會籌備會宣傳處
大夏大學會計系
天津運輸株式會社接收委員會
四十二軍
廿一軍四三五旅五團輸送連
中西門大街保甲局
上海北市業會舘籌賑公所
上海同仁轉元堂
同仁輔元堂分局
吳淞四明公所
美商同茂洋行
美公司
英公司
芝蘭室
花烟館
英京倫敦電報
英京電信
英京電報
西報
代表會
代表團
俄軍隊
保甲處
財政廳
海關

2.3.3 Locations






















loc.adm.town
loc.adm.town
loc.add.phys dist oro name
loc.add.phys town oro name
loc.add.phys town name address-number
loc.add.phys oro name address-number
loc.oro name
loc.oro name
西 loc.oro name
loc.phys.hydro name
loc.phys.hydro name
loc.adm.reg
loc.adm.town reg name
Ambiguous cases
loc.adm.town name

Is annotated (The French Concession
in Shanghai is an administrative entity)
loc.adm.town       租界

The concession(s) in Shanghai is
a generic name, and therefore not annotated.
余公館

Names of private residences (Mr. Yu’s residence) are
not considered as named entities, and therefore are not annotated.
Locations or persons?
loc.adm.town name      敎育局長
loc.adm.reg      總督
loc.adm.reg      海運委員






















2.3.4 Time

2.3.4.1 Absolute datation

Absolute dates are dates that appear in the following format: YYYY or YYYY-MM or YYYY-MM-DD. Examples:





time.abs year
time.abs year month
time.abs year month day





2.3.4.2 Relative datation

Relative dates are dates that can be calculated in reference to a specific point in time (foundation of the Republic, imperial reigns). The point of reference may or may not be explicit in the text. Examples:
























time.rel ref 廿 year
time.rel year
time.rel ref year month day
time.rel year month
time.rel month day
time.rel ref month
time.rel ref month day
For relative dates that do not refer to a explicit referent in the text itself,
the whole string of character needs to be annotated with < time.rel >
without any further detail.
time.rel 廿
time.rel
time.rel
time.rel
time.rel
time.rel
time.rel
time.rel
time.rel
time.rel
time.rel
displaCy
time.rel
time.rel
time.rel year month month

Not to be annotated
一個半月 一個月 一個月前, 一月半前
一兩年 一兩日 建國時期
建隆年間 抗戰八年 抗戰後二年
敵僞時期

























2.3.5 Events

Events refer tonamed events such as wars, political movements, meetings of organizations, etc. Examples:












Events
event.type
event.type nat
event.type asso
Simple events Nested events
北伐
七七事變
七五事件
七屆全運會
全國地政檢討會議
八一三事變
三中全會第五次大會
二屆大東亞青少年指導會議
申新九廠罷工流血事件
Events or Organizations?
Events Organizations
國民參政會駐會委員會第四次會議
國立北平研究院學術會議二次大會
國防最高委員會第二二五常會
浙江省第六屆省運會
立法院第二會期第十六次會議
陸軍軍官學校成立廿二週年紀念火會
市小校長聯誼會
浙江麗水旅滬同鄕會













2.3.6 Additional Layers

2.3.6.1 Discontinuity

The nature of the Chinese language makes it possible to detach the names of various entities from the entity they refer to. For example, one can find a list of names of companies that refer to the term 公司 at the end of the sentence.

2.3.6.2 Coreference

Coreference is the task of finding all expressions that refer to the same entity in a text. In this campaign, we will link the named entities that are mentioned in a text with all their alternative forms in the same text. For this specific task, you need to select the “co-reference” layer. Then highlight the expression you want to link and draw an arrow toward the named entity it refers to.

2.3.6.3 Relations

This task applies exclusively to biographies. The objective is to connect entities that are interrelated, such as a position (comp.func) that a person held in an organization (org.) at a given time (time) and place (loc).
For this specific task, first select the “NER” layer. Then select the mention of the position and link it to the related entities (e.g., organization, date, location). In case a position refers to the same organization but with different dates or places, each link needs to be numbered.

Example Chinese

Example English

2.4 Entity Linking

Entity linking consists in linking the named entity found in the text with its avatar defined by a unique identifier in an external knowledge base, e.g. wikidata. This is a crucial task for disambiguating names. A given entity can appear under different names (e.g., 孔祥熙, 孔庸之). Conversely, different persons can share the same names (e.g., 王大吉, John Smith…).

In this campaign, entity mentions are linked against Wikidata, and against the Modern China Biographical database (MCBD). We link the following entity types: Persons (pers.ind), Organizations (org.) , Locations (loc.), and Events (events). In case the entity to which the mention refers to is not present in Wikidata , the mention is marked as referring to a NIL entity.

Entity components and nested entities are excluded from the linking. For example, in the entities below, components (in red) are excluded from linking.

中國紅字會第一醫院

中央銀行貼放委員會工業貸款審査委員會

In the case of a long entity, the full string needs to be annotated if it can be found as such or its historical avatar in the knowledge base.

For historical entities for which it is difficult to determine the exact corresponding referent, or for which there is no exact historical referent but a contemporary one in Wikidata, one has to pick the contemporary entity (for example 漢口, 漢陽, 武昌 in late imperial China are not the same as the contemporary 武漢 referred to in Wikidata, but in the absence of historical entity one takes the contemporary 武漢 Wikidata entry).