Abstract
Background
Taxonomic descriptions are traditionally composed in natural language and published in a format that cannot be directly used by computers. The Exploring Taxon Concepts (ETC) project has been developing a set of web-based software tools that convert morphological descriptions published in telegraphic style to character data that can be reused and repurposed. This paper introduces the first semi-automated pipeline, to our knowledge, that converts morphological descriptions into taxon-character matrices to support systematics and evolutionary biology research. We then demonstrate and evaluate the use of the ETC Input Creation - Text Capture - Matrix Generation pipeline to generate body part measurement matrices from a set of 188 spider morphological descriptions and report the findings.
Results
From the given set of spider taxonomic publications, two versions of input (original and normalized) were generated and used by the ETC Text Capture and ETC Matrix Generation tools. The tools produced two corresponding spider body part measurement matrices, and the matrix from the normalized input was found to be much more similar to a gold standard matrix hand-curated by the scientist co-authors. Special conventions utilized in the original descriptions (e.g., the omission of measurement units) were attributed to the lower performance of using the original input. The results show that simple normalization of the description text greatly increased the quality of the machine-generated matrix and reduced edit effort. The machine-generated matrix also helped identify issues in the gold standard matrix.
Conclusions
ETC Text Capture and ETC Matrix Generation are low-barrier and effective tools for extracting measurement values from spider taxonomic descriptions and are more effective when the descriptions are self-contained. Special conventions that make the description text less self-contained challenge automated extraction of data from biodiversity descriptions and hinder the automated reuse of the published knowledge. The tools will be updated to support new requirements revealed in this case study.
Electronic supplementary material
The online version of this article (doi:10.1186/s12859-016-1352-7) contains supplementary material, which is available to authorized users.
Keywords: Information extraction, Text mining, Natural language processing, Taxonomic morphological descriptions, Phenotypic characters, Phenotypic traits, Evaluation, Spiders, ETC, Explorer of Taxon Concepts
Background
Biologists rely heavily on a variety of publications (journals, monographs, faunas/floras, etc.) to discover prior knowledge about organisms of interest. Scientific names are the primary identifiers for organisms used within these information resources. Due to different taxonomic perspectives of authors through time, scientific names and their associated descriptions in these works are not static but represent taxonomic concepts [1]. This continuous change in taxonomic concepts thus brings into question the validity of using scientific names alone as a basis of comparison. However, taxonomic works often contain detailed morphological, distributional, and other evidence that can assist with analyzing the evolution in taxonomic concepts over time.
This morphological evidence can be managed in taxon-character matrices, a research tool widely used in biological research, ranging from taxonomy to phylogenetic studies. Traditionally, these matrices are created manually by biologists within their taxonomic area of expertise. It is a tedious and laborious process because the matrix author(s) must manually select relevant character information from published literature and/or other sources and populate the matrix with their associated character states or values. By far the most common method of making taxon-character matrices is using a spreadsheet, although other software tools, for example MacClade [2] and Mesquite [3], have been also used to make the matrix creation process more efficient. More recently MorphoBank has made a web-based matrix editor available for researchers to collaboratively develop large matrices [4].
The challenge of efficiently extracting character information from systematics publications into a structured format, such as taxon-character matrices, remains open. The Phenoscape knowledgebase and a number of model organism databases employ human curators to convert natural language phenotype character descriptions into a machine-readable form by using Phenex [5] or other web-based platforms [6–9]. These manual approaches effectively capture high quality character data. However, they are time consuming and expensive.
Automated extraction of factual information from text remains an active research area after decades of research. It was previously called message understanding in the eighties, but is now better known as information extraction, and sometimes also semantic role labelling, semantic parsing, or more generally text mining. Algorithms and software have been developed for general domains (e.g., news articles, Wikipedia articles, e-commerce), for specific domains (e.g., biomedical, engineering, patents), for different extraction targets (e.g. sentiment/emotion extraction), and for text in different human languages. Currently, the dominant overall approach is using various machine learning methods (supervised and/or unsupervised) with text syntactic analyses, various knowledge resources (e.g. frame templates, glossaries, ontologies), and when available, large corpus of unlabelled data, as well [10–12].
Portability, the ability of a natural language processing system to perform equally well in a domain different from the one for which it was trained/developed, remains the greatest challenge [10]. In-domain vs. out-domain performance differences were consistently found in all systems participated in the Semantic Role Labelling shared tasks of CoNLL 2005 and 2009 [10, 13]. This is because texts in different domains contain different features that computers need to learn. This explains the need to develop various information extraction systems for different domains and different tasks, see for example, the shared tasks offered by CoNLL for general domain (http://ifarm.nl/signll/conll/), BioCreative for biomedical domains [14–17], and BioNLP Shared Tasks (http://2016.bionlp-st.org/) for biodiversity domains.
Extracting morphological characters from taxonomic descriptions received relatively little attention, but it has made significant progress in the past decades. Taylor [18] used grammar rules and a lexicon to extract plant characters from several floras. The performance was not scientifically evaluated but estimated at 60–80% recall. Taylor noted also that different parsers (grammar + lexicons) may be needed to parse characters for other taxon groups, suggesting variations within biodiversity. Diedrich, Foruner, & Milton’s Terminator [19] was an interactive system that used fuzzy keyword matching, a set of heuristic rules, and a handcrafted dictionary of structures, characters and character states. The system was evaluated with one random description, which showed that 55% of the time a perfect structure-character-state triple was among the first five candidates extracted by the system. This work suggests that morphological descriptions are not as structured as many had expected. Wood et al., [20] sampled 42 descriptions from five plant species and their genera described in six different floras in English. They lumped all non-numerical characters, such as color and shape into one Plant Feature character. Evaluated on 18 descriptions, the system showed 66/74% recall/precision in character extraction. The first system that used a machine learning method to process plant descriptions was Cui [21] but she only parsed the text at the sentence level. Tang and Heidorn [22] subsequently advanced the research to the character level. They adapted Soderland’s supervised learning system, WHISK [23], to extract leaf characters and fruit/nut shapes from 1600 Flora of North America (FNA) species descriptions. The system scored 33–80% in recall and 75–100% in precision depending on the characters. The lower recall indicates the training examples used may not have covered the characters in the test descriptions well, suggesting a weakness in the supervised learning approach for this task. Cui, Boufford, & Selden [24] showed that an unsupervised learning algorithm was able to learn 50–93% of the structure and character state terms directly from text morphological descriptions without any training examples. At the same time, Cui [25] showed that linguistic resources – machine-readable lexicons, glossaries, or ontologies – for extracting biodiversity characters were lacking. She examined three linguistic resources for plant domain and one for biology overall, and found that they lacked coverage of domain terms, an issue that still exists today: the Phenotype Quality Ontology [26] currently contains 2300+ terms, roughly the same size as FNA Categorical Glossary [27]. In contrast, Huang et al. [28] used CharaParser [29] and extracted over 7000 unique phenotype terms from 30 volumes of FNA and Flora of China alone. These resources also lack agreement in their term categorizations (e.g. is apex a structure or a feature? Is erect an orientation or position?). The four glossaries/ontologies agreed only 19% of the time on a set of 64 core character terms extracted from two plant description resources. Research further shows there is a high likelihood of an unlimited number of character terms needed to describe the entire scope of the biodiversity domains [30]. This suggests a supervised learning approach may not be the best choice for extracting morphological characters [25]. At the same time, learning and growing consensus-based linguistic/knowledge resources for phenotype characters of biodiversity are relatively urgent tasks.
CharaParser [29] was developed to address these issues. It uses an unsupervised learning algorithm [24] to learn domain terms and the mature general-purpose parser, Stanford Parser [31], to analyze sentence structures. The learned domain terms inform Stanford Parser what the Part of Speech tags for the domain terms are to help it adapt to the domain of morphological descriptions. Evaluated on FNA and invertebrate treatises, the system performed at 85 to over 90% precision and recall on character extraction, when provided with a comprehensive glossary.
CharaParser semi-automatically extracts character information from taxonomic descriptions of various taxon groups and in the process involves biologists in categorizing domain terms (e.g. leg is a structure, erect is orientation). The categorized terms are saved in a glossary and can be used in current and future character extraction processes. Similar to other automated information extraction systems, software that extracts character information requires external knowledge to extract target information. This external knowledge may come from training examples (e.g. expert annotated examples for the software to follow) as employed in Tang and Heidorn [22], extraction rules defined by users, such as for PaleoDeepDive [32], or the application of glossaries or ontologies [19, 20]. CharaParser was designed to extract character information and build domain glossaries simultaneously. Being domain experts, users are familiar with term usages and are capable of categorizing the terms with confidence, especially when source sentences and other contextual information are made available to them. Furthermore, categorical glossaries are reusable knowledge that will benefit other natural language processing applications in the biodiversity domain and are valuable resources for constructing phenotype ontologies. In contrast, the utility of training examples and extraction rules are often limited to the taxon groups or description collections for which they were created [33, 34]. CharaParser also differs from other information extraction systems in that it comprehensively extracts all characters found in a description, not just a predefined set of characters, making it more suitable for generating taxon-character matrices from morphological descriptions.
Other biodiversity information extraction systems, including those extracting taxon names, are reviewed in Thessen, Cui, and Mozzherin [34]. Information extraction systems for biomedical domains that extract gene mentions, protein-protein interactions, etc. are reported and reviewed by the BioCreative workshops [14–17]. Work on information extraction from medical records is also fruitful, for example, in [35, 36]. Related work in computer vision and image processing algorithms has extracted characters from high resolution images of organisms, for example, in [37, 38]. While automatic identification of taxa has been called for [39], training computers to score characters from images is challenging as algorithms have to be crafted to extract different types of characters and the target characters may be clustered with other (non)characters in images.
In this paper, we introduce the Explorer of Taxon Concepts (ETC) toolkit, which has been developed in the Exploring Taxon Concepts project to offer a suite of web-based software tools for morphological character extraction, taxon-character matrix building, interactive taxonomic key generation, and taxonomic concept analyses. The tools attempt to work towards a number of challenges, especially on open, computable data, and advance understanding of the evolution of taxonomic names. The toolkit currently consists of Text Capture (powered by CharaParser [29]), Ontology Building (in development), Matrix Generation, Key Generation, and Taxonomy Comparison (powered by Euler [1]) tools, in addition to supporting functionalities for input file creation, file management, task management, and user account management. The tools expect input in English. The tools can be used individually or collectively as a pipeline. We share the belief of Hardisty and Roberts [40] for projects to “release their service early and update often, in response to user feedback”. The ETC tools are made available when implemented and are updated frequently with new or improved features. The ETC Toolkit is currently in beta test and publicly available at http://etc.cs.umb.edu/etcsite/. A different development site is used internally to test new functions and conduct evaluation experiments, including the one reported in this paper.
Taxon-character matrices produced by ETC tools are raw matrices as the character states (i.e., values of the characters) are extracted from taxonomic descriptions without being refined (e.g., as described in [41]) or scored. Some phylogenetic analysis software [2, 3] requires that character states be scored, that is, to convert the raw values to symbols such as 0, 1, and 2, where 0 = small, 1 = medium, and 2 = large, for example. Matrix Converter [42], an open source program software, can be used to score ETC raw matrices to phylogenetic matrices. ETC Matrix Generation allows characters described at a higher rank (e.g. family) to be automatically propagated to lower ranks (e.g. genera) when the characters are missing at the lower ranks. It also supports inferred presence and absence characters for structures (i.e. organs/parts) similar to [43].
ETC is the first set of tools, to our knowledge, that converts morphological descriptions to taxon-character matrices. The main differences between this tool and other information extraction systems are:
It does not have a set of pre-defined target characters to be extracted; rather, it is designed to parse and discover all characters described in input descriptions. Given the variety of biodiversity descriptions, the system cannot predict the characters it may encounter.
It targets organism morphological descriptions, but is not limited to any taxon groups.
It takes an unsupervised learning approach to extract characters so its extraction targets are not limited to those included in the training examples and the users do not need to provide training examples.
It consolidates extracted characters to a taxon-character matrix, allowing character inheritance from higher to lower taxa and absence/presence character reasoning.
Because of (1), it also outputs reusable knowledge entities such, as categorical glossaries/ontologies (e.g. using the Ontology Building tool not discussed in this paper).
Although still under continued enhancement, ETC Text Capture and Matrix Generation tools are used by a small number of biologists to generate matrices or compare taxonomic concepts for systematics and evolutionary research [1]. In this paper, we introduce these two tools through a case study, in which body part measurements from spider taxonomic descriptions are extracted and consolidated as a taxon-character matrix. We compare matrices generated from original and normalized inputs to a hand-curated gold standard matrix. The spider work is an appropriate case study for three reasons. First, the gold standard matrix has been manually curated by experts from the same set of descriptions prior to this study and is used in actual biological research [44–46]. Second, the spider work provides a relatively straightforward numerical measurement extraction task that allows us to focus the discussion on a set of common issues with automated character extraction, leaving the challenges of matrix making with categorical characters for a future paper. Third, the spider case study permits a comparison experiment design that illustrates significant improvements normalized descriptions could bring to the resulting matrix. It also provides an opportunity to discuss steps that authors of taxonomic descriptions can take to prevent some extraction issues.
The paper is organized as follows: ETC tools used in this case study are first described, followed by the experimental design, material preparation, matrix generation procedure, and evaluation metrics in the Methods section. We report the comparison results in the Results section and analyze the differences in the Discussion section, where we also discuss sources of errors and potential solutions. The paper concludes with future development plans.
ETC tools for matrix generation
The ETC toolkit site (Fig. 1) hosts a set of five tools: Text Capture, Ontology Building, Matrix Generation, Key Generation, and Taxonomy Comparison. These tools are supported by utilities including Task Manager, File Manager, and user account settings. The site Menu, along with Login/out, Get Started, and Help functions, is always available at the top of the screen regardless of the user’s current location. Hovering the mouse over the Menu will provide access to all functions and tools provided by the site.
ETC toolkit users can utilize the Text Capture and Matrix Generation tools to create taxon-character matrices from taxonomic descriptions. A high level logic flow of the matrix generation pipeline is displayed in Fig. 2.
Input creation
Since ETC Text Capture is only concerned with morphological descriptions, it does not directly accept full articles as input. The descriptions to be processed should be manually selected by the user from source publications, and the input files for Text Capture may then be created in the File Manager before starting the tool or within the first step (Create Input) of running the tool, using the Single-File Creation (to create one file at a time) or the Batch Creation (to create multiple files at once) tab. Either tab provides users with a form to enter bibliographic information and paste in plain text taxonomic descriptions, but in Batch Creation, users can format multiple descriptions according to the instructions and paste them into the Taxonomic Treatment Area section to generate multiple input files (Fig. 3).
The Input Creation function wraps bibliographic information and descriptions with XML (Extensible Markup Language) tags [47] required by the Text Capture tool. Input files are saved in the File Manager, where the content of a file may be viewed/edited, as shown in Fig. 4.
Text capture tool
The Text Capture tool employs seven steps to process taxonomic descriptions: Create Input (mentioned above), Define Task, and Preprocess are the preparation steps; Learn, Review, and Parse are processing steps; and Output is the last step (Fig. 9). The Learn and Parse steps are computationally intensive (for algorithmic details, see [29]), while the Review step is where the user interacts with the system to review and categorize character-related terms for the system. These categorizations are reusable for future tasks. In a description, the Text Capture tool annotates structures (labelled as “biological_entity”), characters, character values, and relationships among structures. Figure 9 shows an example of an output file with detailed annotations in XML, conforming to the ETC output schema [48]. These annotations are used by the Matrix Generation tool to produce a matrix. By comparing the XML input (Fig. 4) and the output (Fig. 9), one can see the Text Capture tool breaks down the text descriptions into a series of characters marked up in XML (Note: reading the XML file details is inconsequential to understanding the remainder of the paper).
Users start a Text Capture task by generating input files (Create Input, described above) and then define the task by assigning it a name and selecting appropriate settings (Define Task, Fig. 5). The task name is used to name output folders and track the progress of the task. Tasks may be performed asynchronously and users are notified via email or in the Task Manager when the task is completed (see the Status column in Fig. 6, a spinning wheel indicates the task is currently running). The Task Manager can also be used to delete a task or share a task with other registered users. When a task is shared with other users, these users can access the shared task as well as its input and output files. For example, users with a shared Text Capture task can categorize the same set of terms in the Review step and share their expertise with the task owner.
A task is defined with its name, input folder, and the taxon group most closely related to the task (Fig. 5). The taxon group information allows the system to select an appropriate categorical glossary to use to process the task. Currently, there are glossaries for Algae, Cnidaria, Fossil, Gastropods, Hymenoptera, Plant, Porifera, and Spiders (made for the spider case study), reflecting the taxon groups that have been processed with ETC. Using existing glossaries reduces user effort during the Review step. If ETC does not have a needed glossary, the Use Empty Glossary option will make Text Capture learn the terminology from scratch. With the user’s permission, categorizations are exported to OTO (Ontology Term Organizer) [28], reviewed by multiple domain experts, integrated into ETC categorical glossaries, and made publicly available at the ETC Glossary Git Repository [49]. The user’s ownership of the terms set and its categorizations is acknowledged in OTO and in the final glossary. The linkage of the ETC Text Capture tool to OTO allows the collective and incremental building of consensus-based domain controlled vocabularies from source descriptions.
The Preprocess step checks for editing errors in the input description text for the user to correct (i.e., unmatched brackets). In the Learn step, the tool analyzes input descriptions and categorizes terms as structures, characters/states, and other terms. With the built-in categorical glossary, it further categorizes character/state terms (e.g., round, large) to specific categories, such as shape and size. Users are then presented with a screen in the Review step to examine system categorizations and categorize remaining terms (Fig. 7). Numerical values are handled automatically by the software and are not presented for review.
In the Review interface (Fig. 7), terms to be categorized appear in the pane on the left, while categorized terms are in the category boxes on the right. To categorize a term, the user can drag and drop the term on the heading of its proper category, or use the dropdown menu invoked by right-clicking on the term. The user can indicate two terms are synonyms by dropping one on top of the other, making the latter a primary term (called “preferred term” or “label” in controlled vocabularies or ontologies). This signals the software to replace occurrences of the synonyms with the primary term in the output, making the matrix result cleaner and less sparse. Terms that are neither structures nor characters/states should be left uncategorized in the left pane. The categories are used in Text Capture tool as a flat list of categories without hierarchical relationships. Several user-friendly features are provided: users can add/remove/merge categories, multiple terms can be selected and categorized to one category as a batch, missing terms can be added, misspelled terms can be corrected, terms can be marked as “not useful” and grayed out, and comments can be left on a term. The Term Information pane located at the lower portion of the screen provides useful information about a term. Clicking on a term displays its current categories in the Location tab, its source sentences in the Context tab, and its matching entries from user selected ontologies in the Ontologies tab. The user can make their ontology selections from NCBO BioPortal [50] using the Ontologies menu. The File menu allows users to download their categorization results or upload a set of categorized terms to the system (Fig. 8).
The Review stage is the only step where substantial user input is needed. Term categorizations affect the formulation of characters in the final matrix. For example, if long is categorized as a shape, the matrix will contain characters such as “leg shape: long”, as opposed to long as a size, which results in “leg size: long”. In the spider case study presented in this paper, our focus was on numerical measurements; numerical values do not need to be categorized by users, thus, the importance of the Review step is minimized in this particular case.
After the Review step, the system parses the descriptions and produces valid XML files (Fig. 9) with structure and character information finely marked up according to the ETC output schema [48]. This schema was developed because existing XML schemas, such as TaxPub [51] or NeXML [52] cannot accommodate the fine-grained markup produced by Text Capture. Furthermore, the XML schemas used in ETC are intended for internal use only, not for data exchange among different systems.
Matrix generation tool
The output XML files from Text Capture are used as input for the Matrix Generation tool, which consolidates the annotated character information into a taxon-character matrix for users to review and edit (Figs. 11, 12 and 13). The matrix output is a CSV (comma separated values) file (Fig. 14).
Matrix Generation consists of five steps: Select Input, Define Task, Generate, Review, and Output, with Generate being the key processing step.
The Select Input and Define Tasks steps (Fig. 10) serve similar functions as the first two steps in Text Capture. The Inherit Values enables automatic propagation of characters from a higher taxon to lower taxon members. The Infer Absent/Present States option enables the software to infer the presence or absence of organs and other anatomical parts, aside from what is stated explicitly within the descriptions. For example, if a leg cusple is present, then the leg must be present, as the Spider Ontology [53] indicates leg cusple is part of some leg article and leg article is part of some leg.
The Generate step extracts character information from XML files and assembles them into a taxon-character matrix. The matrix will contain more characters/states than those explicitly stated in the descriptions when the Inherit and/or Infer option is selected.
After the matrix is produced, users proceed to the Review step, which has two views: the Preview and Selection View and Spreadsheet View. The Preview and Selection View provides an overview of the taxa and characters produced and allows users to select a set to upload and review (Fig. 11). The Spreadsheet View presents the selected taxa and characters in a matrix format with taxa displayed as rows and characters as columns (Fig. 12).
Web browsers cannot handle large spreadsheets efficiently, therefore it is recommended to review in sections matrices larger than 500 taxa and 500 characters. The selection feature is also useful when the user is interested in only a portion of extracted characters, for example, numerical characters in the spider case study. In the Preview and Selection view (Fig. 11), users are presented with an interface where the left half of the screen is dedicated to information about taxa and the right half to character information. The leftmost panel allows users to select taxa of interest. By right-clicking on each taxon, users may add, modify, remove, or change the order of taxa, or query Google Images to retrieve images of the selected taxon. The Taxon Details panel provides information about the selected taxon, including publication information and the original description. Characters are selected from the Characters panel (the second from right). In the Characters panel, organs and characters are organized in a tree format, with characters listed under their respective organs. Similar to the functions for taxa, users may add, modify, and remove characters or change the order by right-clicking on a character. Details about characters are presented in the upper right panel and character values are displayed in the lower right. The Annotation menu supports user comment and color setting configuration for better data management. Users can associate different colors with different meanings and use colors to track characters that are reviewed, questionable, or require additional research, etc.
Multiple taxa and characters can be selected by pressing the “shift” key or “ctrl” key (“shift” or “command” key on a Mac) and load to the Spreadsheet View (Fig. 12). This view provides rich functions that are invoked by hovering the cursor over the right-end of a cell and clicking on the small triangle icon that appears. Functions affecting both taxa and characters are invoked in the first cell of the spreadsheet, taxon-related functions are invoked in any taxon cell (first column in the spreadsheet), and character related functions (Fig. 13) are invoked in any character cell (first row in the spreadsheet).
In addition to the add, delete, edit, sort, color, and comment functions, the user can lock taxa or characters to prevent edits, bring up an original source description, control what values are acceptable for certain characters, or merge two selected characters. Because synonyms or quasi-synonyms are often used, some characters could be merged to consolidate the taxa-character matrix. For example, in Fig. 12 the length of whole-organism and length of body characters both represent the total length of a spider. The merge function put the values of the two characters in the column the user chooses. After an edit operation is performed, the matrix is refreshed automatically and affected cells are indicated with small red triangles on a corner. Users can save their progress and return to it at a later time via Task Manager. The matrix can also be downloaded from the Matrix menu at any time. When proceeding to the Output step, the matrix is saved as a CSV file (Fig. 14) in the File Manager.
It is important to note that the basic principle for designing Text Capture and Matrix Generation tools is to stay true to the original descriptions. Taxonomic descriptions are highly technical and present levels of sophistication and subtleties that only taxon experts can fully interpret. The interpretation may also depend on the intended use of the character data. The ETC tools are intended to extract characters as they are expressed in taxon descriptions but leave the customization and refinement of the results to the experts, which may be accomplished by using the functions provided at the View step. In addition, since parsing characters and generating matrices are automated using various algorithms, the results are not error free. The rest of the paper evaluates the performance of the ETC matrix generation pipeline using the spider body part measurement as a case study.
Methods
Experimental design
The experiment was designed as a comparison study. The same ETC tools and same settings were applied to the set of original input descriptions and the normalized set, then machine-generated matrices were compared to a gold standard matrix. Both versions of the input descriptions were generated from the same source publications on spiders (see the Materials section). The hypothesis was that the normalized input would result in a taxon-character matrix that is more similar to the gold standard than when using the original input. The original input and the normalized input used in the experiment are included in the Additional file 1 as Original Input and Additional file 2 as Normalized Input.
The Gold Standard matrix was built by the three spider systematists who co-authored the paper. The building of the gold standard matrix was blind to all the other co-authors. Two other co-authors normalized the text, and one of them generated the matrices using ETC tools.
Materials
The gold standard matrix was derived from a matrix initially composed in Ramírez [44] and successively enriched/used in Aisen and Ramírez [45] and Labarque et al. [46]. This expert-curated matrix contained 234 descriptions of exemplars (an exemplar is a male or a female of a given species) of 122 species (not all species have both exemplars known) and 21 characters. To create the gold standard matrix for this study, 26 species with no descriptions or with non-English descriptions and three redundant characters were removed from the expert matrix. In addition, character names in the expert matrix were standardized to the character of structure style (e.g., “length of tibia”), making them comparable to machine-generated character names. When this matrix was used to evaluate the machine-generated matrices, a handful of incorrect states/values were found and subsequently corrected. The final gold standard matrix consisted of 188 exemplars of 96 species, 18 characters and 2921 character states. The gold standard matrix is included in the Additional file 3 as Gold Standard Matrix.
All 799 terms representing anatomical parts in the Spider Ontology [53] and 6970 terms representing character/character states from the Plant Glossary [54] were used to create a new categorical glossary for spiders. Although the character/character state terms from the Plant Glossary do not affect the machine-generated numerical measurement matrices, they were included to reduce the number of terms for review/categorization in Text Capture. The spider glossary files, one for term categorization and the other for synonyms, can be found at: https://github.com/biosemantics/glossaries/tree/master/Spider.
Two versions of the input descriptions, original and normalized, were generated from the source publications provided by the spider systematist co-authors. Content of male and female exemplar descriptions of the spider species were manually copied from PDF (Portable Document Format) files and formatted as required by the ETC Input Creation utility. Errors in pasted text were manually corrected (e.g., an “=” being pasted as a “5”), and different characters appearing as hyphens (“-”) were converted to standard ASCII (American Standard Code for Information Interchange) hyphens. The resulting clean text descriptions were considered as the original input. A normalized version was formed by adding omitted measurement units (i.e., “mm”) and the omitted word “leg” to the original input. For example, an original statement “tibia/metatarsus: I, 0.42/0.32” was normalized to “tibia/metatarsus:leg I, 0.42/0.32 mm”. Two of the co-authors created the normalized input programmatically and independently cross-validated the results. While normalization is a typical step in text processing, the specific normalization step taken in this experiment was meant to put the missing information (units and legs) back to the text to make the descriptions more self-contained. In the results we examine the different performance results from using the self-contained (normalized) vs. the original descriptions. The automatic modification of text method used in [55] (replacing “…” with real drug names) achieved the same goal of making the text self-contained.
Generation of the matrices using software tools
The Input Creation, Text Capture, and Matrix Generation tools on the ETC-development site were used as a pipeline to generate a matrix for each of the two input texts. For the Text Capture tool, the “Spider” glossary was used (Fig. 5). Terms pertaining to structures were mostly categorized correctly by the software while some structure terms, such as “coxae” and “membrane”, were manually categorized (Fig. 7). Because this study was primarily concerned with the numerical measurements of morphological structures, categorical character terms (e.g., present, robust) were placed in an arbitrary category (“architecture”) and essentially ignored. No synonyms were made in the Review step. Term categorizations made in this experiment is included in the Additional file 4 as Term Categorization. In the Matrix Generation tool, the Inherit Values and Infer Absent/Present States options were not selected (Fig. 10) because they were not relevant for this case study. After morphological characters were extracted by the Matrix Generation tool, body part characters with numerical measurements were manually selected in the Preview and Selection View to form the final output matrix (Fig. 14).
Comparing ETC matrices to the gold standard matrix
To evaluate the effectiveness of the Matrix Generation workflow, we measured the accuracy of the extracted characters, the effort needed to edit the matrices, and the similarity of the edited matrices to the gold standard matrix.
Accuracy measures the correctness of extracted data items. An extracted data item is correct if it is consistent with the original description. A data item may be considered correct while not matching the gold standard as the latter represents the expert’s consolidation and refinement of original characters present in the descriptions. For example, if the system extracts length of ii = 1.35 mm from the description I, II, III, IV length: 1.23, 1.35, 1.27, 1.28 mm, it will be considered correct, even though the gold standard may have length of leg ii = 1.35 mm. However, if the system extracts size of ii = 1.35 mm, length of ii = 1.35(missing unit), or length of ii = 1.27 mm, it would be considered wrong.
Edit effort is the minimal number of column-based merge, rename, and deletion operations needed to make a machine-generated matrix as similar as possible to the gold standard matrix. Specifically, character columns mostly containing incorrect values (i.e. values not present in the gold standard) are deleted; and character columns mostly containing correct values are either merged into a valid column/character (i.e., matching characters present in the gold standard) or renamed with a valid column/character name. Although merge operations place character values under a different character name, they are not counted again as rename operations. We also note that some characters extracted by the machine need splitting to match the gold standard, for example, length of tibia/metatarsus = 0.52/0.44 mm needs to be split into length of tibia = 0.52 mm and length of metatarsus = 0.44 mm. Since a split character feature has not been implemented in the matrix review step, in this study, split operations were counted separately from edit effort. Edit efforts were counted manually. Edits made on machine-generated matrices are documented in Matrix Edits in the Additional file 5.
The similarity of an edited matrix to the gold standard is evaluated via precision, recall, and F1 metrics that are routinely used in the evaluation of information retrieval and information extraction systems. Precision is the proportion of machine-generated data items that match the gold standard. Recall is the proportion of gold standard data items that are extracted by the machine. In other words, precision measures the soundness of machine-generated items, while recall measures the exhaustiveness of the machine results as compared to the gold standard. Both metrics result in a value between 0 and 1. If the machine-generated matrix is identical to the gold standard, both precision and recall will have a value of 1. The F1 score is the harmonic mean of precision and recall, meaning it puts equal weights to precision and recall. To summarize:
Precision = |matched data items| / |data items output by the software, excluding null values|
Recall = |matched data items| / |data items in the gold standard matrix, including null values|
F1 score = 2 * Precision * Recall / (Precision + Recall)
Note that accuracy is based on the correctness of the extracted characters as compared to the input text, while precision is based on the “matchness” of the extracted characters to the gold standard.
Results
Table 1 describes the matrices generated from the original and normalized inputs, before and after the edits. For all matrices, the number of rows is 188, consistent with the input exemplars. The matrix from the original input initially had 41 characters and 2942 non-empty data items, making the matrix 38.17% populated, while the matrix from the normalized input initially had 43 characters and 2914 non-empty data items, or 36.05% populated. After the edits, both matrices were better populated at approximately 85%.
Table 1.
Original input matrix | Normalized input matrix | |||
---|---|---|---|---|
Before edits | After edits | Before edits | After edits | |
Rows/Exemplars | 188 | 188 | 188 | 188 |
Columns/Characters | 41 | 18 | 43 | 18 |
Non-empty cells | 2942 | 2864 | 2914 | 2913 |
Fullness of matrix (%) | 38.17% populated | 85.00% populated | 36.05% populated | 86.08% populated |
Table 2 below summarizes the accuracy, edit effort, and precision/recall-based similarity scores for the matrices generated from the original input and the normalized input. The pre-edit accuracy of the matrix from the original input is 1.46%, and after 46 column-based edits, its precision, recall, and F1 scores were 99.79, 98.82, and 99.35% respectively. The pre-edit accuracy of the matrix from the normalized input was 98.83%, and after 28 edits, its precision, recall, and F1 scores were 99.91, 99.65, and 99.78%, respectively. The pre-edit accuracy of normalized input matrix was 67 times better than that of the original input matrix, and normalized input matrix required 39% less edit effort.
Table 2.
Original input matrix | Normalized input matrix | |
---|---|---|
Pre-edit accuracy (%) | 1.46% = 43/2942 | 98.83% = 2880/2914 |
Number of edits (splits) | 46 (8) | 28 (3) |
Post-edit precision (%) | 99.79% | 99.91% |
Post-edit recall (%) | 98.92% | 99.65% |
Post-edit F1 score (%) | 99.35% | 99.78% |
Table 3 summarizes the edits made to the two matrices. Details are included in Tables 4 and 5. For the matrix resulting from the original input, eight of the 41 characters were first split because they contained data items with combined character values. After that, 46 edits (=9 characters (i.e., columns) deleted + 15 characters renamed + 22 characters merged) were made on the matrix. These edits affected 3593 values in the matrix. Three characters out of the original 41 were retained without edits.
Table 3.
Original input matrix | Normalized input matrix | |
---|---|---|
Splits | 8 | 3 |
Deletions | 9 | 3 |
Renames | 15 | 0 |
Merges | 22 | 25 |
Unedited | 3 | 18 |
Values affected by edits | 3593 | 162 |
Table 4.
Edit type | Characters affected | Operations | Edit effort |
---|---|---|---|
Delete | quantity of leg [15], character of carapace [4], length of carapace [147], width of carapace [76], length of abdomen [133], length of sternum [168], quantity of iii tibia/metatarsu [1], quantity of iii [8], quantity of leg-3 [1] | delete column | 9 |
Rename | quantity of whole-organism [162] | Rename as "length of whole-organism (new)" | 1 |
quantity of carapace (split, length) [139] | Rename as "length of carapace (new)" | 1 | |
quantity of carapace (split, width) [129] | Rename as "width of carapace (new)" | 1 | |
quantity of abdomen (split, length) [133] | Rename as "length of abdomen (new)" | 1 | |
quantity of sternum (split, length) [165] | Rename as "length of sternum (new)" | 1 | |
quantity of spiracle-epigastrium [138] | Rename as "distance of spiracle-epigastrium (new)" | 1 | |
quantity of spiracle-spinneret [155] | Rename as "distance of spiracle-spinneret (new)" | 1 | |
quantity of i tibia [189] | Rename as "length of leg i tibia (new)" | 1 | |
quantity of i metatarsus [189] | Rename as "length of leg i metatarsus (new)" | 1 | |
quantity of ii tibia [188] | Rename as "length of leg ii tibia (new)" | 1 | |
quantity of ii metatarsus [188] | Rename as "length of leg ii metatarsus (new)" | 1 | |
quantity of iii tibia [185] | Rename as "length of leg iii tibia (new)" | 1 | |
quantity of iii metatarsus [185] | Rename as "length of leg iii metatarsus (new)" | 1 | |
quantity of iv tibia [186] | Rename as "length of leg iv tibia (new)" | 1 | |
quantity of iv metatarsus [186] | Rename as "length of leg iv metatarsus (new)" | 1 | |
Merge | length of whole-organism (new) [162], quantity of body [1] | Merge into length of whole-organism (new)" | 1 |
length of carapace(new) [129], quantity of prosoma(split, length) [37], quantity of thoracic-groove [6], quantity of cephalic-area [1], quantity of front [2], quantity of ocular-area(split, length) [2] | Merge into “length of carapace (new)” | 5 | |
width of carapace (new) [139], quantity of prosoma(split, width) [37], quantity of ocular-area(split, width) [1] | Merge into “width of carapace (new)” | 2 | |
length of palpal-tarsus [5]*, quantity of palpal-tarsus [57] | Merge into “length of palpal-tarsus” | 1 | |
length of abdomen (new) [133], quantity of opisthosomum(split, length) [44] | Merge into “length of abdomen (new)” | 1 | |
width of abdomen [2]*, quantity of opisthosomum(split, width) [7], quantity of abdomen (split, width) [128] | Merge into “width of abdomen” | 2 | |
quantity of sternum (split, width) [160], width of sternum [1]* | Merge into “width of sternum” | 1 | |
distance of spiracle-spinneret (new) [155], quantity of spiracle [1], quantity of spiracle spinneret [2] | Merge into “distance of spinneret-spiracle(new)” | 2 | |
quantity of epigastric-furrow [1], distance of spiracle-epigastrium (new) [138], quantity of epigastrium-epigastrium [1], quantity of epigastrium-spiracle [20] | Merge into “distance of epigastrium-spiracle (new)” | 3 | |
length of leg ii tibia (new) [188], quantity of ii (split, tibia) [5] | Merge into ”length of leg ii tibia(new)“ | 1 | |
length of leg ii metatarsus (new) [188], quantity of ii (split, metatarsus) [3] | Merge into “length of leg ii metatarsus(new)” | 1 | |
length of leg iv tibia (new) [186], quantity of iv (split, tibia) [4] | Merge into "length of leg iv tibia(new)" | 1 | |
length of leg iv metatarsus (new) [186], quantity of iv (split, metatarsus) [3] | Merge into "length of leg iv metatarsus(new)" | 1 | |
Total edits | 46 |
The numbers in “[]” indicate the number of values affected by an edit operation. Characters indicated with an “*” were retained without edits
Table 5.
Edit type | Characters affected | Operation | Edit effort |
---|---|---|---|
Merge | 1. length of whole-organism [161], length of body$1 [1] | Merge into length of whole-organism | 1 |
2. length of carapace [147], size of carapace [4], length of prosoma$2 [37], length of ocular-area [1], length of thoracic-groove [2], length of cephalic-area [1] | Merge into length of carapace | 5 | |
3. width of carapace [152], width of prosoma$3 [37], width of ocular-area [1], width of thoracic-groove [2], width of cephalic-area [1] | Merge into width of carapace | 4 | |
4. length of abdomen [138], length of opisthosomum$4 [44] | Merge into length of abdomen | 1 | |
5. width of abdomen [128], width of opisthosomum$5 [6] | Merge into width of abdomen | 1 | |
6. location of spiracle [1], size of spiracle spinneret [2], distance of spinneret-spiracle [155] | Merge into distance of spinneret-spiracle | 2 | |
7. distance of epigastric-furrow [1], distance of epigastrium-epigastrium$6 [1], distance of epigastrium-spiracle [158] | Merge into distance of epigastrium-spiracle | 2 | |
8. length of leg-2 tibia [189], length of leg-2 [1], size_or_shape of leg-2 (split, tibia) [2] | Merge into length of leg-2 tibia | 2 | |
9. length of leg-2 metatarsus [189], size_or_shape of leg-2 (split, metatarsus) [2] | Merge into length of leg-2 metatarsus | 1 | |
10. length of leg-iii tibia [186], length of leg-ii [1]i, size_or_shape of leg-iii (split, tibia) [1] | Merge into length of leg-iii tibia | 2 | |
11. length of leg-iii metatarsus [186], size_or_shape of leg-iii (split, metatarsus) [1] | Merge into length of leg-iii metatarsus | 1 | |
12. length of leg-4 tibia [187], length of leg-4 [1], size_or_shape of leg-4 (split) [2] | Merge into length of leg-4 tibia | 2 | |
13. length of leg-4 metatarsus [187], size_or_shape of leg-4 (split) [2] | Merge into length of leg-4 metatarsus | 1 | |
Delete | 14. length of leg [3] | delete length of leg | 1 |
15. size of abdomen [3] (values are non-numerical, e.g. tiny) | delete size of abdomen | 1 | |
16. length of leg-iii tibia/metatarsu [1] | delete length of leg-iii tibia/metatarsu | 1 | |
Total edits | 28 |
The numbers in “[]” indicate the number of values affected by an edit operation. The 18 characters in the gold standard were all included in the machine-generated matrix. The characters superscripted with “$N” are considered equivalent to a corresponding character in the gold standard, either by their semantic equivalence (i.e.. $1), or by the experts’ decisions (i.e., $2–$6)
For the matrix generated from the normalized input, three of the 43 initial characters were split at first, and then 28 edits were made (including three deletions and 25 merges), with a total of 162 values affected by the edits.
Precision, recall, and F1 scores of the edited matrices as compared to the gold standard are shown in Tables 6, 7, 8 and 9. Tables 6 and 7 display the exemplar-based and character-based precision and recall scores of the matrix generated from the original input, while Tables 8 and 9 show the scores of the matrix generated from the normalized input. The scores are very similar between the two matrices. In Table 2, the precision/recall scores of all data items in post-edit matrices from the original and normalized inputs are 99.79%/98.92% and 99.91%/99.65%, respectively. It indicates that 0.21% and 0.09% of the data items in these two matrices are incorrect, respectively, and 1.08% and 0.35% of the data items in the gold matrix were missing from these matrices, respectively.
Table 6.
Mean | Sd | Min | Max | Number | |
---|---|---|---|---|---|
Precision | 0.9981 | 0.01063 | 0.9333 | 1 | 188 |
recall | 0.9805 | 0.05153 | 0.7222 | 1 | 188 |
F1 score | 0.9886 | 0.03055 | 0.8387 | 1 | 188 |
Table 7.
Character | Precision | Recall | F1-score | Character | Precision | Recall | F1-score |
---|---|---|---|---|---|---|---|
Length of whole-organism | 0.9947 | 0.9894 | 0.992 | distance of spinneret-spiracle | 1 | 1 | 1 |
Length of carapace | 0.9883 | 0.8989 | 0.9415 | length of leg-i tibia | 1 | 0.9947 | 0.9973 |
Width of carapace | 1 | 0.9149 | 0.9556 | length of leg-i metatarsus | 1 | 0.9947 | 0.9973 |
Length of palpal-tarsus | 1 | 1 | 1 | length of leg-ii tibia | 1 | 1 | 1 |
Length of sternum | 1 | 0.9681 | 0.9838 | length of leg-ii metatarsus | 1 | 1 | 1 |
Width of sternum | 1 | 0.9787 | 0.9892 | length of leg-iii tibia | 1 | 0.9787 | 0.9892 |
Length of abdomen | 0.9836 | 0.9574 | 0.9704 | length of leg-iii metatarsus | 1 | 0.9840 | 0.9920 |
Width of abdomen | 0.9947 | 0.9894 | 0.992 | length of leg-iv tibia | 1 | 0.9947 | 0.9973 |
Distance of epigastrium-spiracle | 1 | 1 | 1 | length of leg-iv metatarsus | 1 | 1 | 1 |
Table 8.
Mean | Sd | Min | Max | Number | |
---|---|---|---|---|---|
Precision | 0.9991 | 0.00698 | 0.9444 | 1 | 188 |
Recall | 0.9965 | 0.01872 | 0.8333 | 1 | 188 |
F1 score | 0.9977 | 0.01158 | 0.9091 | 1 | 188 |
Table 9.
Character | Precision | Recall | F1 score | Character | Precision | Recall | F1 score |
---|---|---|---|---|---|---|---|
Length of whole-organism | 1 | 0.9947 | 0.9973 | distance of spinneret-spiracle | 1 | 1 | 1 |
Length of carapace | 1 | 0.9947 | 0.9973 | length of leg-i tibia | 1 | 0.9947 | 0.9973 |
Width of carapace | 0.9947 | 0.9894 | 0.992 | length of leg-i metatarsus | 1 | 0.9947 | 0.9973 |
Length of palpal-tarsus | 1 | 1 | 1 | length of leg-ii tibia | 1 | 1 | 1 |
Length of sternum | 1 | 1 | 1 | length of leg-ii metatarsus | 1 | 1 | 1 |
Width of sternum | 1 | 0.9947 | 0.9973 | length of leg-iii tibia | 1 | 0.9947 | 0.9973 |
Length of abdomen | 0.9894 | 0.9894 | 0.9894 | length of leg-iii metatarsus | 1 | 0.9947 | 0.9973 |
Width of abdomen | 1 | 1 | 1 | length of leg-iv tibia | 1 | 0.9947 | 0.9973 |
Distance of epigastrium-spiracle | 1 | 1 | 1 | length of leg-iv metatarsus | 1 | 1 | 1 |
Discussion
Domain conventions and automated character extraction
The accuracy scores of the original input and normalized input matrices were dramatically different, 1.46% vs. 98.83%, respectively (Table 2). The lower accuracy of the data items extracted from the original input can almost be exclusively attributed to its omitting units in measurements (“mm”). Measurement units and other indicators, such as “long”, “length”, and “wide”, are among the clues the software uses to identify measurement characters. When measurement indicators are absent, the software labels the character with a more general label (e.g. “size”) in place of a more specific label of “length” or “width”. When both units and measurement indicator clues are absent, as was the case for the majority of the numerical values in the original input, the software could only name the character with the most general label (“quantity”). These quantity characters account for the difference in accuracy scores, which is also reflected in the rename and merge edits for the matrix (Table 4).
Adding the word “leg” in front of Roman numerals “I”, “II”, “III”, or “IV” in the original input did not affect the accuracy score because other cues in the text can be used in its place (in this case, the categorization of Roman numerals as structures at the Term Review step). One can take this as a sign of the system’s robustness, but it should be noted that omitting “leg” made character names for the leg measurements less understandable for the user (e.g., “length of ii”), and introduced term categorizations that are domain specific (e.g., categorizing Roman numerals as structures). We would recommend that future description authors not omit the word “leg”, or other structure terms (e.g., ribs) under similar circumstances.
The performance differences between normalized and original descriptions in terms of accuracy and edit efforts shows less self-contained morphological descriptions present a challenge for automated character extraction. It may be argued that software can be made for users to provide missing information during data processing. This approach is not viable in our task for at least three reasons: (1) It is infeasible to collect all special conventions used in describing biodiversity and new conventions may continue to be introduced (e.g., [41]); (2) accommodating a large number of special conventions useful only for specific domains harms the usability of the software for all users -- it requires all users to be aware of conventions used in other domains to discern the ones that are applicable to the task at hand; (3) it also makes the software difficult to develop or maintain in the long run, especially in the presence of conflicting conventions. To assist with automated character extraction and reduce human effort, we encourage systematics authors to write more self-contained morphological descriptions [56].
Although not included in this experiment, we would like to note that descriptions codified according to certain conventions are difficult to parse automatically for the same reason -- the needed information on how to interpret them is not in the description text. For example, “Spines: leg I, femur d 1-1-1, p d1ap; tibia v 2-2-2 (the x-p1-x displaced to prolateral), p 1-1-1 or 1-0-1, r 1-0-1; metatarsus v 2-0-2, p d1-d1-0-1, r 0-1-0, d 0-p1-0.”
Matrix generation pipeline performance
Although both machine generated matrices had become very similar to the gold standard matrix after editing (99% precision and recall, Table 2), the matrix from the original input needed nine deletions, 15 renames, and 22 merges while the matrix from the normalized input needed much fewer edits (three deletions, 0 renames, and 25 merges). The latter edits affected fewer values (see the counts in “[]” in Tables 4 and 5): it was often the case a few values were merged to a correct character already present, suggesting the matrix generated from the normalized input was already quite similar to the gold standard. The merges were sometimes needed for characters that were correctly extracted. For example, length of abdomen and length of opisthosoma were distinct characters correctly extracted from the original description, but for the specific use of the matrix in [44–46], the spider experts considered them as equivalent characters (note: opisthosoma and abdomen were not treated as synonyms in the Spider Ontology [53]). This phenomenon confirms our design rationale for the merge operation in the matrix review interface. In addition, the character distance of epigastrium-epigastrium (Table 5) was also correct according to the original descriptions, but the experts identified it as a typo in the original publication (should be epigastrium-spiracle).
ETC provides functions to control equivalent character issues, for example, synonymizing terms or importing synonyms in the Review step of Text Capture (Fig. 7), and the ETC Ontology Building tool that is being implemented. True synonyms can be included in the ontology, while terms that need to be treated as synonyms for a certain task may be synonymized in the Review step. Making use of these tools could reduce the effort of merging characters during the Matrix Review step.
The precision and recall scores (Tables 6, 7, 8, and 9) of the exemplar-based and character-based evaluation of edited matrices indicate that character values were extracted from the descriptions correctly (high precision) and not many were missed (high recall), even after deletions of some characters. Character/column-based editing seems to be effective in bringing machine-generated matrices close to the gold standard matrix. The low standard deviations of precision and recall scores in Tables 6 and 8 suggest that the software performs consistently on each exemplar and across all characters, as shown by the similar precision and recall scores for each of the characters in Tables 7 and 9.
Error analyses
Incorrect decisions in character markup made by Text Capture (parse step) propagate into the matrices generated. In this section, we discuss the errors and their causes, which include one caused by a typo in the original source PDF file where “width” was misspelled as “with”.
ISSUE I: There were several mistakes that led to a number of merge operations (e.g., in rows two and three in Table 5). If analyzed carefully, it can be seen the description sentences were ambiguously written. Three such examples are given below:
Carapace globose, thoracic groove on depressed area, length 3.27 mm, width 2.70 mm.
Carapace very wide in front, ocular area slightly protruding, length 2.30 mm, width 1.57 mm.
Abdomen extremely elongate, legs very long, including leg III. Total length 7.58 mm.
In each example, the length/width measurements could be associated with any structure shown in bold (a thoracic groove or ocular area could have a length and a width, and leg iii could have a total length). This type of ambiguity is difficult to resolve, even by a non-expert human reader. These sentences can be simply revised as below to remove the ambiguity.
(Revised) Carapace globose, length 3.27 mm, width 2.70 mm, thoracic groove on depressed area.
(Revised) Carapace very wide in front, length 2.30 mm, width 1.57 mm, ocular area slightly protruding.
(Revised) Total length 7.58 mm. Abdomen extremely elongate, legs very long, including leg III.
Semantic ambiguity in taxonomic descriptions is a widespread issue, as we have seen it in all taxon groups we have processed. Sometimes a domain expert is not able to interpret a descriptive statement with certainty, however, it is not always easy for description authors to notice the ambiguity.
ISSUE II: Another error was caused by the software’s inability to translate the following sentence to “distance of spiracle-epigastrium” (this is related to the merge operation on row 7, Table 5).
-
4.
Epigastric furrow 0.74 mm from tracheal spiracle.
This translation requires several approximations: epigastric furrow approximates epigastrium, and tracheal spiracle approximates spiracle. As indicated before, such approximations are purposefully excluded from the design goals of the system; however, the software did recognize that some distance is expressed in the sentence.
ISSUE III: Text Capture needs to be improved in its ability to accurately generate individual characters from compound expressions similar to those included in Sentences 5 and 6 below. The problem was alleviated to some extent by the normalizations, reducing the number of splits by over 50% (from eight splits in the original version down to three in normalized version).
-
5.
Length of tibia/metatarsus: leg I, 0.52/0.44 mm; leg II, 0.50/0.40 mm; leg III, 0.24 mm; leg IV, 0.40/0.30 mm.
-
6.
Tibial lengths and indices: leg I missing; leg II1.73 mm, 7; leg III0.96 mm, 13; leg IV2.02 mm, 7.
Sentences 5 and 6 are challenging because the characters (e.g., length of leg i tibia) and their values (e.g. 0.52 mm) are separated by other elements and they require information external to the text itself for accurate interpretation, for example, knowing the tibia and metatarsus are parts of each leg, knowing the correspondence of multiple characters (e.g., length and index) to their listed values, and knowing how to deal with exceptions, such as missing values (e.g., Sentence 5, the length value for leg iii metatarsus is missing). While specific rules can be programmed to parse the sentences seen in this experiment, the applicability of the rules to other descriptions is highly questionable, as they could have their own special conventions.
Error identification
One practical question is how to quickly identify errors, whether in character names or in values, at the Matrix Review step. The names of the characters themselves are good clues, for example quantity of leg would seem suspicious to a spider expert. In addition, the Review interface supports different ways of sorting characters. Assuming erroneous characters would have values in fewer taxa, sort by character coverage (i.e., the number of taxa having a value for a character) can help identify bad characters. The original descriptions can also be brought up from the Matrix Review interface, allowing the user to check the original descriptions. An upcoming feature will highlight characters in the original text to facilitate scanning of text by the user.
Other types of characters
Issues discussed here are also applicable to extracting and matricizing categorical characters. We know that a character consists of a structure name (e.g., leg), a character name (e.g., length) and a character value (e.g., 0.7 mm). ISSUE I discussed in Error Analysis will affect whether a correct structure name is identified, regardless of types of characters. ISSUE II and III are similarly applicable to categorical characters.
A major challenge specific to categorical characters is with the determination of the character names. Descriptions often state character values without explicitly mention character names. For example, in ocular area slightly protruding (Example 2 in Error Analysis), protruding is the character value, but what is its character? Does protruding describe the size, orientation, prominence, or relief of the ocular area? Character names are important because they determine how the characters will be named in the matrix (e.g., size/orientation/prominence/relief of ocular area). Since a standard character dictionary does not exist, the system has to ask the user to indicate what character name protruding refers to in the Term Review step (Fig. 7). In fact, Term Review could be the most time consuming step when dealing with categorical characters because the user will need to categorize the terms that are not in the system’s glossary. Synonymizing structure/organ names at this step is also critical for producing high quality matrices to avoid the same characters being scattered in multiple columns.
Cardinal characters, such as counts or quantities, are often easier to extract. Our experience suggests that their extraction accuracy from taxonomic descriptions can be expected at the same level as the numerical measurements reported here. However, when the cardinal characters are not expressed in numbers, but in phrases, such as few, many, and numerous, the semantics of the character values will need human interpretation. While the systematics community has discouraged this practice, it still exists in descriptions.
Conclusions
In this paper, we introduced the ETC matrix generation pipeline, Input Creation -Text Capture - Matrix Generation, for semi-automatic production of raw taxon-character matrices from morphological descriptions of various taxon groups. This is to our knowledge the first pipeline that produces taxon-character matrices from morphological descriptions. We reported a case study where the tools were used to generate two measurement matrices from the original and normalized descriptions of 188 spider exemplars. The quality of the machine-generated matrices were compared to the hand-curated gold standard matrices, in terms of data extraction accuracy, efforts required to edit a matrix, and the similarity of an edited matrix to the gold standard.
As demonstrated in the paper, ETC matrix generation pipeline is a low-barrier workflow, in that it does not require training examples or user-crafted extraction rules. The inputs required are the minimal necessary requirements to perform the task -- clean text descriptions and domain knowledge in the form of term categorization. As shown in [29] and confirmed in this case study, the character extraction works well on fact-rich, self-contained morphological descriptions with relatively simple syntactic structures. Besides generating taxon-character matrices, evidence from this case study suggests other benefits of using the tools: (1) helping to identify errors in the source descriptions (two cases), (2) helping to identify errors in the human-curated matrix (five cases), and (3) checking for parallelism in the descriptions. These errors can be corrected and the can be data re-harvested using tools/infrastructure such as the one described in [57].
The spider body part measurement experiment provided quantitative support for several findings that we argue are not limited to this case study but are generalizable across character information extraction in biodiversity domains:
With full respect for any domain conventions, we showed the conventions that make taxonomic descriptions less self-contained have negative impacts on machine-processed results. The accuracy of the data items (i.e., character/value pairs) extracted was improved from 1.46% using the original input to 98.83% using the normalized input (essentially by adding the missing measurement units).
Semantic ambiguity exists in morphological descriptions (also see [58]). It is often not easy for description authors to see the ambiguity. We plan to adapt the CharaParser algorithm to highlight the potential semantic ambiguities in the descriptions for the authors.
We also showed that accurately extracted data items may not match exactly with the independently-created gold standard, the ideal result desired by biologists. The matrix from the normalized input contained 98.83% accurate data items, but it still required 28 edits to be 99% similar to the gold standard (188 exemplar × 18 character, 2921 values). The analyses of the experimental results revealed two reasons for this: (a) the differences between character expressions used in the original descriptions and the form of characters the user desires in the matrix, and (b) less-parallel descriptions or user/use preferences sometimes lead to the synonymization of an original character to something close. In addition, as elaborated in [41], selecting and constructing characters for certain biological research is a nontrivial task even for domain experts.
In addition, the case study showed that character/column-based edits were sufficient to bring the matrices 99% similar to the gold matrix. Although this result confirms our experience, additional empirical studies are needed to verify this result.
Future work will further improve the character extraction performance and improve the robustness of the system for various inputs. We also hope to enhance the input functionality by taking HTML, DOC, or PDF files as input. PDF is a challenging format for text processing, but promising software is being developed and tested [59]. This experiment suggested that editing facilities are needed for users to identify, select, merge, split, rename, or delete machine-generated characters. The ETC Matrix Review interface already provided a suite of features in this regard, but additional improvement is needed. Some of the features can be easily added, for example, support for quick splitting of a compound character, or color-coding the original text to visualize the machine-identified characters. Other features will need additional research, for example, suggest potentially problematic characters for the user to review.
Acknowledgements
Graduate student Fengqiong Huang and undergraduate student Andrew Greenwood Stockton participated in the design and the implementation of the ETC toolkit described in this paper. Various users, especially Dr. Lorena Endara of the University of Florida, Dr. Robert Thacker of Stony Brook University and other students, have provided valuable feedback on the ETC tools reported in this paper.
Funding
This material is based upon work supported by the National Science Foundation under Grant No. DBI-1147266 and CONICET Grant No. PIP-2012-0943. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the granting organizations.
Availability of data and materials
The ETC Toolkit is currently in beta test and publically available at http://etc.cs.umb.edu/etcsite/.
The spider glossary files can be found at https://github.com/biosemantics/glossaries/tree/master/Spider.
Data that can be used to reproduce the experiment can be found in the supplementary materials:
(1) Original Input
(2) Normalized Input
(3) Gold Standard Matrix
(4) Term categorizations used (this is provided for reader’s reference, the user can use File > Import Categorizations in the Term Review to import these categorizations, or the user can follow the instruction in the paper to categorize the terms), and
(5) Edits made in the ETC output matrices (this is provided for reader’s reference).
Note: The results reported there was produced using http://etc-dev.cs.umb.edu/etcsite/. Being a development server, it may not be available for test at all times. Using http://etc.cs.umb.edu/etcsite/ is recommended, although the results may differ slightly.
Authors’ contributions
Conceived ETC Toolkits: JAM, HC, BL, RAM. Designed and implemented ETC Toolkit: TR, HC. Designed and implemented the spider experiment: HC, MR, DX, SSC; Provided the experiment data: MR, EMS, NMK; Analyzed experiment result: DX, HC; Drafted the manuscript: SSC, HC, DX. All authors reviewed and approved the final version of the manuscript.
Competing interests
The authors declare that they have no competing interests.
Consent for publication
Not applicable.
Ethics approval and consent to participate
Not applicable.
Abbreviations
- ASCII
American Standard Code for Information Interchange
- CSV
Comma separated values
- ETC
Explorer of Taxon Concepts
- OTO
Ontology Term Organizer
Portable Document Format
- XML
Extensible Markup Language
Additional files
Contributor Information
Hong Cui, hongcui@email.arizona.edu.
Dongfang Xu, dongfangxu9@email.arizona.edu.
Steven S. Chong, stevenchong@email.arizona.edu
Martin Ramirez, Email: ramirez@macn.gov.ar.
Thomas Rodenhausen, rodenhausen@email.arizona.edu.
James A. Macklin, Email: James.Macklin@agr.gc.ca
Bertram Ludäscher, Email: ludaesch@illinois.edu.
Robert A. Morris, Email: ram@cs.umb.edu
Eduardo M. Soto, Email: edumsoto@gmail.com
Nicolás Mongiardino Koch, Email: nicolas.mongiardinokoch@yale.edu.
References
- 1.Franz NM, Chen M, Yu S, Bowers S, Ludäscher B. Names are not good enough: reasoning over taxonomic change in the Andropogon complex. Semantic Web Journal–Interoperability, Usability, Applicability-Special Issue on Semantics for Biodiversity. 2014;1(1). http://www.semantic-web-journal.net/content/names-are-not-good-enough-reasoning-over-taxonomic-change-andropogon-complex. Accessed 10 Feb 2016.
- 2.Maddison DR, Maddison WP. MacClade 4: Analysis of phylogeny and character evolution. 2005. [DOI] [PubMed] [Google Scholar]
- 3.Maddison WP, Maddison DR. Mesquite: A modular system for evolutionary analysis. Version 3.01. 2014. http://mesquiteproject.org. Accessed 2 Feb 2016.
- 4.O’Lear MA, Kaufman SG. MorphoBank 3.0: Web application for morphological phylogenetics and taxonomy. 2012. http://www.morphobank.org. Accessed 2 Feb 2016.
- 5.Balhoff JP, Dahdul WM, Kothari CR, Lapp H, Lundberg JG, Mabee P, et al. Phenex: ontological annotation of phenotypic diversity. PLoS One. 2010;5(5) doi: 10.1371/journal.pone.0010500. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Howe DG, Frazer K, Fashena D, Ruzicka L, Bradford Y, Ramachandran S, et al. Data extraction, transformation, and dissemination through ZFIN. Methods Cell Biol. 2011;104:311–25. doi: 10.1016/B978-0-12-374814-0.00017-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Bradford Y, Conlin T, Dunn N, Fashena D, Frazer K, Howe DG, et al. ZFIN: enhancements and updates to the Zebrafish model organism database. Nucleic Acids Res. 2011;39(Suppl 1):D822–9. doi: 10.1093/nar/gkq1077. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Bowes JB, Snyder KA, Segerdell E, Gibb R, Jarabek C, Noumen E, et al. Xenbase: a Xenopus biology and genomics resource. Nucleic Acids Res. 2008;36(Suppl 1):D761–7. doi: 10.1093/nar/gkm826. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Blake JA, Bult CJ, Eppig JT, Kadin JA, Richardson JE, the Mouse Genome Database Group The mouse genome database genotypes: phenotypes. Nucleic Acids Res. 2009;37(Suppl 1):D712–9. doi: 10.1093/nar/gkn886. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Màrquez L, Carreras X, Litkowski K, Stevenson S. Semantic role labeling: an introduction to the special issue. Comput Linguist. 2008;34(2):145–59. doi: 10.1162/coli.2008.34.2.145. [DOI] [Google Scholar]
- 11.Palmer M, Gildea D, Xue N. Semantic role labeling. Synthesis Lectures on Human Language Technologies. 2010;3(1):1–103. doi: 10.2200/S00239ED1V01Y200912HLT006. [DOI] [Google Scholar]
- 12.Grishman R. Information Extraction. In The Oxford Handbook of Computational Linguistics. Oxford University Press. 2012. doi:10.1093/oxfordhb/9780199276349.013.0030.
- 13.Zhou J, Xu W. End-to-end learning of semantic role labeling using recurrent neural networks. In: Proceedings of the Annual Meeting of the Association for Computational Linguistics. 2015. http://www.aclweb.org/anthology/P/P15/P15-1109.pdf. Accessed 12 Aug 2016.
- 14.BioCreative WorkShop. Proceedings of 2012 BioCreative WorkShop. 2012. http://www.biocreative.org/media/store/files/2012/Proceedings_BC2012_.pdf. Accessed 2 Feb 2016.
- 15.BioCreative WorkShop. Proceedings of the Fourth BioCreative Challenge Evaluation Workshop vol. 1. 2013. http://www.biocreative.org/media/store/files/2013/ProceedingsBioCreativeIV_vol1_.pdf. Accessed 2 Feb 2016.
- 16.BioCreative WorkShop. Proceedings of the Fourth BioCreative Challenge Evaluation Workshop vol. 2. 2013. http://www.biocreative.org/media/store/files/2013/ProceedingsBioCreativeIV_vol2-1.pdf. Accessed 2 Feb 2016.
- 17.WorkShop BC. Workshop 1 - BioCreative Workshop on Text Mining Applications. 2014. [Google Scholar]
- 18.Taylor A. Extracting knowledge from biological descriptions. In: Mars NJI, editor. Proceedings of Second International Conference on Building andSharing Very Large-Scale Knowledge Bases. IOS press; 1995. P. 114-119.
- 19.Diederich J, Fortuner R, Milton J. Computer-assisted dataextraction from the taxonomical literature. 1999. Virtual publication on web site: http://math.ucdavis.edu/~milton/genisys.html. Accessed 12 Aug 2016.
- 20.Wood MM, Lydon SJ, Tablan V, Maynard D, Cunningham H. Using parallel texts to improve recall in IE. In: Nicolov N, Bontcheva K, Angelova G, Mitkov R, editors. Proceedings ofRecent Advances in Natural Language Processing. Amsterdam: JohnBenjamins; 2003. pp. 70–7. [Google Scholar]
- 21.Cui H. MARTT: Using induced knowledge base to automatically mark up plant taxonomic descriptions with XML. Proceedings of the American Society for Information Science and Technology. 2005;42(1). doi:10.1002/meet.1450420170.
- 22.Tang X, Heidorn PB. Using Automatically Extracted Information in Species Page Retrieval. In: Abstracts of the 2007 Annual Conference of the Taxonomic Databases Working Group. TDWG. 2007. http://www.tdwg.org/fileadmin/2007meeting/documents/Proceedings_of_TDWG_2007.pdf. Accessed 2 Feb 2016.
- 23.Soderland S. Learning information extraction rules for semi-structured and free text. Machine learning. 1999;34(1-3):233–72. doi: 10.1023/A:1007562322031. [DOI] [Google Scholar]
- 24.Cui H, Boufford D, Selden P. Semantic annotation of biosystematics literature without training examples. J Am Soc Inf Sci Tec. 2010;61(3):522–42. [Google Scholar]
- 25.Cui H. Competency evaluation of plant character ontologies against domain literature. J Am Soc Inf Sci Tec. 2010;61(6):1144–65. [Google Scholar]
- 26.BioPortal. Phenotype Quality Ontology. 2016. https://bioportal.bioontology.org/ontologies/PATO. Accessed 12 Aug 2016.
- 27.Kiger RW, Porter DM. Categorical glossary for the flora of North America project. Hunt Institute for Botanical Documentation: Carnegie Mellon University; 2001. [Google Scholar]
- 28.Huang F, Macklin J, Morris PJ, Sanyal PP, Morris RA, Cui H. OTO: Ontology term organizer. Proc Am Soc Inf Sci Tech. 2012;49(1):1–3. [Google Scholar]
- 29.Cui H. CharaParser for fine-grained semantic annotation of organism morphological descriptions. J Am Soc Inf Sci. 2012;63:738–54. doi: 10.1002/asi.22618. [DOI] [Google Scholar]
- 30.Cui H. Semantic annotation of morphological descriptions: an overall strategy. BMC bioinformatics. 2010;11:278. doi: 10.1186/1471-2105-11-278. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Klein D, Manning CD. Accurate Unlexicalized Parsing. Proceedings of the 41st Meeting of the Association for Computational Linguistics. 2003; p. 423-30. doi:10.3115/1075096.1075150.
- 32.Hazy Research Group. DeepDive. 2015. http://deepdive.stanford.edu. Accessed 2 Feb 2016.
- 33.Müller HM, Kenny EE, Sternberg PW. Textpresso: an ontology-based information retrieval and extraction system for biological literature. PLoS Biol, 2(11), e309. http://dx.doi.org/10.1371/journal.pbio.0020309. [DOI] [PMC free article] [PubMed]
- 34.Thessen AE, Cui H, Mozzherin D. Applications of natural language processing in biodiversity science. Adv Bioinformatics. 2012 doi: 10.1155/2012/391574. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Sevenster M, Bozeman J, Cowhy A, Trost W. A natural language processing pipeline for pairing measurements uniquely across free-text CT reports. J Biomed Inform. 2015;53:36–48. doi: 10.1016/j.jbi.2014.08.015. [DOI] [PubMed] [Google Scholar]
- 36.Uzuner O, Solti I, Cadag E. Extracting medication information from clinical text. J Am Med Inform Assoc. 2010;17:514-. doi: 10.1136/jamia.2010.003947. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Arbuckle T. Automatic identification of bees’ species from images of their wings. Proc. 9th Int. Workshop on Systems, Signals and Image Processing. 2002; P. 509–511. doi: 10.1142/9789812776266_0077.
- 38.Lam M, Rao Doppa J, Todorovic S, Dietterich TG. HC-Search for structured prediction in computer vision. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2015; P. 4923-4932.
- 39.Salle JL, Wheeler Q, Jackway P, Winterton S, Hobern D, Lovell D. Accelerating taxonomic discovery through automated character extraction. Zootaxa. 2009;2217:43–55. [Google Scholar]
- 40.Hardisty A, Roberts D. A decadal view of biodiversity informatics: challenges and priorities. BMC Ecol. 2013;13(1):1. doi: 10.1186/1472-6785-13-16. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Sereno PC. Comparative cladistics. Cladistics. 2009;25(6):624–59. doi: 10.1111/j.1096-0031.2009.00265.x. [DOI] [PubMed] [Google Scholar]
- 42.Liu J, Endara L, Burleigh JG. MatrixConverter: facilitating construction of phenomic character matrices. Appl Plant Sci. 2015 doi: 10.3732/apps.1400088. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Dececchi TA, Balhoff JP, Lapp H. Toward synthesizing our knowledge of morphology: Using ontologies and machine reasoning to extract presence/absence evolutionary phenotypes across studies. Syst Biol. 2015. doi:10.1093/sysbio/syv031. [DOI] [PMC free article] [PubMed]
- 44.Ramírez MJ. The spider subfamily Amaurobioidinae (Araneae, Anyphaenidae): a phylogenetic revision at the generic level. Bull Am Mus Nat Hist. 2003;277:1–262. doi: 10.1206/0003-0090(2003)277<0001:TSSAAA>2.0.CO;2. [DOI] [Google Scholar]
- 45.Aisen S, Ramírez MJ. A revision and phylogenetic analysis of the spider genus Oxysoma Nicolet (Araneae: Anyphaenidae, Amaurobioidinae) Zootaxa. 2015;3997(1):1–61. doi: 10.11646/zootaxa.3997.1.1. [DOI] [PubMed] [Google Scholar]
- 46.Labarque FM, Soto EM, Ramírez MJ, Arnedo MA. Chasing ghosts: the phylogeny of Amaurobioidinae ghost spiders (Araneae, Anyphaenidae) Zoologica Scripta. 2015;44(5):550–61. doi: 10.1111/zsc.12119. [DOI] [Google Scholar]
- 47.Cui H, Rodenhausen T. ETC semantic Markup Input Schema. 2015. [Google Scholar]
- 48.Cui H, Rodenhausen T. ETC semantic Markup Output Schema. 2015. [Google Scholar]
- 49.Community. ETC Glossary Git Repository. 2015. https://github.com/biosemantics/glossaries. Accessed 2 Feb 2016.
- 50.BioPortal. 2015. https://bioportal.bioontology.org. Accessed 12 Nov 2016.
- 51.Catapano T. TaxPub: An Extension of the NLM/NCBI Journal Publishing DTD for Taxonomic Descriptions. In: Journal Article Tag Suite Conference (JATS-Con) Proceedings 2010. Bethesda: National Center for Biotechnology Information (US); 2010. [Google Scholar]
- 52.Vos RA, Balhoff JP, Caravas JA, Holder MT, Lapp H, Maddison WP, et al. NeXML: rich, extensible, and verifiable representation of comparative data and metadata. Syst Biol. 2012;61(4):675–89. doi: 10.1093/sysbio/sys025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 53.Ramírez MJ, Michalik PM. Spider ontology. An ontology for spider comparative biology. NCBO BioPortal. 2007-2014. http://bioportal.bioontology.org/ontologies/SPD. Accessed 20 Nov 2015.
- 54.Endara L, Cole H, Burleigh JG, Nagalingum N, Macklin JA, Liu J, Cui H. Building A Community Plant Glossary Using Taxonomic Descriptions. TAXON. In prep.
- 55.Névéol A, Lu Z. Automatic integration of drug indications from multiple health resources. In: Veinot TC, Ümit V Çatalyürek, Luo G, Andrade H, Smalheiser NR, editors. Proceedings of the 1st ACM international health informatics symposium. ACM; 2010, pp. 666–73. Doi: 10.1145/1882992.1883096.
- 56.Deans AR, Yoder MJ, Balhoff JP. Time to change how we describe biodiversity. Trends Ecol Evol. 2012;27(2):78–84. doi: 10.1016/j.tree.2011.11.007. [DOI] [PubMed] [Google Scholar]
- 57.Miller JA, Georgiev T, Stoev P, Sautter G, Penev L. Corrected data re-harvested: curating literature in the era of networked biodiversity informatics. Biodiversity Data Journal. 2015;3 doi: 10.3897/BDJ.3.e4552. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 58.Cui H, Dahdul W, Dececchi A, Ibrahim N, Mabee P, Balhoff J, Gopalakrishnan H. CharaPaser+EQ: Performance Evaluation Without Gold Standard. Proceeding of Annual Meeting of American Society for Information Science and Technology. 2015. https://www.asist.org/files/meetings/am15/proceedings/submissions/papers/9paper.pdf. Accessed 2 Nov 2016.
- 59.Miller J, Agosti D, Sauter G, Catapano T, Klingenberg C. GoldenGATE Imagine XML Markup Editor. 2016. http://plazi.org/api-tools/source-code/goldengate-editor/. Accessed 12 Nov 2016.
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The ETC Toolkit is currently in beta test and publically available at http://etc.cs.umb.edu/etcsite/.
The spider glossary files can be found at https://github.com/biosemantics/glossaries/tree/master/Spider.
Data that can be used to reproduce the experiment can be found in the supplementary materials:
(1) Original Input
(2) Normalized Input
(3) Gold Standard Matrix
(4) Term categorizations used (this is provided for reader’s reference, the user can use File > Import Categorizations in the Term Review to import these categorizations, or the user can follow the instruction in the paper to categorize the terms), and
(5) Edits made in the ETC output matrices (this is provided for reader’s reference).
Note: The results reported there was produced using http://etc-dev.cs.umb.edu/etcsite/. Being a development server, it may not be available for test at all times. Using http://etc.cs.umb.edu/etcsite/ is recommended, although the results may differ slightly.