| { |
| "paper_id": "S14-2019", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:32:40.901147Z" |
| }, |
| "title": "BioinformaticsUA: Concept Recognition in Clinical Narratives Using a Modular and Highly Efficient Text Processing Framework", |
| "authors": [ |
| { |
| "first": "S\u00e9rgio", |
| "middle": [], |
| "last": "Matos", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "IEETA University of Aveiro", |
| "location": { |
| "postCode": "3810-193", |
| "settlement": "Aveiro", |
| "country": "Portugal" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Tiago", |
| "middle": [], |
| "last": "Nunes", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "IEETA University of Aveiro", |
| "location": { |
| "addrLine": "3810-193 Aveiro", |
| "country": "Portugal" |
| } |
| }, |
| "email": "tiago.nunes@ua.pt" |
| }, |
| { |
| "first": "Jos\u00e9", |
| "middle": [ |
| "Lu\u00eds" |
| ], |
| "last": "Oliveira", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "IEETA University of Aveiro", |
| "location": { |
| "addrLine": "3810-193 Aveiro", |
| "country": "Portugal" |
| } |
| }, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Clinical texts, such as discharge summaries or test reports, contain a valuable amount of information that, if efficiently and effectively mined, could be used to infer new knowledge, possibly leading to better diagnosis and therapeutics. With this in mind, the SemEval-2014 Analysis of Clinical Text task aimed at assessing and improving current methods for identification and normalization of concepts occurring in clinical narrative. This paper describes our approach in this task, which was based on a fully modular architecture for text mining. We followed a pure dictionary-based approach, after performing error analysis to refine our dictionaries. We obtained an F-measure of 69.4% in the entity recognition task, achieving the second best precision over all submitted runs (81.3%), with above average recall (60.5%). In the normalization task, we achieved a strict accuracy of 53.1% and a relaxed accuracy of 87.0%.", |
| "pdf_parse": { |
| "paper_id": "S14-2019", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Clinical texts, such as discharge summaries or test reports, contain a valuable amount of information that, if efficiently and effectively mined, could be used to infer new knowledge, possibly leading to better diagnosis and therapeutics. With this in mind, the SemEval-2014 Analysis of Clinical Text task aimed at assessing and improving current methods for identification and normalization of concepts occurring in clinical narrative. This paper describes our approach in this task, which was based on a fully modular architecture for text mining. We followed a pure dictionary-based approach, after performing error analysis to refine our dictionaries. We obtained an F-measure of 69.4% in the entity recognition task, achieving the second best precision over all submitted runs (81.3%), with above average recall (60.5%). In the normalization task, we achieved a strict accuracy of 53.1% and a relaxed accuracy of 87.0%.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Named entity recognition (NER) is an information extraction task where the aim is to identify mentions of specific types of entities in text. This task has been one of the main focus in the biomedical text mining research field, specially when applied to the scientific literature. Such efforts have led to the development of various tools for the recognition of diverse entities, including species names, genes and proteins, chemicals and drugs, anatomical concepts and diseases. These tools use This work is licensed under a Creative Commons Attribution 4.0 International Licence. Page numbers and proceedings footer are added by the organisers. Licence details: http: //creativecommons.org/licenses/by/4.0/ methods based on dictionaries, rules, and machine learning, or a combination of those depending on the specificities and requirements of each concept type (Campos et al., 2013b) . After identifying entities occurring in texts, it is also relevant to disambiguate those entities and associate each occurrence to a specific concept, using an univocal identifier from a reference database such as Uniprot 1 for proteins, or OMIM 2 for genetic disorders. This is usually performed by matching the identified entities against a knowledge-base, possibly evaluating the textual context in which the entity occurred to identify the best matching concept.", |
| "cite_spans": [ |
| { |
| "start": 865, |
| "end": 887, |
| "text": "(Campos et al., 2013b)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The SemEval-2014 Analysis of Clinical Text task aimed at the identification and normalization of concepts in clinical narrative. Two subtasks were defined, where Task A was focused on the recognition of entities belonging to the 'disorders' semantic group of the Unified Medical Language System (UMLS), and Task B was focused on normalization of these entities to a specific UMLS Concept Unique Identifier (CUI). Specifically, the task definition required that concepts should only be normalized to CUIs that could be mapped to the SNOMED CT 3 terminology.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this paper, we present a dictionary-based approach for the recognition of these concepts, supported by a modular text analysis and annotation pipeline.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "The task made use of the ShARe corpus (Pradhan et al., 2013) , which contains manually annotated clinical notes from the MIMIC II database 4 (Saeed et al., 2011) . The corpus contains 298 documents, with a total of 11156 annotations of disorder mentions. These annotations include a UMLS concept identifier when such normalization was possible according to the annotation guidelines. Besides this manually annotated corpus, a larger unannotated data set was also made available to task participants, in order to allow the application of unsupervised methods.", |
| "cite_spans": [ |
| { |
| "start": 38, |
| "end": 60, |
| "text": "(Pradhan et al., 2013)", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 141, |
| "end": 161, |
| "text": "(Saeed et al., 2011)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Data", |
| "sec_num": "2.1" |
| }, |
| { |
| "text": "We used Neji, an open source framework for biomedical concept recognition based on an automated processing pipeline that supports the combined application of machine learning and dictionary-based approaches (Campos et al., 2013a) . Apart from offering a flexible framework for developing different text mining systems, Neji includes various built-in methods, from text loading and pre-processing, to natural language parsing and entity tagging, all optimized for processing biomedical text. Namely, it includes a sentence splitting module adapted from the Lingpipe library 5 and a customized version of GDep (Sagae and Tsujii, 2007) for tokenization, part-of-speech tagging, and other natural language processing tasks. Figure 1 shows the complete Neji text processing pipeline, illustrating its module based architecture built on top of a common data structure. The dictionary module performs exact, case-insensitive matching using Deterministic Finite Automatons (DFAs), allowing 5 http://alias-i.com/lingpipe/index.html very efficient processing of documents and matching against dozens of dictionaries containing millions of terms.", |
| "cite_spans": [ |
| { |
| "start": 207, |
| "end": 229, |
| "text": "(Campos et al., 2013a)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 608, |
| "end": 632, |
| "text": "(Sagae and Tsujii, 2007)", |
| "ref_id": "BIBREF5" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 720, |
| "end": 728, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Processing Pipeline", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Neji has been validated against different biomedical literature corpora, using specifically created machine learning models and dictionaries. Regarding the recognition of disorder concepts, Neji achieved an F-measure of 68% on exact mathing and 83% on approximate matching against the NCBI disease corpus, using a pure dictionary-based approach (Dogan and Lu, 2012).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Processing Pipeline", |
| "sec_num": "2.2" |
| }, |
| { |
| "text": "Following the task description and the corpus annotation guidelines, we compiled dictionaries for the following UMLS semantic types, using the 2012AB version of the UMLS Metathesaurus:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dictionaries", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "\u2022 Congenital Abnormality \u2022 Acquired Abnormality \u2022 Injury or Poisoning \u2022 Pathologic Function \u2022 Disease or Syndrome \u2022 Mental or Behavioral Dysfunction \u2022 Cell or Molecular Dysfunction \u2022 Anatomical Abnormality \u2022 Neoplastic Process \u2022 Signs and Symptoms", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dictionaries", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "Additionally, although the semantic type 'Findings' was not considered as part of the 'Disorders' group, we created a customized dictionary including only those concepts of this semantic type that occurred as an annotation in the training data. If a synonym of a given concept was present in the training data annotations, we added all the synonyms of that concept to this dictionary. This allowed including some concepts that occur very frequently (e.g. 'fever'), while filtering out many concepts of this semantic type that are not relevant for this task. In total, these dictionaries contain almost 1.5 million terms, of which 525 thousand (36%) were distinct terms, for nearly 293 thousand distinct concept identifiers.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Dictionaries", |
| "sec_num": "2.3" |
| }, |
| { |
| "text": "In order to expand the dictionaries, we preprocessed the UMLS terms to find certain patterns indicating acronyms. For example, if a term such as 'Miocardial infarction (MI)' or 'Miocardial infarction -MI' appeared as a synonym for a given UMLS concept, we checked if the acronym (in this example, 'MI') was also a synonym for that concept, and added it to a separate dictionary if this was not the case. This resulted in the addition of 10430 terms, for which only 1459 (14%) were distinct, for 2086 concepts. These numbers reflect the expected ambiguity in the acronyms, which represents one of the main challenges in the annotation of clinical texts.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Refining the dictionaries", |
| "sec_num": null |
| }, |
| { |
| "text": "Furthermore, in order to improve the baseline results obtained with the initial dictionaries, we performed error analysis to identify frequent errors in the automatic annotations. Using the manual annotations as reference, we counted the number of times a term was correctly annotated in the documents (true positives) and compared it to the number of times that same term caused an annotation to be incorrectly added (a false positive). We then defined an exclusion list containing 817 terms for which the ratio of these two counts was 0.25 or less.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Refining the dictionaries", |
| "sec_num": null |
| }, |
| { |
| "text": "Following the same approach, we created a second exclusion list by comparing the number of FNs to the number of FPs, and selecting those terms for which this ratio was lower than 0.5. This resulted in an exclusion list containing 623 terms.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Refining the dictionaries", |
| "sec_num": null |
| }, |
| { |
| "text": "We also processed the unannotated data set, in order to identify frequently occurring terms that could be removed from the dictionaries to avoid large numbers of false positives. This dataset includes over 92 thousand documents, which were processed in around 23 minutes (an average of 67 documents per second) and produced almost 4 million annotations. Examples of terms from our dictionaries that occur very frequently in this data set are: 'sinus rhythm', which occurred almost 35 thousand times across all documents, and 'past medical history', 'allergies' and 'abnormalities', all occurring more than 15 thousand times. In fact, most of the highly frequent terms belonged to the 'Findings' semantic type. Although this analysis gave some insights regarding the content of the data, its results were not directly used to refine the dictionaries, since the filtering steps described above led to better overall results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Refining the dictionaries", |
| "sec_num": null |
| }, |
| { |
| "text": "According to the task description, only those UMLS concepts that could be mapped to a SNOMED CT identifier should be considered in the normalization step, while all other entities should be added to the results without a concept identifier. We followed a straightforward normalization strategy, by assigning the corresponding UMLS CUIs to each identified entity, during the dictionary-matching phase. We then filtered out any CUIs that did not have a SNOMED CT mapping in the UMLS data. In the cases when multiple idenfiers were still left, we naively selected the first one, according the dictionary ordering defined above, followed in the end by the filtered 'Findings' dictionary and the additional acronyms dictionary.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Concept Normalization", |
| "sec_num": "2.4" |
| }, |
| { |
| "text": "The common evaluation metrics were used to evaluate the entity recognition task, namely P recision = T P/(T P + F P ) and Recall = T P/(T P +F N ), where TP, FP and FN are respectively the number of true positive, false positive, and false negative annotations, and F measure = 2 \u00d7 P recision \u00d7 Recall/(P recision + Recall), the harmonic mean of precision and recall. Additionally, the performance was evaluated considering both strict and relaxed, or overlap, matching of the gold standard annotations.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Evaluation Metrics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "For the normalization task, the metric used to evaluate performance was accuracy. Again, two matching methods were considered: strict accuracy was defined as the ratio between the number of correct identifiers assigned to the predicted entities, and the total number of entities manually annotated in the corpus; while relaxed accuracy measured the ratio between the number of correct Task A Task B Strict Relaxed Strict Relaxed Run P R F P R F Acc Acc Best 0,843 0,786 0,813 0,936 0,866 0,900 0,741 0,873 Average 0,648 0,574 0,599 0,842 0,731 0,770 0,461 0,753 0 0,813 0,605 0,694 0,929 0,693 0,794 0,527 0,870 1 0,600 0,621 0,610 0,698 0,723 0,710 0,531 0,855 2 0,753 0,538 0,628 0,865 0,621 0,723 0,463 0,861 identifiers and the number of entities correctly predicted by the system.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 392, |
| "end": 581, |
| "text": "Task B Strict Relaxed Strict Relaxed Run P R F P R F Acc Acc Best 0,843 0,786 0,813 0,936 0,866 0,900 0,741 0,873 Average 0,648 0,574 0,599 0,842 0,731 0,770 0,461 0,753 0", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Evaluation Metrics", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "We submitted three runs of annotations for the documents in the test set, as described below:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 Run 0: Resulting annotations were filtered using the first exclusion list (817 terms, TP/FP ratio 0.25 or lower). The extra acronyms dictionary was not used, and matches up to 3 characters long were filtered out, except if they were 3 characters long and appeared as uppercase in the original text.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 Run 1: The extra acronyms dictionary was included. The same exclusion list as in Run 0 was used, but short annotations were not removed.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "\u2022 Run 2: The extra acronyms dictionary was included. The second exclusion list was used, and short annotations were not removed. Table 1 shows the official results obtained on the test set for each submitted run.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 129, |
| "end": 136, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Overall, the best results were obtained with the more stringent dictionaries and filtering, leading to a precision of 81.3% and and F-measure of 69.4%. This results was achieved without the use of the additional acronyms list, and also by removing short annotations. This filtering does not discard annotations with three characters if they appeared in uppercase in the original text, as this more clearly indicates the use of an acronym. Preliminary evaluation on the training data showed that this choice had a small, but positive contribution to the overall results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We achieved the second-best precision results with this first run, considering both strict and relaxed matching. Although this level of precision was not associated to a total loss in recall, we were only able to identify 70% of the disorder entities, even when considering relaxed matching. To overcome this limitation, we will evaluate the combined use of dictionaries and machinelearning models, taking advantage of the Neji framework. Another possible limitation has to do with the recognition and disambiguation of acronyms, which we will also evaluate further.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "Regarding the normalization results (Task B), we achieved the 12th and 10th best overall results, considering strict and relaxed accuracies respectively, corresponding to the 7th and 6th best team. For relaxed matching, our results are 5,8% lower than the best team, which is a positive result given the na\u00efve approach taken. These performances may be improved as a result of enhancements in the entity recognition step, and by applying a better normalization strategy.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Test Results", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "We present results for the recognition and normalization of disorder mentions in clinical texts, using a dictionary-based approach . The dictionaries were iteratively filtered following error-analysis, in order to better tailor the dictionaries according to the task annotation guidelines. In the end, a precision of 81.3% was achieved, for a recall of 60.5% and a F-measure of 69.4%. The use of a machine-learning based approach and a better acronym resolution method are being studied with the aim of improving the recall rate.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In the normalization task, using the refined dictionaries directly, we achieved a strict accuracy of 53.1% and a relaxed accuracy of 87.0%. Strict normalization results, as given by the metric defined for this task, are dependent on the entity recognition recall rate, and are expected to follow improvements that may be achieved in that step.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions", |
| "sec_num": "4" |
| }, |
| { |
| "text": "http://www.uniprot.org/ 2 http://www.omim.org/ 3 http://www.ihtsdo.org/snomed-ct/ 4 http://mimic.physionet.org/database.html", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work was supported by National Funds through FCT -Foundation for Science and Technology, in the context of the project PEst-OE/EEI/UI0127/2014. S. Matos is funded by FCT under the FCT Investigator programme.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgements", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "A modular framework for biomedical concept recognition", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Campos", |
| "suffix": "" |
| }, |
| { |
| "first": "S\u00e9rgio", |
| "middle": [], |
| "last": "Matos", |
| "suffix": "" |
| }, |
| { |
| "first": "Jos\u00e9 Lu\u00eds", |
| "middle": [], |
| "last": "Oliveira", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "BMC Bioinformatics", |
| "volume": "14", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Campos, S\u00e9rgio Matos, and Jos\u00e9 Lu\u00eds Oliveira. 2013a. A modular framework for biomedical con- cept recognition. BMC Bioinformatics, 14:281.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Current Methodologies for Biomedical Named Entity Recognition", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Campos", |
| "suffix": "" |
| }, |
| { |
| "first": "S\u00e9rgio", |
| "middle": [], |
| "last": "Matos", |
| "suffix": "" |
| }, |
| { |
| "first": "Jos\u00e9 Lu\u00eds", |
| "middle": [], |
| "last": "Oliveira", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "839--868", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "David Campos, S\u00e9rgio Matos, and Jos\u00e9 Lu\u00eds Oliveira, 2013b. Current Methodologies for Biomedical Named Entity Recognition, pages 839-868. John Wiley & Sons, Inc., Hoboken, New Jersey.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "An improved corpus of disease mentions in PubMed citations", |
| "authors": [ |
| { |
| "first": "Zhiyong", |
| "middle": [], |
| "last": "Rezarta Islamaj Dogan", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lu", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of BioNLP'12", |
| "volume": "", |
| "issue": "", |
| "pages": "91--99", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rezarta Islamaj Dogan and Zhiyong Lu. 2012. An improved corpus of disease mentions in PubMed ci- tations. In Proceedings of BioNLP'12, pages 91-99, Stroudsburg, PA, USA, June.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Task 1: ShARe/CLEF eHealth Evaluation Lab", |
| "authors": [ |
| { |
| "first": "Noemie", |
| "middle": [], |
| "last": "Sameer Pradhan", |
| "suffix": "" |
| }, |
| { |
| "first": "Brett", |
| "middle": [], |
| "last": "Elhadad", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "South", |
| "suffix": "" |
| }, |
| { |
| "first": "Lee", |
| "middle": [], |
| "last": "Martinez", |
| "suffix": "" |
| }, |
| { |
| "first": "Amy", |
| "middle": [], |
| "last": "Christensen", |
| "suffix": "" |
| }, |
| { |
| "first": "Hanna", |
| "middle": [], |
| "last": "Vogel", |
| "suffix": "" |
| }, |
| { |
| "first": "Wendy", |
| "middle": [], |
| "last": "Suominen", |
| "suffix": "" |
| }, |
| { |
| "first": "Guergana", |
| "middle": [], |
| "last": "Chapman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Savova", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Online Working Notes of the CLEF 2013 Evaluation Labs and Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sameer Pradhan, Noemie Elhadad, Brett South, David Martinez, Lee Christensen, Amy Vogel, Hanna Suominen, Wendy Chapman, and Guergana Savova. 2013. Task 1: ShARe/CLEF eHealth Evaluation Lab 2013. Online Working Notes of the CLEF 2013 Evaluation Labs and Workshop.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Multiparameter Intelligent Monitoring in Intensive Care II (MIMIC-II): a public-access intensive care unit database", |
| "authors": [ |
| { |
| "first": "Mohammed", |
| "middle": [], |
| "last": "Saeed", |
| "suffix": "" |
| }, |
| { |
| "first": "Mauricio", |
| "middle": [], |
| "last": "Villarroel", |
| "suffix": "" |
| }, |
| { |
| "first": "Andrew", |
| "middle": [], |
| "last": "Reisner", |
| "suffix": "" |
| }, |
| { |
| "first": "Gari", |
| "middle": [], |
| "last": "Clifford", |
| "suffix": "" |
| }, |
| { |
| "first": "Li-Wei", |
| "middle": [], |
| "last": "Lehman", |
| "suffix": "" |
| }, |
| { |
| "first": "George", |
| "middle": [], |
| "last": "Moody", |
| "suffix": "" |
| }, |
| { |
| "first": "Thomas", |
| "middle": [], |
| "last": "Heldt", |
| "suffix": "" |
| }, |
| { |
| "first": "Tin", |
| "middle": [], |
| "last": "Kyaw", |
| "suffix": "" |
| }, |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Moody", |
| "suffix": "" |
| }, |
| { |
| "first": "Roger", |
| "middle": [], |
| "last": "Mark", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Critical Care Medicine", |
| "volume": "39", |
| "issue": "5", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Mohammed Saeed, Mauricio Villarroel, Andrew Reis- ner, Gari Clifford, Li-Wei Lehman, George Moody, Thomas Heldt, Tin Kyaw, Benjamin Moody, and Roger Mark. 2011. Multiparameter Intelligent Monitoring in Intensive Care II (MIMIC-II): a public-access intensive care unit database. Critical Care Medicine, 39(5):952.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Dependency parsing and domain adaptation with LR models and parser ensembles", |
| "authors": [ |
| { |
| "first": "Kenji", |
| "middle": [], |
| "last": "Sagae", |
| "suffix": "" |
| }, |
| { |
| "first": "Jun'ichi", |
| "middle": [], |
| "last": "Tsujii", |
| "suffix": "" |
| } |
| ], |
| "year": 2007, |
| "venue": "Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning", |
| "volume": "", |
| "issue": "", |
| "pages": "1044--1050", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kenji Sagae and Jun'ichi Tsujii. 2007. Dependency parsing and domain adaptation with LR models and parser ensembles. In Joint Conference on Empir- ical Methods in Natural Language Processing and Computational Natural Language Learning, pages 1044-1050, Prague, Czech Republic.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "text": "Neji's processing pipeline used for annotating the documents. Boxes with dotted lines indicate optional processing modules. Machine-learning models were not used.", |
| "uris": null, |
| "type_str": "figure", |
| "num": null |
| }, |
| "TABREF0": { |
| "html": null, |
| "type_str": "table", |
| "num": null, |
| "text": "Official results on the test dataset. The best results for each task and matching strategy are identified in bold. The best run from all participating teams as well as the overall average are shown for comparison.", |
| "content": "<table/>" |
| } |
| } |
| } |
| } |