---
_id: '7002'
abstract:
- lang: eng
  text: 'Selecting an appropriate semantic segmentation model for a given application
    domain remains a challenging and time-consuming task for practitioners and researchers.
    This paper presents an interactive, web-based platform that enables side-by-side
    visual comparison of multiple neural network segmentation models applied to identical
    images. The system integrates three transformer-based segmentation models: a face-parsing
    network producing 19 semantic classes, a SegFormer-B3 clothing segmentation model
    with 18 classes, and a Mask2Former model for general-purpose scene segmentation
    spanning 150 ADE20K categories. Key contributions include side-by-side evaluation
    of model outputs across multiple architectures and image categories, with real-time
    segment highlighting and a scalable inference caching system that enables model
    comparisons without requiring repeated graphics processing unit (GPU) computation.
    The platform organizes a curated dataset of images under a hierarchical category
    taxonomy, supporting structured evaluation across demographic and contextual variables.
    As a practical use case, the system is applied within the ADRIAN project to assist
    in verifying identity consistency across images through segmentation-based analysis.
    The platform thus contributes a specialized artificial intelligence (AI) tool
    for systematic segmentation and object detection model evaluation within media
    analysis pipelines, where selecting appropriate models is a recurring challenge
    across tasks from identity verification to content moderation. It is available
    under https://github.com/vika-v-v/neural-networks-for-image-segmentation and designed
    to lower the barrier for comparative model evaluation in applied computer vision
    workflows.'
author:
- first_name: Viktoriia
  full_name: Vovchenko, Viktoriia
  id: '252442'
  last_name: Vovchenko
  orcid: 0009-0004-9798-1112
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0004-9798-1112/work/218229773
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/218229775
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/218229776
citation:
  alphadin: '<span style="font-variant:small-caps;">Vovchenko, Viktoriia</span> ;
    <span style="font-variant:small-caps;">Schultenkämper, Sergej</span> ; <span style="font-variant:small-caps;">Bäumer,
    Frederik</span>: A Web-Based Platform for Interactive Comparison of Neural Network
    Image Segmentation Models. In: <i>2026 The Second International Conference on
    AI-based Media Innovation</i> : IARIA'
  ama: 'Vovchenko V, Schultenkämper S, Bäumer F. A Web-Based Platform for Interactive
    Comparison of Neural Network Image Segmentation Models. In: <i>2026 The Second
    International Conference on AI-Based Media Innovation</i>. IARIA.'
  apa: 'Vovchenko, V., Schultenkämper, S., &#38; Bäumer, F. (n.d.). A Web-Based Platform
    for Interactive Comparison of Neural Network Image Segmentation Models. In <i>2026
    The Second International Conference on AI-based Media Innovation</i>. Nizza, Frankreich:
    IARIA.'
  bibtex: '@inproceedings{Vovchenko_Schultenkämper_Bäumer, title={A Web-Based Platform
    for Interactive Comparison of Neural Network Image Segmentation Models}, booktitle={2026
    The Second International Conference on AI-based Media Innovation}, publisher={IARIA},
    author={Vovchenko, Viktoriia and Schultenkämper, Sergej and Bäumer, Frederik}
    }'
  chicago: Vovchenko, Viktoriia, Sergej Schultenkämper, and Frederik Bäumer. “A Web-Based
    Platform for Interactive Comparison of Neural Network Image Segmentation Models.”
    In <i>2026 The Second International Conference on AI-Based Media Innovation</i>.
    IARIA, n.d.
  ieee: V. Vovchenko, S. Schultenkämper, and F. Bäumer, “A Web-Based Platform for
    Interactive Comparison of Neural Network Image Segmentation Models,” in <i>2026
    The Second International Conference on AI-based Media Innovation</i>, Nizza, Frankreich.
  mla: Vovchenko, Viktoriia, et al. “A Web-Based Platform for Interactive Comparison
    of Neural Network Image Segmentation Models.” <i>2026 The Second International
    Conference on AI-Based Media Innovation</i>, IARIA.
  short: 'V. Vovchenko, S. Schultenkämper, F. Bäumer, in: 2026 The Second International
    Conference on AI-Based Media Innovation, IARIA, n.d.'
conference:
  end_date: 2026-07-09
  location: Nizza, Frankreich
  name: 2026 The Second International Conference on AI-based Media Innovation
  start_date: 2026-07-05
date_created: 2026-06-19T16:31:47Z
date_updated: 2026-06-19T16:31:54Z
keyword:
- segmentation
- model comparison
- face parsing
language:
- iso: eng
publication: 2026 The Second International Conference on AI-based Media Innovation
publication_status: accepted
publisher: IARIA
status: public
title: A Web-Based Platform for Interactive Comparison of Neural Network Image Segmentation
  Models
type: conference
user_id: '252442'
year: '2026'
...
---
_id: '6998'
abstract:
- lang: eng
  text: Instruction-guided image editing models have made photorealistic facial manipulation
    accessible through natural language prompts, substantially lowering the barrier
    to misuse in the cybersecurity landscape. These systems facilitate attacks such
    as identity theft, phishing, misinformation, and social engineering, while also
    challenging existing forensic methods that were not designed for prompt-driven
    edits. However, current facial forensics datasets do not cover this manipulation
    paradigm. We present ADRIAN InstructFace-Edit, a dataset of 36,000 edited facial
    image pairs at 1024x1024 resolution generated by four state-of-the-art instruction-guided
    image editing models (FLUX.1-Kontext-dev, FLUX.2-dev, Qwen-Image-Edit-2511, and
    Step1X-Edit-v1.2) across six semantically distinct edit types, of which 18,768
    are annotated as high quality. The full dataset, including all pairs with quality
    labels, is made publicly available. To improve data quality, we design a multi-stage
    filtering pipeline that integrates structural, semantic, and multimodal large
    language model–based quality checks, with thresholds derived empirically from
    a human-annotated subset of 1,500 images. Because open-weight vision-language
    models perform poorly on VIEScore evaluation out of the box, we fine-tune a LoRA
    adapter for Qwen3-VL-32B-Instruct that improves within +/-1 Semantic Consistency
    accuracy from near-random to 73.2%. We will publicly release the dataset, generation
    pipeline, and LoRA adapter to support future research on training, evaluating,
    and stress-testing detectors for instruction-guided facial manipulation.
author:
- first_name: Viktoriia
  full_name: Vovchenko, Viktoriia
  id: '252442'
  last_name: Vovchenko
  orcid: 0009-0004-9798-1112
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0004-9798-1112/work/218229244
- first_name: Vincenzo
  full_name: Barberi, Vincenzo
  last_name: Barberi
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/218229246
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/218229247
citation:
  alphadin: '<span style="font-variant:small-caps;">Vovchenko, Viktoriia</span> ;
    <span style="font-variant:small-caps;">Barberi, Vincenzo</span> ; <span style="font-variant:small-caps;">Schultenkämper,
    Sergej</span> ; <span style="font-variant:small-caps;">Bäumer, Frederik</span>:
    ADRIAN InstructFace-Edit - Towards Robust Detection of AI-Manipulated Face Images.
    In: <i>2026 The First International Conference on Security and Cybersecurity in
    the AI and Digital Context</i>'
  ama: 'Vovchenko V, Barberi V, Schultenkämper S, Bäumer F. ADRIAN InstructFace-Edit
    - Towards Robust Detection of AI-Manipulated Face Images. In: <i>2026 The First
    International Conference on Security and Cybersecurity in the AI and Digital Context</i>.'
  apa: Vovchenko, V., Barberi, V., Schultenkämper, S., &#38; Bäumer, F. (n.d.). ADRIAN
    InstructFace-Edit - Towards Robust Detection of AI-Manipulated Face Images. In
    <i>2026 The First International Conference on Security and Cybersecurity in the
    AI and Digital Context</i>. Porto, Portugal.
  bibtex: '@inproceedings{Vovchenko_Barberi_Schultenkämper_Bäumer, title={ADRIAN InstructFace-Edit
    - Towards Robust Detection of AI-Manipulated Face Images}, booktitle={2026 The
    First International Conference on Security and Cybersecurity in the AI and Digital
    Context}, author={Vovchenko, Viktoriia and Barberi, Vincenzo and Schultenkämper,
    Sergej and Bäumer, Frederik} }'
  chicago: Vovchenko, Viktoriia, Vincenzo Barberi, Sergej Schultenkämper, and Frederik
    Bäumer. “ADRIAN InstructFace-Edit - Towards Robust Detection of AI-Manipulated
    Face Images.” In <i>2026 The First International Conference on Security and Cybersecurity
    in the AI and Digital Context</i>, n.d.
  ieee: V. Vovchenko, V. Barberi, S. Schultenkämper, and F. Bäumer, “ADRIAN InstructFace-Edit
    - Towards Robust Detection of AI-Manipulated Face Images,” in <i>2026 The First
    International Conference on Security and Cybersecurity in the AI and Digital Context</i>,
    Porto, Portugal.
  mla: Vovchenko, Viktoriia, et al. “ADRIAN InstructFace-Edit - Towards Robust Detection
    of AI-Manipulated Face Images.” <i>2026 The First International Conference on
    Security and Cybersecurity in the AI and Digital Context</i>.
  short: 'V. Vovchenko, V. Barberi, S. Schultenkämper, F. Bäumer, in: 2026 The First
    International Conference on Security and Cybersecurity in the AI and Digital Context,
    n.d.'
conference:
  end_date: 2026-06-11
  location: Porto, Portugal
  name: 2026 The First International Conference on Security and Cybersecurity in the
    AI and Digital Context
  start_date: 2026-06-05
date_created: 2026-06-19T16:23:04Z
date_updated: 2026-06-19T16:23:58Z
keyword:
- Deepfakes
- Image forensics
- Diffusion models
- Computer vision
language:
- iso: eng
publication: 2026 The First International Conference on Security and Cybersecurity
  in the AI and Digital Context
publication_status: accepted
status: public
title: ADRIAN InstructFace-Edit - Towards Robust Detection of AI-Manipulated Face
  Images
type: conference
user_id: '252442'
year: '2026'
...
---
_id: '7001'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
- first_name: Viktoriia
  full_name: Vovchenko, Viktoriia
  id: '252442'
  last_name: Vovchenko
  orcid: 0009-0004-9798-1112
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0004-9798-1112/work/218229248
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Vovchenko, Viktoriia</span> ; <span style="font-variant:small-caps;">Bäumer,
    Frederik</span>: Enhancing Social Media Summarization with Instruction Tuned Large
    Language Models and Adaptive Summary Ranking. In: <i>2025 19th International Conference
    on Semantic Computing (ICSC)</i> : IEEE, 2025, S. 259–264'
  ama: 'Schultenkämper S, Vovchenko V, Bäumer F. Enhancing Social Media Summarization
    with Instruction Tuned Large Language Models and Adaptive Summary Ranking. In:
    <i>2025 19th International Conference on Semantic Computing (ICSC)</i>. IEEE;
    2025:259-264. doi:<a href="https://doi.org/10.1109/ICSC64641.2025.00045">10.1109/ICSC64641.2025.00045</a>'
  apa: 'Schultenkämper, S., Vovchenko, V., &#38; Bäumer, F. (2025). Enhancing Social
    Media Summarization with Instruction Tuned Large Language Models and Adaptive
    Summary Ranking. In <i>2025 19th International Conference on Semantic Computing
    (ICSC)</i> (pp. 259–264). Laguna Hills, CA, USA: IEEE. <a href="https://doi.org/10.1109/ICSC64641.2025.00045">https://doi.org/10.1109/ICSC64641.2025.00045</a>'
  bibtex: '@inproceedings{Schultenkämper_Vovchenko_Bäumer_2025, title={Enhancing Social
    Media Summarization with Instruction Tuned Large Language Models and Adaptive
    Summary Ranking}, DOI={<a href="https://doi.org/10.1109/ICSC64641.2025.00045">10.1109/ICSC64641.2025.00045</a>},
    booktitle={2025 19th International Conference on Semantic Computing (ICSC)}, publisher={IEEE},
    author={Schultenkämper, Sergej and Vovchenko, Viktoriia and Bäumer, Frederik},
    year={2025}, pages={259–264} }'
  chicago: Schultenkämper, Sergej, Viktoriia Vovchenko, and Frederik Bäumer. “Enhancing
    Social Media Summarization with Instruction Tuned Large Language Models and Adaptive
    Summary Ranking.” In <i>2025 19th International Conference on Semantic Computing
    (ICSC)</i>, 259–64. IEEE, 2025. <a href="https://doi.org/10.1109/ICSC64641.2025.00045">https://doi.org/10.1109/ICSC64641.2025.00045</a>.
  ieee: S. Schultenkämper, V. Vovchenko, and F. Bäumer, “Enhancing Social Media Summarization
    with Instruction Tuned Large Language Models and Adaptive Summary Ranking,” in
    <i>2025 19th International Conference on Semantic Computing (ICSC)</i>, Laguna
    Hills, CA, USA, 2025, pp. 259–264.
  mla: Schultenkämper, Sergej, et al. “Enhancing Social Media Summarization with Instruction
    Tuned Large Language Models and Adaptive Summary Ranking.” <i>2025 19th International
    Conference on Semantic Computing (ICSC)</i>, IEEE, 2025, pp. 259–64, doi:<a href="https://doi.org/10.1109/ICSC64641.2025.00045">10.1109/ICSC64641.2025.00045</a>.
  short: 'S. Schultenkämper, V. Vovchenko, F. Bäumer, in: 2025 19th International
    Conference on Semantic Computing (ICSC), IEEE, 2025, pp. 259–264.'
conference:
  location: Laguna Hills, CA, USA
  name: 2025 19th International Conference on Semantic Computing (ICSC)
date_created: 2026-06-19T16:23:49Z
date_updated: 2026-06-19T16:24:03Z
doi: 10.1109/ICSC64641.2025.00045
language:
- iso: eng
page: 259-264
publication: 2025 19th International Conference on Semantic Computing (ICSC)
publication_identifier:
  eisbn:
  - 979-8-3315-2426-5
publication_status: published
publisher: IEEE
status: public
title: Enhancing Social Media Summarization with Instruction Tuned Large Language
  Models and Adaptive Summary Ranking
type: conference
user_id: '252442'
year: '2025'
...
---
_id: '6182'
author:
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/191577432
- first_name: Hans
  full_name: Brandt-Pook, Hans
  id: '206531'
  last_name: Brandt-Pook
  orcid: 0009-0002-6668-2684
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0002-6668-2684/work/191577435
- first_name: Christian
  full_name: Huppert, Christian
  last_name: Huppert
- first_name: Yves
  full_name: Šir, Yves
  last_name: Šir
- first_name: Alexander
  full_name: Stahlkopf, Alexander
  last_name: Stahlkopf
- first_name: Florian
  full_name: Sang, Florian
  last_name: Sang
- first_name: Nadja
  full_name: Ullrich, Nadja
  last_name: Ullrich
citation:
  alphadin: '<span style="font-variant:small-caps;">Bäumer, Frederik</span> ; <span
    style="font-variant:small-caps;">Brandt-Pook, Hans</span> ; <span style="font-variant:small-caps;">Huppert,
    Christian</span> ; <span style="font-variant:small-caps;">Šir, Yves</span> ; <span
    style="font-variant:small-caps;">Stahlkopf, Alexander</span> ; <span style="font-variant:small-caps;">Sang,
    Florian</span> ; <span style="font-variant:small-caps;">Ullrich, Nadja</span>:
    Für eine inklusive digitale Zukunft: Ableismus-sensible Chatbots gestalten. In:
    , <i>Schriftenreihe des Institute for Data Science Solutions</i>. Bd. 2 (2025),
    Nr. 2025'
  ama: 'Bäumer F, Brandt-Pook H, Huppert C, et al. Für eine inklusive digitale Zukunft:
    Ableismus-sensible Chatbots gestalten. 2025;2(2025). doi:<a href="https://doi.org/10.60802/sidas.2025.2">10.60802/sidas.2025.2</a>'
  apa: 'Bäumer, F., Brandt-Pook, H., Huppert, C., Šir, Y., Stahlkopf, A., Sang, F.,
    &#38; Ullrich, N. (2025). Für eine inklusive digitale Zukunft: Ableismus-sensible
    Chatbots gestalten. Presented at the KI2025@HSBI, Bielefeld. <a href="https://doi.org/10.60802/sidas.2025.2">https://doi.org/10.60802/sidas.2025.2</a>'
  bibtex: '@article{Bäumer_Brandt-Pook_Huppert_Šir_Stahlkopf_Sang_Ullrich_2025, series={Schriftenreihe
    des Institute for Data Science Solutions}, title={Für eine inklusive digitale
    Zukunft: Ableismus-sensible Chatbots gestalten}, volume={2}, DOI={<a href="https://doi.org/10.60802/sidas.2025.2">10.60802/sidas.2025.2</a>},
    number={2025}, author={Bäumer, Frederik and Brandt-Pook, Hans and Huppert, Christian
    and Šir, Yves and Stahlkopf, Alexander and Sang, Florian and Ullrich, Nadja},
    year={2025}, collection={Schriftenreihe des Institute for Data Science Solutions}
    }'
  chicago: 'Bäumer, Frederik, Hans Brandt-Pook, Christian Huppert, Yves Šir, Alexander
    Stahlkopf, Florian Sang, and Nadja Ullrich. “Für eine inklusive digitale Zukunft:
    Ableismus-sensible Chatbots gestalten.” Schriftenreihe des Institute for Data
    Science Solutions, 2025. <a href="https://doi.org/10.60802/sidas.2025.2">https://doi.org/10.60802/sidas.2025.2</a>.'
  ieee: 'F. Bäumer <i>et al.</i>, “Für eine inklusive digitale Zukunft: Ableismus-sensible
    Chatbots gestalten,” vol. 2, no. 2025. 2025.'
  mla: 'Bäumer, Frederik, et al. <i>Für eine inklusive digitale Zukunft: Ableismus-sensible
    Chatbots gestalten</i>. Vol. 2, no. 2025, 2025, doi:<a href="https://doi.org/10.60802/sidas.2025.2">10.60802/sidas.2025.2</a>.'
  short: F. Bäumer, H. Brandt-Pook, C. Huppert, Y. Šir, A. Stahlkopf, F. Sang, N.
    Ullrich, 2 (2025).
conference:
  end_date: 2025-06-03
  location: Bielefeld
  name: KI2025@HSBI
  start_date: 2025-06-03
date_created: 2025-09-10T14:09:00Z
date_updated: 2026-03-17T15:29:27Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.60802/sidas.2025.2
intvolume: '         2'
issue: '2025'
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://journals.hsbi.de/sidas/issue/view/29
oa: '1'
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication_identifier:
  issn:
  - 2943-3509
related_material:
  link:
  - relation: confirmation
    url: https://journals.hsbi.de/sidas/issue/view/29
series_title: Schriftenreihe des Institute for Data Science Solutions
status: public
title: 'Für eine inklusive digitale Zukunft: Ableismus-sensible Chatbots gestalten'
type: conference_abstract
user_id: '220548'
volume: 2
year: '2025'
...
---
_id: '6084'
author:
- first_name: Raphael
  full_name: Bourdick, Raphael
  last_name: Bourdick
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/188802593
citation:
  alphadin: '<span style="font-variant:small-caps;">Bourdick, Raphael</span> ; <span
    style="font-variant:small-caps;">Bäumer, Frederik</span>: Beyond Q&#38;A: Entwicklung
    eines agentenbasierten Retrieval-Augmented-Generation-Systems bei der imos AG.
    In: <i>Jahrestagung der Gesellschaft für Informatik</i>, 2025'
  ama: 'Bourdick R, Bäumer F. Beyond Q&#38;A: Entwicklung eines agentenbasierten Retrieval-Augmented-Generation-Systems
    bei der imos AG. In: <i>Jahrestagung Der Gesellschaft Für Informatik</i>. ; 2025.'
  apa: 'Bourdick, R., &#38; Bäumer, F. (2025). Beyond Q&#38;A: Entwicklung eines agentenbasierten
    Retrieval-Augmented-Generation-Systems bei der imos AG. In <i>Jahrestagung der
    Gesellschaft für Informatik</i>. Potsdam.'
  bibtex: '@inproceedings{Bourdick_Bäumer_2025, title={Beyond Q&#38;A: Entwicklung
    eines agentenbasierten Retrieval-Augmented-Generation-Systems bei der imos AG},
    booktitle={Jahrestagung der Gesellschaft für Informatik}, author={Bourdick, Raphael
    and Bäumer, Frederik}, year={2025} }'
  chicago: 'Bourdick, Raphael, and Frederik Bäumer. “Beyond Q&#38;A: Entwicklung Eines
    Agentenbasierten Retrieval-Augmented-Generation-Systems Bei Der Imos AG.” In <i>Jahrestagung
    Der Gesellschaft Für Informatik</i>, 2025.'
  ieee: 'R. Bourdick and F. Bäumer, “Beyond Q&#38;A: Entwicklung eines agentenbasierten
    Retrieval-Augmented-Generation-Systems bei der imos AG,” in <i>Jahrestagung der
    Gesellschaft für Informatik</i>, Potsdam, 2025.'
  mla: 'Bourdick, Raphael, and Frederik Bäumer. “Beyond Q&#38;A: Entwicklung Eines
    Agentenbasierten Retrieval-Augmented-Generation-Systems Bei Der Imos AG.” <i>Jahrestagung
    Der Gesellschaft Für Informatik</i>, 2025.'
  short: 'R. Bourdick, F. Bäumer, in: Jahrestagung Der Gesellschaft Für Informatik,
    2025.'
conference:
  end_date: 2025-09-19
  location: Potsdam
  name: Informatik Festival 2025
  start_date: 2025-09-16
date_created: 2025-07-29T07:07:39Z
date_updated: 2026-03-17T15:29:26Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
file:
- access_level: open_access
  content_type: application/pdf
  creator: fbaeumer1
  date_created: 2025-07-29T07:07:03Z
  date_updated: 2025-07-29T07:07:03Z
  file_id: '6085'
  file_name: Beyond_Q_A-7.pdf
  file_size: 151748
  relation: main_file
  success: 1
file_date_updated: 2025-07-29T07:07:03Z
has_accepted_license: '1'
language:
- iso: eng
oa: '1'
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: Jahrestagung der Gesellschaft für Informatik
status: public
title: 'Beyond Q&A: Entwicklung eines agentenbasierten Retrieval-Augmented-Generation-Systems
  bei der imos AG'
type: conference_abstract
urn: urn:nbn:de:hbz:bi10-60840
user_id: '241734'
year: '2025'
...
---
_id: '5406'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/180728501
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/180728502
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik</span>: Multimodal Analysis
    of Modern Phishing Attacks: Towards an Evolving Dataset of Real-World Data. In:
    <i>The 13th IEEE International Workshop on Semantic Computing for Social Networking:
    from user information to social knowledge and ethical AI</i>, 2025'
  ama: 'Schultenkämper S, Bäumer F. Multimodal Analysis of Modern Phishing Attacks:
    Towards an Evolving Dataset of Real-World Data. In: <i>The 13th IEEE International
    Workshop on Semantic Computing for Social Networking: From User Information to
    Social Knowledge and Ethical AI</i>. ; 2025. doi:<a href="https://doi.org/10.1109/ICSC64641.2025.00046">10.1109/ICSC64641.2025.00046</a>'
  apa: 'Schultenkämper, S., &#38; Bäumer, F. (2025). Multimodal Analysis of Modern
    Phishing Attacks: Towards an Evolving Dataset of Real-World Data. In <i>The 13th
    IEEE International Workshop on Semantic Computing for Social Networking: from
    user information to social knowledge and ethical AI</i>. Laguna Hills, CA. <a
    href="https://doi.org/10.1109/ICSC64641.2025.00046">https://doi.org/10.1109/ICSC64641.2025.00046</a>'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_2025, title={Multimodal Analysis of
    Modern Phishing Attacks: Towards an Evolving Dataset of Real-World Data}, DOI={<a
    href="https://doi.org/10.1109/ICSC64641.2025.00046">10.1109/ICSC64641.2025.00046</a>},
    booktitle={The 13th IEEE International Workshop on Semantic Computing for Social
    Networking: from user information to social knowledge and ethical AI}, author={Schultenkämper,
    Sergej and Bäumer, Frederik}, year={2025} }'
  chicago: 'Schultenkämper, Sergej, and Frederik Bäumer. “Multimodal Analysis of Modern
    Phishing Attacks: Towards an Evolving Dataset of Real-World Data.” In <i>The 13th
    IEEE International Workshop on Semantic Computing for Social Networking: From
    User Information to Social Knowledge and Ethical AI</i>, 2025. <a href="https://doi.org/10.1109/ICSC64641.2025.00046">https://doi.org/10.1109/ICSC64641.2025.00046</a>.'
  ieee: 'S. Schultenkämper and F. Bäumer, “Multimodal Analysis of Modern Phishing
    Attacks: Towards an Evolving Dataset of Real-World Data,” in <i>The 13th IEEE
    International Workshop on Semantic Computing for Social Networking: from user
    information to social knowledge and ethical AI</i>, Laguna Hills, CA, 2025.'
  mla: 'Schultenkämper, Sergej, and Frederik Bäumer. “Multimodal Analysis of Modern
    Phishing Attacks: Towards an Evolving Dataset of Real-World Data.” <i>The 13th
    IEEE International Workshop on Semantic Computing for Social Networking: From
    User Information to Social Knowledge and Ethical AI</i>, 2025, doi:<a href="https://doi.org/10.1109/ICSC64641.2025.00046">10.1109/ICSC64641.2025.00046</a>.'
  short: 'S. Schultenkämper, F. Bäumer, in: The 13th IEEE International Workshop on
    Semantic Computing for Social Networking: From User Information to Social Knowledge
    and Ethical AI, 2025.'
conference:
  end_date: 2025-02-05
  location: Laguna Hills, CA
  name: IEEE International Conference on Semantic Computing
  start_date: 2025-02-03
date_created: 2025-01-27T08:54:54Z
date_updated: 2026-03-17T15:29:17Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.1109/ICSC64641.2025.00046
language:
- iso: eng
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: 'The 13th IEEE International Workshop on Semantic Computing for Social
  Networking: from user information to social knowledge and ethical AI'
publication_status: published
quality_controlled: '1'
status: public
title: 'Multimodal Analysis of Modern Phishing Attacks: Towards an Evolving Dataset
  of Real-World Data'
type: conference
user_id: '241734'
year: '2025'
...
---
_id: '5407'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/180728496
- first_name: Viktoriia
  full_name: Vovchenko, Viktoriia
  last_name: Vovchenko
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/180728497
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Vovchenko, Viktoriia</span> ; <span style="font-variant:small-caps;">Bäumer,
    Frederik</span>: Enhancing Social Media Summarization with Instruction Tuned Large
    Language Models and Adaptive Summary Ranking. In: <i>The 13th IEEE International
    Workshop on Semantic Computing for Social Networking: from user information to
    social knowledge and ethical AI</i>, 2025'
  ama: 'Schultenkämper S, Vovchenko V, Bäumer F. Enhancing Social Media Summarization
    with Instruction Tuned Large Language Models and Adaptive Summary Ranking. In:
    <i>The 13th IEEE International Workshop on Semantic Computing for Social Networking:
    From User Information to Social Knowledge and Ethical AI</i>. ; 2025. doi:<a href="https://doi.org/10.1109/ICSC64641.2025.00045">10.1109/ICSC64641.2025.00045</a>'
  apa: 'Schultenkämper, S., Vovchenko, V., &#38; Bäumer, F. (2025). Enhancing Social
    Media Summarization with Instruction Tuned Large Language Models and Adaptive
    Summary Ranking. In <i>The 13th IEEE International Workshop on Semantic Computing
    for Social Networking: from user information to social knowledge and ethical AI</i>.
    Laguna Hills, CA. <a href="https://doi.org/10.1109/ICSC64641.2025.00045">https://doi.org/10.1109/ICSC64641.2025.00045</a>'
  bibtex: '@inproceedings{Schultenkämper_Vovchenko_Bäumer_2025, title={Enhancing Social
    Media Summarization with Instruction Tuned Large Language Models and Adaptive
    Summary Ranking}, DOI={<a href="https://doi.org/10.1109/ICSC64641.2025.00045">10.1109/ICSC64641.2025.00045</a>},
    booktitle={The 13th IEEE International Workshop on Semantic Computing for Social
    Networking: from user information to social knowledge and ethical AI}, author={Schultenkämper,
    Sergej and Vovchenko, Viktoriia and Bäumer, Frederik}, year={2025} }'
  chicago: 'Schultenkämper, Sergej, Viktoriia Vovchenko, and Frederik Bäumer. “Enhancing
    Social Media Summarization with Instruction Tuned Large Language Models and Adaptive
    Summary Ranking.” In <i>The 13th IEEE International Workshop on Semantic Computing
    for Social Networking: From User Information to Social Knowledge and Ethical AI</i>,
    2025. <a href="https://doi.org/10.1109/ICSC64641.2025.00045">https://doi.org/10.1109/ICSC64641.2025.00045</a>.'
  ieee: 'S. Schultenkämper, V. Vovchenko, and F. Bäumer, “Enhancing Social Media Summarization
    with Instruction Tuned Large Language Models and Adaptive Summary Ranking,” in
    <i>The 13th IEEE International Workshop on Semantic Computing for Social Networking:
    from user information to social knowledge and ethical AI</i>, Laguna Hills, CA,
    2025.'
  mla: 'Schultenkämper, Sergej, et al. “Enhancing Social Media Summarization with
    Instruction Tuned Large Language Models and Adaptive Summary Ranking.” <i>The
    13th IEEE International Workshop on Semantic Computing for Social Networking:
    From User Information to Social Knowledge and Ethical AI</i>, 2025, doi:<a href="https://doi.org/10.1109/ICSC64641.2025.00045">10.1109/ICSC64641.2025.00045</a>.'
  short: 'S. Schultenkämper, V. Vovchenko, F. Bäumer, in: The 13th IEEE International
    Workshop on Semantic Computing for Social Networking: From User Information to
    Social Knowledge and Ethical AI, 2025.'
conference:
  end_date: 2025-02-05
  location: Laguna Hills, CA
  name: IEEE International Conference on Semantic Computing
  start_date: 2025-02-03
date_created: 2025-01-27T08:57:14Z
date_updated: 2026-03-17T15:29:17Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.1109/ICSC64641.2025.00045
language:
- iso: eng
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: 'The 13th IEEE International Workshop on Semantic Computing for Social
  Networking: from user information to social knowledge and ethical AI'
publication_status: published
quality_controlled: '1'
status: public
title: Enhancing Social Media Summarization with Instruction Tuned Large Language
  Models and Adaptive Summary Ranking
type: conference
user_id: '241734'
year: '2025'
...
---
_id: '5148'
article_number: '1109'
article_type: original
author:
- first_name: Frederik Simon
  full_name: Bäumer, Frederik Simon
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/173610075
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/173068810
- first_name: Michaela
  full_name: Geierhos, Michaela
  last_name: Geierhos
- first_name: Yeong Su
  full_name: Lee, Yeong Su
  last_name: Lee
citation:
  alphadin: '<span style="font-variant:small-caps;">Bäumer, Frederik Simon</span>
    ; <span style="font-variant:small-caps;">Schultenkämper, Sergej</span> ; <span
    style="font-variant:small-caps;">Geierhos, Michaela</span> ; <span style="font-variant:small-caps;">Lee,
    Yeong Su</span>: Mirroring Privacy Risks with Digital Twins: When Pieces of Personal
    Data Suddenly Fit Together. In: <i>SN Computer Science</i> Bd. 5, Springer Science
    and Business Media LLC (2024), Nr. 8'
  ama: 'Bäumer FS, Schultenkämper S, Geierhos M, Lee YS. Mirroring Privacy Risks with
    Digital Twins: When Pieces of Personal Data Suddenly Fit Together. <i>SN Computer
    Science</i>. 2024;5(8). doi:<a href="https://doi.org/10.1007/s42979-024-03413-z">10.1007/s42979-024-03413-z</a>'
  apa: 'Bäumer, F. S., Schultenkämper, S., Geierhos, M., &#38; Lee, Y. S. (2024).
    Mirroring Privacy Risks with Digital Twins: When Pieces of Personal Data Suddenly
    Fit Together. <i>SN Computer Science</i>, <i>5</i>(8). <a href="https://doi.org/10.1007/s42979-024-03413-z">https://doi.org/10.1007/s42979-024-03413-z</a>'
  bibtex: '@article{Bäumer_Schultenkämper_Geierhos_Lee_2024, title={Mirroring Privacy
    Risks with Digital Twins: When Pieces of Personal Data Suddenly Fit Together},
    volume={5}, DOI={<a href="https://doi.org/10.1007/s42979-024-03413-z">10.1007/s42979-024-03413-z</a>},
    number={81109}, journal={SN Computer Science}, publisher={Springer Science and
    Business Media LLC}, author={Bäumer, Frederik Simon and Schultenkämper, Sergej
    and Geierhos, Michaela and Lee, Yeong Su}, year={2024} }'
  chicago: 'Bäumer, Frederik Simon, Sergej Schultenkämper, Michaela Geierhos, and
    Yeong Su Lee. “Mirroring Privacy Risks with Digital Twins: When Pieces of Personal
    Data Suddenly Fit Together.” <i>SN Computer Science</i> 5, no. 8 (2024). <a href="https://doi.org/10.1007/s42979-024-03413-z">https://doi.org/10.1007/s42979-024-03413-z</a>.'
  ieee: 'F. S. Bäumer, S. Schultenkämper, M. Geierhos, and Y. S. Lee, “Mirroring Privacy
    Risks with Digital Twins: When Pieces of Personal Data Suddenly Fit Together,”
    <i>SN Computer Science</i>, vol. 5, no. 8, 2024.'
  mla: 'Bäumer, Frederik Simon, et al. “Mirroring Privacy Risks with Digital Twins:
    When Pieces of Personal Data Suddenly Fit Together.” <i>SN Computer Science</i>,
    vol. 5, no. 8, 1109, Springer Science and Business Media LLC, 2024, doi:<a href="https://doi.org/10.1007/s42979-024-03413-z">10.1007/s42979-024-03413-z</a>.'
  short: F.S. Bäumer, S. Schultenkämper, M. Geierhos, Y.S. Lee, SN Computer Science
    5 (2024).
date_created: 2024-12-01T18:25:34Z
date_updated: 2026-03-17T15:29:14Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.1007/s42979-024-03413-z
intvolume: '         5'
issue: '8'
language:
- iso: eng
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: SN Computer Science
publication_identifier:
  eissn:
  - 2661-8907
publication_status: published
publisher: Springer Science and Business Media LLC
status: public
title: 'Mirroring Privacy Risks with Digital Twins: When Pieces of Personal Data Suddenly
  Fit Together'
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: journal_article
user_id: '236164'
volume: 5
year: '2024'
...
---
_id: '5049'
author:
- first_name: Frederik S.
  full_name: Bäumer, Frederik S.
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/169691650
- first_name: Hans
  full_name: Brandt-Pook, Hans
  id: '206531'
  last_name: Brandt-Pook
  orcid: 0009-0002-6668-2684
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0002-6668-2684/work/169691651
- first_name: André
  full_name: Matutat, André
  id: '228871'
  last_name: Matutat
  orcid: 0009-0001-9362-7704
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0001-9362-7704/work/169691652
- first_name: Falk
  full_name: Maoro, Falk
  last_name: Maoro
- first_name: David
  full_name: Pelkmann, David
  id: '217023'
  last_name: Pelkmann
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/169691653
citation:
  alphadin: '<span style="font-variant:small-caps;">Bäumer, Frederik S.</span> ; <span
    style="font-variant:small-caps;">Brandt-Pook, Hans</span> ; <span style="font-variant:small-caps;">Matutat,
    André</span> ; <span style="font-variant:small-caps;">Maoro, Falk</span> ; <span
    style="font-variant:small-caps;">Pelkmann, David</span> ; <span style="font-variant:small-caps;">Schultenkämper,
    Sergej</span>: Lektionen und Anwendungsfälle aus der Implementierung von Retrieval-Augmented-Generation-Systemen.
    In: <span style="font-variant:small-caps;">Klein, M.</span> ; <span style="font-variant:small-caps;">Krupka,
    D.</span> ; <span style="font-variant:small-caps;">Winter, C.</span> ; <span style="font-variant:small-caps;">Gergeleit,
    M.</span> ; <span style="font-variant:small-caps;">Martin, L.</span> ; <span style="font-variant:small-caps;">Gesellschaft
    für Informatik e.V. (GI)</span> (Hrsg.): <i>INFORMATIK 2024 Lock-in or log out?
    Wie digitale Souveränität gelingt</i>. Bd. 352. Bonn : Köllen Druck+Verlag GmbH,
    2024'
  ama: 'Bäumer FS, Brandt-Pook H, Matutat A, Maoro F, Pelkmann D, Schultenkämper S.
    Lektionen und Anwendungsfälle aus der Implementierung von Retrieval-Augmented-Generation-Systemen.
    In: Klein M, Krupka D, Winter C, Gergeleit M, Martin L, Gesellschaft für Informatik
    e.V. (GI), eds. <i>INFORMATIK 2024 Lock-in or log out? Wie digitale Souveränität
    gelingt</i>. Vol 352. Bonn: Köllen Druck+Verlag GmbH; 2024.'
  apa: 'Bäumer, F. S., Brandt-Pook, H., Matutat, A., Maoro, F., Pelkmann, D., &#38;
    Schultenkämper, S. (2024). Lektionen und Anwendungsfälle aus der Implementierung
    von Retrieval-Augmented-Generation-Systemen. In M. Klein, D. Krupka, C. Winter,
    M. Gergeleit, L. Martin, &#38; Gesellschaft für Informatik e.V. (GI) (Eds.), <i>INFORMATIK
    2024 Lock-in or log out? Wie digitale Souveränität gelingt</i> (Vol. 352). Bonn:
    Köllen Druck+Verlag GmbH.'
  bibtex: '@inproceedings{Bäumer_Brandt-Pook_Matutat_Maoro_Pelkmann_Schultenkämper_2024,
    place={Bonn}, title={Lektionen und Anwendungsfälle aus der Implementierung von
    Retrieval-Augmented-Generation-Systemen}, volume={352}, booktitle={INFORMATIK
    2024 Lock-in or log out? Wie digitale Souveränität gelingt}, publisher={Köllen
    Druck+Verlag GmbH}, author={Bäumer, Frederik S. and Brandt-Pook, Hans and Matutat,
    André and Maoro, Falk and Pelkmann, David and Schultenkämper, Sergej}, editor={Klein,
    Maike and Krupka, Daniel and Winter, Cornelia and Gergeleit, Martin and Martin,
    Ludger and Gesellschaft für Informatik e.V. (GI)Editors}, year={2024} }'
  chicago: 'Bäumer, Frederik S., Hans Brandt-Pook, André Matutat, Falk Maoro, David
    Pelkmann, and Sergej Schultenkämper. “Lektionen und Anwendungsfälle aus der Implementierung
    von Retrieval-Augmented-Generation-Systemen.” In <i>INFORMATIK 2024 Lock-in or
    log out? Wie digitale Souveränität gelingt</i>, edited by Maike Klein, Daniel
    Krupka, Cornelia Winter, Martin Gergeleit, Ludger Martin, and Gesellschaft für
    Informatik e.V. (GI), Vol. 352. Bonn: Köllen Druck+Verlag GmbH, 2024.'
  ieee: F. S. Bäumer, H. Brandt-Pook, A. Matutat, F. Maoro, D. Pelkmann, and S. Schultenkämper,
    “Lektionen und Anwendungsfälle aus der Implementierung von Retrieval-Augmented-Generation-Systemen,”
    in <i>INFORMATIK 2024 Lock-in or log out? Wie digitale Souveränität gelingt</i>,
    Wiesbaden, 2024, vol. 352.
  mla: Bäumer, Frederik S., et al. “Lektionen und Anwendungsfälle aus der Implementierung
    von Retrieval-Augmented-Generation-Systemen.” <i>INFORMATIK 2024 Lock-in or log
    out? Wie digitale Souveränität gelingt</i>, edited by Maike Klein et al., vol.
    352, Köllen Druck+Verlag GmbH, 2024.
  short: 'F.S. Bäumer, H. Brandt-Pook, A. Matutat, F. Maoro, D. Pelkmann, S. Schultenkämper,
    in: M. Klein, D. Krupka, C. Winter, M. Gergeleit, L. Martin, Gesellschaft für
    Informatik e.V. (GI) (Eds.), INFORMATIK 2024 Lock-in or log out? Wie digitale
    Souveränität gelingt, Köllen Druck+Verlag GmbH, Bonn, 2024.'
conference:
  end_date: 2024-09-26
  location: Wiesbaden
  name: INFORMATIK FESTIVAL 2024
  start_date: 2024-09-24
corporate_editor:
- Gesellschaft für Informatik e.V. (GI)
date_created: 2024-10-16T14:33:31Z
date_updated: 2026-03-17T15:29:12Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
editor:
- first_name: Maike
  full_name: Klein, Maike
  last_name: Klein
- first_name: Daniel
  full_name: Krupka, Daniel
  last_name: Krupka
- first_name: Cornelia
  full_name: Winter, Cornelia
  last_name: Winter
- first_name: Martin
  full_name: Gergeleit, Martin
  last_name: Gergeleit
- first_name: Ludger
  full_name: Martin, Ludger
  last_name: Martin
intvolume: '       352'
language:
- iso: ger
main_file_link:
- url: https://nextcloud.gi.de/s/F3Hp967QFP92XPq
place: Bonn
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: INFORMATIK 2024 Lock-in or log out? Wie digitale Souveränität gelingt
publication_identifier:
  unknown:
  - 978-3-88579-746-3
publication_status: published
publisher: Köllen Druck+Verlag GmbH
quality_controlled: '1'
status: public
title: Lektionen und Anwendungsfälle aus der Implementierung von Retrieval-Augmented-Generation-Systemen
tmp:
  image: /images/cc_by_sa.png
  legal_code_url: https://creativecommons.org/licenses/by-sa/4.0/legalcode
  name: Creative Commons Attribution-ShareAlike 4.0 International Public License (CC
    BY-SA 4.0)
  short: CC BY-SA (4.0)
type: conference_abstract
user_id: '236164'
volume: 352
year: '2024'
...
---
_id: '4453'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/160423178
- first_name: Frederik S.
  full_name: Bäumer, Frederik S.
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/157200935
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik S.</span>: Structured
    Knowledge Extraction for Digital Twins: Leveraging LLMs to Analyze Tweets. In:
    <span style="font-variant:small-caps;">Springer </span> (Hrsg.): <i>Communications
    in Computer and Information Science</i>. Cham, 2024'
  ama: 'Schultenkämper S, Bäumer FS. Structured Knowledge Extraction for Digital Twins:
    Leveraging LLMs to Analyze Tweets. In: Springer , ed. <i>Communications in Computer
    and Information Science</i>. Cham; 2024.'
  apa: 'Schultenkämper, S., &#38; Bäumer, F. S. (2024). Structured Knowledge Extraction
    for Digital Twins: Leveraging LLMs to Analyze Tweets. In Springer  (Ed.), <i>Communications
    in Computer and Information Science</i>. Cham.'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_2024, place={Cham}, title={Structured
    Knowledge Extraction for Digital Twins: Leveraging LLMs to Analyze Tweets}, booktitle={Communications
    in Computer and Information Science}, author={Schultenkämper, Sergej and Bäumer,
    Frederik S.}, editor={Springer Editor}, year={2024} }'
  chicago: 'Schultenkämper, Sergej, and Frederik S. Bäumer. “Structured Knowledge
    Extraction for Digital Twins: Leveraging LLMs to Analyze Tweets.” In <i>Communications
    in Computer and Information Science</i>, edited by Springer . Cham, 2024.'
  ieee: 'S. Schultenkämper and F. S. Bäumer, “Structured Knowledge Extraction for
    Digital Twins: Leveraging LLMs to Analyze Tweets,” in <i>Communications in Computer
    and Information Science</i>, Maastricht, Niederlande, 2024.'
  mla: 'Schultenkämper, Sergej, and Frederik S. Bäumer. “Structured Knowledge Extraction
    for Digital Twins: Leveraging LLMs to Analyze Tweets.” <i>Communications in Computer
    and Information Science</i>, edited by Springer , 2024.'
  short: 'S. Schultenkämper, F.S. Bäumer, in: Springer  (Ed.), Communications in Computer
    and Information Science, Cham, 2024.'
conference:
  end_date: 2024-06-14
  location: Maastricht, Niederlande
  name: 24th International Conference on Innovations for Community Services (I4CS)
  start_date: 2024-06-12
corporate_editor:
- 'Springer '
date_created: 2024-04-08T13:15:23Z
date_updated: 2026-03-17T15:29:01Z
language:
- iso: eng
place: Cham
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: Communications in Computer and Information Science
quality_controlled: '1'
status: public
title: 'Structured Knowledge Extraction for Digital Twins: Leveraging LLMs to Analyze
  Tweets'
type: conference
user_id: '236164'
year: '2024'
...
---
_id: '4454'
article_type: original
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/164356029
- first_name: Frederik S.
  full_name: Bäumer, Frederik S.
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/164356030
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik S.</span>: Pixels versus
    Privacy: Leveraging Vision-Language Models for Sensitive Information Extraction.
    In: <i>International Journal On Advances in Security</i> Bd. 17, IARIA XPS Press
    (2024), Nr. 1+2, S. 1–10'
  ama: 'Schultenkämper S, Bäumer FS. Pixels versus Privacy: Leveraging Vision-Language
    Models for Sensitive Information Extraction. <i>International Journal On Advances
    in Security</i>. 2024;17(1+2):1-10.'
  apa: 'Schultenkämper, S., &#38; Bäumer, F. S. (2024). Pixels versus Privacy: Leveraging
    Vision-Language Models for Sensitive Information Extraction. <i>International
    Journal On Advances in Security</i>, <i>17</i>(1+2), 1–10.'
  bibtex: '@article{Schultenkämper_Bäumer_2024, title={Pixels versus Privacy: Leveraging
    Vision-Language Models for Sensitive Information Extraction}, volume={17}, number={1+2},
    journal={International Journal On Advances in Security}, publisher={IARIA XPS
    Press}, author={Schultenkämper, Sergej and Bäumer, Frederik S.}, year={2024},
    pages={1–10} }'
  chicago: 'Schultenkämper, Sergej, and Frederik S. Bäumer. “Pixels versus Privacy:
    Leveraging Vision-Language Models for Sensitive Information Extraction.” <i>International
    Journal On Advances in Security</i> 17, no. 1+2 (2024): 1–10.'
  ieee: 'S. Schultenkämper and F. S. Bäumer, “Pixels versus Privacy: Leveraging Vision-Language
    Models for Sensitive Information Extraction,” <i>International Journal On Advances
    in Security</i>, vol. 17, no. 1+2, pp. 1–10, 2024.'
  mla: 'Schultenkämper, Sergej, and Frederik S. Bäumer. “Pixels versus Privacy: Leveraging
    Vision-Language Models for Sensitive Information Extraction.” <i>International
    Journal On Advances in Security</i>, vol. 17, no. 1+2, IARIA XPS Press, 2024,
    pp. 1–10.'
  short: S. Schultenkämper, F.S. Bäumer, International Journal On Advances in Security
    17 (2024) 1–10.
date_created: 2024-04-08T13:23:09Z
date_updated: 2026-03-17T15:29:01Z
intvolume: '        17'
issue: 1+2
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.iariajournals.org/security/tocv17n12.html
oa: '1'
page: 1-10
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: International Journal On Advances in Security
publication_identifier:
  issn:
  - 1942-2636
publication_status: published
publisher: IARIA XPS Press
quality_controlled: '1'
status: public
title: 'Pixels versus Privacy: Leveraging Vision-Language Models for Sensitive Information
  Extraction'
type: journal_article
user_id: '220548'
volume: 17
year: '2024'
...
---
_id: '3297'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/213726065
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/157200423
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik</span>: Protecting Your
    Online Privacy: Insights on Digital Twins and Threat Detection. In: <span style="font-variant:small-caps;">IARIA</span>
    (Hrsg.): <i>The Fifteenth International Conference on Pervasive Patterns and Applications
    (PATTERNS 2023). Special Track DaMIA: Data Mining in Industrial Applications of
    Digital Twins.</i>. IARIA, 2023, S. 2–5'
  ama: 'Schultenkämper S, Bäumer F. Protecting Your Online Privacy: Insights on Digital
    Twins and Threat Detection. In: IARIA, ed. <i>The Fifteenth International Conference
    on Pervasive Patterns and Applications (PATTERNS 2023). Special Track DaMIA: Data
    Mining in Industrial Applications of Digital Twins.</i> IARIA; 2023:2-5.'
  apa: 'Schultenkämper, S., &#38; Bäumer, F. (2023). Protecting Your Online Privacy:
    Insights on Digital Twins and Threat Detection. In IARIA (Ed.), <i>The Fifteenth
    International Conference on Pervasive Patterns and Applications (PATTERNS 2023).
    Special Track DaMIA: Data Mining in Industrial Applications of Digital Twins.</i>
    (pp. 2–5). IARIA.'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_2023, place={IARIA}, title={Protecting
    Your Online Privacy: Insights on Digital Twins and Threat Detection}, booktitle={The
    Fifteenth International Conference on Pervasive Patterns and Applications (PATTERNS
    2023). Special Track DaMIA: Data Mining in Industrial Applications of Digital
    Twins.}, author={Schultenkämper, Sergej and Bäumer, Frederik}, editor={IARIAEditor},
    year={2023}, pages={2–5} }'
  chicago: 'Schultenkämper, Sergej, and Frederik Bäumer. “Protecting Your Online Privacy:
    Insights on Digital Twins and Threat Detection.” In <i>The Fifteenth International
    Conference on Pervasive Patterns and Applications (PATTERNS 2023). Special Track
    DaMIA: Data Mining in Industrial Applications of Digital Twins.</i>, edited by
    IARIA, 2–5. IARIA, 2023.'
  ieee: 'S. Schultenkämper and F. Bäumer, “Protecting Your Online Privacy: Insights
    on Digital Twins and Threat Detection,” in <i>The Fifteenth International Conference
    on Pervasive Patterns and Applications (PATTERNS 2023). Special Track DaMIA: Data
    Mining in Industrial Applications of Digital Twins.</i>, 2023, pp. 2–5.'
  mla: 'Schultenkämper, Sergej, and Frederik Bäumer. “Protecting Your Online Privacy:
    Insights on Digital Twins and Threat Detection.” <i>The Fifteenth International
    Conference on Pervasive Patterns and Applications (PATTERNS 2023). Special Track
    DaMIA: Data Mining in Industrial Applications of Digital Twins.</i>, edited by
    IARIA, 2023, pp. 2–5.'
  short: 'S. Schultenkämper, F. Bäumer, in: IARIA (Ed.), The Fifteenth International
    Conference on Pervasive Patterns and Applications (PATTERNS 2023). Special Track
    DaMIA: Data Mining in Industrial Applications of Digital Twins., IARIA, 2023,
    pp. 2–5.'
corporate_editor:
- IARIA
date_created: 2023-07-04T10:51:45Z
date_updated: 2026-06-18T15:46:18Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
language:
- iso: eng
main_file_link:
- url: https://www.thinkmind.org/articles/patterns_2023_1_10_78001.pdf
page: 2-5
place: IARIA
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: 'The Fifteenth International Conference on Pervasive Patterns and Applications
  (PATTERNS 2023). Special Track DaMIA: Data Mining in Industrial Applications of
  Digital Twins.'
publication_identifier:
  eisbn:
  - 978-1-68558-049-0
  issn:
  - 2308-3557
quality_controlled: '1'
status: public
title: 'Protecting Your Online Privacy: Insights on Digital Twins and Threat Detection'
type: conference
user_id: '245729'
year: '2023'
...
---
_id: '3629'
author:
- first_name: Bastian
  full_name: Sirvend, Bastian
  last_name: Sirvend
- first_name: Alexander
  full_name: Stahlkopf, Alexander
  last_name: Stahlkopf
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/162693606
citation:
  alphadin: '<span style="font-variant:small-caps;">Sirvend, Bastian</span> ; <span
    style="font-variant:small-caps;">Stahlkopf, Alexander</span> ; <span style="font-variant:small-caps;">Bäumer,
    Frederik</span>: Synergien zwischen KI und menschlicher Expertise: Online-Sichtbarkeitsoptimierung
    durch Text-Transformation. In: <span style="font-variant:small-caps;">Klein, M.</span>
    ; <span style="font-variant:small-caps;">Krupka, D.</span> ; <span style="font-variant:small-caps;">Winter,
    C.</span> ; <span style="font-variant:small-caps;">Wohlgemuth, V.</span> (Hrsg.):
    <i>INFORMATIK 2023</i>, <i>Lecture Notes in Informatics</i>. Bd. 337. Berlin :
    Köllen Druck+Verlag GmbH, 2023'
  ama: 'Sirvend B, Stahlkopf A, Bäumer F. Synergien zwischen KI und menschlicher Expertise:
    Online-Sichtbarkeitsoptimierung durch Text-Transformation. In: Klein M, Krupka
    D, Winter C, Wohlgemuth V, eds. <i>INFORMATIK 2023</i>. Vol 337. Lecture Notes
    in Informatics. Berlin: Köllen Druck+Verlag GmbH; 2023. doi:<a href="https://doi.org/10.57720/3629">10.57720/3629</a>'
  apa: 'Sirvend, B., Stahlkopf, A., &#38; Bäumer, F. (2023). Synergien zwischen KI
    und menschlicher Expertise: Online-Sichtbarkeitsoptimierung durch Text-Transformation.
    In M. Klein, D. Krupka, C. Winter, &#38; V. Wohlgemuth (Eds.), <i>INFORMATIK 2023</i>
    (Vol. 337). Berlin: Köllen Druck+Verlag GmbH. <a href="https://doi.org/10.57720/3629">https://doi.org/10.57720/3629</a>'
  bibtex: '@inproceedings{Sirvend_Stahlkopf_Bäumer_2023, place={Berlin}, series={Lecture
    Notes in Informatics}, title={Synergien zwischen KI und menschlicher Expertise:
    Online-Sichtbarkeitsoptimierung durch Text-Transformation}, volume={337}, DOI={<a
    href="https://doi.org/10.57720/3629">10.57720/3629</a>}, booktitle={INFORMATIK
    2023}, publisher={Köllen Druck+Verlag GmbH}, author={Sirvend, Bastian and Stahlkopf,
    Alexander and Bäumer, Frederik}, editor={Klein, Maike and Krupka, Daniel and Winter,
    Cornelia and Wohlgemuth, VolkerEditors}, year={2023}, collection={Lecture Notes
    in Informatics} }'
  chicago: 'Sirvend, Bastian, Alexander Stahlkopf, and Frederik Bäumer. “Synergien
    zwischen KI und menschlicher Expertise: Online-Sichtbarkeitsoptimierung durch
    Text-Transformation.” In <i>INFORMATIK 2023</i>, edited by Maike Klein, Daniel
    Krupka, Cornelia Winter, and Volker Wohlgemuth, Vol. 337. Lecture Notes in Informatics.
    Berlin: Köllen Druck+Verlag GmbH, 2023. <a href="https://doi.org/10.57720/3629">https://doi.org/10.57720/3629</a>.'
  ieee: 'B. Sirvend, A. Stahlkopf, and F. Bäumer, “Synergien zwischen KI und menschlicher
    Expertise: Online-Sichtbarkeitsoptimierung durch Text-Transformation,” in <i>INFORMATIK
    2023</i>, Berlin, 2023, vol. 337.'
  mla: 'Sirvend, Bastian, et al. “Synergien zwischen KI und menschlicher Expertise:
    Online-Sichtbarkeitsoptimierung durch Text-Transformation.” <i>INFORMATIK 2023</i>,
    edited by Maike Klein et al., vol. 337, Köllen Druck+Verlag GmbH, 2023, doi:<a
    href="https://doi.org/10.57720/3629">10.57720/3629</a>.'
  short: 'B. Sirvend, A. Stahlkopf, F. Bäumer, in: M. Klein, D. Krupka, C. Winter,
    V. Wohlgemuth (Eds.), INFORMATIK 2023, Köllen Druck+Verlag GmbH, Berlin, 2023.'
conference:
  end_date: 2023-09-29
  location: Berlin
  name: 'Designing Futures: Zukünfte gestalten'
  start_date: 2023-09-26
date_created: 2023-10-02T07:29:39Z
date_updated: 2026-06-02T07:39:55Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.57720/3629
editor:
- first_name: Maike
  full_name: Klein, Maike
  last_name: Klein
- first_name: Daniel
  full_name: Krupka, Daniel
  last_name: Krupka
- first_name: Cornelia
  full_name: Winter, Cornelia
  last_name: Winter
- first_name: Volker
  full_name: Wohlgemuth, Volker
  last_name: Wohlgemuth
file:
- access_level: open_access
  content_type: application/pdf
  creator: fbaeumer1
  date_created: 2023-10-02T07:28:39Z
  date_updated: 2023-10-02T07:28:39Z
  file_id: '3630'
  file_name: proceedings.pdf
  file_size: 130465493
  relation: main_file
  success: 1
file_date_updated: 2023-10-02T07:28:39Z
has_accepted_license: '1'
intvolume: '       337'
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://nextcloud.gi.de/s/2xNAq55XdGrs28r
oa: '1'
place: Berlin
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: INFORMATIK 2023
publication_identifier:
  isbn:
  - 978-3-88579-731-9
  issn:
  - 1617-5468
publication_status: published
publisher: Köllen Druck+Verlag GmbH
quality_controlled: '1'
related_material:
  link:
  - relation: confirmation
    url: https://nextcloud.gi.de/s/2xNAq55XdGrs28r
series_title: Lecture Notes in Informatics
status: public
title: 'Synergien zwischen KI und menschlicher Expertise: Online-Sichtbarkeitsoptimierung
  durch Text-Transformation'
tmp:
  image: /images/cc_by_sa.png
  legal_code_url: https://creativecommons.org/licenses/by-sa/4.0/legalcode
  name: Creative Commons Attribution-ShareAlike 4.0 International Public License (CC
    BY-SA 4.0)
  short: CC BY-SA (4.0)
type: conference
urn: urn:nbn:de:hbz:bi10-36292
user_id: '250307'
volume: 337
year: '2023'
...
---
_id: '3606'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/157200135
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik</span>: Privacy Risks
    in German Patient Forums: A NER-based Approach to Enrich Digital Twins. In: <i>Information
    and Software Technologies. 29th International Conference, ICIST 2023, Kaunas,
    Lithuania, October 12–14, 2023, Proceedings</i>, <i>Communications in Computer
    and Information Science</i>. Cham : Springer International Publishing, 2023'
  ama: 'Schultenkämper S, Bäumer F. Privacy Risks in German Patient Forums: A NER-based
    Approach to Enrich Digital Twins. In: <i>Information and Software Technologies.
    29th International Conference, ICIST 2023, Kaunas, Lithuania, October 12–14, 2023,
    Proceedings</i>. Communications in Computer and Information Science. Cham: Springer
    International Publishing; 2023. doi:<a href="https://doi.org/10.1007/978-3-031-48981-5_9">10.1007/978-3-031-48981-5_9</a>'
  apa: 'Schultenkämper, S., &#38; Bäumer, F. (2023). Privacy Risks in German Patient
    Forums: A NER-based Approach to Enrich Digital Twins. In <i>Information and Software
    Technologies. 29th International Conference, ICIST 2023, Kaunas, Lithuania, October
    12–14, 2023, Proceedings</i>. Cham: Springer International Publishing. <a href="https://doi.org/10.1007/978-3-031-48981-5_9">https://doi.org/10.1007/978-3-031-48981-5_9</a>'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_2023, place={Cham}, series={Communications
    in Computer and Information Science}, title={Privacy Risks in German Patient Forums:
    A NER-based Approach to Enrich Digital Twins}, DOI={<a href="https://doi.org/10.1007/978-3-031-48981-5_9">10.1007/978-3-031-48981-5_9</a>},
    booktitle={Information and Software Technologies. 29th International Conference,
    ICIST 2023, Kaunas, Lithuania, October 12–14, 2023, Proceedings}, publisher={Springer
    International Publishing}, author={Schultenkämper, Sergej and Bäumer, Frederik},
    year={2023}, collection={Communications in Computer and Information Science} }'
  chicago: 'Schultenkämper, Sergej, and Frederik Bäumer. “Privacy Risks in German
    Patient Forums: A NER-Based Approach to Enrich Digital Twins.” In <i>Information
    and Software Technologies. 29th International Conference, ICIST 2023, Kaunas,
    Lithuania, October 12–14, 2023, Proceedings</i>. Communications in Computer and
    Information Science. Cham: Springer International Publishing, 2023. <a href="https://doi.org/10.1007/978-3-031-48981-5_9">https://doi.org/10.1007/978-3-031-48981-5_9</a>.'
  ieee: 'S. Schultenkämper and F. Bäumer, “Privacy Risks in German Patient Forums:
    A NER-based Approach to Enrich Digital Twins,” in <i>Information and Software
    Technologies. 29th International Conference, ICIST 2023, Kaunas, Lithuania, October
    12–14, 2023, Proceedings</i>, Kaunas, Lithuania, 2023.'
  mla: 'Schultenkämper, Sergej, and Frederik Bäumer. “Privacy Risks in German Patient
    Forums: A NER-Based Approach to Enrich Digital Twins.” <i>Information and Software
    Technologies. 29th International Conference, ICIST 2023, Kaunas, Lithuania, October
    12–14, 2023, Proceedings</i>, Springer International Publishing, 2023, doi:<a
    href="https://doi.org/10.1007/978-3-031-48981-5_9">10.1007/978-3-031-48981-5_9</a>.'
  short: 'S. Schultenkämper, F. Bäumer, in: Information and Software Technologies.
    29th International Conference, ICIST 2023, Kaunas, Lithuania, October 12–14, 2023,
    Proceedings, Springer International Publishing, Cham, 2023.'
conference:
  end_date: 2023-10-14
  location: Kaunas, Lithuania
  name: Information and Software Technologies 2023
  start_date: 2023-10-12
date_created: 2023-09-18T10:40:35Z
date_updated: 2026-03-17T15:28:47Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.1007/978-3-031-48981-5_9
language:
- iso: eng
place: Cham
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: Information and Software Technologies. 29th International Conference,
  ICIST 2023, Kaunas, Lithuania, October 12–14, 2023, Proceedings
publisher: Springer International Publishing
quality_controlled: '1'
series_title: Communications in Computer and Information Science
status: public
title: 'Privacy Risks in German Patient Forums: A NER-based Approach to Enrich Digital
  Twins'
type: conference
user_id: '236164'
year: '2023'
...
---
_id: '3612'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/157200177
- first_name: Benjamin
  full_name: Bellgrau, Benjamin
  last_name: Bellgrau
- first_name: Yeong Su
  full_name: Lee, Yeong Su
  last_name: Lee
- first_name: Michaela
  full_name: Geierhos, Michaela
  last_name: Geierhos
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik</span> ; <span style="font-variant:small-caps;">Bellgrau,
    Benjamin</span> ; <span style="font-variant:small-caps;">Lee, Yeong Su</span>
    ; <span style="font-variant:small-caps;">Geierhos, Michaela</span>: From Digital
    Tracks to Digital Twins: On the Path to Cross-Platform Profile Linking. In: <i>27th
    International Conference on Enterprise Design, Operations Computing (EDOC 2023):
    First Workshop on the Modelling and Implementation of Digital Twins for Complex
    Systems)</i>, 2023'
  ama: 'Schultenkämper S, Bäumer F, Bellgrau B, Lee YS, Geierhos M. From Digital Tracks
    to Digital Twins: On the Path to Cross-Platform Profile Linking. In: <i>27th International
    Conference on Enterprise Design, Operations Computing (EDOC 2023): First Workshop
    on the Modelling and Implementation of Digital Twins for Complex Systems)</i>.
    ; 2023. doi:<a href="https://doi.org/10.1007/978-3-031-54712-6_10">10.1007/978-3-031-54712-6_10</a>'
  apa: 'Schultenkämper, S., Bäumer, F., Bellgrau, B., Lee, Y. S., &#38; Geierhos,
    M. (2023). From Digital Tracks to Digital Twins: On the Path to Cross-Platform
    Profile Linking. In <i>27th International Conference on Enterprise Design, Operations
    Computing (EDOC 2023): First Workshop on the Modelling and Implementation of Digital
    Twins for Complex Systems)</i>. Groningen, Niederlande. <a href="https://doi.org/10.1007/978-3-031-54712-6_10">https://doi.org/10.1007/978-3-031-54712-6_10</a>'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_Bellgrau_Lee_Geierhos_2023, title={From
    Digital Tracks to Digital Twins: On the Path to Cross-Platform Profile Linking},
    DOI={<a href="https://doi.org/10.1007/978-3-031-54712-6_10">10.1007/978-3-031-54712-6_10</a>},
    booktitle={27th International Conference on Enterprise Design, Operations Computing
    (EDOC 2023): First Workshop on the Modelling and Implementation of Digital Twins
    for Complex Systems)}, author={Schultenkämper, Sergej and Bäumer, Frederik and
    Bellgrau, Benjamin and Lee, Yeong Su and Geierhos, Michaela}, year={2023} }'
  chicago: 'Schultenkämper, Sergej, Frederik Bäumer, Benjamin Bellgrau, Yeong Su Lee,
    and Michaela Geierhos. “From Digital Tracks to Digital Twins: On the Path to Cross-Platform
    Profile Linking.” In <i>27th International Conference on Enterprise Design, Operations
    Computing (EDOC 2023): First Workshop on the Modelling and Implementation of Digital
    Twins for Complex Systems)</i>, 2023. <a href="https://doi.org/10.1007/978-3-031-54712-6_10">https://doi.org/10.1007/978-3-031-54712-6_10</a>.'
  ieee: 'S. Schultenkämper, F. Bäumer, B. Bellgrau, Y. S. Lee, and M. Geierhos, “From
    Digital Tracks to Digital Twins: On the Path to Cross-Platform Profile Linking,”
    in <i>27th International Conference on Enterprise Design, Operations Computing
    (EDOC 2023): First Workshop on the Modelling and Implementation of Digital Twins
    for Complex Systems)</i>, Groningen, Niederlande, 2023.'
  mla: 'Schultenkämper, Sergej, et al. “From Digital Tracks to Digital Twins: On the
    Path to Cross-Platform Profile Linking.” <i>27th International Conference on Enterprise
    Design, Operations Computing (EDOC 2023): First Workshop on the Modelling and
    Implementation of Digital Twins for Complex Systems)</i>, 2023, doi:<a href="https://doi.org/10.1007/978-3-031-54712-6_10">10.1007/978-3-031-54712-6_10</a>.'
  short: 'S. Schultenkämper, F. Bäumer, B. Bellgrau, Y.S. Lee, M. Geierhos, in: 27th
    International Conference on Enterprise Design, Operations Computing (EDOC 2023):
    First Workshop on the Modelling and Implementation of Digital Twins for Complex
    Systems), 2023.'
conference:
  end_date: 2023-11-03
  location: Groningen, Niederlande
  name: 27TH INTERNATIONAL EDOC CONFERENCE
  start_date: 2023-10-30
date_created: 2023-09-18T11:05:04Z
date_updated: 2026-03-17T15:28:47Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.1007/978-3-031-54712-6_10
language:
- iso: eng
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: '27th International Conference on Enterprise Design, Operations Computing
  (EDOC 2023): First Workshop on the Modelling and Implementation of Digital Twins
  for Complex Systems)'
quality_controlled: '1'
status: public
title: 'From Digital Tracks to Digital Twins: On the Path to Cross-Platform Profile
  Linking'
type: conference
user_id: '236164'
year: '2023'
...
---
_id: '3614'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/157200052
- first_name: Michaela
  full_name: Geierhos, Michaela
  last_name: Geierhos
- first_name: Yeong Su
  full_name: Lee, Yeong Su
  last_name: Lee
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik</span> ; <span style="font-variant:small-caps;">Geierhos,
    Michaela</span> ; <span style="font-variant:small-caps;">Lee, Yeong Su</span>:
    From Unstructured Data to Digital Twins: From Tweets to Structured Knowledge.
    In: <i>Proceedings of the Thirteenth International Conference on Social Media
    Technologies, Communication, and Informatics (SOTICS 2023)</i>, 2023'
  ama: 'Schultenkämper S, Bäumer F, Geierhos M, Lee YS. From Unstructured Data to
    Digital Twins: From Tweets to Structured Knowledge. In: <i>Proceedings of the
    Thirteenth International Conference on Social Media Technologies, Communication,
    and Informatics (SOTICS 2023)</i>. ; 2023.'
  apa: 'Schultenkämper, S., Bäumer, F., Geierhos, M., &#38; Lee, Y. S. (2023). From
    Unstructured Data to Digital Twins: From Tweets to Structured Knowledge. In <i>Proceedings
    of the Thirteenth International Conference on Social Media Technologies, Communication,
    and Informatics (SOTICS 2023)</i>. Valencia, Spanien.'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_Geierhos_Lee_2023, title={From Unstructured
    Data to Digital Twins: From Tweets to Structured Knowledge}, booktitle={Proceedings
    of the Thirteenth International Conference on Social Media Technologies, Communication,
    and Informatics (SOTICS 2023)}, author={Schultenkämper, Sergej and Bäumer, Frederik
    and Geierhos, Michaela and Lee, Yeong Su}, year={2023} }'
  chicago: 'Schultenkämper, Sergej, Frederik Bäumer, Michaela Geierhos, and Yeong
    Su Lee. “From Unstructured Data to Digital Twins: From Tweets to Structured Knowledge.”
    In <i>Proceedings of the Thirteenth International Conference on Social Media Technologies,
    Communication, and Informatics (SOTICS 2023)</i>, 2023.'
  ieee: 'S. Schultenkämper, F. Bäumer, M. Geierhos, and Y. S. Lee, “From Unstructured
    Data to Digital Twins: From Tweets to Structured Knowledge,” in <i>Proceedings
    of the Thirteenth International Conference on Social Media Technologies, Communication,
    and Informatics (SOTICS 2023)</i>, Valencia, Spanien, 2023.'
  mla: 'Schultenkämper, Sergej, et al. “From Unstructured Data to Digital Twins: From
    Tweets to Structured Knowledge.” <i>Proceedings of the Thirteenth International
    Conference on Social Media Technologies, Communication, and Informatics (SOTICS
    2023)</i>, 2023.'
  short: 'S. Schultenkämper, F. Bäumer, M. Geierhos, Y.S. Lee, in: Proceedings of
    the Thirteenth International Conference on Social Media Technologies, Communication,
    and Informatics (SOTICS 2023), 2023.'
conference:
  end_date: 2023-11-17
  location: Valencia, Spanien
  name: Thirteenth International Conference on Social Media Technologies, Communication,
    and Informatics (SOTICS 2023)
  start_date: 2023-11-13
date_created: 2023-09-18T13:44:07Z
date_updated: 2026-03-17T15:28:47Z
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.thinkmind.org/articles/sotics_2023_1_20_60016.pdf
oa: '1'
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: Proceedings of the Thirteenth International Conference on Social Media
  Technologies, Communication, and Informatics (SOTICS 2023)
publication_identifier:
  isbn:
  - 978-1-68558-103-9
  issn:
  - 2326-9294
quality_controlled: '1'
status: public
title: 'From Unstructured Data to Digital Twins: From Tweets to Structured Knowledge'
type: conference
user_id: '236164'
year: '2023'
...
---
_id: '3631'
author:
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/156950110
- first_name: Hans
  full_name: Brandt-Pook, Hans
  id: '206531'
  last_name: Brandt-Pook
  orcid: 0009-0002-6668-2684
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0002-6668-2684/work/156950111
- first_name: Falk
  full_name: Maoro, Falk
  last_name: Maoro
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
- first_name: Benjamin
  full_name: Stecker, Benjamin
  last_name: Stecker
citation:
  alphadin: '<span style="font-variant:small-caps;">Bäumer, Frederik</span> ; <span
    style="font-variant:small-caps;">Brandt-Pook, Hans</span> ; <span style="font-variant:small-caps;">Maoro,
    Falk</span> ; <span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Stecker, Benjamin</span>: Von der Theorie
    zur Praxis: Erfahrungen bei der akademischen Begleitung von KI-Projekten in KMUs.
    In: <span style="font-variant:small-caps;">Klein, M.</span> ; <span style="font-variant:small-caps;">Krupka,
    D.</span> ; <span style="font-variant:small-caps;">Winter, C.</span> ; <span style="font-variant:small-caps;">Wohlgemuth,
    V.</span> ; <span style="font-variant:small-caps;">Gesellschaft für Informatik
    e.V. (GI)</span> (Hrsg.): <i>INFORMATIK 2023</i>, <i>Lecture Notes in Informatics</i>.
    Bd. 337. Berlin : Köllen Druck+Verlag GmbH, 2023'
  ama: 'Bäumer F, Brandt-Pook H, Maoro F, Schultenkämper S, Stecker B. Von der Theorie
    zur Praxis: Erfahrungen bei der akademischen Begleitung von KI-Projekten in KMUs.
    In: Klein M, Krupka D, Winter C, Wohlgemuth V, Gesellschaft für Informatik e.V.
    (GI), eds. <i>INFORMATIK 2023</i>. Vol 337. Lecture Notes in Informatics. Berlin:
    Köllen Druck+Verlag GmbH; 2023. doi:<a href="https://doi.org/10.57720/3631">10.57720/3631</a>'
  apa: 'Bäumer, F., Brandt-Pook, H., Maoro, F., Schultenkämper, S., &#38; Stecker,
    B. (2023). Von der Theorie zur Praxis: Erfahrungen bei der akademischen Begleitung
    von KI-Projekten in KMUs. In M. Klein, D. Krupka, C. Winter, V. Wohlgemuth, &#38;
    Gesellschaft für Informatik e.V. (GI) (Eds.), <i>INFORMATIK 2023</i> (Vol. 337).
    Berlin: Köllen Druck+Verlag GmbH. <a href="https://doi.org/10.57720/3631">https://doi.org/10.57720/3631</a>'
  bibtex: '@inproceedings{Bäumer_Brandt-Pook_Maoro_Schultenkämper_Stecker_2023, place={Berlin},
    series={Lecture Notes in Informatics}, title={Von der Theorie zur Praxis: Erfahrungen
    bei der akademischen Begleitung von KI-Projekten in KMUs}, volume={337}, DOI={<a
    href="https://doi.org/10.57720/3631">10.57720/3631</a>}, booktitle={INFORMATIK
    2023}, publisher={Köllen Druck+Verlag GmbH}, author={Bäumer, Frederik and Brandt-Pook,
    Hans and Maoro, Falk and Schultenkämper, Sergej and Stecker, Benjamin}, editor={Klein,
    Maike and Krupka, Daniel and Winter, Cornelia and Wohlgemuth, Volker and Gesellschaft
    für Informatik e.V. (GI)Editors}, year={2023}, collection={Lecture Notes in Informatics}
    }'
  chicago: 'Bäumer, Frederik, Hans Brandt-Pook, Falk Maoro, Sergej Schultenkämper,
    and Benjamin Stecker. “Von der Theorie zur Praxis: Erfahrungen bei der akademischen
    Begleitung von KI-Projekten in KMUs.” In <i>INFORMATIK 2023</i>, edited by Maike
    Klein, Daniel Krupka, Cornelia Winter, Volker Wohlgemuth, and Gesellschaft für
    Informatik e.V. (GI), Vol. 337. Lecture Notes in Informatics. Berlin: Köllen Druck+Verlag
    GmbH, 2023. <a href="https://doi.org/10.57720/3631">https://doi.org/10.57720/3631</a>.'
  ieee: 'F. Bäumer, H. Brandt-Pook, F. Maoro, S. Schultenkämper, and B. Stecker, “Von
    der Theorie zur Praxis: Erfahrungen bei der akademischen Begleitung von KI-Projekten
    in KMUs,” in <i>INFORMATIK 2023</i>, Berlin, 2023, vol. 337.'
  mla: 'Bäumer, Frederik, et al. “Von der Theorie zur Praxis: Erfahrungen bei der
    akademischen Begleitung von KI-Projekten in KMUs.” <i>INFORMATIK 2023</i>, edited
    by Maike Klein et al., vol. 337, Köllen Druck+Verlag GmbH, 2023, doi:<a href="https://doi.org/10.57720/3631">10.57720/3631</a>.'
  short: 'F. Bäumer, H. Brandt-Pook, F. Maoro, S. Schultenkämper, B. Stecker, in:
    M. Klein, D. Krupka, C. Winter, V. Wohlgemuth, Gesellschaft für Informatik e.V.
    (GI) (Eds.), INFORMATIK 2023, Köllen Druck+Verlag GmbH, Berlin, 2023.'
conference:
  end_date: 2023-09-29
  location: Berlin
  name: 'Designing Futures: Zukünfte gestalten'
  start_date: 2023-09-26
corporate_editor:
- Gesellschaft für Informatik e.V. (GI)
date_created: 2023-10-02T07:45:15Z
date_updated: 2026-03-17T15:28:47Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.57720/3631
editor:
- first_name: Maike
  full_name: Klein, Maike
  last_name: Klein
- first_name: Daniel
  full_name: Krupka, Daniel
  last_name: Krupka
- first_name: Cornelia
  full_name: Winter, Cornelia
  last_name: Winter
- first_name: Volker
  full_name: Wohlgemuth, Volker
  last_name: Wohlgemuth
file:
- access_level: open_access
  content_type: application/pdf
  creator: fbaeumer1
  date_created: 2023-10-02T07:44:17Z
  date_updated: 2023-10-02T07:44:17Z
  file_id: '3632'
  file_name: proceedings.pdf
  file_size: 130465493
  relation: main_file
  success: 1
file_date_updated: 2023-10-02T07:44:17Z
has_accepted_license: '1'
intvolume: '       337'
language:
- iso: ger
main_file_link:
- open_access: '1'
  url: https://nextcloud.gi.de/s/2xNAq55XdGrs28r
oa: '1'
place: Berlin
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: INFORMATIK 2023
publication_identifier:
  isbn:
  - 978-3-88579-731-9
  issn:
  - 1617-5468
publication_status: published
publisher: Köllen Druck+Verlag GmbH
quality_controlled: '1'
series_title: Lecture Notes in Informatics
status: public
title: 'Von der Theorie zur Praxis: Erfahrungen bei der akademischen Begleitung von
  KI-Projekten in KMUs'
tmp:
  image: /images/cc_by_sa.png
  legal_code_url: https://creativecommons.org/licenses/by-sa/3.0/legalcode
  name: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
  short: CC BY-SA (3.0)
type: conference
urn: urn:nbn:de:hbz:bi10-36318
user_id: '249224'
volume: 337
year: '2023'
...
---
_id: '3296'
author:
- first_name: Sergej
  full_name: Schultenkämper, Sergej
  id: '236164'
  last_name: Schultenkämper
  orcid: 0009-0005-6858-9813
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/157200258
citation:
  alphadin: '<span style="font-variant:small-caps;">Schultenkämper, Sergej</span>
    ; <span style="font-variant:small-caps;">Bäumer, Frederik</span>: Looking for
    a Needle in a Haystack: How Can Vision-Language Understanding Help to Identify
    Privacy-Threatening Images on the Web. In: <span style="font-variant:small-caps;">IARIA</span>
    (Hrsg.): <i>ICIW 2023 : The Eighteenth International Conference on Internet and
    Web Applications and Services</i>, 2023, S. 2–6'
  ama: 'Schultenkämper S, Bäumer F. Looking for a Needle in a Haystack: How Can Vision-Language
    Understanding Help to Identify Privacy-Threatening Images on the Web. In: IARIA,
    ed. <i>ICIW 2023 : The Eighteenth International Conference on Internet and Web
    Applications and Services</i>. ; 2023:2-6.'
  apa: 'Schultenkämper, S., &#38; Bäumer, F. (2023). Looking for a Needle in a Haystack:
    How Can Vision-Language Understanding Help to Identify Privacy-Threatening Images
    on the Web. In IARIA (Ed.), <i>ICIW 2023 : The Eighteenth International Conference
    on Internet and Web Applications and Services</i> (pp. 2–6). Nizza.'
  bibtex: '@inproceedings{Schultenkämper_Bäumer_2023, title={Looking for a Needle
    in a Haystack: How Can Vision-Language Understanding Help to Identify Privacy-Threatening
    Images on the Web}, booktitle={ICIW 2023 : The Eighteenth International Conference
    on Internet and Web Applications and Services}, author={Schultenkämper, Sergej
    and Bäumer, Frederik}, editor={IARIAEditor}, year={2023}, pages={2–6} }'
  chicago: 'Schultenkämper, Sergej, and Frederik Bäumer. “Looking for a Needle in
    a Haystack: How Can Vision-Language Understanding Help to Identify Privacy-Threatening
    Images on the Web.” In <i>ICIW 2023 : The Eighteenth International Conference
    on Internet and Web Applications and Services</i>, edited by IARIA, 2–6, 2023.'
  ieee: 'S. Schultenkämper and F. Bäumer, “Looking for a Needle in a Haystack: How
    Can Vision-Language Understanding Help to Identify Privacy-Threatening Images
    on the Web,” in <i>ICIW 2023 : The Eighteenth International Conference on Internet
    and Web Applications and Services</i>, Nizza, 2023, pp. 2–6.'
  mla: 'Schultenkämper, Sergej, and Frederik Bäumer. “Looking for a Needle in a Haystack:
    How Can Vision-Language Understanding Help to Identify Privacy-Threatening Images
    on the Web.” <i>ICIW 2023 : The Eighteenth International Conference on Internet
    and Web Applications and Services</i>, edited by IARIA, 2023, pp. 2–6.'
  short: 'S. Schultenkämper, F. Bäumer, in: IARIA (Ed.), ICIW 2023 : The Eighteenth
    International Conference on Internet and Web Applications and Services, 2023,
    pp. 2–6.'
conference:
  end_date: 30-06-2023
  location: Nizza
  name: Eighteenth International Conference on Internet and Web Applications and Services
  start_date: 26-06-2023
corporate_editor:
- IARIA
date_created: 2023-07-04T10:50:40Z
date_updated: 2026-03-17T15:28:43Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://www.thinkmind.org/articles/iciw_2023_1_10_20002.pdf
oa: '1'
page: 2-6
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: 'ICIW 2023 : The Eighteenth International Conference on Internet and
  Web Applications and Services'
publication_identifier:
  isbn:
  - 2308-3972
  issn:
  - 2308-3972
quality_controlled: '1'
status: public
title: 'Looking for a Needle in a Haystack: How Can Vision-Language Understanding
  Help to Identify Privacy-Threatening Images on the Web'
type: conference
user_id: '236164'
year: '2023'
...
---
_id: '3247'
author:
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
- first_name: Wei-Fan
  full_name: Chen, Wei-Fan
  last_name: Chen
- first_name: Michaela
  full_name: Geierhos, Michaela
  last_name: Geierhos
- first_name: Joschka
  full_name: Kersting, Joschka
  last_name: Kersting
- first_name: Henning
  full_name: Wachsmuth, Henning
  last_name: Wachsmuth
citation:
  alphadin: '<span style="font-variant:small-caps;">Bäumer, Frederik</span> ; <span
    style="font-variant:small-caps;">Chen, Wei-Fan</span> ; <span style="font-variant:small-caps;">Geierhos,
    Michaela</span> ; <span style="font-variant:small-caps;">Kersting, Joschka</span>
    ; <span style="font-variant:small-caps;">Wachsmuth, Henning</span>: Dialogue-Based
    Requirement Compensation and Style-Adjusted Data-To-Text Generation. In: <i>On-The-Fly
    Computing - Individualized IT-services in dynamic markets</i>, 2023'
  ama: 'Bäumer F, Chen W-F, Geierhos M, Kersting J, Wachsmuth H. Dialogue-Based Requirement
    Compensation and Style-Adjusted Data-To-Text Generation. In: <i>On-The-Fly Computing
    - Individualized IT-Services in Dynamic Markets</i>. ; 2023. doi:<a href="https://doi.org/10.5281/zenodo.8068456">10.5281/zenodo.8068456</a>'
  apa: Bäumer, F., Chen, W.-F., Geierhos, M., Kersting, J., &#38; Wachsmuth, H. (2023).
    Dialogue-Based Requirement Compensation and Style-Adjusted Data-To-Text Generation.
    In <i>On-The-Fly Computing - Individualized IT-services in dynamic markets</i>.
    <a href="https://doi.org/10.5281/zenodo.8068456">https://doi.org/10.5281/zenodo.8068456</a>
  bibtex: '@inbook{Bäumer_Chen_Geierhos_Kersting_Wachsmuth_2023, title={Dialogue-Based
    Requirement Compensation and Style-Adjusted Data-To-Text Generation}, DOI={<a
    href="https://doi.org/10.5281/zenodo.8068456">10.5281/zenodo.8068456</a>}, booktitle={On-The-Fly
    Computing - Individualized IT-services in dynamic markets}, author={Bäumer, Frederik
    and Chen, Wei-Fan and Geierhos, Michaela and Kersting, Joschka and Wachsmuth,
    Henning}, year={2023} }'
  chicago: Bäumer, Frederik, Wei-Fan Chen, Michaela Geierhos, Joschka Kersting, and
    Henning Wachsmuth. “Dialogue-Based Requirement Compensation and Style-Adjusted
    Data-To-Text Generation.” In <i>On-The-Fly Computing - Individualized IT-Services
    in Dynamic Markets</i>, 2023. <a href="https://doi.org/10.5281/zenodo.8068456">https://doi.org/10.5281/zenodo.8068456</a>.
  ieee: F. Bäumer, W.-F. Chen, M. Geierhos, J. Kersting, and H. Wachsmuth, “Dialogue-Based
    Requirement Compensation and Style-Adjusted Data-To-Text Generation,” in <i>On-The-Fly
    Computing - Individualized IT-services in dynamic markets</i>, 2023.
  mla: Bäumer, Frederik, et al. “Dialogue-Based Requirement Compensation and Style-Adjusted
    Data-To-Text Generation.” <i>On-The-Fly Computing - Individualized IT-Services
    in Dynamic Markets</i>, 2023, doi:<a href="https://doi.org/10.5281/zenodo.8068456">10.5281/zenodo.8068456</a>.
  short: 'F. Bäumer, W.-F. Chen, M. Geierhos, J. Kersting, H. Wachsmuth, in: On-The-Fly
    Computing - Individualized IT-Services in Dynamic Markets, 2023.'
date_created: 2023-06-27T11:21:08Z
date_updated: 2026-03-17T15:28:42Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
doi: 10.5281/zenodo.8068456
external_id:
  zenodo:
  - 10.5281/zenodo.8068455
file:
- access_level: open_access
  content_type: application/pdf
  creator: fbaeumer1
  date_created: 2023-07-04T10:56:26Z
  date_updated: 2023-07-04T10:56:26Z
  file_id: '3298'
  file_name: B1-Chapter-SFB-Buch-Final.pdf
  file_size: 1342718
  relation: main_file
  success: 1
file_date_updated: 2023-07-04T10:56:26Z
has_accepted_license: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://zenodo.org/record/8068456/files/B1-Chapter-SFB-Buch-Final.pdf?download=1
oa: '1'
project:
- _id: f432a2ee-bceb-11ed-a251-a83585c5074d
  name: Institute for Data Science Solutions
publication: On-The-Fly Computing - Individualized IT-services in dynamic markets
publication_status: published
quality_controlled: '1'
status: public
title: Dialogue-Based Requirement Compensation and Style-Adjusted Data-To-Text Generation
tmp:
  image: /images/cc_by.png
  legal_code_url: https://creativecommons.org/licenses/by/4.0/legalcode
  name: Creative Commons Attribution 4.0 International Public License (CC-BY 4.0)
  short: CC BY (4.0)
type: book_chapter
urn: urn:nbn:de:hbz:bi10-32476
user_id: '241734'
year: '2023'
...
---
_id: '2716'
author:
- first_name: Sergej
  full_name: Denisov, Sergej
  id: '236164'
  last_name: Denisov
  orcid: 0009-0005-6858-9813
  orcid_put_code_url: https://api.orcid.org/v2.0/0009-0005-6858-9813/work/217380493
- first_name: Frederik
  full_name: Bäumer, Frederik
  id: '241734'
  last_name: Bäumer
  orcid: 0000-0002-0826-0144
  orcid_put_code_url: https://api.orcid.org/v2.0/0000-0002-0826-0144/work/217380494
- first_name: Michaela
  full_name: Geierhos, Michaela
  last_name: Geierhos
citation:
  alphadin: '<span style="font-variant:small-caps;">Denisov, Sergej</span> ; <span
    style="font-variant:small-caps;">Bäumer, Frederik</span> ; <span style="font-variant:small-caps;">Geierhos,
    Michaela</span>: Track Me If You Can: Insights into Profile Interlinking on Social
    Networks. In: <i>Proceedings of the Fourteenth International Conference on Pervasive
    Patterns and Applications (PATTERNS 2022): Special Track AI-DRSWA: Maturing Artificial
    Intelligence - Data Science for Real-World Applications.</i>, 2022'
  ama: 'Denisov S, Bäumer F, Geierhos M. Track Me If You Can: Insights into Profile
    Interlinking on Social Networks. In: <i>Proceedings of the Fourteenth International
    Conference on Pervasive Patterns and Applications (PATTERNS 2022): Special Track
    AI-DRSWA: Maturing Artificial Intelligence - Data Science for Real-World Applications.</i>
    ; 2022.'
  apa: 'Denisov, S., Bäumer, F., &#38; Geierhos, M. (2022). Track Me If You Can: Insights
    into Profile Interlinking on Social Networks. In <i>Proceedings of the Fourteenth
    International Conference on Pervasive Patterns and Applications (PATTERNS 2022):
    Special Track AI-DRSWA: Maturing Artificial Intelligence - Data Science for Real-World
    Applications.</i>'
  bibtex: '@inproceedings{Denisov_Bäumer_Geierhos_2022, title={Track Me If You Can:
    Insights into Profile Interlinking on Social Networks}, booktitle={Proceedings
    of the Fourteenth International Conference on Pervasive Patterns and Applications
    (PATTERNS 2022): Special Track AI-DRSWA: Maturing Artificial Intelligence - Data
    Science for Real-World Applications.}, author={Denisov, Sergej and Bäumer, Frederik
    and Geierhos, Michaela}, year={2022} }'
  chicago: 'Denisov, Sergej, Frederik Bäumer, and Michaela Geierhos. “Track Me If
    You Can: Insights into Profile Interlinking on Social Networks.” In <i>Proceedings
    of the Fourteenth International Conference on Pervasive Patterns and Applications
    (PATTERNS 2022): Special Track AI-DRSWA: Maturing Artificial Intelligence - Data
    Science for Real-World Applications.</i>, 2022.'
  ieee: 'S. Denisov, F. Bäumer, and M. Geierhos, “Track Me If You Can: Insights into
    Profile Interlinking on Social Networks,” in <i>Proceedings of the Fourteenth
    International Conference on Pervasive Patterns and Applications (PATTERNS 2022):
    Special Track AI-DRSWA: Maturing Artificial Intelligence - Data Science for Real-World
    Applications.</i>, 2022.'
  mla: 'Denisov, Sergej, et al. “Track Me If You Can: Insights into Profile Interlinking
    on Social Networks.” <i>Proceedings of the Fourteenth International Conference
    on Pervasive Patterns and Applications (PATTERNS 2022): Special Track AI-DRSWA:
    Maturing Artificial Intelligence - Data Science for Real-World Applications.</i>,
    2022.'
  short: 'S. Denisov, F. Bäumer, M. Geierhos, in: Proceedings of the Fourteenth International
    Conference on Pervasive Patterns and Applications (PATTERNS 2022): Special Track
    AI-DRSWA: Maturing Artificial Intelligence - Data Science for Real-World Applications.,
    2022.'
date_created: 2023-04-05T13:40:40Z
date_updated: 2026-06-11T09:51:44Z
department:
- _id: 4b2dc5c9-bee3-11eb-b75f-ecc80f94fb21
language:
- iso: eng
main_file_link:
- url: https://www.thinkmind.org/articles/patterns_2022_1_40_78004.pdf
publication: 'Proceedings of the Fourteenth International Conference on Pervasive
  Patterns and Applications (PATTERNS 2022): Special Track AI-DRSWA: Maturing Artificial
  Intelligence - Data Science for Real-World Applications.'
quality_controlled: '1'
status: public
title: 'Track Me If You Can: Insights into Profile Interlinking on Social Networks'
type: conference
user_id: '250307'
year: '2022'
...
