-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdescriptions.json
More file actions
169 lines (169 loc) · 25.8 KB
/
descriptions.json
File metadata and controls
169 lines (169 loc) · 25.8 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"Wiki_Text":[
"name: full name of the artist",
"nationality: artist's nationality (e.g., french, japanese)",
"art_movement: art movement contributed to (e.g., impressionism)",
"birth_date: date in %Y/%-m/%-d format (e.g., 1839/1/9), or leave empty if not applicable",
"death_date: date in %Y/%-m/%-d format (e.g., 1836/1/1), or leave empty if not applicable",
"age: age of the artist (if death_date is given, compute as death_date - birth_date; otherwise, compute as 2025/1/1 - birth_date)",
"century: century when the artist was active or influential (e.g., 19th or 19th–20th; can span multiple centuries)",
"zodiac: western zodiac sign based on birth date, choose one form [Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces], seperated by `||` (e.g. Aries).",
"birth_country: country where the artist was born (e.g., netherlands)",
"birth_city: city where the artist was born",
"birth_continent: continent where the artist was born (e.g., europe, asia)",
"death_country: country where the artist died, or leave empty if not applicable (e.g., switzerland)",
"death_city: city where the artist died, or leave empty if not applicable",
"field: primary artistic field, choose one or more from: [Painting, Sculpture, Printmaking, Drawing, Photography, Illustration, Collage, Textile Art, Installation, Performance, Ceramics, Digital Art, Architecture, Mosaic, Graphic Design, Calligraphy], seperated by `||` (e.g. Collage || Illustration || Textile Art).",
"genre: primary genre of work, choose one or more from: [Portrait, Landscape, Still Life, Religious, Mythological, History, Genre, Nude, Animal, Illustration, Allegorical, Abstract, Fantasy, Sketch, Figurative, Conceptual, Surrealist, Symbolic, Political, Social Realism, Pop Art, Narrative, Environmental, Sculpture, Architecture, Music, Film, Digital Art, Literature, Other], seperated by `||` (e.g. Portrait || Political).",
"marriage: marital status of the artist, reflecting the artist’s latest (final) marital status as mentioned in the biography. Choose one from: [Cohabiting, Divorced, Married, Remarried, Separated, Unmarried, Widowed]. Only extract and fill in the last marital status referenced in the text.",
"art_institution: Art academies, schools, organizations, associations, or exhibition societies the artist was affiliated with, taught at, or participated in (e.g., national art academies, artist unions, art schools, exhibition societies).",
"teaching: whether the artist taught at an institution (1 if yes, 0 if none)",
"awards: Number of significant and clearly documented awards the artist received (enter an integer; use 0 if none; exclude medals, scholarships, or honorary mentions)."
],
"legal_case":[
"judge_name: name of the judge presiding over the case (e.g., arshall J.)",
"plaintiff: name of the first person or entity who initiates a lawsuit or legal action(if there are multiple plaintiffs, extract only the first one mentioned; e.g., Cairnsmore Holdings Pty Ltd)",
"defendant: name of the first person or entity being sued or accused (if there are multiple defendants, extract only the first one mentioned; e.g., Narnia Investments Pty Ltd)",
"hearing_year: year when the hearing began; use format YYYY (e.g., 2009)",
"judgment_year: year when the judgment was delivered; use format YYYY (e.g., 2009)",
"charges: list of specific legal accusations or charges brought against the defendant (e.g., misleading conduct; price fixing; use a semicolon to separate multiple charges; leave empty if not applicable)",
"case_type: type of the case, choose one from [Criminal Case, Civil Case, Commercial Case, Administrative Case]; (e.g., Criminal Case)",
"verdict: court's decision, choose one from: [Guilty, Not Guilty, Others, Dismissed, Approved]; (e.g., Guilty)",
"legal_basis_num: Number of distinct legal statutes or codes cited in the judgment (e.g., 'Trade Practices Act 1974' counts as 1; enter an integer, e.g., 1)",
"case_number: Number of distinct precedent cases referenced in the judgment, including those cited, considered, discussed, or applied (e.g., 'Australian Competition and Consumer Commission v Rana' counts as 1; enter an integer, e.g., 1)",
"counsel_for_applicant: name of the applicant’s lawyer (e.g., Mr I Faulkner SC)",
"counsel_for_respondent: name of the respondent’s lawyer (e.g., Mr D Barclay)",
"nationality_for_applicant: applicant’s nationality (e.g., Australia)",
"fine_amount: total monetary amount of fines imposed in the case (include all fines, partial payments, and fines for multiple parties; leave empty if none; e.g., 250000)",
"legal_fees: total amount of legal fees awarded or imposed (sum all applicable fees; leave empty if none; e.g., 30000)",
"plaintiff_current_status: current occupation or type of the plaintiff (if an individual, write occupation; if multiple people, use the first individual's occupation; if an organization, write 'organization'; if a company, write 'company'; if a government body, write 'government'; leave empty if unknown; e.g., company)",
"defendant_current_status: current occupation or type of the defendant (rules same as for plaintiff; e.g., government)",
"evidence: whether evidence was provided (1 if yes, 0 if none; e.g., 1)",
"first_judge: whether it was the first judgment (1 if yes, 0 if none; e.g., 1)"
],
"player":[
"name: full name of the NBA player (e.g., LeBron James).",
"birth_date: birth date of the player; use format YYYY/%-m/%-d (e.g., 1984/2/30).",
"nationality: nationality of the player (e.g., USA, France).",
"age: age of the player (if death_date is given, compute as death_date - birth_date; otherwise, compute as 2025/1/1 - birth_date).",
"team: the current NBA team the player belongs to, or the last NBA team the player joined if not currently active (e.g., Los Angeles Lakers).",
"position: player's primary position on the team; choose one from ['Frontcourt', 'Backcourt'].",
"draft_pick: the pick number at which the player was selected in the NBA draft (e.g., 1).draft_pick: the pick number at which the player was selected in the NBA draft (e.g., 1). If the player was selected in the second round, add 30 to the pick number (e.g., 2nd round, 1st pick → 31).",
"draft_year: the year the player was selected in the NBA draft; use format YYYY (e.g., 2003).",
"college: the college the player attended, if applicable (e.g., Duke University).",
"nba_championships: number of NBA championships the player has won (e.g., 4).",
"mvp_awards: number of NBA MVP awards the player has won; use 0 if none (e.g., 2).",
"olympic_gold_medals: number of Olympic gold medals the player has won (e.g., 3).",
"fiba_world_cup: number of FIBA World Cup titles the player has won (e.g., 1)."
],
"disease":[
"disease_name: the official name of the disease (e.g., Rheumatoid Arthritis).",
"disease_type: comprehensive classification of the disease; choose one or more from ['autoimmune', 'infectious', 'genetic', 'metabolic', 'neoplastic', 'degenerative', 'congenital', 'traumatic', 'nutritional', 'vascular', 'inflammatory', 'endocrine', 'psychiatric', 'toxic', 'allergic', 'iatrogenic', 'idiopathic', 'parasitic', 'others'], seperated by `||` (e.g. neoplastic || degenerative)",
"pathogenesis: the biological and physiological process by which the disease develops and progresses, choose one or more from: ['autoimmune', 'infectious_bacterial', 'infectious_viral', 'infectious_fungal', 'infectious_parasitic', 'genetic_mutation', 'metabolic_disorder', 'inflammatory', 'degenerative', 'neoplastic', 'vascular', 'traumatic', 'toxic', 'allergic', 'endocrine_disorder', 'nutritional_deficiency', 'iatrogenic', 'idiopathic', 'other'], seperated by `||` (e.g. inflammatory || degenerative).",
"etiology: the underlying cause(s) of the disease, including genetic, environmental, infectious, or lifestyle factors (e.g., gene mutation, viral infection, smoking).",
"diagnostic_methods: primary diagnostic approaches used for this disease; choose one or more from ['clinical_evaluation', 'laboratory_test', 'imaging', 'biopsy', 'genetic_testing', 'endoscopy', 'functional_test', 'pathology', 'screening', 'other'], seperated by `||` (e.g. clinical_evaluation || laboratory_test).",
"common_symptoms: typical clinical manifestations or symptoms experienced by patients with this disease (e.g., fever, cough, joint pain).",
"complications: significant secondary conditions or health problems that can arise as a result of the disease (e.g., heart failure, kidney injury).",
"affected_organs: primary organs, tissues, or body systems impacted by the disease (e.g., lungs, liver, joints, nervous system).",
"treatments: list of treatment modalities, choose one or more from ['oral_medication', 'injection', 'surgery', 'radiotherapy', 'chemotherapy', 'physical_therapy', 'psychotherapy', 'lifestyle_modification', 'device_implantation', 'dietary_intervention', 'others'], seperated by `||` (e.g. oral_medication).",
"drugs: list the specific names of drugs or pharmaceuticals used to treat or control the disease (e.g., metformin, aspirin, infliximab, penicillin).",
"prognosis: typical course and expected outcome of the disease; choose one or more from ['full_recovery', 'partial_recovery', 'chronic_condition', 'remission_possible', 'high_recurrence_risk', 'low_recurrence_risk', 'high_mortality', 'moderate_mortality', 'low_mortality', 'disability', 'variable', 'stable', 'progressive', 'quality_of_life_impairment', 'asymptomatic', 'unknown'], seperated by `||` (e.g.artial_recovery || chronic_condition)",
"sequelae: long-term or permanent health problems, symptoms, or functional impairments that persist after the acute phase of a disease or injury has resolved.(e.g., paralysis after stroke, chronic pain, hearing loss or cognitive impairment)",
"epidemiology: population-level data about the disease, including prevalence, incidence, age/gender distribution, or notable epidemiological patterns (e.g., 1 in 1000 adults, more common in males).",
"risk_factors: factors that increase the likelihood of developing the disease, choose one or more from ['family_history', 'genetic_predisposition', 'age', 'gender', 'smoking', 'alcohol_consumption', 'obesity', 'overweight', 'sedentary_lifestyle', 'unhealthy_diet', 'hypertension', 'hyperlipidemia', 'diabetes', 'chronic_disease', 'immunosuppression', 'environmental_exposure', 'occupational_exposure', 'exposure_to_toxins', 'infection', 'stress', 'low_socioeconomic_status', 'radiation_exposure', 'other'], seperated by `||` (e.g. family_history || age).",
"preventive_measures: known methods or actions to reduce the risk of disease occurrence, choose one or more from ['vaccination', 'lifestyle_modification', 'screening', 'prophylactic_medication', 'personal_hygiene', 'health_education', 'protective_equipment', 'environmental_control', 'vector_control', 'safe_sex_practices', 'regular_exercise', 'dietary_management', 'early_detection', 'other'], , seperated by `||` (e.g. vaccination || regular_exercise).",
"diagnosis_challenges: typical difficulties or obstacles encountered in the diagnosis of the disease (e.g., nonspecific symptoms, lack of early biomarkers, disease mimics).",
"treatment_challenges: major issues in the treatment or management of the disease (e.g., drug resistance, frequent relapse, side effects, poor adherence).",
"quality_of_life_impact: how the disease affects the patient's daily living, social interactions, work, and psychological well-being choose one or more from: ['mobility_impairment', 'chronic_pain', 'fatigue', 'sleep_disorders', 'anxiety', 'depression', 'social_isolation', 'work_disability', 'cognitive_impairment', 'sexual_dysfunction', 'self_care_difficulty', 'dietary_restriction', 'dependence_on_others', 'body_image_issues', 'financial_burden', 'emotional_distress', 'stigma', 'quality_of_life_decline', 'other'], , seperated by `||` (e.g. chronic_pain || work_disability)."
],
"institutes":[
"institution_name: full name of the medical research institution (e.g., National Cancer Institute, RIKEN SPring-8 Center).",
"institution_type: list of the type of institution, choose only one from ['public', 'private', 'university-affiliated', 'corporate research lab'].",
"parent_organization: parent or affiliated organization, if any (e.g., Harvard University, Fudan University).",
"establishment_year: the year the institution was established (e.g., 1996).",
"number_of_staff: number of staff or researchers in the institution (e.g., 250).",
"leadership: leading figures or directors, e.g., name of the head scientist, director, or notable experts.",
"institution_country: the country where the institution is located (e.g., USA, Japan, China, Germany).",
"institution_city: the city where the institution is located (e.g., Boston, Tokyo, Beijing, Berlin).",
"research_diseases: main diseases that the institution focuses its research on (e.g., breast cancer, diabetes, Alzheimer's disease, inflammatory bowel disease).",
"research_fields: main areas or directions of medical research the institution focuses on, choose one or more from ['molecular_biology', 'regenerative_medicine', 'immunology', 'genomics', 'pharmacology', 'oncology', 'neuroscience', 'bioinformatics', 'microbiology', 'epidemiology', 'clinical_research', 'biochemistry', 'cell_biology', 'virology', 'pathology', 'public_health', 'medical_imaging', 'others'], (e.g. molecular_biology || pathology) .",
"key_technologies: key technologies, methods, or platforms used by the institution (e.g., automated specimen tracking, X-ray crystallography, CAR-T cell therapy).",
"key_achievements: major research achievements, scientific breakthroughs, or certifications obtained by the institution (e.g., ISO15189 certification, protein structure determination, discovery in cardiometabolic diseases).",
"international_collaboration: partnerships or collaborations with other institutions or companies, including joint projects and investments (e.g., collaboration between IPC and AP-HM, pharma investment in CAR-T therapy).",
"funding_sources: main sources of funding or grants supporting the institution's research, choose one or more from: ['government grant', 'industry grant', 'philanthropy', 'self funded', 'international grant', 'other'], , seperated by `||` (e.g. government grant).",
"technology_application: practical applications or implementations of the institution's technologies in clinical or research settings (e.g., barcode specimen handling, therapy for lipodystrophy, omega-3 supplements for heart health)."
],
"drug":[
"generic_name: the standard generic name(s) of the drug (e.g., Sildenafil with Dapoxetine).",
"brand_name: the commercial or brand name of the drug (e.g., Super Kamagra).",
"disease_name: the main disease(s) the drug is intended to treat; use standard disease names (e.g., Hypertension, Diabetes Mellitus, Asthma).",
"indication: the main symptoms, clinical manifestations, or related conditions for which the drug may be used (e.g., fever, pain, edema, high cholesterol, wheezing).",
"active_ingredients: active pharmaceutical ingredients in the drug (e.g., Sildenafil||Dapoxetine).",
"pharmaceutical_form: the physical form in which the drug is administered; choose one or more from ['tablet', 'capsule', 'injection', 'solution', 'cream', 'ointment', 'powder', 'granule', 'suspension', 'patch', 'spray', 'suppository', 'other'], seperated by `||` (e.g. tablet || injection).",
"manufacturer: the name of the company or manufacturer producing the drug (e.g., Ajanta Pharma).",
"administration_route: the route through which the drug is administered; choose one or more from ['oral', 'intravenous', 'intramuscular', 'subcutaneous', 'topical', 'transdermal', 'rectal', 'nasal', 'inhalation', 'other'], seperated by `||` (e.g. other).",
"recommended_usage: recommended instructions for use, choose one or more from ['swallowed with water', 'chewable', 'dissolve in water', 'take with food', 'take without food', 'take with or without food', 'at fixed time', 'before meals', 'after meals', 'other'], seperated by `||` (e.g. chewable || other).",
"single_dose: the amount of the drug to be taken at one time per administration,extract all 'population + dose' pairs (e.g., adults 10 mg || children 5 mg || patients with EGPA 3x100 mg).",
"dosage_frequency: the recommended frequency of administration (e.g., once daily, twice a day, every 8 hours).",
"mechanism_of_action: how the drug works in the body to achieve its intended effect (e.g., improves blood circulation in penile vessels, supporting erection).",
"side_effects: known or common side effects associated with the drug (e.g., photosensitivity, nausea, dizziness, drowsiness, tenderness).",
"activation_conditions: specific conditions or requirements for the drug to take effect; choose one or more from ['requires stimulation', 'requires food', 'requires fasting', 'requires physical activity', 'no special condition', 'requires specific timing', 'requires co-administration with other drugs', 'other'], seperated by `||` (e.g. requires stimulation || requires food)",
"prescription_status: whether the drug requires a prescription or can be bought over-the-counter; choose one from ['prescription_only', 'over_the_counter', 'restricted', 'unclassified'].",
"unsuitable_population: main populations for which the drug is not suitable or should be avoided; specify as described in the document (e.g., children, elderly, pregnant women, patients with renal impairment, children under 12).",
"storage_conditions: recommended conditions for storing the drug; choose one or more from ['store at room temperature', 'store in a cool place', 'refrigerate', 'freeze', 'protect from light', 'keep in a dry place', 'keep tightly closed', 'avoid freezing', 'other'], seperated by `||` (e.g. avoid freezing || other)."
],
"finance": [
"company_name: the full legal name of the company as disclosed in the annual report.",
"registered_office: the registered address or main office location of the company.",
"exchange_code: The code of the stock exchange where the company is listed (e.g., ASX, SUN).",
"principal_activities: main business activities or industry classification; choose one or more from ['Mining', 'Finance', 'Healthcare', 'Manufacturing', 'Technology', 'Retail', 'Energy', 'Utilities', 'Real Estate', 'Transportation', 'Agriculture', 'Telecommunications', 'Media', 'Other'], seperated by `||` (e.g. Mining || Finance).",
"board_members: profiles of board members.",
"executive_profiles: profiles of executive management team members.",
"revenue: total operating revenue recognized during the reporting period. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"net_profit_or_loss: net profit or loss amount for the reporting period (enter a negative number for loss). Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"total_debt: total debt outstanding at the end of the reporting period. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"total_assets: total assets held by the company at the end of the reporting period. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"cash_reserves: total cash and cash equivalents held at period-end. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"net_assets: net asset value at the end of the reporting period. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"earnings_per_share: earnings per share (EPS) for the reporting period. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"dividend_per_share: dividends paid per share for the period. Enter a number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"largest_shareholder: the name of the largest shareholder.",
"the_highest_ownership_stake: the highest percentage of ownership held by a single shareholder. Enter a number, unit: percent (%).",
"major_equity_changes: whether there were major equity changes during the period; choose one from ['Yes', 'No'].",
"major_events: type(s) of major events; choose one or more from ['M&A', 'Litigation', 'Major Contract', 'Leadership Change', 'Restructuring', 'Delisting', 'Other'], seperated by `||` (e.g. Litigation).",
"bussiness_sales: total operating revenue from all major business lines or segments. If the document reports revenue for multiple segments separately, sum all segments to obtain the total. Enter a single number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"bussiness_profit: total profit contributed by all major business lines or projects. If the document reports profit for multiple segments separately, sum all segments to obtain the total. Enter a single number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"bussiness_cost: total cost associated with all main business lines or projects. If the document reports cost for multiple segments separately, sum all segments to obtain the total. Enter a single number. If the original currency is not USD, convert to USD according to the latest available exchange rate.",
"business_segments_num: number of business segments reported. Enter a number.",
"business_risks: main types of business risks; choose one or more from ['Market Risk', 'Credit Risk', 'Operational Risk', 'Legal/Compliance Risk', 'Environmental Risk', 'Strategic Risk', 'Other'], seperated by `||` (e.g. Credit Risk || Market Risk).",
"remuneration_policy: executive remuneration policy type; choose only one from ['Fixed', 'Performance-based', 'Stock Option', 'Mixed', 'Not Disclosed'].",
"auditor: name of the external audit firm."
],
"Wiki_Image":[
"name: full name of the artist",
"nationality: artist's nationality (e.g., french, japanese)",
"art_movement: art movement contributed to (e.g., impressionism)",
"birth_date: date in %Y/%-m/%-d format (e.g., 1839/1/9), or leave empty if not applicable",
"death_date: date in %Y/%-m/%-d format (e.g., 1836/1/1), or leave empty if not applicable",
"age: age of the artist (if death_date is given, compute as death_date - birth_date; otherwise, compute as 2025/1/1 - birth_date)",
"century: century when the artist was active or influential (e.g., 19th or 19th–20th; can span multiple centuries)",
"zodiac: western zodiac sign based on birth date, choose one form [Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces], seperated by `||` (e.g. Aries).",
"birth_country: country where the artist was born (e.g., netherlands)",
"birth_city: city where the artist was born",
"birth_continent: continent where the artist was born (e.g., europe, asia)",
"death_country: country where the artist died, or leave empty if not applicable (e.g., switzerland)",
"death_city: city where the artist died, or leave empty if not applicable",
"field: primary artistic field, choose one or more from: [Painting, Sculpture, Printmaking, Drawing, Photography, Illustration, Collage, Textile Art, Installation, Performance, Ceramics, Digital Art, Architecture, Mosaic, Graphic Design, Calligraphy], seperated by `||` (e.g. Collage || Illustration || Textile Art).",
"genre: primary genre of work, choose one or more from: [Portrait, Landscape, Still Life, Religious, Mythological, History, Genre, Nude, Animal, Illustration, Allegorical, Abstract, Fantasy, Sketch, Figurative, Conceptual, Surrealist, Symbolic, Political, Social Realism, Pop Art, Narrative, Environmental, Sculpture, Architecture, Music, Film, Digital Art, Literature, Other], seperated by `||` (e.g. Portrait || Political).",
"marriage: marital status of the artist, reflecting the artist’s latest (final) marital status as mentioned in the biography. Choose one from: [Cohabiting, Divorced, Married, Remarried, Separated, Unmarried, Widowed]. Only extract and fill in the last marital status referenced in the text.",
"art_institution: Art academies, schools, organizations, associations, or exhibition societies the artist was affiliated with, taught at, or participated in (e.g., national art academies, artist unions, art schools, exhibition societies).",
"teaching: whether the artist taught at an institution (1 if yes, 0 if none)",
"awards: Number of significant and clearly documented awards the artist received (enter an integer; use 0 if none; exclude medals, scholarships, or honorary mentions).",
"style: The style of the artwork (e.g., realism, abstract).",
"image_genre: The genre of the artwork (e.g., landscape, portrait).",
"object: The primary objects or subjects in the artwork.",
"color: The predominant color used in the artwork.",
"tone: The tonal qualities (e.g., bright, dark, neutral).",
"composition: The composition style of the artwork."
]
}