Table Interpretation and Extraction of Semantic Relationships to Synthesize Digital Documents

Table Interpretation and Extraction of Semantic Relationships to Synthesize Digital Documents

Table Interpretation and Extraction of Semantic Relationships to Synthesize Digital Documents Martha O. Perez-Arriaga1, Trilce Estrada1 and Soraya Abad-Mota2 1Computer Science, University of New Mexico, 87131, Albuquerque, NM, U.S.A. 2Electrical and Computer Engineering, University of New Mexico, 87131, Albuquerque, NM, U.S.A. Keywords: Table Understanding, Information Extraction, Information Integration, Semantic Analysis. Abstract: The large number of scientific publications produced today prevents researchers from analyzing them rapidly. Automated analysis methods are needed to locate relevant facts in a large volume of information. Though publishers establish standards for scientific documents, the variety of topics, layouts, and writing styles im- pedes the prompt analysis of publications. A single standard across scientific fields is infeasible, but common elements tables and text exist by which to analyze publications from any domain. Tables offer an additional dimension describing direct or quantitative relationships among concepts. However, extracting tables infor- mation, and unambiguously linking it to its corresponding text to form accurate semantic relationships are non-trivial tasks. We present a comprehensive framework to conceptually represent a document by extracting its semantic relationships and context. Given a document, our framework uses its text, and tables content and structure to identify relevant concepts and relationships. Additionally, we use the Web and ontologies to perform disambiguation, establish a context, annotate relationships, and preserve provenance. Finally, our framework provides an augmented synthesis for each document in a domain-independent format. Our results show that by using information from tables we are able to increase the number of highly ranked semantic relationships by a whole order of magnitude. 1 INTRODUCTION rely on patterns and ignore structural and semantic re- lationships, as their information extraction does not The rate at which scientific publications are produced consider relevant concepts with explicit relationships has been steadily increasing year after year. The es- expressed in tables; and (3) they represent their find- timated growth in scientific literature is 8 9% per ings for a specific domain, which cannot be exten- year in the past six decades (Bornmann and− Mutz, sively and repeatedly exploited. Thus, the next gen- 2015). This is equivalent to doubling the scientific lit- eration of deep text mining techniques needs more erature every 9-10 years. Such massive production of sophisticated methods for information extraction and articles has enabled the rise of scientific text mining, representation. especially in the health sciences (Cohen and Hersh, Extracting information from the vast scientific lit- 2005). The goal of this mining is to uncover non- erature is challenging because even though confer- trivial facts that underlie the literature; however, these ences and journals establish guidelines to publish facts emerge as correlations or patterns only after ana- work, articles within a field are still reported with var- lyzing a large volume of documents. One of the most ious formats (e.g., PDF, XML), layouts (e.g., one or famous works of literature-based mining led to dis- multi-column), and writing style. No unified vocab- cover that magnesium deficiency produces migraines ulary exists. For instance, publications on healthcare (Swanson, 1988). Some literature-based approaches might use various names for the same concept (e.g., use word frequency and co-occurrence (Srinivasan, diabetes management and glycemic control). And the 2004), n-grams (Sekine, 2008), and semantic rela- practice of annotating articles with metadata and on- tionships between concepts using fixed patterns (Hris- tologies is far from widely adopted. Further, a unique tovski et al., 2006). These methods, although effi- standard for publishing articles across scientific fields cient, are lacking in three crucial aspects (1) they lead is not feasible. Our work aims to fill this gap by pro- to a large number of false conclusions, as they can- viding a comprehensive mechanism to (1) conceptu- not exploit context or disambiguate concepts; (2) they ally representing a document by extracting and anno- 223 Perez-Arriaga, M., Estrada, T. and Abad-Mota, S. Table Interpretation and Extraction of Semantic Relationships to Synthesize Digital Documents. DOI: 10.5220/0006436902230232 In Proceedings of the 6th International Conference on Data Science, Technology and Applications (DATA 2017), pages 223-232 ISBN: 978-989-758-255-4 Copyright © 2017 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved DATA 2017 - 6th International Conference on Data Science, Technology and Applications tating its semantic relationships and context and (2) tities and relationships. DBpedia alone represents 4.7 preserving provenance of each and every relationship, billion relationships as triples (Bizer et al., 2009), in- entity, and annotation included in the document’s syn- cluding the areas of people, books and scientific pub- thesis. lications. Yet most triples from scientific publications Our approach takes advantage of the structured are missing in the semantic web, it can complement information presented in tables and the unstructured scientific publications helping to explain concepts. To text in scientific publications. Given a document, understand tables, Mulwad et al. annotate entities our framework uses its tables’ content and structure using the semantic web (Mulwad et al., 2010). Ex- to identify relevant entities and an initial set of rela- tracting tables from PDF documents poses more chal- tionships. Additionally we use the document’s text to lenges because tables lack tags. Xonto (Oro and Ruf- identify metadata of the publication (e.g., Author, Ti- folo, 2008) is a system that extracts syntactic and se- tle, Keywords) and context. We use the publication’s mantic information from PDF documents using the context, ontologies, and the Web to disambiguate the DLP+ ontology representation language with descrip- conceptual framework of extracted entities, and we tors for objects and classes. Xonto uses lemmas and refine the set of relationships by further searching for part of speech tags to identify entities, but it lacks an these entities within the text. Our approach uses an entity disambiguation process. Texus (Rastan et al., unsupervised method to rank the relevance of rela- 2015) is a method to identify, extract and understand tionships in the context of the publication. Finally, tables. Texus is evaluated with PDF documents con- our approach organizes the metadata, entities and se- verted to XML. Their method performs functional and mantic relationships in a domain-independent format structural analyses. However, it lacks disambiguation to facilitate batch analysis. The resulting document and semantic analyses. can be used as a synthesis of a publication and can To disambiguate entities, some works (Abdal- be easily searched, analyzed, and compared as it uses gader and Skabar, 2010) use a curated dictionary, such a controlled vocabulary, Web-based annotations, and as WordNet1. This suffices if publications only con- general ontologies to represent entities and relation- tain concepts from this source. Others, like (Ferragina ships. Our results show that the entities and semantic and Scaiella, 2012) use richer sources like Wikipedia. relationships extracted provide enough information to However, Wikipedia contains a large variety of ad- analyze a publication promptly. ditional information, much of it increases noise. Our The reminder of this paper is organized as follows: work differs from these approaches in that we use DB- Section 2 describes related work. Section 3 contains pedia (Bizer et al., 2009), which is a curated ontology our approach to understanding tables and extracting derived from Wikipedia. In this case DBpedia offers semantic relationships from publications. Section 4 the best of both worlds: it is as vast as Wikipedia, contains a working example using our approach. Sec- but, similarly to WordNet, it provides information in tion 5 contains a set of experiments, results and dis- a structured and condensed form following the con- cussion of our findings. Finally, Section 6 contains ventions of the Semantic Web. our conclusion and future directions. A graphical tool, PaperViz (Di Sciascio et al., 2017), allows to summarize references, manage meta- data and search relevant literature in collections of documents. Also, Baralis et al. (Baralis et al., 2012) 2 RELATED WORK summarize documents with relevant sentences using frequent itemsets. Still, researchers need to identify We review briefly work on table interpretation, an- concrete information with descriptions pertaining to a notation, disambiguation, semantic relationships and defined context. summarization. Table interpretation is the process of Regarding works on semantic relationships dis- understanding a table’s content. There is work on in- covery, Hristovski et al. find relationships from text terpreting tables in digital documents with certain for- based on fixed patterns (Hristovski et al., 2006). The mats (e.g., HTML, PDF) (Cafarella et al., 2008; Oro open information extraction (IE) method has been and Ruffolo, 2008). Cafarella et al. present ‘webta- used successfully to find new relationships with no bles’ to interpret tables from a large number of web training data (Yates et al., 2007). However, Fader et documents, enabling

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    10 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us