forked from asahi417/tner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unified_label2id.json
52 lines (52 loc) · 1.66 KB
/
unified_label2id.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"location": ["LOCATION", "LOC", "location", "Location"],
"organization": ["ORGANIZATION", "ORG", "organization"],
"person": ["PERSON", "PSN", "person", "PER"],
"date": ["DATE", "DAT", "YEAR", "Year"],
"time": ["TIME", "TIM", "Hours"],
"artifact": ["ARTIFACT", "ART", "artifact"],
"percent": ["PERCENT", "PNT"],
"other": ["OTHER", "MISC"],
"money": ["MONEY", "MNY", "Price"],
"corporation": ["corporation"],
"group": ["group", "NORP"],
"product": ["product", "PRODUCT"],
"rating": ["Rating", "RATING"],
"amenity": ["Amenity"],
"restaurant": ["Restaurant_Name"],
"dish": ["Dish"],
"cuisine": ["Cuisine"],
"actor": ["ACTOR", "Actor"],
"title": ["TITLE"],
"genre": ["GENRE", "Genre"],
"director": ["DIRECTOR", "Director"],
"song": ["SONG"],
"plot": ["PLOT", "Plot"],
"review": ["REVIEW"],
"character": ["CHARACTER"],
"ratings_average": ["RATINGS_AVERAGE"],
"trailer": ["TRAILER"],
"opinion": ["Opinion"],
"award": ["Award"],
"origin": ["Origin"],
"soundtrack": ["Soundtrack"],
"relationship": ["Relationship"],
"character_name": ["Character_Name"],
"quote": ["Quote"],
"cardinal_number": ["CARDINAL"],
"ordinal_number": ["ORDINAL"],
"quantity": ["QUANTITY"],
"law": ["LAW"],
"geopolitical_area": ["GPE"],
"work_of_art": ["WORK_OF_ART", "creative-work", "creative_work"],
"facility": ["FAC"],
"language": ["LANGUAGE"],
"event": ["EVENT"],
"dna": ["DNA"],
"protein": ["protein"],
"cell_type": ["cell_type"],
"cell_line": ["cell_line"],
"rna": ["RNA"],
"chemical": ["Chemical"],
"disease": ["Disease"]
}