Skip to main content

Showing 1–10 of 10 results for author: Schopf, T

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

    cs.CL

    NLP-KG: A System for Exploratory Search of Scientific Literature in Natural Language Processing

    Authors: Tim Schopf, Florian Matthes

    Abstract: Scientific literature searches are often exploratory, whereby users are not yet familiar with a particular field or concept but are interested in learning more about it. However, existing systems for scientific literature search are typically tailored to keyword-based lookup searches, limiting the possibilities for exploration. We propose NLP-KG, a feature-rich system designed to support the explo… ▽ More

    Submitted 4 July, 2024; v1 submitted 21 June, 2024; originally announced June 2024.

    Comments: Accepted to ACL 2024 System Demonstrations

  2. arXiv:2404.01443  [pdf

    cs.CL

    Enterprise Use Cases Combining Knowledge Graphs and Natural Language Processing

    Authors: Phillip Schneider, Tim Schopf, Juraj Vladika, Florian Matthes

    Abstract: Knowledge management is a critical challenge for enterprises in today's digital world, as the volume and complexity of data being generated and collected continue to grow incessantly. Knowledge graphs (KG) emerged as a promising solution to this problem by providing a flexible, scalable, and semantically rich way to organize and make sense of data. This paper builds upon a recent survey of the res… ▽ More

    Submitted 1 April, 2024; originally announced April 2024.

    Comments: 16 pages

  3. A Knowledge Graph Approach for Exploratory Search in Research Institutions

    Authors: Tim Schopf, Nektrios Machner, Florian Matthes

    Abstract: Over the past decades, research institutions have grown increasingly and consequently also their research output. This poses a significant challenge for researchers seeking to understand the research landscape of an institution. The process of exploring the research landscape of institutions has a vague information need, no precise goal, and is open-ended. Current applications are not designed to… ▽ More

    Submitted 27 November, 2023; originally announced November 2023.

    Comments: Accepted to 15th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management - KMIS

  4. Exploring the Landscape of Natural Language Processing Research

    Authors: Tim Schopf, Karim Arabi, Florian Matthes

    Abstract: As an efficient approach to understand, generate, and process natural language texts, research in natural language processing (NLP) has exhibited a rapid spread and wide adoption in recent years. Given the increasing research work in this area, several NLP-related approaches have been surveyed in the research community. However, a comprehensive study that categorizes established topics, identifies… ▽ More

    Submitted 24 September, 2023; v1 submitted 20 July, 2023; originally announced July 2023.

    Comments: Extended version of the paper accepted to the 14th International Conference on Recent Advances in Natural Language Processing (RANLP 2023)

    ACM Class: I.2.7

  5. AspectCSE: Sentence Embeddings for Aspect-based Semantic Textual Similarity Using Contrastive Learning and Structured Knowledge

    Authors: Tim Schopf, Emanuel Gerber, Malte Ostendorff, Florian Matthes

    Abstract: Generic sentence embeddings provide a coarse-grained approximation of semantic textual similarity but ignore specific aspects that make texts similar. Conversely, aspect-based sentence embeddings provide similarities between texts based on certain predefined aspects. Thus, similarity predictions of texts are more targeted to specific requirements and more easily explainable. In this paper, we pres… ▽ More

    Submitted 24 September, 2023; v1 submitted 15 July, 2023; originally announced July 2023.

    Comments: Accepted to the 14th International Conference on Recent Advances in Natural Language Processing (RANLP 2023)

    ACM Class: I.2.7

  6. Efficient Domain Adaptation of Sentence Embeddings Using Adapters

    Authors: Tim Schopf, Dennis N. Schneider, Florian Matthes

    Abstract: Sentence embeddings enable us to capture the semantic similarity of short texts. Most sentence embedding models are trained for general semantic textual similarity tasks. Therefore, to use sentence embeddings in a particular domain, the model must be adapted to it in order to achieve good results. Usually, this is done by fine-tuning the entire sentence embedding model for the domain of interest.… ▽ More

    Submitted 24 September, 2023; v1 submitted 6 July, 2023; originally announced July 2023.

    Comments: Accepted to the 14th International Conference on Recent Advances in Natural Language Processing (RANLP 2023)

    ACM Class: I.2.7

  7. Evaluating Unsupervised Text Classification: Zero-shot and Similarity-based Approaches

    Authors: Tim Schopf, Daniel Braun, Florian Matthes

    Abstract: Text classification of unseen classes is a challenging Natural Language Processing task and is mainly attempted using two different types of approaches. Similarity-based approaches attempt to classify instances based on similarities between text document representations and class description representations. Zero-shot text classification approaches aim to generalize knowledge gained from a trainin… ▽ More

    Submitted 31 January, 2023; v1 submitted 29 November, 2022; originally announced November 2022.

    Comments: Accepted to 6th International Conference on Natural Language Processing and Information Retrieval (NLPIR '22)

    ACM Class: I.2.7

  8. Lbl2Vec: An Embedding-Based Approach for Unsupervised Document Retrieval on Predefined Topics

    Authors: Tim Schopf, Daniel Braun, Florian Matthes

    Abstract: In this paper, we consider the task of retrieving documents with predefined topics from an unlabeled document dataset using an unsupervised approach. The proposed unsupervised approach requires only a small number of keywords describing the respective topics and no labeled document. Existing approaches either heavily relied on a large amount of additionally encoded world knowledge or on term-docum… ▽ More

    Submitted 12 October, 2022; originally announced October 2022.

    Journal ref: In Proceedings of the 17th International Conference on Web Information Systems and Technologies - WEBIST, ISBN 978-989-758-536-4; ISSN 2184-3252, pages 124-132 (2021)

  9. PatternRank: Leveraging Pretrained Language Models and Part of Speech for Unsupervised Keyphrase Extraction

    Authors: Tim Schopf, Simon Klimek, Florian Matthes

    Abstract: Keyphrase extraction is the process of automatically selecting a small set of most relevant phrases from a given text. Supervised keyphrase extraction approaches need large amounts of labeled training data and perform poorly outside the domain of the training data. In this paper, we present PatternRank, which leverages pretrained language models and part-of-speech for unsupervised keyphrase extrac… ▽ More

    Submitted 12 October, 2022; v1 submitted 11 October, 2022; originally announced October 2022.

    Comments: Accepted to 14th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management - KDIR

    Journal ref: In Proceedings of the 14th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management - KDIR 2022, ISBN 978-989-758-614-9; ISSN 2184-3228, pages 243-248. DOI: 10.5220/0011546600003335

  10. arXiv:2210.00105  [pdf, other

    cs.CL cs.AI

    A Decade of Knowledge Graphs in Natural Language Processing: A Survey

    Authors: Phillip Schneider, Tim Schopf, Juraj Vladika, Mikhail Galkin, Elena Simperl, Florian Matthes

    Abstract: In pace with developments in the research field of artificial intelligence, knowledge graphs (KGs) have attracted a surge of interest from both academia and industry. As a representation of semantic relations between entities, KGs have proven to be particularly relevant for natural language processing (NLP), experiencing a rapid spread and wide adoption within recent years. Given the increasing am… ▽ More

    Submitted 30 September, 2022; originally announced October 2022.

    Comments: Accepted to AACL-IJCNLP 2022