pubmed / README.md
dmahata's picture
Update README.md
f2dbc6b

Dataset Summary

A dataset for benchmarking keyphrase extraction and generation techniques from long document english scientific papers. For more details about the dataset please refer the original paper - https://www.semanticscholar.org/paper/Keyphrase-Extraction-from-Single-Documents-in-the-Schutz/08b75d31a90f206b36e806a7ec372f6f0d12457e

Original source of the data -

Dataset Structure

Data Fields

  • id: unique identifier of the document.
  • document: Whitespace separated list of words in the document.
  • doc_bio_tags: BIO tags for each word in the document. B stands for the beginning of a keyphrase and I stands for inside the keyphrase. O stands for outside the keyphrase and represents the word that isn't a part of the keyphrase at all.
  • extractive_keyphrases: List of all the present keyphrases.
  • abstractive_keyphrase: List of all the absent keyphrases.

Data Splits

Split #datapoints
Test 1320
  • Percentage of keyphrases that are named entities: 84.94% (named entities detected using scispacy - en-core-sci-lg model)
  • Percentage of keyphrases that are noun phrases: 81.54% (noun phrases detected using spacy en-core-web-lg after removing determiners)

Usage

Full Dataset

from datasets import load_dataset

# get entire dataset
dataset = load_dataset("midas/pubmed", "raw")

# sample from the test split
print("Sample from test dataset split")
test_sample = dataset["test"][0]
print("Fields in the sample: ", [key for key in test_sample.keys()])
print("Tokenized Document: ", test_sample["document"])
print("Document BIO Tags: ", test_sample["doc_bio_tags"])
print("Extractive/present Keyphrases: ", test_sample["extractive_keyphrases"])
print("Abstractive/absent Keyphrases: ", test_sample["abstractive_keyphrases"])
print("\n-----------\n")

Output

Sample from test data split
Fields in the sample:  ['id', 'document', 'doc_bio_tags', 'extractive_keyphrases', 'abstractive_keyphrases', 'other_metadata']
Tokenized Document:  ['Impact', 'of', 'Solitary', 'Involved', 'Lymph', 'Node', 'on', 'Outcome', 'in', 'Localized', 'Cancer', 'of', 'the', 'Esophagus', 'and', 'Esophagogastric', 'Junction', 'Node-positive', 'esophageal', 'cancer', 'is', 'associated', 'with', 'a', 'dismal', 'prognosis', '.', 'The', 'impact', 'of', 'a', 'solitary', 'involved', 'node', ',', 'however', ',', 'is', 'unclear', ',', 'and', 'this', 'study', 'examined', 'the', 'implications', 'of', 'a', 'solitary', 'node', 'compared', 'with', 'greater', 'nodal', 'involvement', 'and', 'node-negative', 'disease', '.', 'The', 'clinical', 'and', 'pathologic', 'details', 'of', '604', 'patients', 'were', 'entered', 'prospectively', 'into', 'a', 'database', 'from1993', 'and', '2005', '.', 'Four', 'pathologic', 'groups', 'were', 'analyzed', ':', 'node-negative', ',', 'one', 'lymph', 'node', 'positive', ',', 'two', 'or', 'three', 'lymph', 'nodes', 'positive', ',', 'and', 'greater', 'than', 'three', 'lymph', 'nodes', 'positive', '.', 'Three', 'hundred', 'and', 'fifteen', 'patients', '-LRB-', '52', '%', '-RRB-', 'were', 'node-positive', 'and', '289', 'were', 'node-negative', '.', 'The', 'median', 'survival', 'was', '26', 'months', 'in', 'the', 'node-negative', 'group', '.', 'Patients', '-LRB-', 'n', '=', '84', '-RRB-', 'who', 'had', 'one', 'node', 'positive', 'had', 'a', 'median', 'survival', 'of', '16', 'months', '-LRB-', 'p', '=', '0.03', 'vs', 'node-negative', '-RRB-', '.', 'Eighty-four', 'patients', 'who', 'had', 'two', 'or', 'three', 'nodes', 'positive', 'had', 'a', 'median', 'survival', 'of', '11', 'months', 'compared', 'with', 'a', 'median', 'survival', 'of', '8', 'months', 'in', 'the', '146', 'patients', 'who', 'had', 'greater', 'than', 'three', 'nodes', 'positive', '-LRB-', 'p', '=', '0.01', '-RRB-', '.', 'The', 'survival', 'of', 'patients', 'with', 'one', 'node', 'positive', '-LSB-', 'number', 'of', 'nodes', '-LRB-', 'N', '-RRB-', '=', '1', '-RSB-', 'was', 'also', 'significantly', 'greater', 'than', 'the', 'survival', 'of', 'patients', 'with', '2', '--', '3', 'nodes', 'positive', '-LRB-', 'N', '=', '2', '--', '3', '-RRB-', '-LRB-', 'p', '=', '0.049', '-RRB-', 'and', 'greater', 'than', 'three', 'nodes', 'positive', '-LRB-', 'p', '<', '0001', '-RRB-', '.', 'The', 'presence', 'of', 'a', 'solitary', 'involved', 'lymph', 'node', 'has', 'a', 'negative', 'impact', 'on', 'survival', 'compared', 'with', 'node-negative', 'disease', ',', 'but', 'it', 'is', 'associated', 'with', 'significantly', 'improved', 'overall', 'survival', 'compared', 'with', 'all', 'other', 'nodal', 'groups', '.', 'Introduction', 'Carcinoma', 'of', 'the', 'esophagus', 'carries', 'a', 'dismal', 'prognosis', ',', 'and', 'for', 'patients', 'presenting', 'with', 'localized', 'resectable', 'disease', ',', 'multivariate', 'analysis', 'has', 'established', 'that', 'the', 'presence', 'or', 'absence', 'of', 'involved', 'lymph', 'nodes', 'confers', 'the', 'greatest', 'prognostic', 'significance', '.1', 'In', 'surgical', 'management', ',', 'the', 'extent', 'and', 'type', 'of', 'lymphadenectomy', 'undertaken', 'varies', 'from', 'no', 'formal', 'lymphadenectomy', 'to', 'two', 'and', 'three', 'field', 'dissection', '.2', '--', '5', 'The', 'presence', 'and', 'extent', 'of', 'lymph', 'node', 'involvement', 'is', 'important', 'as', 'selective', 'approaches', 'may', 'be', 'considered', 'depending', 'on', 'the', 'nodal', 'stage', 'at', 'presentation', '.', 'In', 'early', 'tumors', ',', 'for', 'instance', ',', 'the', 'sentinel', 'node', 'concept', 'initially', 'developed', 'in', 'melanoma', 'and', 'breast', 'cancer', 'was', 'explored', 'to', 'help', 'identify', 'patients', 'who', 'may', 'not', 'require', 'lymph', 'node', 'dissection', '.6', '--', '8', 'The', 'advent', 'of', 'minimally', 'invasive', 'esophagectomy', 'may', 'also', 'highlight', 'the', 'need', 'to', 'subselect', 'patients', 'for', 'lymphadenectomy', '.9', 'In', 'the', 'observations', 'of', 'the', 'senior', 'author', '-LRB-', 'JVR', '-RRB-', ',', 'patients', 'with', 'solitary', 'involved', 'lymph', 'nodes', 'may', 'achieve', 'good', 'outcomes', ',', 'and', 'this', 'hypothesis', 'was', 'evaluated', 'in', 'this', 'analysis', 'of', 'a', 'large', 'prospective', 'database', '.', 'We', 'report', 'herein', 'that', 'the', 'cohort', 'with', 'a', 'solitary', 'node', 'involved', 'had', 'cancer', 'outcomes', 'closer', 'to', 'node-negative', 'disease', 'than', 'other', 'node-positive', 'subgroups', ',', 'and', 'suggest', 'that', 'this', 'represents', 'a', 'distinct', 'prognostic', 'subgroup', '.', 'Patients', 'and', 'Methods', 'The', 'study', 'population', 'consisted', 'of', 'all', 'patients', 'with', 'tumors', 'of', 'the', 'esophagus', 'and', 'esophagogastric', 'junction', 'who', 'underwent', 'surgical', 'resection', ',', 'either', 'alone', 'or', 'preceded', 'by', 'neoadjuvant', 'chemoradiation', ',', 'between', '1993', 'and', '2005', '.', 'Patients', 'receiving', 'multimodal', 'therapy', 'received', 'cisplatin', ',', '5-fluorouracil', ',', 'and', 'external', 'beam', 'radiotherapy', '-LRB-', '40', '--', '44', 'Gy', ',', '2', '--', '2.67', 'Gy/fraction', '-RRB-', 'as', 'previously', 'described', '.10', 'Data', 'concerning', 'the', 'clinical', 'and', 'pathologic', 'parameters', 'for', 'all', 'patients', 'was', 'obtained', 'from', 'a', 'detailed', 'prospective', 'database', 'maintained', 'by', 'a', 'full-time', 'data', 'manager', '.', 'Pathologic', 'parameters', 'analyzed', 'included', 'the', 'location', 'of', 'the', 'tumor', ',', 'tumor', 'morphology', ',', 'i.e.', ',', 'adenocarcinoma', 'or', 'squamous', 'cell', 'carcinoma', ',', 'histological', 'differentiation', '-LRB-', 'grade', '-RRB-', ',', 'TNM', 'staging', ',', 'number', 'and', 'site', 'of', 'involved', 'lymph', 'nodes', ',', 'and', 'R', 'classification', 'after', 'surgical', 'resection', '.', 'Staging', 'of', 'tumors', 'was', 'performed', 'according', 'to', 'the', 'American', 'Joint', 'Committee', 'on', 'Cancer', 'TNM', 'system', '.11', 'A', 'subtotal', 'esophagectomy', 'was', 'performed', 'with', 'a', 'sutured', 'anastomosis', 'either', 'in', 'the', 'right', 'thorax', '-LRB-', 'two-stage', '-RRB-', 'or', 'neck', '-LRB-', 'three-stage', '-RRB-', '.', 'All', 'cases', 'underwent', 'a', 'formal', 'abdominal', 'lymphadenectomy', 'and', 'mediastinal', 'lymph', 'node', 'dissection', 'up', 'to', 'and', 'including', 'the', 'subcarinal', 'nodes', '.', 'Thoracic', 'nodes', 'were', 'submitted', 'separately', 'to', 'abdominal', 'nodes', '.', 'Statistical', 'Analysis', 'Data', 'are', 'presented', 'as', 'frequencies', ',', 'means', ',', 'and', 'percentages', '.', 'ANOVA', 'was', 'used', 'for', 'comparison', 'of', 'the', 'four', 'demographic', 'groups', '.', 'Survival', 'probability', 'was', 'estimated', 'using', 'the', 'Kaplan', '--', 'Meier', 'method', '.', 'Survival', 'was', 'calculated', 'from', 'the', 'date', 'of', 'clinical', 'diagnosis', 'to', 'date', 'of', 'death', 'or', 'date', 'last', 'seen', '.', 'In', 'the', 'multivariate', 'analysis', ',', 'independent', 'prognostic', 'factors', 'for', 'survival', 'were', 'determined', 'by', 'using', 'a', 'Cox', 'regression', 'hazard', 'model', '.', 'Two', 'analyses', 'were', 'performed', ',', 'one', 'for', 'all', 'patients', 'and', 'the', 'other', 'exclusive', 'to', 'node-positive', 'patients', '.', 'All', 'statistical', 'analyses', 'were', 'performed', 'using', 'Stata', 'software', '-LRB-', 'version', '9.1', 'for', 'Windows', ',', 'Statcorp', ',', 'TX', '-RRB-', '.', 'A', 'p', 'value', '<', '0.05', 'was', 'considered', 'statistically', 'significant', '.12', 'Results', 'Patients/histology', 'Six', 'hundred', 'and', 'four', 'patients', 'underwent', 'surgery', 'for', 'localized', 'malignancy', 'of', 'the', 'esophagus', 'or', 'esophagogastric', 'junction', '.', 'The', 'mean', 'age', 'was', '62', '±', '10.4', '-LRB-', 'median', '=', '64', ',', 'range', '56', 'to', '70', '-RRB-', '.', 'Four', 'hundred', 'and', 'twelve', '-LRB-', '68', '%', '-RRB-', 'patients', 'were', 'men', '.', 'The', 'mean', 'number', 'of', 'lymph', 'nodes', 'examined', 'per', 'specimen', 'was', '12', '±', '6', '-LRB-', 'median', '=', '10', ',', 'range', '=', '6', 'to', '55', '-RRB-', '.', 'Two', 'hundred', 'and', 'eighty-nine', 'patients', '-LRB-', '48', '%', '-RRB-', 'had', 'node-negative', 'disease', '-LSB-', 'number', 'of', 'nodes', '-LRB-', 'N', '-RRB-', '=', '0', '-RSB-', ',', '84', '-LRB-', '14', '%', '-RRB-', 'had', 'one', 'node', 'positive', '-LRB-', 'N', '=', '1', '-RRB-', ',', '84', 'had', 'two', 'or', 'three', 'nodes', 'positive', ',', 'and', '147', '-LRB-', '24', '%', '-RRB-', 'had', 'greater', 'than', 'three', 'nodes', 'positive', '-LRB-', 'N', '>', '3', '-RRB-', '.', 'In', 'patients', 'with', 'one', 'involved', 'node', ',', 'in', 'all', 'cases', 'the', 'node', 'was', 'adjacent', 'to', 'the', 'tumor', ',', 'mediastinal', 'for', 'esophageal', 'tumors', ',', 'and', 'periesophageal', 'or', 'along', 'the', 'left', 'gastric', 'artery', 'for', 'junctional', 'tumors', '-LRB-', 'Tables', '1', 'and', '2', '-RRB-', '.', 'Table', '1Demographics', 'of', 'Nodal', 'SubgroupsHistologic', 'DataN', '=', '0', '-LRB-', 'n', '=', '289', '-RRB-', 'N', '=', '1', '-LRB-', 'n', '=', '84', '-RRB-', 'N', '=', '2', '--', '3', '-LRB-', 'n', '=', '84', '-RRB-', 'N', '>', '3', '-LRB-', 'n', '=', '147', '-RRB-', 'Tumor', 'site', '-LRB-', '%', '-RRB-', 'Lower', 'esophagus138', '-LRB-', '47', '-RRB-', '39', '-LRB-', '46', '-RRB-', '37', '-LRB-', '44', '-RRB-', '57', '-LRB-', '39', '-RRB-', 'EG', 'junction80', '-LRB-', '28', '-RRB-', '35', '-LRB-', '42', '-RRB-', '33', '-LRB-', '39', '-RRB-', '75', '-LRB-', '51', '-RRB-', 'Middle', 'esophagus55', '-LRB-', '19', '-RRB-', '10', '-LRB-', '12', '-RRB-', '12', '-LRB-', '14', '-RRB-', '11', '-LRB-', '7', '-RRB-', 'Upper', 'esophagus16', '-LRB-', '6', '-RRB-', '02', '-LRB-', '3', '-RRB-', '4', '-LRB-', '3', '-RRB-', 'Morphology', '-LRB-', '%', '-RRB-', 'Adenocarcinoma140', '-LRB-', '48', '-RRB-', '51', '-LRB-', '61', '-RRB-', '57', '-LRB-', '68', '-RRB-', '113', '-LRB-', '77', '-RRB-', 'Squamous', 'cell', 'carcinoma140', '-LRB-', '48', '-RRB-', '29', '-LRB-', '35', '-RRB-', '25', '-LRB-', '30', '-RRB-', '32', '-LRB-', '22', '-RRB-', 'Others9', '-LRB-', '4', '-RRB-', '4', '-LRB-', '5', '-RRB-', '2', '-LRB-', '1', '-RRB-', '2', '-LRB-', '1', '-RRB-', 'Treatment', '-LRB-', '%', '-RRB-', 'Multimodal', 'therapy129', '-LRB-', '44', '-RRB-', '28', '-LRB-', '33', '-RRB-', '24', '-LRB-', '29', '-RRB-', '21', '-LRB-', '14', '-RRB-', 'Surgery', 'alone161', '-LRB-', '56', '-RRB-', '56', '-LRB-', '76', '-RRB-', '60', '-LRB-', '71', '-RRB-', '125', '-LRB-', '86', '-RRB-', 'Residual', 'tumor', '-LRB-', '%', '-RRB-', 'R0', ':', 'no', 'residual', 'tumor250', '-LRB-', '86', '-RRB-', '71', '-LRB-', '85', '-RRB-', '64', '-LRB-', '76', '-RRB-', '108', '-LRB-', '73', '-RRB-', 'R1', ':', 'residual', 'tumor', 'found39', '-LRB-', '13', '-RRB-', '13', '-LRB-', '15', '-RRB-', '19', '-LRB-', '23', '-RRB-', '39', '-LRB-', '27', '-RRB-', 'Rx', ':', 'unknown1', '-LRB-', '1', '-RRB-', '--', '1', '-LRB-', '1', '-RRB-', '--', 'Pathological', 'stage', '-LRB-', '%', '-RRB-', 'Stage', '053', '-LRB-', '18', '-RRB-', '--', '--', '--', 'Stage', 'I59', '-LRB-', '20', '-RRB-', '1', '-LRB-', '1', '-RRB-', '--', '--', 'Stage', 'II170', '-LRB-', '59', '-RRB-', '21', '-LRB-', '25', '-RRB-', '25', '-LRB-', '30', '-RRB-', '16', '-LRB-', '11', '-RRB-', 'Stage', 'III5', '-LRB-', '2', '-RRB-', '58', '-LRB-', '29', '-RRB-', '53', '-LRB-', '63', '-RRB-', '110', '-LRB-', '76', '-RRB-', 'Stage', 'IV1', '-LRB-', '1', '-RRB-', '4', '-LRB-', '5', '-RRB-', '6', '-LRB-', '7', '-RRB-', '20', '-LRB-', '13', '-RRB-', 'pT', 'stage', '-LRB-', '%', '-RRB-', 'Tx3', '-LRB-', '1', '-RRB-', '02', '-LRB-', '3', '-RRB-', '1', '-LRB-', '0.5', '-RRB-', 'Tis12', '-LRB-', '4', '-RRB-', '000T040', '-LRB-', '14', '-RRB-', '1', '-LRB-', '1', '-RRB-', '2', '-LRB-', '3', '-RRB-', '2', '-LRB-', '1', '-RRB-', 'T156', '-LRB-', '19', '-RRB-', '5', '-LRB-', '6', '-RRB-', '4', '-LRB-', '5', '-RRB-', '3', '-LRB-', '2', '-RRB-', 'T235', '-LRB-', '12', '-RRB-', '16', '-LRB-', '19', '-RRB-', '18', '-LRB-', '21', '-RRB-', '12', '-LRB-', '8', '-RRB-', 'T3138', '-LRB-', '48', '-RRB-', '60', '-LRB-', '71', '-RRB-', '54', '-LRB-', '64', '-RRB-', '120', '-LRB-', '82', '-RRB-', 'T46', '-LRB-', '2', '-RRB-', '2', '-LRB-', '3', '-RRB-', '4', '-LRB-', '5', '-RRB-', '8', '-LRB-', '5', '-RRB-', 'EG', '=', 'esophagogastricTable', '2Histology', 'of', 'Nodal', 'SubgroupsHistologic', 'DataN', '=', '0N', '=', '1N', '=', '2', '--', '3N', '>', '3AdenoSCCAdenoSCCAdenoSCCAdenoSCCn', '=', '140N', '=', '140n', '=', '51n', '=', '29n', '=', '57n', '=', '25n', '=', '113n', '=', '32No', '%', 'No', '%', 'No', '%', 'No', '%', 'No', '%', 'No', '%', 'No', '%', 'No', '%', 'Tumor', 'siteLower', 'Esophagus64', '-LRB-', '46', '-RRB-', '66', '-LRB-', '47', '-RRB-', '19', '-LRB-', '52', '-RRB-', '15', '-LRB-', '52', '-RRB-', '23', '-LRB-', '40', '-RRB-', '13', '-LRB-', '52', '-RRB-', '39', '-LRB-', '35', '-RRB-', '17', '-LRB-', '53', '-RRB-', 'EG', 'Junction73', '-LRB-', '52', '-RRB-', '6', '-LRB-', '4', '-RRB-', '31', '-LRB-', '10', '-RRB-', '3', '-LRB-', '10', '-RRB-', '33', '-LRB-', '58', '-RRB-', '0074', '-LRB-', '65', '-RRB-', '1', '-LRB-', '3', '-RRB-', 'Middle', 'Esophagus3', '-LRB-', '2', '-RRB-', '52', '-LRB-', '37', '-RRB-', '1', '-LRB-', '28', '-RRB-', '8', '-LRB-', '28', '-RRB-', '1', '-LRB-', '2', '-RRB-', '10', '-LRB-', '40', '-RRB-', '0010', '-LRB-', '31', '-RRB-', 'Upper', 'Esophagus0016', '-LRB-', '11', '-RRB-', '0', '-LRB-', '10', '-RRB-', '3', '-LRB-', '10', '-RRB-', '002', '-LRB-', '8', '-RRB-', '004', '-LRB-', '13', '-RRB-', 'TreatmentMultimodal80', '-LRB-', '57', '-RRB-', '46', '-LRB-', '34', '-RRB-', '23', '-LRB-', '45', '-RRB-', '5', '-LRB-', '17', '-RRB-', '20', '-LRB-', '35', '-RRB-', '4', '-LRB-', '16', '-RRB-', '19', '-LRB-', '13', '-RRB-', '3', '-LRB-', '10', '-RRB-', 'Surgery', 'alone60', '-LRB-', '43', '-RRB-', '93', '-LRB-', '66', '-RRB-', '28', '-LRB-', '55', '-RRB-', '24', '-LRB-', '83', '-RRB-', '37', '-LRB-', '65', '-RRB-', '21', '-LRB-', '84', '-RRB-', '94', '-LRB-', '87', '-RRB-', '28', '-LRB-', '90', '-RRB-', 'Path', 'stageStage', '029', '-LRB-', '21', '-RRB-', '18', '-LRB-13-RRB-000000000', '000Stage', '142', '-LRB-', '30', '-RRB-', '15', '-LRB-', '10', '-RRB-', '1', '-LRB-', '2', '-RRB-', '0000000000Stage', '266', '-LRB-', '47', '-RRB-', '102', '-LRB-', '73', '-RRB-', '15', '-LRB-', '29', '-RRB-', '4', '-LRB-', '14', '-RRB-', '19', '-LRB-', '33', '-RRB-', '5', '-LRB-', '20', '-RRB-', '15', '-LRB-', '13', '-RRB-', '1', '-LRB-', '3', '-RRB-', 'Stage', '32', '-LRB-', '1', '-RRB-', '4', '-LRB-', '3', '-RRB-', '32', '-LRB-', '63', '-RRB-', '24', '-LRB-', '83', '-RRB-', '35', '-LRB-', '61', '-RRB-', '17', '-LRB-', '68', '-RRB-', '82', '-LRB-', '73', '-RRB-', '27', '-LRB-', '84', '-RRB-', 'Stage', '4001', '-LRB-', '1', '-RRB-', '3', '-LRB-', '6', '-RRB-', '1', '-LRB-', '3', '-RRB-', '3', '-LRB-', '6', '-RRB-', '3', '-LRB-', '12', '-RRB-', '16914', '-RRB-', '3', '-LRB-', '10', '-RRB-', 'Unknown1', '-LRB-', '1', '-RRB-', '0000000000001', '-LRB-', '3', '-RRB-', 'pT', 'stageTx2', '-LRB-', '1', '-RRB-', '1', '-LRB-', '1', '-RRB-', '0000002', '-LRB-', '8', '-RRB-', '001', '-LRB-', '3', '-RRB-', 'Tis9', '-LRB-', '6', '-RRB-', '0000002', '-LRB-', '4', '-RRB-', '000000T019', '-LRB-', '14', '-RRB-', '17', '-LRB-', '12', '-RRB-', '1', '-LRB-', '2', '-RRB-', '003', '-LRB-', '5', '-RRB-', '002', '-LRB-', '2', '-RRB-', '00T139', '-LRB-', '29', '-RRB-', '15', '-LRB-', '11', '-RRB-', '4', '-LRB-', '8', '-RRB-', '0014', '-LRB-', '24', '-RRB-', '003', '-LRB-', '3', '-RRB-', '00T216', '-LRB-', '11', '-RRB-', '19', '-LRB-', '14', '-RRB-', '12', '-LRB-', '23', '-RRB-', '3', '-LRB-', '10', '-RRB-', '36', '-LRB-', '63', '-RRB-', '4', '-LRB-', '16', '-RRB-', '11', '-LRB-', '10', '-RRB-', '1', '-LRB-', '3', '-RRB-', 'T353', '-LRB-', '38', '-RRB-', '84', '-LRB-', '60', '-RRB-', '33', '-LRB-', '65', '-RRB-', '26', '-LRB-', '90', '-RRB-', '2', '-LRB-', '4', '-RRB-', '17', '-LRB-', '68', '-RRB-', '91', '-LRB-', '80', '-RRB-', '28', '-LRB-', '88', '-RRB-', 'T42', '-LRB-', '1', '-RRB-', '4', '-LRB-', '2', '-RRB-', '1', '-LRB-', '2', '-RRB-', '00002', '-LRB-', '8', '-RRB-', '6', '-LRB-', '5', '-RRB-', '2', '-LRB-', '6', '-RRB-', 'Adeno', '=', 'adenocarcinoma', ',', 'SCC', '=', 'small', 'cell', 'carcinoma', ',', 'EG', '=', 'esophagogastric', 'Two', 'hundred', 'and', 'two', 'patients', '-LRB-', '33', '%', '-RRB-', 'had', 'multimodal', 'therapy', 'and', '402', 'patients', '-LRB-', '67', '%', '-RRB-', 'had', 'surgery', 'alone', '.', 'Of', 'the', 'multimodal', 'cohort', ',', '129', '-LRB-', '64', '%', '-RRB-', 'were', 'ypN0', 'on', 'histopathologic', 'assessment', ',', '28', '-LRB-', '14', '%', '-RRB-', 'had', 'one', 'node', 'positive', ',', '24', '-LRB-', '12', '%', '-RRB-', 'had', 'two', 'to', 'three', 'positive', 'nodes', ',', 'and', '21', '-LRB-', '10', '%', '-RRB-', 'had', 'greater', 'than', 'three', 'positive', 'nodes', '.', 'The', 'attainment', 'of', 'an', 'R0', 'resection', 'was', 'significantly', 'greater', 'in', 'patients', 'with', 'none', 'or', 'one', 'node', 'involved', 'compared', 'with', 'both', 'other', 'groups', '-LRB-', 'p', '<', '0.05', '-RRB-', '.', 'The', 'majority', 'of', 'patients', 'in', 'all', 'groups', 'had', 'pT3', 'tumors', ',', '48', '%', 'in', 'the', 'pN0', 'group', 'compared', 'with', '71', ',', '64', ',', 'and', '82', '%', 'in', 'the', 'N', '=', '1', ',', 'N', '=', '2', '--', '3', ',', 'and', 'N', '>', '3', 'groups', ',', 'respectively', '-LRB-', 'p', '<', '0.05', '-RRB-', '.', 'One', 'hundred', 'and', 'forty', '-LRB-', '62', '%', '-RRB-', 'of', 'the', 'squamous', 'cell', 'carcinoma', 'cohort', 'were', 'node-negative', '-LRB-', 'N', '=', '0', '-RRB-', 'compared', 'with', '140', '-LRB-', '39', '%', '-RRB-', 'of', 'cases', 'with', 'adenocarcinoma', '-LRB-', '39', '%', '-RRB-', '-LRB-', 'p', '<', '0.05', '-RRB-', '.', 'Survival', 'The', 'median', 'survival', 'for', 'all', 'patients', 'was', '20', 'months', 'at', 'a', 'median', 'follow-up', 'of', '19', 'months', '-LRB-', '3', '--', '167', '-RRB-', '.', 'Patients', 'who', 'were', 'node-negative', '-LRB-', 'N', '=', '0', '-RRB-', 'had', 'a', 'median', 'survival', 'of', '26', 'months', '-LRB-', 'Table', '3', '-RRB-', ',', 'compared', 'with', '16', 'months', 'when', 'one', 'node', 'was', 'positive', '-LRB-', 'p', '=', '0.03', '-RRB-', '.', 'Patients', 'who', 'had', 'two', 'to', 'three', 'nodes', 'positive', 'had', 'a', 'median', 'survival', 'of', '11', 'months', ',', 'and', '8', 'months', 'in', 'patients', 'who', 'had', 'greater', 'than', 'three', 'nodes', 'positive', '-LRB-', 'p', '=', '0.01', ';', 'N', '=', '2', '--', '3', 'vs', 'N', '>', '3', '-RRB-', '.', 'The', 'survival', 'of', 'patients', 'with', 'one', 'node', 'positive', '-LRB-', 'N', '=', '1', '-RRB-', 'was', 'significantly', 'greater', 'than', 'the', 'survival', 'of', 'patients', 'with', '2', '--', '3', 'nodes', 'positive', '-LRB-', 'p', '=', '0.04', '-RRB-', 'and', 'the', 'cohort', 'with', 'greater', 'than', 'three', 'involved', 'nodes', '-LRB-', 'p', '<', '0.0001', '-RRB-', '.', 'Table', '3Univariate', 'and', 'Multivariate', 'Analysis', ':', 'All', 'PatientsVariablesNo', '.', 'of', 'PatientsMedian', 'Survival', '-LRB-', 'moths', '-RRB-', 'p', 'Valuea', '-LRB-', 'Univariate', '-RRB-', 'HR95', '%', 'CIap', 'valueb', '-LRB-', 'Multivariate', '-RRB-', 'HR95', '%', 'CITreatmentSurgery', 'only401130', '.0771', '--', '--', '--', 'Multimodal203190', '.840.69', '--', '1.02', 'Tumor', 'siteUpper', 'esophagus25160', '.3711', '--', '--', '--', 'Middle', 'esophagus87140', '.9460.980.58', '--', '1.66', 'Lower', 'esophagus268140', '.6581.160.69', '--', '1.81', 'EG', 'junction224140', '.6241.130.69', '--', '1.84', 'Depth', 'of', 'invasionT05755', '<', '0.00110.6521', 'T168260', '.5371.160.73', '--', '1.830.4720.710.21', '--', '2.3', 'T281260', '.4191.200.77', '--', '1.850.5731.110.31', '--', '3.94', 'T337311', '<', '0.0012.281.60', '--', '3.260.8711.400.79', '--', '2.41', 'T4197', '<', '0.0014.342.46', '--', '7.680.6492.591.42', '--', '4.08', 'No', '.', 'of', 'nodes028926', '<', '0.0011', '<', '0.00110.63', '--', '1.87184160.0381.361.02', '--', '1.820.7741.080.83', '--', '2.432', '--', '38411', '<', '0.0011.911.45', '--', '2.520.2021.421.07', '--', '3.18', '>', '31478', '<', '0.0012.612.08', '--', '3.290.0271.84', 'HistologySquamous361140', '.9161', 'Adenocarcinoma224130', '.5961.050.87', '--', '1.28', '--', '--', '--', 'Other19260', '.4830.800.44', '--', '1.48', 'Stage05355', '<', '0.00110.1181', 'I63550', '.7470.920.56', '--', '1.510.5760.680.18', '--', '2.59', 'II230200', '.0371.491.02', '--', '2.170.5081.550.42', '--', '4.69', 'III22510', '<', '0.0012.711.86', '--', '3.950.5271.680.34', '--', '5.58', 'IV316', '<', '0.0016.163.72', '--', '10.20.1823.141.14', '--', '7.76', 'Residual', 'tumorR049217', '<', '0.00110.0521', 'R111081', '.701.37', '--', '2.121.250.99', '--', '1.58', 'aχ2bCox', 'regressionHR', '=', 'hazard', 'ratio', ',', 'CI', '=', '95', '%', 'confidence', 'intervals', ',', 'EG', '=', 'esophagogastric', 'The', '1', '-', ',', '3', '-', ',', 'and', '5-year', 'survival', 'of', 'the', 'pN0', 'group', 'was', '78', ',', '51', ',', 'and', '44', '%', ',', 'respectively', '-LRB-', 'Fig.', '1', '-RRB-', '.', 'Where', 'one', 'node', 'was', 'involved', ',', 'survival', 'was', '67', ',', '41', ',', 'and', '35', '%', ',', 'respectively', '.', 'Where', 'two', 'to', 'three', 'nodes', 'were', 'involved', ',', 'the', '1', '-', ',', '3', '-', ',', 'and', '5-year', 'survival', 'was', '57', ',', '25', ',', 'and', '13', '%', ',', 'respectively', ',', 'and', 'where', 'greater', 'than', 'three', 'nodes', 'were', 'involved', ',', 'this', 'was', '40', ',', '14', ',', 'and', '8', '%', ',', 'respectively', '.', 'Figure', '1Overall', 'survival', 'by', 'number', 'of', 'nodes', 'positive', '.', 'Univariate', 'analysis', '-LRB-', 'Table', '3', '-RRB-', 'revealed', 'nodal', 'status', ',', 'pT', 'stage', ',', 'pathologic', 'stage', ',', 'and', 'R', 'status', 'as', 'predictors', 'of', 'survival', '.', 'Multivariate', 'analysis', 'revealed', 'nodal', 'status', 'alone', 'to', 'significantly', '-LRB-', 'p', '<', '0.0001', '-RRB-', 'impact', 'on', 'survival', '.', 'By', 'this', 'analysis', 'the', 'hazards', 'ratio', 'increased', 'from', '1.08', 'for', 'one', 'involved', 'node', 'to', '1.42', 'for', 'two', 'to', 'three', 'involved', 'nodes', ',', 'and', '1.84', 'for', 'greater', 'than', 'three', 'nodes', '.', 'Excluding', 'node-negative', 'patients', ',', 'univariate', 'analysis', '-LRB-', 'Table', '4', '-RRB-', 'revealed', 'pT', 'stage', ',', 'pathologic', 'stage', ',', 'R', 'status', ',', 'and', 'number', 'of', 'nodes', 'as', 'predictive', 'of', 'survival', '.', 'By', 'multivariate', 'analysis', '-LRB-', 'Table', '5', '-RRB-', ',', 'pathologic', 'stage', '-LRB-', 'p', '=', '0.010', '-RRB-', 'and', 'number', 'of', 'nodes', 'were', 'significant', 'determinants', 'of', 'survival', '.', 'Compared', 'with', 'the', 'cohort', 'with', 'one', 'involved', 'node', ',', 'the', 'hazard', 'ratio', 'for', 'two', 'to', 'three', 'nodes', 'was', '1.56', '-LRB-', 'p', '=', '0.049', '-RRB-', 'and', '2.06', '-LRB-', 'p', '=', '0.007', '-RRB-', 'for', 'greater', 'than', 'three', 'nodes', '.', 'Table', '4Univariate', 'Analysis', ':', 'Node-positive', 'AloneVariablesNo', '.', 'of', 'PatientsMedian', 'Survival', '-LRB-', 'moths', '-RRB-', 'p', 'valuea', '-LRB-', 'Univariate', '-RRB-', 'HR95', '%', 'CITreatmentSurgery', 'only241110', '.23410.63', '--', '1.11', 'Multimodal74110', '.84', 'Tumor', 'siteUpper', 'esophagus9180', '.6501', 'Middle', 'esophagus32100', '.5561.310.54', '--', '3.18', 'Lower', 'esophagus130100', '.1831.750.77', '--', '3.98', 'OG', 'junction144120', '.3501.480.65', '--', '3.36', 'Depth', 'of', 'invasionT05110', '.0011', 'T11280', '.9171.060.33', '--', '3.41', 'T246240', '.1761.120.43', '--', '1.78', 'T3235110', '.7571.430.74', '--', '2.14', 'T41450', '.1572.230.74', '--', '6.78', 'HistologySquamous86110', '.6381', 'Adenocarcinoma221110', '.6381.070.81', '--', '1.40', 'Other830', '.8481.070.49', '--', '2.35', 'Stage1', '--', 'II6319', '<', '0.0011', 'III', '--', 'IV251102', '.011.43', '--', '2.83', 'Residual', 'tumorR0259120', '.0351', 'R16191', '.331.02', '--', '1.73', 'No', '.', 'of', 'nodes18417', '<', '0.00112', '--', '384130.0211.671.06', '--', '2.29', '>', '31479', '<', '0.0012.531.50', '--', '3.62', 'aχ2HR', '=', 'hazard', 'ratio', ',', 'CI', '=', '95', '%', 'confidence', 'intervalsTable', '5Mutivariate', 'Analysis', ':', 'Node-positive', 'OnlyVariablesp', 'valuea', '-LRB-', 'Multivariate', '-RRB-', 'HR95', '%', 'CIDepth', 'of', 'invasionT01T10', '.5440.820.31', '--', '1.75', 'T20', '.6791.230.74', '--', '1.81', 'T30', '.3131.490.99', '--', '2.21', 'T40', '.2021.831.39', '--', '3.24', 'StageI', '--', 'II0', '.0101', 'III', '--', 'IV1', '.590.82', '--', '3.06', 'No', '.', 'of', 'nodes112', '--', '30.0491.561.21', '--', '2.35', '>', '30.0072.061.51', '--', '2.82', 'Residual', 'tumorR00', '.2831', 'R11', '.220.80', '--', '1.79', 'aCox', 'regressionHR', '=', 'hazard', 'ratio', ',', 'CI', '=', '95', '%', 'confidence', 'intervals', 'Discussion', 'Cancers', 'of', 'the', 'esophagus', 'and', 'esophagogastric', 'junction', 'are', 'aggressive', 'tumors', ',', 'which', 'are', 'typically', 'diagnosed', 'at', 'an', 'advanced', 'stage', 'of', 'disease', 'progression', '.13', 'This', 'large', 'retrospective', 'review', 'of', 'a', 'tertiary', 'center', "'s", 'experiences', 'over', '12', 'years', 'highlights', 'the', 'importance', 'of', 'lymph', 'node', 'involvement', 'in', 'the', 'prognosis', 'of', 'these', 'tumors', '.', 'The', 'study', 'shows', 'that', 'the', 'presence', 'of', 'a', 'solitary', 'node', ',', 'although', 'a', 'significantly', 'negative', 'factor', 'compared', 'with', 'pN0', 'disease', ',', 'is', 'associated', 'with', 'significantly', 'improved', 'median', 'and', '1', '-', ',', '3', '-', ',', 'and', '5-year', 'survival', 'compared', 'with', 'cohorts', 'of', 'patients', 'with', 'greater', 'nodal', 'involvement', '.', 'The', '5-year', 'survival', ',', 'for', 'instance', ',', 'was', '35', '%', 'compared', 'with', '13', 'and', '8', '%', ',', 'respectively', ',', 'for', 'cohorts', 'with', 'two', 'to', 'three', 'positive', 'nodes', 'and', 'greater', 'than', 'three', 'positive', 'nodes', '.', 'There', 'is', 'no', 'uniform', 'consensus', 'on', 'the', 'number', 'of', 'lymph', 'nodes', 'that', 'must', 'be', 'sampled', '.', 'In', 'a', 'study', 'by', 'Ito', 'et', 'al.', ',3', 'the', 'median', 'number', 'of', 'lymph', 'nodes', 'examined', 'per', 'specimen', 'was', '6', '-LRB-', 'range', '0', 'to', '35', '-RRB-', 'and', 'only', '20', '%', 'of', 'patients', 'had', 'at', 'least', '15', 'lymph', 'nodes', 'examined', '.', 'In', 'this', 'study', ',', 'the', 'median', 'number', 'of', 'lymph', 'nodes', 'examined', 'per', 'specimen', 'was', '12', '-LRB-', 'range', '6', 'to', '55', '-RRB-', ',', 'and', '24', '%', 'of', 'the', 'patients', 'had', 'at', 'least', '15', 'lymph', 'nodes', 'examined', '.', 'These', 'results', 'appear', 'consistent', 'with', 'practice', 'in', 'the', 'United', 'States', 'where', 'an', 'analysis', 'of', 'the', 'National', 'Cancer', 'Database', 'indicated', 'that', 'only', '18', '%', 'of', 'patients', 'undergoing', 'surgery', 'for', 'gastric', 'cancer', 'have', 'more', 'than', '15', 'lymph', 'nodes', 'analyzed', '.14', 'In', 'this', 'Unit', ',', 'lymph', 'node', 'clearance', 'involves', 'a', 'D2', 'dissection', 'of', 'abdominal', 'nodes', ',', 'and', 'wide', 'mediastinal', 'clearance', 'to', 'the', 'carina', 'and', 'paratracheal', 'node', 'dissection', 'if', 'they', 'appear', 'involved', '.', 'No', 'cervical', 'dissection', 'is', 'performed', ',', 'consistent', 'with', 'recommendations', 'from', 'another', 'group', '.15', 'It', 'is', 'acknowledged', 'that', 'variation', 'in', 'lymph', 'node', 'yield', 'may', 'mask', 'stage', 'migration', ',', 'particularly', 'in', 'a', 'retrospective', 'analysis', ',', 'but', 'the', 'standardization', 'of', 'lymphadenectomy', 'is', 'likely', 'to', 'minimize', 'the', 'impact', 'of', 'this', 'potential', 'bias', '.', 'The', 'association', 'between', 'extent', 'of', 'nodal', 'involvement', 'and', 'outcome', 'is', 'well', 'described', '.16', '--', '18', 'No', 'study', 'to', 'our', 'knowledge', 'has', 'previously', 'focused', 'on', 'the', 'impact', 'of', 'one', 'positive', 'node', 'on', 'outcome', 'in', 'esophageal', 'cancer', '.', 'The', 'observation', ',', 'however', ',', 'of', 'the', 'unique', 'prognostic', 'significance', 'of', 'a', 'solitary', 'involved', 'node', 'was', 'recently', 'reported', '.19', 'In', 'a', 'study', 'of', '187', 'patients', 'with', 'esophageal', 'adenocarcinoma', 'treated', 'with', 'neoadjuvant', 'chemoradiotherapy', ',', 'Gu', 'et', 'al.', '19', 'at', 'the', 'MD', 'Anderson', 'observed', 'from', 'their', 'analysis', 'that', 'patients', 'with', 'a', 'solitary', 'involved', 'node', 'had', 'better', 'overall', 'and', 'relapse-free', 'survival', 'compared', 'with', 'other', 'nodal', 'groups', '.', 'Moreover', ',', 'the', '5-year', 'survival', 'outcomes', 'and', '2-year', 'relapse-free', 'survival', 'was', 'not', 'significantly', 'different', 'from', 'the', 'node-negative', 'cohort', '.', 'Although', 'in', 'our', 'series', 'survival', 'figures', 'were', 'better', 'for', 'node-negative', 'patients', 'than', 'patients', 'with', 'a', 'solitary', 'involved', 'node', ',', 'the', 'overall', 'pattern', 'of', 'outcome', 'data', 'in', 'our', 'series', 'is', 'consistent', 'with', 'the', 'report', 'from', 'the', 'Anderson', 'group', ',', 'with', 'prognosis', 'in', 'this', 'cohort', 'closer', 'to', 'node-negative', 'than', 'other', 'node-positive', 'subgroups', '.', 'The', 'clinical', 'implication', 'of', 'this', 'finding', 'is', 'not', 'clear', 'at', 'this', 'time', ',', 'but', 'it', 'should', ',', 'at', 'minimum', ',', 'encourage', 'a', 'more', 'optimistic', 'view', 'of', 'patients', 'who', 'have', 'a', 'solitary', 'lymph', 'node', 'identified', 'after', 'adequate', 'lymphadenectomy', ',', 'as', 'approximately', '35', '%', 'of', 'patients', 'with', 'this', 'pathologic', 'stage', 'may', 'be', 'cured', '.', 'In', 'the', 'future', ',', 'it', 'is', 'possible', 'that', 'advances', 'in', 'endoscopic', 'US', 'staging', ',', 'fluorodeoxyglucose', 'PET', ',', 'and', 'sentinel', 'node', 'assessment', 'may', 'improve', 'pre', '-', 'and', 'intraoperative', 'assessment', 'of', 'nodal', 'involvement', ',', 'defining', 'node-negative', ',', 'solitary', 'involved', 'node', 'and', 'micrometastatic-involved', 'subgroups', ',', 'and', 'selective', 'lymphadenectomy', 'and', 'minimally', 'invasive', 'approaches', 'may', 'be', 'evaluated', 'in', 'these', 'situations', '.', 'This', 'demands', 'prospective', 'evaluation', ',', 'but', 'it', 'may', 'be', 'noteworthy', 'that', 'all', 'involved', 'nodes', 'in', 'the', 'solitary', 'involved', 'node', 'cohort', 'were', 'close', 'to', 'the', 'primary', 'site', 'and', 'may', 'possibly', 'have', 'been', 'identified', 'as', 'sentinel', 'nodes', '.', 'In', 'conclusion', ',', 'this', 'study', 'shows', 'that', 'in', 'a', 'large', 'cohort', 'of', 'patients', ',', 'lymph', 'node', 'status', 'and', 'the', 'number', 'of', 'lymph', 'nodes', 'positive', 'at', 'the', 'time', 'of', 'surgical', 'resection', 'is', 'directly', 'linked', 'to', 'survival', '.', 'Extensive', 'nodal', 'involvement', 'is', 'confirmed', 'as', 'carrying', 'a', 'dismal', 'prognosis', ',', 'but', 'greater', 'optimism', 'is', 'justified', 'where', 'a', 'solitary', 'involved', 'lymph', 'gland', 'defines', 'the', 'pN', 'stage', 'after', 'an', 'adequate', 'lymphadenectomy', '.']
Document BIO Tags:  ['O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'I', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'O', 'B', 'O']
Extractive/present Keyphrases:  ['lymph node', 'esophagectomy', 'lymphadenectomy', 'survival']
Abstractive/absent Keyphrases:  []

-----------

Keyphrase Extraction

from datasets import load_dataset

# get the dataset only for keyphrase extraction
dataset = load_dataset("midas/pubmed", "extraction")

print("Samples for Keyphrase Extraction")

# sample from the test split
print("Sample from test data split")
test_sample = dataset["test"][0]
print("Fields in the sample: ", [key for key in test_sample.keys()])
print("Tokenized Document: ", test_sample["document"])
print("Document BIO Tags: ", test_sample["doc_bio_tags"])
print("\n-----------\n")

Keyphrase Generation

# get the dataset only for keyphrase generation
dataset = load_dataset("midas/pubmed", "generation")

print("Samples for Keyphrase Generation")

# sample from the test split
print("Sample from test data split")
test_sample = dataset["test"][0]
print("Fields in the sample: ", [key for key in test_sample.keys()])
print("Tokenized Document: ", test_sample["document"])
print("Extractive/present Keyphrases: ", test_sample["extractive_keyphrases"])
print("Abstractive/absent Keyphrases: ", test_sample["abstractive_keyphrases"])
print("\n-----------\n")

Citation Information

@inproceedings{Schutz2008KeyphraseEF,
  title={Keyphrase Extraction from Single Documents in the Open Domain Exploiting Linguistic and Statistical Methods},
  author={Alexander Schutz},
  year={2008}
}

Contributions

Thanks to @debanjanbhucs, @dibyaaaaax and @ad6398 for adding this dataset