Skip to main content

Showing 1–34 of 34 results for author: Scherp, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.09926  [pdf, other

    cs.LG

    POWN: Prototypical Open-World Node Classification

    Authors: Marcel Hoffmann, Lukas Galke, Ansgar Scherp

    Abstract: We consider the problem of \textit{true} open-world semi-supervised node classification, in which nodes in a graph either belong to known or new classes, with the latter not present during training. Existing methods detect and reject new classes but fail to distinguish between different new classes. We adapt existing methods and show they do not solve the problem sufficiently. We introduce a novel… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

  2. arXiv:2402.14579  [pdf, other

    cs.CV cs.CL cs.LG

    Text Role Classification in Scientific Charts Using Multimodal Transformers

    Authors: Hye ** Kim, Nicolas Lell, Ansgar Scherp

    Abstract: Text role classification involves classifying the semantic role of textual elements within scientific charts. For this task, we propose to finetune two pretrained multimodal document layout analysis models, LayoutLMv3 and UDOP, on chart datasets. The transformers utilize the three modalities of text, image, and layout as input. We further investigate whether data augmentation and balancing methods… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

  3. arXiv:2311.09707  [pdf, other

    cs.CL cs.PL

    GenCodeSearchNet: A Benchmark Test Suite for Evaluating Generalization in Programming Language Understanding

    Authors: Andor Diera, Abdelhalim Dahou, Lukas Galke, Fabian Karl, Florian Sihler, Ansgar Scherp

    Abstract: Language models can serve as a valuable tool for software developers to increase productivity. Large generative models can be used for code generation and code completion, while smaller encoder-only models are capable of performing code search tasks using natural language queries.These capabilities are heavily influenced by the quality and diversity of the available training data. Source code data… ▽ More

    Submitted 16 November, 2023; originally announced November 2023.

    Comments: accepted at GenBench workshop, EMNLP 2023

  4. Open-World Lifelong Graph Learning

    Authors: Marcel Hoffmann, Lukas Galke, Ansgar Scherp

    Abstract: We study the problem of lifelong graph learning in an open-world scenario, where a model needs to deal with new tasks and potentially unknown classes. We utilize Out-of-Distribution (OOD) detection methods to recognize new classes and adapt existing non-graph OOD detection methods to graph data. Crucially, we suggest performing new class detection by combining OOD detection methods with informatio… ▽ More

    Submitted 19 October, 2023; originally announced October 2023.

  5. arXiv:2306.10974  [pdf, other

    cs.CL

    Fine-Tuning Language Models for Scientific Writing Support

    Authors: Justin Mücke, Daria Waldow, Luise Metzger, Philipp Schauz, Marcel Hoffman, Nicolas Lell, Ansgar Scherp

    Abstract: We support scientific writers in determining whether a written sentence is scientific, to which section it belongs, and suggest paraphrasings to improve the sentence. Firstly, we propose a regression model trained on a corpus of scientific sentences extracted from peer-reviewed scientific papers and non-scientific text to assign a score that indicates the scientificness of a sentence. We investiga… ▽ More

    Submitted 21 June, 2023; v1 submitted 19 June, 2023; originally announced June 2023.

  6. The Split Matters: Flat Minima Methods for Improving the Performance of GNNs

    Authors: Nicolas Lell, Ansgar Scherp

    Abstract: When training a Neural Network, it is optimized using the available training data with the hope that it generalizes well to new or unseen testing data. At the same absolute value, a flat minimum in the loss landscape is presumed to generalize better than a sharp minimum. Methods for determining flat minima have been mostly researched for independent and identically distributed (i. i. d.) data such… ▽ More

    Submitted 15 June, 2023; originally announced June 2023.

  7. Memorization of Named Entities in Fine-tuned BERT Models

    Authors: Andor Diera, Nicolas Lell, Aygul Garifullina, Ansgar Scherp

    Abstract: Privacy preserving deep learning is an emerging field in machine learning that aims to mitigate the privacy risks in the use of deep neural networks. One such risk is training data extraction from language models that have been trained on datasets, which contain personal and privacy sensitive information. In our study, we investigate the extent of named entity memorization in fine-tuned BERT model… ▽ More

    Submitted 10 October, 2023; v1 submitted 7 December, 2022; originally announced December 2022.

    Comments: accepted at CD-MAKE 2023

  8. arXiv:2211.16878  [pdf, other

    cs.CL

    Transformers are Short Text Classifiers: A Study of Inductive Short Text Classifiers on Benchmarks and Real-world Datasets

    Authors: Fabian Karl, Ansgar Scherp

    Abstract: Short text classification is a crucial and challenging aspect of Natural Language Processing. For this reason, there are numerous highly specialized short text classifiers. However, in recent short text research, State of the Art (SOTA) methods for traditional text classification, particularly the pure use of Transformers, have been unexploited. In this work, we examine the performance of a variet… ▽ More

    Submitted 11 August, 2023; v1 submitted 30 November, 2022; originally announced November 2022.

    Comments: Accepted at CD-MAKE 2023

  9. arXiv:2211.13632  [pdf, other

    cs.DL

    Reducing a Set of Regular Expressions and Analyzing Differences of Domain-specific Statistic Reporting

    Authors: Tobias Kalmbach, Marcel Hoffmann, Nicolas Lell, Ansgar Scherp

    Abstract: Due to the large amount of daily scientific publications, it is impossible to manually review each one. Therefore, an automatic extraction of key information is desirable. In this paper, we examine STEREO, a tool for extracting statistics from scientific papers using regular expressions. By adapting an existing regular expression inclusion algorithm for our use case, we decrease the number of regu… ▽ More

    Submitted 25 March, 2023; v1 submitted 24 November, 2022; originally announced November 2022.

  10. arXiv:2211.02982  [pdf, other

    cs.CV cs.CL

    Event and Entity Extraction from Generated Video Captions

    Authors: Johannes Scherer, Ansgar Scherp, Deepayan Bhowmik

    Abstract: Annotation of multimedia data by humans is time-consuming and costly, while reliable automatic generation of semantic metadata is a major challenge. We propose a framework to extract semantic metadata from automatically generated video captions. As metadata, we consider entities, the entities' properties, relations between entities, and the video category. We employ two state-of-the-art dense vide… ▽ More

    Submitted 13 September, 2023; v1 submitted 5 November, 2022; originally announced November 2022.

    Comments: Paper accepted at CD-MAKE 2023

  11. arXiv:2204.05821  [pdf, other

    cs.DS

    Computing $k$-Bisimulations for Large Graphs: A Comparison and Efficiency Analysis

    Authors: Jannik Rau, David Richerby, Ansgar Scherp

    Abstract: Summarizing graphs w.r.t. structural features is important to reduce the graph's size and make tasks like indexing, querying, and visualization feasible. Our generic parallel BRS algorithm efficiently summarizes large graphs w.r.t. a custom equivalence relation $\sim$ defined on the graph's vertices $V$. Moreover, the definition of $\sim$ can be chained $k\geq 1$ times, so the defined equivalence… ▽ More

    Submitted 13 May, 2023; v1 submitted 12 April, 2022; originally announced April 2022.

    Comments: Accepted at ICGT 2023

  12. arXiv:2204.03954  [pdf, other

    cs.CL

    Are We Really Making Much Progress in Text Classification? A Comparative Review

    Authors: Lukas Galke, Andor Diera, Bao Xin Lin, Bhakti Khera, Tim Meuser, Tushar Singhal, Fabian Karl, Ansgar Scherp

    Abstract: This study reviews and compares methods for single-label and multi-label text classification, categorized into bag-of-words, sequence-based, graph-based, and hierarchical methods. The comparison aggregates results from the literature over five single-label and seven multi-label datasets and complements them with new experiments. The findings reveal that all recently proposed graph-based and hierar… ▽ More

    Submitted 4 June, 2023; v1 submitted 8 April, 2022; originally announced April 2022.

    Comments: Update: revised text and new included methods. This work is an extension of "Bag-of-Words vs. Graph vs. Sequence in Text Classification: Questioning the Necessity of Text-Graphs and the Surprising Strength of a Wide MLP. ACL (1) 2022: 4038-4051", URL: https://aclanthology.org/2022.acl-long.279/

  13. arXiv:2203.05919  [pdf, ps, other

    cs.LG

    Graph Summarization with Graph Neural Networks

    Authors: Maximilian Blasi, Manuel Freudenreich, Johannes Horvath, David Richerby, Ansgar Scherp

    Abstract: The goal of graph summarization is to represent large graphs in a structured and compact way. A graph summary based on equivalence classes preserves pre-defined features of a graph's vertex within a $k$-hop neighborhood such as the vertex labels and edge labels. Based on these neighborhood characteristics, the vertex is assigned to an equivalence class. The calculation of the assigned equivalence… ▽ More

    Submitted 8 December, 2022; v1 submitted 11 March, 2022; originally announced March 2022.

  14. Lifelong Learning on Evolving Graphs Under the Constraints of Imbalanced Classes and New Classes

    Authors: Lukas Galke, Iacopo Vagliano, Benedikt Franke, Tobias Zielke, Marcel Hoffmann, Ansgar Scherp

    Abstract: Lifelong graph learning deals with the problem of continually adapting graph neural network (GNN) models to changes in evolving graphs. We address two critical challenges of lifelong graph learning in this work: dealing with new classes and tackling imbalanced class distributions. The combination of these two challenges is particularly relevant since newly emerging classes typically resemble only… ▽ More

    Submitted 9 May, 2023; v1 submitted 20 December, 2021; originally announced December 2021.

    Comments: Accepted manuscript (after peer review, before copy-editing). Published article available at https://doi.org/10.1016/j.neunet.2023.04.022

    ACM Class: I.2.6

    Journal ref: Neural Networks 164 (2023) 156-176

  15. arXiv:2111.12493  [pdf, other

    cs.DS cs.DB

    Time and Memory Efficient Parallel Algorithm for Structural Graph Summaries and two Extensions to Incremental Summarization and $k$-Bisimulation for Long $k$-Chaining

    Authors: Till Blume, Jannik Rau, David Richerby, Ansgar Scherp

    Abstract: We developed a flexible parallel algorithm for graph summarization based on vertex-centric programming and parameterized message passing. The base algorithm supports infinitely many structural graph summary models defined in a formal language. An extension of the parallel base algorithm allows incremental graph summarization. In this paper, we prove that the incremental algorithm is correct and sh… ▽ More

    Submitted 4 November, 2022; v1 submitted 24 November, 2021; originally announced November 2021.

  16. arXiv:2109.08449  [pdf, other

    cs.CL cs.LG

    General Cross-Architecture Distillation of Pretrained Language Models into Matrix Embeddings

    Authors: Lukas Galke, Isabelle Cuber, Christoph Meyer, Henrik Ferdinand Nölscher, Angelina Sonderecker, Ansgar Scherp

    Abstract: Large pretrained language models (PreLMs) are revolutionizing natural language processing across all benchmarks. However, their sheer size is prohibitive for small laboratories or for deployment on mobile devices. Approaches like pruning and distillation reduce the model size but typically retain the same model architecture. In contrast, we explore distilling PreLMs into a different, more efficien… ▽ More

    Submitted 28 July, 2022; v1 submitted 17 September, 2021; originally announced September 2021.

    Comments: 8 pages as accepted for WCCI/IJCNN 2022 + 8 pages supplementary material

    ACM Class: I.2.7

  17. arXiv:2109.03777  [pdf, other

    cs.CL cs.IR cs.LG

    Bag-of-Words vs. Graph vs. Sequence in Text Classification: Questioning the Necessity of Text-Graphs and the Surprising Strength of a Wide MLP

    Authors: Lukas Galke, Ansgar Scherp

    Abstract: Graph neural networks have triggered a resurgence of graph-based text classification methods, defining today's state of the art. We show that a wide multi-layer perceptron (MLP) using a Bag-of-Words (BoW) outperforms the recent graph-based models TextGCN and HeteGCN in an inductive text classification setting and is comparable with HyperGAT. Moreover, we fine-tune a sequence-based BERT and a light… ▽ More

    Submitted 12 April, 2022; v1 submitted 8 September, 2021; originally announced September 2021.

    Comments: accepted to appear at the ACL 2022 Main conference, see also: arXiv:2204.03954 for an extension with multi-label classification

    ACM Class: I.2.7

  18. arXiv:2105.11908  [pdf, other

    cs.CL cs.LG

    Analysis of GraphSum's Attention Weights to Improve the Explainability of Multi-Document Summarization

    Authors: M. Lautaro Hickmann, Fabian Wurzberger, Megi Hoxhalli, Arne Lochner, Jessica Töllich, Ansgar Scherp

    Abstract: Modern multi-document summarization (MDS) methods are based on transformer architectures. They generate state of the art summaries, but lack explainability. We focus on graph-based transformer models for MDS as they gained recent popularity. We aim to improve the explainability of the graph-based MDS by analyzing their attention weights. In a graph-based MDS such as GraphSum, vertices represent th… ▽ More

    Submitted 6 December, 2022; v1 submitted 19 May, 2021; originally announced May 2021.

    Comments: Paper accepted at iiWAS 2021

  19. arXiv:2105.08842  [pdf, other

    cs.LG cs.CR cs.DB

    rx-anon -- A Novel Approach on the De-Identification of Heterogeneous Data based on a Modified Mondrian Algorithm

    Authors: Fabian Singhofer, Aygul Garifullina, Mathias Kern, Ansgar Scherp

    Abstract: Traditional approaches for data anonymization consider relational data and textual data independently. We propose rx-anon, an anonymization approach for heterogeneous semi-structured documents composed of relational and textual attributes. We map sensitive terms extracted from the text to the structured data. This allows us to use concepts like k-anonymity to generate a joined, privacy-preserved v… ▽ More

    Submitted 6 December, 2022; v1 submitted 18 May, 2021; originally announced May 2021.

    Comments: Accepted paper of DocEng 2021

  20. arXiv:2105.04376  [pdf, other

    cs.IR

    Recommendations for Item Set Completion: On the Semantics of Item Co-Occurrence With Data Sparsity, Input Size, and Input Modalities

    Authors: Iacopo Vagliano, Lukas Galke, Ansgar Scherp

    Abstract: We address the problem of recommending relevant items to a user in order to "complete" a partial set of items already known. We consider the two scenarios of citation and subject label recommendation, which resemble different semantics of item co-occurrence: relatedness for co-citations and diversity for subject labels. We assess the influence of the completeness of an already known partial item s… ▽ More

    Submitted 10 May, 2021; originally announced May 2021.

    Comments: arXiv admin note: text overlap with arXiv:1907.12366

  21. arXiv:2103.14124  [pdf, other

    cs.DL

    STEREO: A Pipeline for Extracting Experiment Statistics, Conditions, and Topics from Scientific Papers

    Authors: Steffen Epp, Marcel Hoffmann, Nicolas Lell, Michael Mohr, Ansgar Scherp

    Abstract: A common writing style for statistical results are the recommendations of the American Psychology Association, known as APA-style. However, in practice, writing styles vary as reports are not 100% following APA-style or parameters are not reported despite being mandatory. In addition, the statistics are not reported in isolation but in context of experimental conditions investigated and the genera… ▽ More

    Submitted 6 December, 2022; v1 submitted 25 March, 2021; originally announced March 2021.

    Comments: Paper accepted at iiWAS2021

  22. arXiv:2102.07838  [pdf, other

    cs.LG cs.AI

    A Comparison of Deep-Learning Methods for Analysing and Predicting Business Processes

    Authors: Ishwar Venugopal, Jessica Töllich, Michael Fairbank, Ansgar Scherp

    Abstract: Deep-learning models such as Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) have been successfully used for process-mining tasks. They have achieved better performance for different predictive tasks than traditional approaches. We extend the existing body of research by testing four different variants of Graph Neural Networks (GNN) and a fully connected Multi-layer Perceptro… ▽ More

    Submitted 2 May, 2021; v1 submitted 11 February, 2021; originally announced February 2021.

    Comments: How to cite: I. Venugopal, J. Töllich, M. Fairbank, A. Scherp, "A Comparison of Deep-Learning Methods for Analysing and Predicting Business Processes" in Proceedings of International Joint Conference on Neural Networks, IJCNN, IEEE Press, July 18-22, 2021

  23. Lifelong Learning of Graph Neural Networks for Open-World Node Classification

    Authors: Lukas Galke, Benedikt Franke, Tobias Zielke, Ansgar Scherp

    Abstract: Graph neural networks (GNNs) have emerged as the standard method for numerous tasks on graph-structured data such as node classification. However, real-world graphs are often evolving over time and even new classes may arise. We model these challenges as an instance of lifelong learning, in which a learner faces a sequence of tasks and may take over knowledge acquired in past tasks. Such knowledge… ▽ More

    Submitted 20 December, 2021; v1 submitted 25 June, 2020; originally announced June 2020.

    Comments: 9 pages, 4 figures, major update compared to v2, as appeared in IEEE International Joint Conference on Neural Networks (IJCNN) 2021

    ACM Class: I.2.6

  24. arXiv:2006.07064  [pdf, other

    cs.DB

    Indexing Data on the Web: A Comparison of Schema-level Indices for Data Search -- Extended Technical Report

    Authors: Till Blume, Ansgar Scherp

    Abstract: Indexing the Web of Data offers many opportunities, in particular, to find and explore data sources. One major design decision when indexing the Web of Data is to find a suitable index model, i.e., how to index and summarize data. Various efforts have been conducted to develop specific index models for a given task. With each index model designed, implemented, and evaluated independently, it remai… ▽ More

    Submitted 12 June, 2020; originally announced June 2020.

    Comments: Extended technical report of an accepted paper in Database and Expert Systems Applications (DEXA) 2020

  25. FLUID: A Common Model for Semantic Structural Graph Summaries Based on Equivalence Relations

    Authors: Till Blume, David Richerby, Ansgar Scherp

    Abstract: Summarization is a widespread method for handling very large graphs. The task of structural graph summarization is to compute a concise but meaningful synopsis of the key structural information of a graph. As summaries may be used for many different purposes, there is no single concept or model of graph summaries. We have studied existing structural graph summaries for large-scale (semantic) graph… ▽ More

    Submitted 4 January, 2021; v1 submitted 5 August, 2019; originally announced August 2019.

    Comments: Accepted author manuscript to appear in Theoretical Computer Science

  26. arXiv:1907.12366  [pdf, other

    cs.IR cs.LG stat.ML

    Multi-Modal Adversarial Autoencoders for Recommendations of Citations and Subject Labels

    Authors: Lukas Galke, Florian Mai, Iacopo Vagliano, Ansgar Scherp

    Abstract: We present multi-modal adversarial autoencoders for recommendation and evaluate them on two different tasks: citation recommendation and subject label recommendation. We analyze the effects of adversarial regularization, sparsity, and different input modalities. By conducting 408 experiments, we show that adversarial regularization consistently improves the performance of autoencoders for recommen… ▽ More

    Submitted 22 July, 2019; originally announced July 2019.

    Comments: Published in: UMAP '18 Proceedings of the 26th Conference on User Modeling, Adaptation and Personalization Pages 197-205

  27. arXiv:1905.06018  [pdf, other

    cs.LG stat.ML

    Can Graph Neural Networks Go "Online"? An Analysis of Pretraining and Inference

    Authors: Lukas Galke, Iacopo Vagliano, Ansgar Scherp

    Abstract: Large-scale graph data in real-world applications is often not static but dynamic, i. e., new nodes and edges appear over time. Current graph convolution approaches are promising, especially, when all the graph's nodes and edges are available during training. When unseen nodes and edges are inserted after training, it is not yet evaluated whether up-training or re-training from scratch is preferab… ▽ More

    Submitted 15 May, 2019; originally announced May 2019.

    Comments: 5 pages, 1 figure, Representation Learning on Graphs and Manifolds Workshop of the International Conference on Learning Representations (ICLR), 2019

  28. arXiv:1902.06423  [pdf, other

    cs.CL cs.LG

    CBOW Is Not All You Need: Combining CBOW with the Compositional Matrix Space Model

    Authors: Florian Mai, Lukas Galke, Ansgar Scherp

    Abstract: Continuous Bag of Words (CBOW) is a powerful text embedding method. Due to its strong capabilities to encode word content, CBOW embeddings perform well on a wide range of downstream tasks while being efficient to compute. However, CBOW is not capable of capturing the word order. The reason is that the computation of CBOW's word embeddings is commutative, i.e., embeddings of XYZ and ZYX are the sam… ▽ More

    Submitted 18 February, 2019; originally announced February 2019.

    Comments: Conference paper at ICLR 2019

    Journal ref: In International Conference on Learning Representations 2019

  29. Using Deep Learning for Title-Based Semantic Subject Indexing to Reach Competitive Performance to Full-Text

    Authors: Florian Mai, Lukas Galke, Ansgar Scherp

    Abstract: For (semi-)automated subject indexing systems in digital libraries, it is often more practical to use metadata such as the title of a publication instead of the full-text or the abstract. Therefore, it is desirable to have good text mining and text classification algorithms that operate well already on the title of a publication. So far, the classification performance on titles is not competitive… ▽ More

    Submitted 29 May, 2018; v1 submitted 20 January, 2018; originally announced January 2018.

    Comments: Presented at JCDL 2018, 10 pages, code and data at https://github.com/florianmai/Quadflor

    Journal ref: JCDL '18: The 18th ACM/IEEE Joint Conference on Digital Libraries, June 3--7, 2018, Fort Worth, TX, USA

  30. arXiv:1710.00232  [pdf, other

    cs.IR

    Towards Understanding the Evolution of Vocabulary Terms in Knowledge Graphs

    Authors: Mohammad Abdel-Qader, Ansgar Scherp

    Abstract: Vocabularies are used for modeling data in Knowledge Graphs (KG) like the Linked Open Data Cloud and Wikidata. During their lifetime, the vocabularies of the KGs are subject to changes. New terms are coined, while existing terms are modified or declared as deprecated. We first quantify the amount and frequency of changes in vocabularies. Subsequently, we investigate to which extend and when the ch… ▽ More

    Submitted 30 September, 2017; originally announced October 2017.

  31. arXiv:1709.09973  [pdf, other

    cs.IR

    Content Recommendation through Semantic Annotation of User Reviews and Linked Data - An Extended Technical Report

    Authors: Iacopo Vagliano, Diego Monti, Ansgar Scherp, Maurizio Morisio

    Abstract: Nowadays, most recommender systems exploit user-provided ratings to infer their preferences. However, the growing popularity of social and e-commerce websites has encouraged users to also share comments and opinions through textual reviews. In this paper, we introduce a new recommendation approach which exploits the semantic annotation of user reviews to extract useful and non-trivial information… ▽ More

    Submitted 28 October, 2017; v1 submitted 28 September, 2017; originally announced September 2017.

    Comments: Ninth International Conference on Knowledge Capture

  32. arXiv:1705.05311  [pdf, other

    cs.DL cs.CL

    Using Titles vs. Full-text as Source for Automated Semantic Document Annotation

    Authors: Lukas Galke, Florian Mai, Alan Schelten, Dennis Brunsch, Ansgar Scherp

    Abstract: A significant part of the largest Knowledge Graph today, the Linked Open Data cloud, consists of metadata about documents such as publications, news reports, and other media articles. While the widespread access to the document metadata is a tremendous advancement, it is yet not so easy to assign semantic annotations and organize the documents along semantic concepts. Providing semantic annotation… ▽ More

    Submitted 27 September, 2017; v1 submitted 15 May, 2017; originally announced May 2017.

    Comments: Accepted as SHORT PAPER by K-CAP 2017, 9 pages, 1 figure, 3 tables

  33. Profiling vs. Time vs. Content: What does Matter for Top-k Publication Recommendation based on Twitter Profiles? - An Extended Technical Report

    Authors: Chifumi Nishioka, Ansgar Scherp

    Abstract: So far it is unclear how different factors of a scientific publication recommender system based on users' tweets have an influence on the recommendation performance. We examine three different factors, namely profiling method, temporal decay, and richness of content. Regarding profiling, we compare CF-IDF that replaces terms in TF-IDF by semantic concepts, HCF-IDF as novel hierarchical variant of… ▽ More

    Submitted 18 April, 2016; v1 submitted 22 March, 2016; originally announced March 2016.

  34. arXiv:1512.05685  [pdf, ps, other

    cs.DB cs.IR

    TermPicker: Enabling the Reuse of Vocabulary Terms by Exploiting Data from the Linked Open Data Cloud - An Extended Technical Report

    Authors: Johann Schaible, Thomas Gottron, Ansgar Scherp

    Abstract: Deciding which vocabulary terms to use when modeling data as Linked Open Data (LOD) is far from trivial. Choosing too general vocabulary terms, or terms from vocabularies that are not used by other LOD datasets, is likely to lead to a data representation, which will be harder to understand by humans and to be consumed by Linked data applications. In this technical report, we propose TermPicker: a… ▽ More

    Submitted 11 January, 2016; v1 submitted 17 December, 2015; originally announced December 2015.

    Comments: 17 pages, 3 figures, extended technical report for a Conference Paper