---
_id: '53073'
abstract:
- lang: eng
  text: While shallow decision trees may be interpretable, larger ensemble models
    like gradient-boosted trees, which often set the state of the art in machine learning
    problems involving tabular data, still remain black box models. As a remedy, the
    Shapley value (SV) is a well-known concept in explainable artificial intelligence
    (XAI) research for quantifying additive feature attributions of predictions. The
    model-specific TreeSHAP methodology solves the exponential complexity for retrieving
    exact SVs from tree-based models. Expanding beyond individual feature attribution,
    Shapley interactions reveal the impact of intricate feature interactions of any
    order. In this work, we present TreeSHAP-IQ, an efficient method to compute any-order
    additive Shapley interactions for predictions of tree-based models. TreeSHAP-IQ
    is supported by a mathematical framework that exploits polynomial arithmetic to
    compute the interaction scores in a single recursive traversal of the tree, akin
    to Linear TreeSHAP. We apply TreeSHAP-IQ on state-of-the-art tree ensembles and
    explore interactions on well-established benchmark datasets.
author:
- first_name: Maximilian
  full_name: Muschalik, Maximilian
  last_name: Muschalik
- first_name: Fabian
  full_name: Fumagalli, Fabian
  id: '93420'
  last_name: Fumagalli
- first_name: Barbara
  full_name: Hammer, Barbara
  last_name: Hammer
- first_name: Eyke
  full_name: Huellermeier, Eyke
  id: '48129'
  last_name: Huellermeier
citation:
  ama: 'Muschalik M, Fumagalli F, Hammer B, Huellermeier E. Beyond TreeSHAP: Efficient
    Computation of Any-Order Shapley Interactions for Tree Ensembles. In: <i>Proceedings
    of the AAAI Conference on Artificial Intelligence (AAAI)</i>. Vol 38. ; 2024:14388-14396.
    doi:<a href="https://doi.org/10.1609/aaai.v38i13.29352">10.1609/aaai.v38i13.29352</a>'
  apa: 'Muschalik, M., Fumagalli, F., Hammer, B., &#38; Huellermeier, E. (2024). Beyond
    TreeSHAP: Efficient Computation of Any-Order Shapley Interactions for Tree Ensembles.
    <i>Proceedings of the AAAI Conference on Artificial Intelligence (AAAI)</i>, <i>38</i>(13),
    14388–14396. <a href="https://doi.org/10.1609/aaai.v38i13.29352">https://doi.org/10.1609/aaai.v38i13.29352</a>'
  bibtex: '@inproceedings{Muschalik_Fumagalli_Hammer_Huellermeier_2024, title={Beyond
    TreeSHAP: Efficient Computation of Any-Order Shapley Interactions for Tree Ensembles},
    volume={38}, DOI={<a href="https://doi.org/10.1609/aaai.v38i13.29352">10.1609/aaai.v38i13.29352</a>},
    number={13}, booktitle={Proceedings of the AAAI Conference on Artificial Intelligence
    (AAAI)}, author={Muschalik, Maximilian and Fumagalli, Fabian and Hammer, Barbara
    and Huellermeier, Eyke}, year={2024}, pages={14388–14396} }'
  chicago: 'Muschalik, Maximilian, Fabian Fumagalli, Barbara Hammer, and Eyke Huellermeier.
    “Beyond TreeSHAP: Efficient Computation of Any-Order Shapley Interactions for
    Tree Ensembles.” In <i>Proceedings of the AAAI Conference on Artificial Intelligence
    (AAAI)</i>, 38:14388–96, 2024. <a href="https://doi.org/10.1609/aaai.v38i13.29352">https://doi.org/10.1609/aaai.v38i13.29352</a>.'
  ieee: 'M. Muschalik, F. Fumagalli, B. Hammer, and E. Huellermeier, “Beyond TreeSHAP:
    Efficient Computation of Any-Order Shapley Interactions for Tree Ensembles,” in
    <i>Proceedings of the AAAI Conference on Artificial Intelligence (AAAI)</i>, 2024,
    vol. 38, no. 13, pp. 14388–14396, doi: <a href="https://doi.org/10.1609/aaai.v38i13.29352">10.1609/aaai.v38i13.29352</a>.'
  mla: 'Muschalik, Maximilian, et al. “Beyond TreeSHAP: Efficient Computation of Any-Order
    Shapley Interactions for Tree Ensembles.” <i>Proceedings of the AAAI Conference
    on Artificial Intelligence (AAAI)</i>, vol. 38, no. 13, 2024, pp. 14388–96, doi:<a
    href="https://doi.org/10.1609/aaai.v38i13.29352">10.1609/aaai.v38i13.29352</a>.'
  short: 'M. Muschalik, F. Fumagalli, B. Hammer, E. Huellermeier, in: Proceedings
    of the AAAI Conference on Artificial Intelligence (AAAI), 2024, pp. 14388–14396.'
date_created: 2024-03-27T14:50:04Z
date_updated: 2025-09-11T16:20:11Z
department:
- _id: '660'
doi: 10.1609/aaai.v38i13.29352
intvolume: '        38'
issue: '13'
keyword:
- Explainable Artificial Intelligence
language:
- iso: eng
page: 14388-14396
project:
- _id: '126'
  name: 'TRR 318 - C3: TRR 318 - Subproject C3'
- _id: '109'
  name: 'TRR 318: TRR 318 - Erklärbarkeit konstruieren'
- _id: '117'
  name: 'TRR 318 - C: TRR 318 - Project Area C'
publication: Proceedings of the AAAI Conference on Artificial Intelligence (AAAI)
publication_identifier:
  issn:
  - 2374-3468
  - 2159-5399
publication_status: published
status: public
title: 'Beyond TreeSHAP: Efficient Computation of Any-Order Shapley Interactions for
  Tree Ensembles'
type: conference
user_id: '93420'
volume: 38
year: '2024'
...
---
_id: '55311'
abstract:
- lang: eng
  text: Addressing the limitations of individual attribution scores via the Shapley
    value (SV), the field of explainable AI (XAI) has recently explored intricate
    interactions of features or data points. In particular, extensions of the SV,
    such as the Shapley Interaction Index (SII), have been proposed as a measure to
    still benefit from the axiomatic basis of the SV. However, similar to the SV,
    their exact computation remains computationally prohibitive. Hence, we propose
    with SVARM-IQ a sampling-based approach to efficiently approximate Shapley-based
    interaction indices of any order. SVARM-IQ can be applied to a broad class of
    interaction indices, including the SII, by leveraging a novel stratified representation.
    We provide non-asymptotic theoretical guarantees on its approximation quality
    and empirically demonstrate that SVARM-IQ achieves state-of-the-art estimation
    results in practical XAI scenarios on different model classes and application
    domains.
author:
- first_name: Patrick
  full_name: Kolpaczki, Patrick
  last_name: Kolpaczki
- first_name: Maximilian
  full_name: Muschalik, Maximilian
  last_name: Muschalik
- first_name: Fabian
  full_name: Fumagalli, Fabian
  id: '93420'
  last_name: Fumagalli
- first_name: Barbara
  full_name: Hammer, Barbara
  last_name: Hammer
- first_name: Eyke
  full_name: Huellermeier, Eyke
  id: '48129'
  last_name: Huellermeier
citation:
  ama: 'Kolpaczki P, Muschalik M, Fumagalli F, Hammer B, Huellermeier E. SVARM-IQ:
    Efficient Approximation of Any-order Shapley Interactions through Stratification.
    In: <i>Proceedings of The 27th International Conference on Artificial Intelligence
    and Statistics (AISTATS)</i>. Vol 238. Proceedings of Machine Learning Research.
    PMLR; 2024:3520–3528.'
  apa: 'Kolpaczki, P., Muschalik, M., Fumagalli, F., Hammer, B., &#38; Huellermeier,
    E. (2024). SVARM-IQ: Efficient Approximation of Any-order Shapley Interactions
    through Stratification. <i>Proceedings of The 27th International Conference on
    Artificial Intelligence and Statistics (AISTATS)</i>, <i>238</i>, 3520–3528.'
  bibtex: '@inproceedings{Kolpaczki_Muschalik_Fumagalli_Hammer_Huellermeier_2024,
    series={Proceedings of Machine Learning Research}, title={SVARM-IQ: Efficient
    Approximation of Any-order Shapley Interactions through Stratification}, volume={238},
    booktitle={Proceedings of The 27th International Conference on Artificial Intelligence
    and Statistics (AISTATS)}, publisher={PMLR}, author={Kolpaczki, Patrick and Muschalik,
    Maximilian and Fumagalli, Fabian and Hammer, Barbara and Huellermeier, Eyke},
    year={2024}, pages={3520–3528}, collection={Proceedings of Machine Learning Research}
    }'
  chicago: 'Kolpaczki, Patrick, Maximilian Muschalik, Fabian Fumagalli, Barbara Hammer,
    and Eyke Huellermeier. “SVARM-IQ: Efficient Approximation of Any-Order Shapley
    Interactions through Stratification.” In <i>Proceedings of The 27th International
    Conference on Artificial Intelligence and Statistics (AISTATS)</i>, 238:3520–3528.
    Proceedings of Machine Learning Research. PMLR, 2024.'
  ieee: 'P. Kolpaczki, M. Muschalik, F. Fumagalli, B. Hammer, and E. Huellermeier,
    “SVARM-IQ: Efficient Approximation of Any-order Shapley Interactions through Stratification,”
    in <i>Proceedings of The 27th International Conference on Artificial Intelligence
    and Statistics (AISTATS)</i>, 2024, vol. 238, pp. 3520–3528.'
  mla: 'Kolpaczki, Patrick, et al. “SVARM-IQ: Efficient Approximation of Any-Order
    Shapley Interactions through Stratification.” <i>Proceedings of The 27th International
    Conference on Artificial Intelligence and Statistics (AISTATS)</i>, vol. 238,
    PMLR, 2024, pp. 3520–3528.'
  short: 'P. Kolpaczki, M. Muschalik, F. Fumagalli, B. Hammer, E. Huellermeier, in:
    Proceedings of The 27th International Conference on Artificial Intelligence and
    Statistics (AISTATS), PMLR, 2024, pp. 3520–3528.'
date_created: 2024-07-18T09:39:14Z
date_updated: 2025-09-11T16:22:30Z
department:
- _id: '660'
intvolume: '       238'
language:
- iso: eng
page: 3520–3528
project:
- _id: '109'
  name: 'TRR 318: TRR 318 - Erklärbarkeit konstruieren'
- _id: '117'
  name: 'TRR 318 - C: TRR 318 - Project Area C'
- _id: '126'
  name: 'TRR 318 - C3: TRR 318 - Subproject C3'
publication: Proceedings of The 27th International Conference on Artificial Intelligence
  and Statistics (AISTATS)
publisher: PMLR
series_title: Proceedings of Machine Learning Research
status: public
title: 'SVARM-IQ: Efficient Approximation of Any-order Shapley Interactions through
  Stratification'
type: conference
user_id: '93420'
volume: 238
year: '2024'
...
---
_id: '58223'
abstract:
- lang: eng
  text: The Shapley value (SV) is a prevalent approach of allocating credit to machine
    learning (ML) entities to understand black box ML models. Enriching such interpretations
    with higher-order interactions is inevitable for complex systems, where the Shapley
    Interaction Index (SII) is a direct axiomatic extension of the SV. While it is
    well-known that the SV yields an optimal approximation of any game via a weighted
    least square (WLS) objective, an extension of this result to SII has been a long-standing
    open problem, which even led to the proposal of an alternative index. In this
    work, we characterize higher-order SII as a solution to a WLS problem, which constructs
    an optimal approximation via SII and k-Shapley values (k-SII). We prove this representation
    for the SV and pairwise SII and give empirically validated conjectures for higher
    orders. As a result, we propose KernelSHAP-IQ, a direct extension of KernelSHAP
    for SII, and demonstrate state-of-the-art performance for feature interactions.
author:
- first_name: Fabian
  full_name: Fumagalli, Fabian
  last_name: Fumagalli
- first_name: Maximilian
  full_name: Muschalik, Maximilian
  last_name: Muschalik
- first_name: Patrick
  full_name: Kolpaczki, Patrick
  last_name: Kolpaczki
- first_name: Eyke
  full_name: Hüllermeier, Eyke
  last_name: Hüllermeier
- first_name: Barbara
  full_name: Hammer, Barbara
  last_name: Hammer
citation:
  ama: 'Fumagalli F, Muschalik M, Kolpaczki P, Hüllermeier E, Hammer B. KernelSHAP-IQ:
    Weighted Least Square Optimization for Shapley Interactions. In: <i>Proceedings
    of the 41st International Conference on Machine Learning (ICML)</i>. Vol 235.
    Proceedings of Machine Learning Research. PMLR; 2024:14308–14342.'
  apa: 'Fumagalli, F., Muschalik, M., Kolpaczki, P., Hüllermeier, E., &#38; Hammer,
    B. (2024). KernelSHAP-IQ: Weighted Least Square Optimization for Shapley Interactions.
    <i>Proceedings of the 41st International Conference on Machine Learning (ICML)</i>,
    <i>235</i>, 14308–14342.'
  bibtex: '@inproceedings{Fumagalli_Muschalik_Kolpaczki_Hüllermeier_Hammer_2024, series={Proceedings
    of Machine Learning Research}, title={KernelSHAP-IQ: Weighted Least Square Optimization
    for Shapley Interactions}, volume={235}, booktitle={Proceedings of the 41st International
    Conference on Machine Learning (ICML)}, publisher={PMLR}, author={Fumagalli, Fabian
    and Muschalik, Maximilian and Kolpaczki, Patrick and Hüllermeier, Eyke and Hammer,
    Barbara}, year={2024}, pages={14308–14342}, collection={Proceedings of Machine
    Learning Research} }'
  chicago: 'Fumagalli, Fabian, Maximilian Muschalik, Patrick Kolpaczki, Eyke Hüllermeier,
    and Barbara Hammer. “KernelSHAP-IQ: Weighted Least Square Optimization for Shapley
    Interactions.” In <i>Proceedings of the 41st International Conference on Machine
    Learning (ICML)</i>, 235:14308–14342. Proceedings of Machine Learning Research.
    PMLR, 2024.'
  ieee: 'F. Fumagalli, M. Muschalik, P. Kolpaczki, E. Hüllermeier, and B. Hammer,
    “KernelSHAP-IQ: Weighted Least Square Optimization for Shapley Interactions,”
    in <i>Proceedings of the 41st International Conference on Machine Learning (ICML)</i>,
    2024, vol. 235, pp. 14308–14342.'
  mla: 'Fumagalli, Fabian, et al. “KernelSHAP-IQ: Weighted Least Square Optimization
    for Shapley Interactions.” <i>Proceedings of the 41st International Conference
    on Machine Learning (ICML)</i>, vol. 235, PMLR, 2024, pp. 14308–14342.'
  short: 'F. Fumagalli, M. Muschalik, P. Kolpaczki, E. Hüllermeier, B. Hammer, in:
    Proceedings of the 41st International Conference on Machine Learning (ICML), PMLR,
    2024, pp. 14308–14342.'
date_created: 2025-01-16T16:12:16Z
date_updated: 2025-09-11T16:27:05Z
department:
- _id: '660'
intvolume: '       235'
language:
- iso: eng
page: 14308–14342
project:
- _id: '109'
  name: 'TRR 318: TRR 318 - Erklärbarkeit konstruieren'
- _id: '117'
  name: 'TRR 318 - C: TRR 318 - Project Area C'
- _id: '126'
  name: 'TRR 318 - C3: TRR 318 - Subproject C3'
publication: Proceedings of the 41st International Conference on Machine Learning
  (ICML)
publisher: PMLR
series_title: Proceedings of Machine Learning Research
status: public
title: 'KernelSHAP-IQ: Weighted Least Square Optimization for Shapley Interactions'
type: conference
user_id: '93420'
volume: 235
year: '2024'
...
---
_id: '61228'
author:
- first_name: Maximilian
  full_name: Muschalik, Maximilian
  last_name: Muschalik
- first_name: Hubert
  full_name: Baniecki, Hubert
  last_name: Baniecki
- first_name: Fabian
  full_name: Fumagalli, Fabian
  id: '93420'
  last_name: Fumagalli
- first_name: Patrick
  full_name: Kolpaczki, Patrick
  last_name: Kolpaczki
- first_name: Barbara
  full_name: Hammer, Barbara
  last_name: Hammer
- first_name: Eyke
  full_name: Huellermeier, Eyke
  id: '48129'
  last_name: Huellermeier
citation:
  ama: 'Muschalik M, Baniecki H, Fumagalli F, Kolpaczki P, Hammer B, Huellermeier
    E. shapiq: Shapley interactions for machine learning. In: <i>Advances in Neural
    Information Processing Systems (NeurIPS)</i>. Vol 37. ; 2024:130324–130357.'
  apa: 'Muschalik, M., Baniecki, H., Fumagalli, F., Kolpaczki, P., Hammer, B., &#38;
    Huellermeier, E. (2024). shapiq: Shapley interactions for machine learning. <i>Advances
    in Neural Information Processing Systems (NeurIPS)</i>, <i>37</i>, 130324–130357.'
  bibtex: '@inproceedings{Muschalik_Baniecki_Fumagalli_Kolpaczki_Hammer_Huellermeier_2024,
    title={shapiq: Shapley interactions for machine learning}, volume={37}, booktitle={Advances
    in Neural Information Processing Systems (NeurIPS)}, author={Muschalik, Maximilian
    and Baniecki, Hubert and Fumagalli, Fabian and Kolpaczki, Patrick and Hammer,
    Barbara and Huellermeier, Eyke}, year={2024}, pages={130324–130357} }'
  chicago: 'Muschalik, Maximilian, Hubert Baniecki, Fabian Fumagalli, Patrick Kolpaczki,
    Barbara Hammer, and Eyke Huellermeier. “Shapiq: Shapley Interactions for Machine
    Learning.” In <i>Advances in Neural Information Processing Systems (NeurIPS)</i>,
    37:130324–130357, 2024.'
  ieee: 'M. Muschalik, H. Baniecki, F. Fumagalli, P. Kolpaczki, B. Hammer, and E.
    Huellermeier, “shapiq: Shapley interactions for machine learning,” in <i>Advances
    in Neural Information Processing Systems (NeurIPS)</i>, 2024, vol. 37, pp. 130324–130357.'
  mla: 'Muschalik, Maximilian, et al. “Shapiq: Shapley Interactions for Machine Learning.”
    <i>Advances in Neural Information Processing Systems (NeurIPS)</i>, vol. 37, 2024,
    pp. 130324–130357.'
  short: 'M. Muschalik, H. Baniecki, F. Fumagalli, P. Kolpaczki, B. Hammer, E. Huellermeier,
    in: Advances in Neural Information Processing Systems (NeurIPS), 2024, pp. 130324–130357.'
date_created: 2025-09-11T15:39:01Z
date_updated: 2025-09-11T16:17:35Z
department:
- _id: '660'
intvolume: '        37'
language:
- iso: eng
page: 130324–130357
project:
- _id: '117'
  name: TRR 318 - Project Area C
- _id: '126'
  name: TRR 318 - Subproject C3
- _id: '109'
  name: 'TRR 318: Erklärbarkeit konstruieren'
publication: Advances in Neural Information Processing Systems (NeurIPS)
status: public
title: 'shapiq: Shapley interactions for machine learning'
type: conference
user_id: '93420'
volume: 37
year: '2024'
...
---
_id: '61230'
author:
- first_name: Patrick
  full_name: Kolpaczki, Patrick
  last_name: Kolpaczki
- first_name: Viktor
  full_name: Bengs, Viktor
  last_name: Bengs
- first_name: Maximilian
  full_name: Muschalik, Maximilian
  last_name: Muschalik
- first_name: Eyke
  full_name: Hüllermeier, Eyke
  last_name: Hüllermeier
citation:
  ama: 'Kolpaczki P, Bengs V, Muschalik M, Hüllermeier E. Approximating the shapley
    value without marginal contributions. In: <i>Proceedings of the AAAI Conference
    on Artificial Intelligence (AAAI)</i>. Vol 38. ; 2024:13246–13255.'
  apa: Kolpaczki, P., Bengs, V., Muschalik, M., &#38; Hüllermeier, E. (2024). Approximating
    the shapley value without marginal contributions. <i>Proceedings of the AAAI Conference
    on Artificial Intelligence (AAAI)</i>, <i>38</i>(12), 13246–13255.
  bibtex: '@inproceedings{Kolpaczki_Bengs_Muschalik_Hüllermeier_2024, title={Approximating
    the shapley value without marginal contributions}, volume={38}, number={12}, booktitle={Proceedings
    of the AAAI conference on Artificial Intelligence (AAAI)}, author={Kolpaczki,
    Patrick and Bengs, Viktor and Muschalik, Maximilian and Hüllermeier, Eyke}, year={2024},
    pages={13246–13255} }'
  chicago: Kolpaczki, Patrick, Viktor Bengs, Maximilian Muschalik, and Eyke Hüllermeier.
    “Approximating the Shapley Value without Marginal Contributions.” In <i>Proceedings
    of the AAAI Conference on Artificial Intelligence (AAAI)</i>, 38:13246–13255,
    2024.
  ieee: P. Kolpaczki, V. Bengs, M. Muschalik, and E. Hüllermeier, “Approximating the
    shapley value without marginal contributions,” in <i>Proceedings of the AAAI conference
    on Artificial Intelligence (AAAI)</i>, 2024, vol. 38, no. 12, pp. 13246–13255.
  mla: Kolpaczki, Patrick, et al. “Approximating the Shapley Value without Marginal
    Contributions.” <i>Proceedings of the AAAI Conference on Artificial Intelligence
    (AAAI)</i>, vol. 38, no. 12, 2024, pp. 13246–13255.
  short: 'P. Kolpaczki, V. Bengs, M. Muschalik, E. Hüllermeier, in: Proceedings of
    the AAAI Conference on Artificial Intelligence (AAAI), 2024, pp. 13246–13255.'
date_created: 2025-09-11T15:46:40Z
date_updated: 2025-09-11T16:17:54Z
department:
- _id: '660'
intvolume: '        38'
issue: '12'
language:
- iso: eng
page: 13246–13255
project:
- _id: '117'
  name: TRR 318 - Project Area C
- _id: '126'
  name: TRR 318 - Subproject C3
- _id: '109'
  name: 'TRR 318: Erklärbarkeit konstruieren'
publication: Proceedings of the AAAI conference on Artificial Intelligence (AAAI)
status: public
title: Approximating the shapley value without marginal contributions
type: conference
user_id: '93420'
volume: 38
year: '2024'
...
---
_id: '61176'
abstract:
- lang: eng
  text: We revisit the phenomenon of syntactic complexity convergence in conversational
    interaction, originally found for English dialogue, which has theoretical implication
    for dialogical concepts such as mutual understanding. We use a modified metric
    to quantify syntactic complexity based on dependency parsing. The results show
    that syntactic complexity convergence can be statistically confirmed in one of
    three selected German datasets that were analysed. Given that the dataset which
    shows such convergence is much larger than the other two selected datasets, the
    empirical results indicate a certain degree of linguistic generality of syntactic
    complexity convergence in conversational interaction. We also found a different
    type of syntactic complexity convergence in one of the datasets while further
    investigation is still necessary.
author:
- first_name: Yu
  full_name: Wang, Yu
  last_name: Wang
- first_name: Hendrik
  full_name: Buschmeier, Hendrik
  id: '76456'
  last_name: Buschmeier
  orcid: 0000-0002-9613-5713
citation:
  ama: 'Wang Y, Buschmeier H. Revisiting the phenomenon of syntactic complexity convergence
    on German dialogue data. In: <i>Proceedings of the 20th Conference on Natural
    Language Processing (KONVENS 2024)</i>. ; 2024:75–80.'
  apa: Wang, Y., &#38; Buschmeier, H. (2024). Revisiting the phenomenon of syntactic
    complexity convergence on German dialogue data. <i>Proceedings of the 20th Conference
    on Natural Language Processing (KONVENS 2024)</i>, 75–80.
  bibtex: '@inproceedings{Wang_Buschmeier_2024, place={Vienna, Austria}, title={Revisiting
    the phenomenon of syntactic complexity convergence on German dialogue data}, booktitle={Proceedings
    of the 20th Conference on Natural Language Processing (KONVENS 2024)}, author={Wang,
    Yu and Buschmeier, Hendrik}, year={2024}, pages={75–80} }'
  chicago: Wang, Yu, and Hendrik Buschmeier. “Revisiting the Phenomenon of Syntactic
    Complexity Convergence on German Dialogue Data.” In <i>Proceedings of the 20th
    Conference on Natural Language Processing (KONVENS 2024)</i>, 75–80. Vienna, Austria,
    2024.
  ieee: Y. Wang and H. Buschmeier, “Revisiting the phenomenon of syntactic complexity
    convergence on German dialogue data,” in <i>Proceedings of the 20th Conference
    on Natural Language Processing (KONVENS 2024)</i>, Vienna, Austria, 2024, pp.
    75–80.
  mla: Wang, Yu, and Hendrik Buschmeier. “Revisiting the Phenomenon of Syntactic Complexity
    Convergence on German Dialogue Data.” <i>Proceedings of the 20th Conference on
    Natural Language Processing (KONVENS 2024)</i>, 2024, pp. 75–80.
  short: 'Y. Wang, H. Buschmeier, in: Proceedings of the 20th Conference on Natural
    Language Processing (KONVENS 2024), Vienna, Austria, 2024, pp. 75–80.'
conference:
  end_date: 2024-09-12
  location: Vienna, Austria
  name: 20th Conference on Natural Language Processing (KONVENS 2024)
  start_date: 2024-09-11
date_created: 2025-09-11T07:08:24Z
date_updated: 2025-09-12T06:25:05Z
department:
- _id: '660'
extern: '1'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://aclanthology.org/2024.konvens-main.8
oa: '1'
page: 75–80
place: Vienna, Austria
project:
- _id: '112'
  name: 'TRR 318; TP A02: Verstehensprozess einer Erklärung beobachten und auswerten'
publication: Proceedings of the 20th Conference on Natural Language Processing (KONVENS
  2024)
publication_status: published
quality_controlled: '1'
status: public
title: Revisiting the phenomenon of syntactic complexity convergence on German dialogue
  data
type: conference
user_id: '76456'
year: '2024'
...
---
_id: '55911'
abstract:
- lang: eng
  text: According to the Entropy Rate Constancy (ERC) principle, the information density
    of a text is approximately constant over its length. Whether this principle also
    applies to nonverbal communication signals is still under investigation. We perform
    empirical analyses of video-recorded dialogue data and investigate whether listener
    gaze, as an important nonverbal communication signal, adheres to the ERC principle.
    Results show (1) that the ERC principle holds for listener gaze; and (2) that
    the two linguistic factors syntactic complexity and turn transition potential
    are weakly correlated with local entropy of listener gaze.
author:
- first_name: Yu
  full_name: Wang, Yu
  last_name: Wang
- first_name: Yang
  full_name: Xu, Yang
  last_name: Xu
- first_name: Gabriel
  full_name: Skantze, Gabriel
  last_name: Skantze
- first_name: Hendrik
  full_name: Buschmeier, Hendrik
  id: '76456'
  last_name: Buschmeier
  orcid: 0000-0002-9613-5713
citation:
  ama: 'Wang Y, Xu Y, Skantze G, Buschmeier H. How much does nonverbal communication
    conform to entropy rate constancy?: A case study on listener gaze in interaction.
    In: <i>Findings of the Association for Computational Linguistics ACL 2024</i>.
    ; 2024:3533–3545.'
  apa: 'Wang, Y., Xu, Y., Skantze, G., &#38; Buschmeier, H. (2024). How much does
    nonverbal communication conform to entropy rate constancy?: A case study on listener
    gaze in interaction. <i>Findings of the Association for Computational Linguistics
    ACL 2024</i>, 3533–3545.'
  bibtex: '@inproceedings{Wang_Xu_Skantze_Buschmeier_2024, place={Bangkok, Thailand},
    title={How much does nonverbal communication conform to entropy rate constancy?:
    A case study on listener gaze in interaction}, booktitle={Findings of the Association
    for Computational Linguistics ACL 2024}, author={Wang, Yu and Xu, Yang and Skantze,
    Gabriel and Buschmeier, Hendrik}, year={2024}, pages={3533–3545} }'
  chicago: 'Wang, Yu, Yang Xu, Gabriel Skantze, and Hendrik Buschmeier. “How Much
    Does Nonverbal Communication Conform to Entropy Rate Constancy?: A Case Study
    on Listener Gaze in Interaction.” In <i>Findings of the Association for Computational
    Linguistics ACL 2024</i>, 3533–3545. Bangkok, Thailand, 2024.'
  ieee: 'Y. Wang, Y. Xu, G. Skantze, and H. Buschmeier, “How much does nonverbal communication
    conform to entropy rate constancy?: A case study on listener gaze in interaction,”
    in <i>Findings of the Association for Computational Linguistics ACL 2024</i>,
    Bangkok, Thailand, 2024, pp. 3533–3545.'
  mla: 'Wang, Yu, et al. “How Much Does Nonverbal Communication Conform to Entropy
    Rate Constancy?: A Case Study on Listener Gaze in Interaction.” <i>Findings of
    the Association for Computational Linguistics ACL 2024</i>, 2024, pp. 3533–3545.'
  short: 'Y. Wang, Y. Xu, G. Skantze, H. Buschmeier, in: Findings of the Association
    for Computational Linguistics ACL 2024, Bangkok, Thailand, 2024, pp. 3533–3545.'
conference:
  location: Bangkok, Thailand
  name: 62nd Annual Meeting of the Association for Computational Linguistics
date_created: 2024-08-30T07:42:28Z
date_updated: 2025-09-12T06:25:05Z
department:
- _id: '660'
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://aclanthology.org/2024.findings-acl.210/
oa: '1'
page: 3533–3545
place: Bangkok, Thailand
project:
- _id: '112'
  name: 'TRR 318 - A02: TRR 318 - Verstehensprozess einer Erklärung beobachten und
    auswerten (Teilprojekt A02)'
publication: Findings of the Association for Computational Linguistics ACL 2024
quality_controlled: '1'
status: public
title: 'How much does nonverbal communication conform to entropy rate constancy?:
  A case study on listener gaze in interaction'
type: conference
user_id: '76456'
year: '2024'
...
---
_id: '56314'
author:
- first_name: Alina Naomi
  full_name: Riechmann, Alina Naomi
  last_name: Riechmann
- first_name: Hendrik
  full_name: Buschmeier, Hendrik
  id: '76456'
  last_name: Buschmeier
  orcid: 0000-0002-9613-5713
citation:
  ama: 'Riechmann AN, Buschmeier H. Automatic reconstruction of dialogue participants’
    coordinating gaze behavior from multiple camera perspectives. In: <i>Book of Abstracts
    of the 2nd International Multimodal Communication Symposium</i>. ; 2024:38–39.'
  apa: Riechmann, A. N., &#38; Buschmeier, H. (2024). Automatic reconstruction of
    dialogue participants’ coordinating gaze behavior from multiple camera perspectives.
    <i>Book of Abstracts of the 2nd International Multimodal Communication Symposium</i>,
    38–39.
  bibtex: '@inproceedings{Riechmann_Buschmeier_2024, place={Frankfurt am Main, Germany},
    title={Automatic reconstruction of dialogue participants’ coordinating gaze behavior
    from multiple camera perspectives}, booktitle={Book of Abstracts of the 2nd International
    Multimodal Communication Symposium}, author={Riechmann, Alina Naomi and Buschmeier,
    Hendrik}, year={2024}, pages={38–39} }'
  chicago: Riechmann, Alina Naomi, and Hendrik Buschmeier. “Automatic Reconstruction
    of Dialogue Participants’ Coordinating Gaze Behavior from Multiple Camera Perspectives.”
    In <i>Book of Abstracts of the 2nd International Multimodal Communication Symposium</i>,
    38–39. Frankfurt am Main, Germany, 2024.
  ieee: A. N. Riechmann and H. Buschmeier, “Automatic reconstruction of dialogue participants’
    coordinating gaze behavior from multiple camera perspectives,” in <i>Book of Abstracts
    of the 2nd International Multimodal Communication Symposium</i>, Frankfurt am
    Main, Germany, 2024, pp. 38–39.
  mla: Riechmann, Alina Naomi, and Hendrik Buschmeier. “Automatic Reconstruction of
    Dialogue Participants’ Coordinating Gaze Behavior from Multiple Camera Perspectives.”
    <i>Book of Abstracts of the 2nd International Multimodal Communication Symposium</i>,
    2024, pp. 38–39.
  short: 'A.N. Riechmann, H. Buschmeier, in: Book of Abstracts of the 2nd International
    Multimodal Communication Symposium, Frankfurt am Main, Germany, 2024, pp. 38–39.'
conference:
  end_date: 2024-09-27
  location: Frankfurt am Main, Germany
  name: 2nd International Multimodal Communication Symposium
  start_date: 2024-09-25
date_created: 2024-10-03T16:08:04Z
date_updated: 2025-09-12T06:30:39Z
department:
- _id: '660'
extern: '1'
language:
- iso: eng
page: 38–39
place: Frankfurt am Main, Germany
project:
- _id: '112'
  name: 'TRR 318 - A02: TRR 318 - Verstehensprozess einer Erklärung beobachten und
    auswerten (Teilprojekt A02)'
publication: Book of Abstracts of the 2nd International Multimodal Communication Symposium
publication_status: published
quality_controlled: '1'
related_material:
  link:
  - relation: poster
    url: https://doi.org/10.6084/m9.figshare.27080500
status: public
title: Automatic reconstruction of dialogue participants’ coordinating gaze behavior
  from multiple camera perspectives
type: conference_abstract
user_id: '76456'
year: '2024'
...
---
_id: '58722'
abstract:
- lang: eng
  text: Dialects introduce syntactic and lexical variations in language that occur
    in regional or social groups. Most NLP methods are not sensitive to such variations.
    This may lead to unfair behavior of the methods, conveying negative bias towards
    dialect speakers. While previous work has studied dialect-related fairness for
    aspects like hate speech, other aspects of biased language, such as lewdness,
    remain fully unexplored. To fill this gap, we investigate performance disparities
    between dialects in the detection of five aspects of biased language and how to
    mitigate them. To alleviate bias, we present a multitask learning approach that
    models dialect language as an auxiliary task to incorporate syntactic and lexical
    variations. In our experiments with African-American English dialect, we provide
    empirical evidence that complementing common learning approaches with dialect
    modeling improves their fairness. Furthermore, the results suggest that multitask
    learning achieves state-of-the-art performance and helps to detect properties
    of biased language more reliably.
author:
- first_name: Maximilian
  full_name: Spliethöver, Maximilian
  id: '84035'
  last_name: Spliethöver
  orcid: 0000-0003-4364-1409
- first_name: Sai Nikhil
  full_name: Menon, Sai Nikhil
  last_name: Menon
- first_name: Henning
  full_name: Wachsmuth, Henning
  id: '3900'
  last_name: Wachsmuth
citation:
  ama: 'Spliethöver M, Menon SN, Wachsmuth H. Disentangling Dialect from Social Bias
    via Multitask Learning to Improve Fairness. In: Ku L-W, Martins A, Srikumar V,
    eds. <i>Findings of the Association for Computational Linguistics: ACL 2024</i>.
    Association for Computational Linguistics; 2024:9294–9313. doi:<a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>'
  apa: 'Spliethöver, M., Menon, S. N., &#38; Wachsmuth, H. (2024). Disentangling Dialect
    from Social Bias via Multitask Learning to Improve Fairness. In L.-W. Ku, A. Martins,
    &#38; V. Srikumar (Eds.), <i>Findings of the Association for Computational Linguistics:
    ACL 2024</i> (pp. 9294–9313). Association for Computational Linguistics. <a href="https://doi.org/10.18653/v1/2024.findings-acl.553">https://doi.org/10.18653/v1/2024.findings-acl.553</a>'
  bibtex: '@inproceedings{Spliethöver_Menon_Wachsmuth_2024, place={Bangkok, Thailand},
    title={Disentangling Dialect from Social Bias via Multitask Learning to Improve
    Fairness}, DOI={<a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>},
    booktitle={Findings of the Association for Computational Linguistics: ACL 2024},
    publisher={Association for Computational Linguistics}, author={Spliethöver, Maximilian
    and Menon, Sai Nikhil and Wachsmuth, Henning}, editor={Ku, Lun-Wei and Martins,
    Andre and Srikumar, Vivek}, year={2024}, pages={9294–9313} }'
  chicago: 'Spliethöver, Maximilian, Sai Nikhil Menon, and Henning Wachsmuth. “Disentangling
    Dialect from Social Bias via Multitask Learning to Improve Fairness.” In <i>Findings
    of the Association for Computational Linguistics: ACL 2024</i>, edited by Lun-Wei
    Ku, Andre Martins, and Vivek Srikumar, 9294–9313. Bangkok, Thailand: Association
    for Computational Linguistics, 2024. <a href="https://doi.org/10.18653/v1/2024.findings-acl.553">https://doi.org/10.18653/v1/2024.findings-acl.553</a>.'
  ieee: 'M. Spliethöver, S. N. Menon, and H. Wachsmuth, “Disentangling Dialect from
    Social Bias via Multitask Learning to Improve Fairness,” in <i>Findings of the
    Association for Computational Linguistics: ACL 2024</i>, 2024, pp. 9294–9313,
    doi: <a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>.'
  mla: 'Spliethöver, Maximilian, et al. “Disentangling Dialect from Social Bias via
    Multitask Learning to Improve Fairness.” <i>Findings of the Association for Computational
    Linguistics: ACL 2024</i>, edited by Lun-Wei Ku et al., Association for Computational
    Linguistics, 2024, pp. 9294–9313, doi:<a href="https://doi.org/10.18653/v1/2024.findings-acl.553">10.18653/v1/2024.findings-acl.553</a>.'
  short: 'M. Spliethöver, S.N. Menon, H. Wachsmuth, in: L.-W. Ku, A. Martins, V. Srikumar
    (Eds.), Findings of the Association for Computational Linguistics: ACL 2024, Association
    for Computational Linguistics, Bangkok, Thailand, 2024, pp. 9294–9313.'
date_created: 2025-02-20T08:18:01Z
date_updated: 2025-09-12T09:52:59Z
department:
- _id: '600'
- _id: '660'
doi: 10.18653/v1/2024.findings-acl.553
editor:
- first_name: Lun-Wei
  full_name: Ku, Lun-Wei
  last_name: Ku
- first_name: Andre
  full_name: Martins, Andre
  last_name: Martins
- first_name: Vivek
  full_name: Srikumar, Vivek
  last_name: Srikumar
language:
- iso: eng
main_file_link:
- open_access: '1'
  url: https://aclanthology.org/2024.findings-acl.553/
oa: '1'
page: 9294–9313
place: Bangkok, Thailand
project:
- _id: '118'
  name: 'TRR 318 - INF: TRR 318 - Project Area INF'
publication: 'Findings of the Association for Computational Linguistics: ACL 2024'
publisher: Association for Computational Linguistics
related_material:
  link:
  - relation: software
    url: https://github.com/webis-de/acl24-dialect-aware-bias-detection
status: public
title: Disentangling Dialect from Social Bias via Multitask Learning to Improve Fairness
type: conference
user_id: '84035'
year: '2024'
...
---
_id: '61251'
abstract:
- lang: eng
  text: <jats:p>We theoretically investigate strategies for the deterministic creation
    of trains of time-bin entangled photons using an individual quantum emitter described
    by a Λ-type electronic system. We explicitly demonstrate the theoretical generation
    of linear cluster states with substantial numbers of entangled photonic qubits
    in full microscopic numerical simulations. The underlying scheme is based on the
    manipulation of ground state coherences through precise optical driving. One important
    finding is that the most easily accessible quality metrics, the achievable rotation
    fidelities, fall short in assessing the actual quantum correlations of the emitted
    photons in the face of losses. To address this, we explicitly calculate stabilizer
    generator expectation values as a superior gauge for the quantum properties of
    the generated many-photon state. With widespread applicability in other emitter
    and excitation–emission schemes also, our work lays the conceptual foundations
    for an in-depth practical analysis of time-bin entanglement based on full numerical
    simulations with predictive capabilities for realistic systems and setups, including
    losses and imperfections. The specific results shown in the present work illustrate
    that with controlled minimization of losses and realistic system parameters for
    quantum-dot type systems, useful linear cluster states of significant lengths
    can be generated in the calculations, discussing the possibility of scalability
    for quantum information processing endeavors.</jats:p>
article_number: '036110'
author:
- first_name: David
  full_name: Bauch, David
  last_name: Bauch
- first_name: Nikolas
  full_name: Köcher, Nikolas
  id: '79191'
  last_name: Köcher
- first_name: Nils
  full_name: Heinisch, Nils
  id: '90283'
  last_name: Heinisch
  orcid: 0009-0006-0984-2097
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
citation:
  ama: Bauch D, Köcher N, Heinisch N, Schumacher S. Time-bin entanglement in the deterministic
    generation of linear photonic cluster states. <i>APL Quantum</i>. 2024;1(3). doi:<a
    href="https://doi.org/10.1063/5.0214197">10.1063/5.0214197</a>
  apa: Bauch, D., Köcher, N., Heinisch, N., &#38; Schumacher, S. (2024). Time-bin
    entanglement in the deterministic generation of linear photonic cluster states.
    <i>APL Quantum</i>, <i>1</i>(3), Article 036110. <a href="https://doi.org/10.1063/5.0214197">https://doi.org/10.1063/5.0214197</a>
  bibtex: '@article{Bauch_Köcher_Heinisch_Schumacher_2024, title={Time-bin entanglement
    in the deterministic generation of linear photonic cluster states}, volume={1},
    DOI={<a href="https://doi.org/10.1063/5.0214197">10.1063/5.0214197</a>}, number={3036110},
    journal={APL Quantum}, publisher={AIP Publishing}, author={Bauch, David and Köcher,
    Nikolas and Heinisch, Nils and Schumacher, Stefan}, year={2024} }'
  chicago: Bauch, David, Nikolas Köcher, Nils Heinisch, and Stefan Schumacher. “Time-Bin
    Entanglement in the Deterministic Generation of Linear Photonic Cluster States.”
    <i>APL Quantum</i> 1, no. 3 (2024). <a href="https://doi.org/10.1063/5.0214197">https://doi.org/10.1063/5.0214197</a>.
  ieee: 'D. Bauch, N. Köcher, N. Heinisch, and S. Schumacher, “Time-bin entanglement
    in the deterministic generation of linear photonic cluster states,” <i>APL Quantum</i>,
    vol. 1, no. 3, Art. no. 036110, 2024, doi: <a href="https://doi.org/10.1063/5.0214197">10.1063/5.0214197</a>.'
  mla: Bauch, David, et al. “Time-Bin Entanglement in the Deterministic Generation
    of Linear Photonic Cluster States.” <i>APL Quantum</i>, vol. 1, no. 3, 036110,
    AIP Publishing, 2024, doi:<a href="https://doi.org/10.1063/5.0214197">10.1063/5.0214197</a>.
  short: D. Bauch, N. Köcher, N. Heinisch, S. Schumacher, APL Quantum 1 (2024).
date_created: 2025-09-12T11:08:59Z
date_updated: 2025-09-12T11:11:32Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '35'
- _id: '230'
- _id: '27'
- _id: '429'
- _id: '623'
doi: 10.1063/5.0214197
intvolume: '         1'
issue: '3'
language:
- iso: eng
project:
- _id: '53'
  name: 'TRR 142: Maßgeschneiderte nichtlineare Photonik: Von grundlegenden Konzepten
    zu funktionellen Strukturen'
- _id: '56'
  name: TRR 142 - Project Area C
- _id: '173'
  name: 'TRR 142; TP C09: Ideale Erzeugung von Photonenpaaren für Verschränkungsaustausch
    bei Telekom Wellenlängen'
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
- _id: '266'
  name: 'PhoQC: Photonisches Quantencomputing'
publication: APL Quantum
publication_identifier:
  issn:
  - 2835-0103
publication_status: published
publisher: AIP Publishing
status: public
title: Time-bin entanglement in the deterministic generation of linear photonic cluster
  states
type: journal_article
user_id: '16199'
volume: 1
year: '2024'
...
---
_id: '61250'
author:
- first_name: Christoph
  full_name: Bennenhei, Christoph
  last_name: Bennenhei
- first_name: Hangyong
  full_name: Shan, Hangyong
  last_name: Shan
- first_name: Marti
  full_name: Struve, Marti
  last_name: Struve
- first_name: Nils
  full_name: Kunte, Nils
  last_name: Kunte
- first_name: Falk
  full_name: Eilenberger, Falk
  last_name: Eilenberger
- first_name: Jürgen
  full_name: Ohmer, Jürgen
  last_name: Ohmer
- first_name: Utz
  full_name: Fischer, Utz
  last_name: Fischer
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
- first_name: Xuekai
  full_name: Ma, Xuekai
  id: '59416'
  last_name: Ma
- first_name: Christian
  full_name: Schneider, Christian
  last_name: Schneider
- first_name: Martin
  full_name: Esmann, Martin
  last_name: Esmann
citation:
  ama: Bennenhei C, Shan H, Struve M, et al. Organic Room-Temperature Polariton Condensate
    in a Higher-Order Topological Lattice. <i>ACS Photonics</i>. 2024;11(8):3046-3054.
    doi:<a href="https://doi.org/10.1021/acsphotonics.4c00268">10.1021/acsphotonics.4c00268</a>
  apa: Bennenhei, C., Shan, H., Struve, M., Kunte, N., Eilenberger, F., Ohmer, J.,
    Fischer, U., Schumacher, S., Ma, X., Schneider, C., &#38; Esmann, M. (2024). Organic
    Room-Temperature Polariton Condensate in a Higher-Order Topological Lattice. <i>ACS
    Photonics</i>, <i>11</i>(8), 3046–3054. <a href="https://doi.org/10.1021/acsphotonics.4c00268">https://doi.org/10.1021/acsphotonics.4c00268</a>
  bibtex: '@article{Bennenhei_Shan_Struve_Kunte_Eilenberger_Ohmer_Fischer_Schumacher_Ma_Schneider_et
    al._2024, title={Organic Room-Temperature Polariton Condensate in a Higher-Order
    Topological Lattice}, volume={11}, DOI={<a href="https://doi.org/10.1021/acsphotonics.4c00268">10.1021/acsphotonics.4c00268</a>},
    number={8}, journal={ACS Photonics}, publisher={American Chemical Society (ACS)},
    author={Bennenhei, Christoph and Shan, Hangyong and Struve, Marti and Kunte, Nils
    and Eilenberger, Falk and Ohmer, Jürgen and Fischer, Utz and Schumacher, Stefan
    and Ma, Xuekai and Schneider, Christian and et al.}, year={2024}, pages={3046–3054}
    }'
  chicago: 'Bennenhei, Christoph, Hangyong Shan, Marti Struve, Nils Kunte, Falk Eilenberger,
    Jürgen Ohmer, Utz Fischer, et al. “Organic Room-Temperature Polariton Condensate
    in a Higher-Order Topological Lattice.” <i>ACS Photonics</i> 11, no. 8 (2024):
    3046–54. <a href="https://doi.org/10.1021/acsphotonics.4c00268">https://doi.org/10.1021/acsphotonics.4c00268</a>.'
  ieee: 'C. Bennenhei <i>et al.</i>, “Organic Room-Temperature Polariton Condensate
    in a Higher-Order Topological Lattice,” <i>ACS Photonics</i>, vol. 11, no. 8,
    pp. 3046–3054, 2024, doi: <a href="https://doi.org/10.1021/acsphotonics.4c00268">10.1021/acsphotonics.4c00268</a>.'
  mla: Bennenhei, Christoph, et al. “Organic Room-Temperature Polariton Condensate
    in a Higher-Order Topological Lattice.” <i>ACS Photonics</i>, vol. 11, no. 8,
    American Chemical Society (ACS), 2024, pp. 3046–54, doi:<a href="https://doi.org/10.1021/acsphotonics.4c00268">10.1021/acsphotonics.4c00268</a>.
  short: C. Bennenhei, H. Shan, M. Struve, N. Kunte, F. Eilenberger, J. Ohmer, U.
    Fischer, S. Schumacher, X. Ma, C. Schneider, M. Esmann, ACS Photonics 11 (2024)
    3046–3054.
date_created: 2025-09-12T11:06:43Z
date_updated: 2025-09-12T11:08:26Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '705'
- _id: '35'
- _id: '230'
doi: 10.1021/acsphotonics.4c00268
intvolume: '        11'
issue: '8'
language:
- iso: eng
page: 3046-3054
publication: ACS Photonics
publication_identifier:
  issn:
  - 2330-4022
  - 2330-4022
publication_status: published
publisher: American Chemical Society (ACS)
status: public
title: Organic Room-Temperature Polariton Condensate in a Higher-Order Topological
  Lattice
type: journal_article
user_id: '16199'
volume: 11
year: '2024'
...
---
_id: '61253'
abstract:
- lang: eng
  text: "<jats:p>In the SUPER scheme (Swing-UP of the quantum EmitteR population),
    excitation of a quantum emitter is achieved with two off-resonant, red-detuned
    laser pulses. This allows the generation of high-quality single photons without
    the need of complex laser stray light suppression or careful spectral filtering.
    In the present work, we extend this promising method to quantum emitters, specifically
    semiconductor quantum dots, inside a resonant optical cavity. A significant advantage
    of the SUPER scheme is identified in that it eliminates re-excitation of the quantum
    emitter by suppressing photon emission during the excitation cycle. This, in turn,
    leads to almost ideal single-photon purity, overcoming a major factor typically
    limiting the quality of photons generated with quantum emitters in high-quality
    cavities. We further find that for cavity-mediated biexciton emission of degenerate
    photon pairs, the SUPER scheme leads to near-perfect biexciton initialization
    with very high values of polarization entanglement of emitted photon pairs.</jats:p>\r\n
    \         <jats:sec>\r\n            <jats:title/>\r\n            <jats:supplementary-material>\r\n
    \             <jats:permissions>\r\n                <jats:copyright-statement>Published
    by the American Physical Society</jats:copyright-statement>\r\n                <jats:copyright-year>2024</jats:copyright-year>\r\n
    \             </jats:permissions>\r\n            </jats:supplementary-material>\r\n
    \         </jats:sec>"
article_number: L012017
author:
- first_name: Nils
  full_name: Heinisch, Nils
  id: '90283'
  last_name: Heinisch
  orcid: 0009-0006-0984-2097
- first_name: Nikolas
  full_name: Köcher, Nikolas
  id: '79191'
  last_name: Köcher
- first_name: David
  full_name: Bauch, David
  last_name: Bauch
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
citation:
  ama: 'Heinisch N, Köcher N, Bauch D, Schumacher S. Swing-up dynamics in quantum
    emitter cavity systems: Near ideal single photons and entangled photon pairs.
    <i>Physical Review Research</i>. 2024;6(1). doi:<a href="https://doi.org/10.1103/physrevresearch.6.l012017">10.1103/physrevresearch.6.l012017</a>'
  apa: 'Heinisch, N., Köcher, N., Bauch, D., &#38; Schumacher, S. (2024). Swing-up
    dynamics in quantum emitter cavity systems: Near ideal single photons and entangled
    photon pairs. <i>Physical Review Research</i>, <i>6</i>(1), Article L012017. <a
    href="https://doi.org/10.1103/physrevresearch.6.l012017">https://doi.org/10.1103/physrevresearch.6.l012017</a>'
  bibtex: '@article{Heinisch_Köcher_Bauch_Schumacher_2024, title={Swing-up dynamics
    in quantum emitter cavity systems: Near ideal single photons and entangled photon
    pairs}, volume={6}, DOI={<a href="https://doi.org/10.1103/physrevresearch.6.l012017">10.1103/physrevresearch.6.l012017</a>},
    number={1L012017}, journal={Physical Review Research}, publisher={American Physical
    Society (APS)}, author={Heinisch, Nils and Köcher, Nikolas and Bauch, David and
    Schumacher, Stefan}, year={2024} }'
  chicago: 'Heinisch, Nils, Nikolas Köcher, David Bauch, and Stefan Schumacher. “Swing-up
    Dynamics in Quantum Emitter Cavity Systems: Near Ideal Single Photons and Entangled
    Photon Pairs.” <i>Physical Review Research</i> 6, no. 1 (2024). <a href="https://doi.org/10.1103/physrevresearch.6.l012017">https://doi.org/10.1103/physrevresearch.6.l012017</a>.'
  ieee: 'N. Heinisch, N. Köcher, D. Bauch, and S. Schumacher, “Swing-up dynamics in
    quantum emitter cavity systems: Near ideal single photons and entangled photon
    pairs,” <i>Physical Review Research</i>, vol. 6, no. 1, Art. no. L012017, 2024,
    doi: <a href="https://doi.org/10.1103/physrevresearch.6.l012017">10.1103/physrevresearch.6.l012017</a>.'
  mla: 'Heinisch, Nils, et al. “Swing-up Dynamics in Quantum Emitter Cavity Systems:
    Near Ideal Single Photons and Entangled Photon Pairs.” <i>Physical Review Research</i>,
    vol. 6, no. 1, L012017, American Physical Society (APS), 2024, doi:<a href="https://doi.org/10.1103/physrevresearch.6.l012017">10.1103/physrevresearch.6.l012017</a>.'
  short: N. Heinisch, N. Köcher, D. Bauch, S. Schumacher, Physical Review Research
    6 (2024).
date_created: 2025-09-12T11:16:31Z
date_updated: 2025-09-12T11:18:05Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '35'
- _id: '230'
- _id: '429'
- _id: '27'
doi: 10.1103/physrevresearch.6.l012017
intvolume: '         6'
issue: '1'
language:
- iso: eng
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
- _id: '53'
  name: 'TRR 142: Maßgeschneiderte nichtlineare Photonik: Von grundlegenden Konzepten
    zu funktionellen Strukturen'
- _id: '56'
  name: TRR 142 - Project Area C
- _id: '173'
  name: 'TRR 142; TP C09: Ideale Erzeugung von Photonenpaaren für Verschränkungsaustausch
    bei Telekom Wellenlängen'
publication: Physical Review Research
publication_identifier:
  issn:
  - 2643-1564
publication_status: published
publisher: American Physical Society (APS)
status: public
title: 'Swing-up dynamics in quantum emitter cavity systems: Near ideal single photons
  and entangled photon pairs'
type: journal_article
user_id: '16199'
volume: 6
year: '2024'
...
---
_id: '61255'
abstract:
- lang: eng
  text: "<jats:title>Abstract</jats:title>\r\n               <jats:p>Topological states
    have been widely investigated in different types of systems and lattices. In the
    present work, we report on topological edge states in double-wave (DW) chains,
    which can be described by a generalized Aubry-André-Harper (AAH) model. For the
    specific system of a driven-dissipative exciton polariton system we show that
    in such potential chains, different types of edge states can form. For resonant
    optical excitation, we further find that the optical nonlinearity leads to a multistability
    of different edge states. This includes topologically protected edge states evolved
    directly from individual linear eigenstates as well as additional edge states
    that originate from nonlinearity-induced localization of bulk states. Extending
    the system into two dimensions (2D) by stacking horizontal DW chains in the vertical
    direction, we also create 2D multi-wave lattices. In such 2D lattices multiple
    Su–Schrieffer–Heeger (SSH) chains appear along the vertical direction. The combination
    of DW chains in the horizonal and SSH chains in the vertical direction then results
    in the formation of higher-order topological insulator corner states. Multistable
    corner states emerge in the nonlinear regime.</jats:p>"
author:
- first_name: Tobias
  full_name: Schneider, Tobias
  last_name: Schneider
- first_name: Wenlong
  full_name: Gao, Wenlong
  id: '78853'
  last_name: Gao
- first_name: Thomas
  full_name: Zentgraf, Thomas
  id: '30525'
  last_name: Zentgraf
  orcid: 0000-0002-8662-1101
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
- first_name: Xuekai
  full_name: Ma, Xuekai
  id: '59416'
  last_name: Ma
citation:
  ama: Schneider T, Gao W, Zentgraf T, Schumacher S, Ma X. Topological edge and corner
    states in coupled wave lattices in nonlinear polariton condensates. <i>Nanophotonics</i>.
    2024;13(4):509-518. doi:<a href="https://doi.org/10.1515/nanoph-2023-0556">10.1515/nanoph-2023-0556</a>
  apa: Schneider, T., Gao, W., Zentgraf, T., Schumacher, S., &#38; Ma, X. (2024).
    Topological edge and corner states in coupled wave lattices in nonlinear polariton
    condensates. <i>Nanophotonics</i>, <i>13</i>(4), 509–518. <a href="https://doi.org/10.1515/nanoph-2023-0556">https://doi.org/10.1515/nanoph-2023-0556</a>
  bibtex: '@article{Schneider_Gao_Zentgraf_Schumacher_Ma_2024, title={Topological
    edge and corner states in coupled wave lattices in nonlinear polariton condensates},
    volume={13}, DOI={<a href="https://doi.org/10.1515/nanoph-2023-0556">10.1515/nanoph-2023-0556</a>},
    number={4}, journal={Nanophotonics}, publisher={Walter de Gruyter GmbH}, author={Schneider,
    Tobias and Gao, Wenlong and Zentgraf, Thomas and Schumacher, Stefan and Ma, Xuekai},
    year={2024}, pages={509–518} }'
  chicago: 'Schneider, Tobias, Wenlong Gao, Thomas Zentgraf, Stefan Schumacher, and
    Xuekai Ma. “Topological Edge and Corner States in Coupled Wave Lattices in Nonlinear
    Polariton Condensates.” <i>Nanophotonics</i> 13, no. 4 (2024): 509–18. <a href="https://doi.org/10.1515/nanoph-2023-0556">https://doi.org/10.1515/nanoph-2023-0556</a>.'
  ieee: 'T. Schneider, W. Gao, T. Zentgraf, S. Schumacher, and X. Ma, “Topological
    edge and corner states in coupled wave lattices in nonlinear polariton condensates,”
    <i>Nanophotonics</i>, vol. 13, no. 4, pp. 509–518, 2024, doi: <a href="https://doi.org/10.1515/nanoph-2023-0556">10.1515/nanoph-2023-0556</a>.'
  mla: Schneider, Tobias, et al. “Topological Edge and Corner States in Coupled Wave
    Lattices in Nonlinear Polariton Condensates.” <i>Nanophotonics</i>, vol. 13, no.
    4, Walter de Gruyter GmbH, 2024, pp. 509–18, doi:<a href="https://doi.org/10.1515/nanoph-2023-0556">10.1515/nanoph-2023-0556</a>.
  short: T. Schneider, W. Gao, T. Zentgraf, S. Schumacher, X. Ma, Nanophotonics 13
    (2024) 509–518.
date_created: 2025-09-12T11:19:22Z
date_updated: 2025-09-12T11:22:41Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '705'
- _id: '35'
- _id: '230'
- _id: '429'
- _id: '27'
doi: 10.1515/nanoph-2023-0556
intvolume: '        13'
issue: '4'
language:
- iso: eng
page: 509-518
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
- _id: '53'
  name: 'TRR 142: Maßgeschneiderte nichtlineare Photonik: Von grundlegenden Konzepten
    zu funktionellen Strukturen'
- _id: '54'
  name: TRR 142 - Project Area A
- _id: '55'
  name: TRR 142 - Project Area B
- _id: '61'
  name: 'TRR 142; TP A04: Nichtlineare Quantenprozesstomographie und Photonik mit
    Polaritonen in Mikrokavitäten'
- _id: '170'
  name: 'TRR 142; TP B09: Effiziente Erzeugung mit maßgeschneiderter optischer Phaselage
    der zweiten Harmonischen mittels Quasi-gebundener Zustände in GaAs Metaoberflächen'
publication: Nanophotonics
publication_identifier:
  issn:
  - 2192-8614
publication_status: published
publisher: Walter de Gruyter GmbH
status: public
title: Topological edge and corner states in coupled wave lattices in nonlinear polariton
  condensates
type: journal_article
user_id: '16199'
volume: 13
year: '2024'
...
---
_id: '61257'
abstract:
- lang: eng
  text: "<jats:p>Exceptional points (EPs), with their intriguing spectral topology,
    have attracted considerable attention in a broad range of physical systems, with
    potential sensing applications driving much of the present research in this field.
    Here, we investigate spectral topology and EPs in systems with significant nonlinearity,
    exemplified by a nonequilibrium exciton-polariton condensate. With the possibility
    to control loss and gain and nonlinearity by optical means, this system allows
    for a comprehensive analysis of the interplay of nonlinearities (Kerr type and
    saturable gain) and non-Hermiticity. Not only do we find that EPs can be intentionally
    shifted in parameter space by the saturable gain, but we also observe intriguing
    rotations and intersections of Riemann surfaces and find nonlinearity-enhanced
    sensing capabilities. With this, our results illustrate the potential of tailoring
    spectral topology and related phenomena in non-Hermitian systems by nonlinearity.</jats:p>\r\n
    \         <jats:sec>\r\n            <jats:title/>\r\n            <jats:supplementary-material>\r\n
    \             <jats:permissions>\r\n                <jats:copyright-statement>Published
    by the American Physical Society</jats:copyright-statement>\r\n                <jats:copyright-year>2024</jats:copyright-year>\r\n
    \             </jats:permissions>\r\n            </jats:supplementary-material>\r\n
    \         </jats:sec>"
article_number: '013148'
author:
- first_name: Jan
  full_name: Wingenbach, Jan
  id: '69187'
  last_name: Wingenbach
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
- first_name: Xuekai
  full_name: Ma, Xuekai
  id: '59416'
  last_name: Ma
citation:
  ama: Wingenbach J, Schumacher S, Ma X. Manipulating spectral topology and exceptional
    points by nonlinearity in non-Hermitian polariton systems. <i>Physical Review
    Research</i>. 2024;6(1). doi:<a href="https://doi.org/10.1103/physrevresearch.6.013148">10.1103/physrevresearch.6.013148</a>
  apa: Wingenbach, J., Schumacher, S., &#38; Ma, X. (2024). Manipulating spectral
    topology and exceptional points by nonlinearity in non-Hermitian polariton systems.
    <i>Physical Review Research</i>, <i>6</i>(1), Article 013148. <a href="https://doi.org/10.1103/physrevresearch.6.013148">https://doi.org/10.1103/physrevresearch.6.013148</a>
  bibtex: '@article{Wingenbach_Schumacher_Ma_2024, title={Manipulating spectral topology
    and exceptional points by nonlinearity in non-Hermitian polariton systems}, volume={6},
    DOI={<a href="https://doi.org/10.1103/physrevresearch.6.013148">10.1103/physrevresearch.6.013148</a>},
    number={1013148}, journal={Physical Review Research}, publisher={American Physical
    Society (APS)}, author={Wingenbach, Jan and Schumacher, Stefan and Ma, Xuekai},
    year={2024} }'
  chicago: Wingenbach, Jan, Stefan Schumacher, and Xuekai Ma. “Manipulating Spectral
    Topology and Exceptional Points by Nonlinearity in Non-Hermitian Polariton Systems.”
    <i>Physical Review Research</i> 6, no. 1 (2024). <a href="https://doi.org/10.1103/physrevresearch.6.013148">https://doi.org/10.1103/physrevresearch.6.013148</a>.
  ieee: 'J. Wingenbach, S. Schumacher, and X. Ma, “Manipulating spectral topology
    and exceptional points by nonlinearity in non-Hermitian polariton systems,” <i>Physical
    Review Research</i>, vol. 6, no. 1, Art. no. 013148, 2024, doi: <a href="https://doi.org/10.1103/physrevresearch.6.013148">10.1103/physrevresearch.6.013148</a>.'
  mla: Wingenbach, Jan, et al. “Manipulating Spectral Topology and Exceptional Points
    by Nonlinearity in Non-Hermitian Polariton Systems.” <i>Physical Review Research</i>,
    vol. 6, no. 1, 013148, American Physical Society (APS), 2024, doi:<a href="https://doi.org/10.1103/physrevresearch.6.013148">10.1103/physrevresearch.6.013148</a>.
  short: J. Wingenbach, S. Schumacher, X. Ma, Physical Review Research 6 (2024).
date_created: 2025-09-12T11:23:33Z
date_updated: 2025-09-12T11:24:59Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '705'
- _id: '35'
- _id: '230'
- _id: '27'
- _id: '429'
doi: 10.1103/physrevresearch.6.013148
intvolume: '         6'
issue: '1'
language:
- iso: eng
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
- _id: '53'
  name: 'TRR 142: Maßgeschneiderte nichtlineare Photonik: Von grundlegenden Konzepten
    zu funktionellen Strukturen'
- _id: '54'
  name: TRR 142 - Project Area A
- _id: '61'
  name: 'TRR 142; TP A04: Nichtlineare Quantenprozesstomographie und Photonik mit
    Polaritonen in Mikrokavitäten'
publication: Physical Review Research
publication_identifier:
  issn:
  - 2643-1564
publication_status: published
publisher: American Physical Society (APS)
status: public
title: Manipulating spectral topology and exceptional points by nonlinearity in non-Hermitian
  polariton systems
type: journal_article
user_id: '16199'
volume: 6
year: '2024'
...
---
_id: '61258'
abstract:
- lang: eng
  text: <jats:title>Abstract</jats:title><jats:p>Thermal stability is crucial for
    doped organic semiconductors (OSCs) and their applications in organic thermoelectric
    (OTE) devices. However, the capacity of n‐dopants to produce thermally stable
    n‐doped OSC films has not been thoroughly explored, with few reports of high thermal
    stability. Here, a novel n‐dopant, phosphazenium tetrafluoroborate (P<jats:sub>2</jats:sub>BF<jats:sub>4</jats:sub>)
    is introduced, which effectively induces n‐doping in N2200, P(PzDPP‐CT2) and several
    other commonly used OSCs. Remarkably, the electrical conductivity of P<jats:sub>2</jats:sub>BF<jats:sub>4</jats:sub>‐doped
    OSC films remains almost unchanged even after heating at temperatures &gt; 150 °C
    for 24 h, far superior to the films doped with benchmark N‐DMBI. The exceptional
    thermal stability observed in P<jats:sub>2</jats:sub>BF<jats:sub>4</jats:sub>‐doped
    P(PzDPP‐CT2) films allows for stable operation of the corresponding organic thermoelectric
    devices at 150 °C for 16 h, a milestone not previously achieved. This study offers
    valuable insights into the development of n‐dopants capable of producing OSCs
    with outstanding thermal stability, paving the way for the practical realization
    of OTE devices with enhanced operation stability.</jats:p>
article_number: '2400767'
author:
- first_name: Huan
  full_name: Wei, Huan
  last_name: Wei
- first_name: Jing
  full_name: Guo, Jing
  last_name: Guo
- first_name: Heng
  full_name: Liu, Heng
  last_name: Liu
- first_name: Tong
  full_name: Wu, Tong
  last_name: Wu
- first_name: Ping‐An
  full_name: Chen, Ping‐An
  last_name: Chen
- first_name: Chuanding
  full_name: Dong, Chuanding
  last_name: Dong
- first_name: Shu‐Jen
  full_name: Wang, Shu‐Jen
  last_name: Wang
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
- first_name: Yugang
  full_name: Bai, Yugang
  last_name: Bai
- first_name: Ting
  full_name: Lei, Ting
  last_name: Lei
- first_name: Suhao
  full_name: Wang, Suhao
  last_name: Wang
- first_name: Yuanyuan
  full_name: Hu, Yuanyuan
  last_name: Hu
citation:
  ama: Wei H, Guo J, Liu H, et al. Novel Phosphazenium Tetrafluoroborate Dopant Enables
    Efficient and Thermally Stable n‐Doped Organic Semiconductors. <i>Advanced Electronic
    Materials</i>. Published online 2024. doi:<a href="https://doi.org/10.1002/aelm.202400767">10.1002/aelm.202400767</a>
  apa: Wei, H., Guo, J., Liu, H., Wu, T., Chen, P., Dong, C., Wang, S., Schumacher,
    S., Bai, Y., Lei, T., Wang, S., &#38; Hu, Y. (2024). Novel Phosphazenium Tetrafluoroborate
    Dopant Enables Efficient and Thermally Stable n‐Doped Organic Semiconductors.
    <i>Advanced Electronic Materials</i>, Article 2400767. <a href="https://doi.org/10.1002/aelm.202400767">https://doi.org/10.1002/aelm.202400767</a>
  bibtex: '@article{Wei_Guo_Liu_Wu_Chen_Dong_Wang_Schumacher_Bai_Lei_et al._2024,
    title={Novel Phosphazenium Tetrafluoroborate Dopant Enables Efficient and Thermally
    Stable n‐Doped Organic Semiconductors}, DOI={<a href="https://doi.org/10.1002/aelm.202400767">10.1002/aelm.202400767</a>},
    number={2400767}, journal={Advanced Electronic Materials}, publisher={Wiley},
    author={Wei, Huan and Guo, Jing and Liu, Heng and Wu, Tong and Chen, Ping‐An and
    Dong, Chuanding and Wang, Shu‐Jen and Schumacher, Stefan and Bai, Yugang and Lei,
    Ting and et al.}, year={2024} }'
  chicago: Wei, Huan, Jing Guo, Heng Liu, Tong Wu, Ping‐An Chen, Chuanding Dong, Shu‐Jen
    Wang, et al. “Novel Phosphazenium Tetrafluoroborate Dopant Enables Efficient and
    Thermally Stable N‐Doped Organic Semiconductors.” <i>Advanced Electronic Materials</i>,
    2024. <a href="https://doi.org/10.1002/aelm.202400767">https://doi.org/10.1002/aelm.202400767</a>.
  ieee: 'H. Wei <i>et al.</i>, “Novel Phosphazenium Tetrafluoroborate Dopant Enables
    Efficient and Thermally Stable n‐Doped Organic Semiconductors,” <i>Advanced Electronic
    Materials</i>, Art. no. 2400767, 2024, doi: <a href="https://doi.org/10.1002/aelm.202400767">10.1002/aelm.202400767</a>.'
  mla: Wei, Huan, et al. “Novel Phosphazenium Tetrafluoroborate Dopant Enables Efficient
    and Thermally Stable N‐Doped Organic Semiconductors.” <i>Advanced Electronic Materials</i>,
    2400767, Wiley, 2024, doi:<a href="https://doi.org/10.1002/aelm.202400767">10.1002/aelm.202400767</a>.
  short: H. Wei, J. Guo, H. Liu, T. Wu, P. Chen, C. Dong, S. Wang, S. Schumacher,
    Y. Bai, T. Lei, S. Wang, Y. Hu, Advanced Electronic Materials (2024).
date_created: 2025-09-12T11:25:26Z
date_updated: 2025-09-12T11:26:26Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '35'
- _id: '230'
doi: 10.1002/aelm.202400767
language:
- iso: eng
publication: Advanced Electronic Materials
publication_identifier:
  issn:
  - 2199-160X
  - 2199-160X
publication_status: published
publisher: Wiley
status: public
title: Novel Phosphazenium Tetrafluoroborate Dopant Enables Efficient and Thermally
  Stable n‐Doped Organic Semiconductors
type: journal_article
user_id: '16199'
year: '2024'
...
---
_id: '61259'
author:
- first_name: Fabian
  full_name: Bauch, Fabian
  last_name: Bauch
- first_name: Chuan-Ding
  full_name: Dong, Chuan-Ding
  last_name: Dong
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
citation:
  ama: Bauch F, Dong C-D, Schumacher S. Dynamics of Electron–Hole Coulomb Attractive
    Energy and Dipole Moment of Hot Excitons in Donor–Acceptor Polymers. <i>The Journal
    of Physical Chemistry C</i>. 2024;128(8):3525-3532. doi:<a href="https://doi.org/10.1021/acs.jpcc.3c07513">10.1021/acs.jpcc.3c07513</a>
  apa: Bauch, F., Dong, C.-D., &#38; Schumacher, S. (2024). Dynamics of Electron–Hole
    Coulomb Attractive Energy and Dipole Moment of Hot Excitons in Donor–Acceptor
    Polymers. <i>The Journal of Physical Chemistry C</i>, <i>128</i>(8), 3525–3532.
    <a href="https://doi.org/10.1021/acs.jpcc.3c07513">https://doi.org/10.1021/acs.jpcc.3c07513</a>
  bibtex: '@article{Bauch_Dong_Schumacher_2024, title={Dynamics of Electron–Hole Coulomb
    Attractive Energy and Dipole Moment of Hot Excitons in Donor–Acceptor Polymers},
    volume={128}, DOI={<a href="https://doi.org/10.1021/acs.jpcc.3c07513">10.1021/acs.jpcc.3c07513</a>},
    number={8}, journal={The Journal of Physical Chemistry C}, publisher={American
    Chemical Society (ACS)}, author={Bauch, Fabian and Dong, Chuan-Ding and Schumacher,
    Stefan}, year={2024}, pages={3525–3532} }'
  chicago: 'Bauch, Fabian, Chuan-Ding Dong, and Stefan Schumacher. “Dynamics of Electron–Hole
    Coulomb Attractive Energy and Dipole Moment of Hot Excitons in Donor–Acceptor
    Polymers.” <i>The Journal of Physical Chemistry C</i> 128, no. 8 (2024): 3525–32.
    <a href="https://doi.org/10.1021/acs.jpcc.3c07513">https://doi.org/10.1021/acs.jpcc.3c07513</a>.'
  ieee: 'F. Bauch, C.-D. Dong, and S. Schumacher, “Dynamics of Electron–Hole Coulomb
    Attractive Energy and Dipole Moment of Hot Excitons in Donor–Acceptor Polymers,”
    <i>The Journal of Physical Chemistry C</i>, vol. 128, no. 8, pp. 3525–3532, 2024,
    doi: <a href="https://doi.org/10.1021/acs.jpcc.3c07513">10.1021/acs.jpcc.3c07513</a>.'
  mla: Bauch, Fabian, et al. “Dynamics of Electron–Hole Coulomb Attractive Energy
    and Dipole Moment of Hot Excitons in Donor–Acceptor Polymers.” <i>The Journal
    of Physical Chemistry C</i>, vol. 128, no. 8, American Chemical Society (ACS),
    2024, pp. 3525–32, doi:<a href="https://doi.org/10.1021/acs.jpcc.3c07513">10.1021/acs.jpcc.3c07513</a>.
  short: F. Bauch, C.-D. Dong, S. Schumacher, The Journal of Physical Chemistry C
    128 (2024) 3525–3532.
date_created: 2025-09-12T11:26:49Z
date_updated: 2025-09-12T11:27:57Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '35'
- _id: '230'
- _id: '27'
doi: 10.1021/acs.jpcc.3c07513
intvolume: '       128'
issue: '8'
language:
- iso: eng
page: 3525-3532
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: The Journal of Physical Chemistry C
publication_identifier:
  issn:
  - 1932-7447
  - 1932-7455
publication_status: published
publisher: American Chemical Society (ACS)
status: public
title: Dynamics of Electron–Hole Coulomb Attractive Energy and Dipole Moment of Hot
  Excitons in Donor–Acceptor Polymers
type: journal_article
user_id: '16199'
volume: 128
year: '2024'
...
---
_id: '61263'
abstract:
- lang: eng
  text: <jats:p>Charge transfer mechanism in the deprotonation-induced n-type doping
    of PCBM.</jats:p>
author:
- first_name: Chuan-Ding
  full_name: Dong, Chuan-Ding
  last_name: Dong
- first_name: Fabian
  full_name: Bauch, Fabian
  id: '61389'
  last_name: Bauch
  orcid: 0009-0008-6279-077X
- first_name: Yuanyuan
  full_name: Hu, Yuanyuan
  last_name: Hu
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
citation:
  ama: Dong C-D, Bauch F, Hu Y, Schumacher S. Charge transfer in superbase n-type
    doping of PCBM induced by deprotonation. <i>Physical Chemistry Chemical Physics</i>.
    2024;26(5):4194-4199. doi:<a href="https://doi.org/10.1039/d3cp05105f">10.1039/d3cp05105f</a>
  apa: Dong, C.-D., Bauch, F., Hu, Y., &#38; Schumacher, S. (2024). Charge transfer
    in superbase n-type doping of PCBM induced by deprotonation. <i>Physical Chemistry
    Chemical Physics</i>, <i>26</i>(5), 4194–4199. <a href="https://doi.org/10.1039/d3cp05105f">https://doi.org/10.1039/d3cp05105f</a>
  bibtex: '@article{Dong_Bauch_Hu_Schumacher_2024, title={Charge transfer in superbase
    n-type doping of PCBM induced by deprotonation}, volume={26}, DOI={<a href="https://doi.org/10.1039/d3cp05105f">10.1039/d3cp05105f</a>},
    number={5}, journal={Physical Chemistry Chemical Physics}, publisher={Royal Society
    of Chemistry (RSC)}, author={Dong, Chuan-Ding and Bauch, Fabian and Hu, Yuanyuan
    and Schumacher, Stefan}, year={2024}, pages={4194–4199} }'
  chicago: 'Dong, Chuan-Ding, Fabian Bauch, Yuanyuan Hu, and Stefan Schumacher. “Charge
    Transfer in Superbase N-Type Doping of PCBM Induced by Deprotonation.” <i>Physical
    Chemistry Chemical Physics</i> 26, no. 5 (2024): 4194–99. <a href="https://doi.org/10.1039/d3cp05105f">https://doi.org/10.1039/d3cp05105f</a>.'
  ieee: 'C.-D. Dong, F. Bauch, Y. Hu, and S. Schumacher, “Charge transfer in superbase
    n-type doping of PCBM induced by deprotonation,” <i>Physical Chemistry Chemical
    Physics</i>, vol. 26, no. 5, pp. 4194–4199, 2024, doi: <a href="https://doi.org/10.1039/d3cp05105f">10.1039/d3cp05105f</a>.'
  mla: Dong, Chuan-Ding, et al. “Charge Transfer in Superbase N-Type Doping of PCBM
    Induced by Deprotonation.” <i>Physical Chemistry Chemical Physics</i>, vol. 26,
    no. 5, Royal Society of Chemistry (RSC), 2024, pp. 4194–99, doi:<a href="https://doi.org/10.1039/d3cp05105f">10.1039/d3cp05105f</a>.
  short: C.-D. Dong, F. Bauch, Y. Hu, S. Schumacher, Physical Chemistry Chemical Physics
    26 (2024) 4194–4199.
date_created: 2025-09-12T11:29:33Z
date_updated: 2025-09-12T11:30:40Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '230'
- _id: '27'
doi: 10.1039/d3cp05105f
intvolume: '        26'
issue: '5'
language:
- iso: eng
page: 4194-4199
project:
- _id: '52'
  name: Computing Resources Provided by the Paderborn Center for Parallel Computing
publication: Physical Chemistry Chemical Physics
publication_identifier:
  issn:
  - 1463-9076
  - 1463-9084
publication_status: published
publisher: Royal Society of Chemistry (RSC)
status: public
title: Charge transfer in superbase n-type doping of PCBM induced by deprotonation
type: journal_article
user_id: '16199'
volume: 26
year: '2024'
...
---
_id: '61261'
author:
- first_name: Qian
  full_name: Liang, Qian
  last_name: Liang
- first_name: Xuekai
  full_name: Ma, Xuekai
  id: '59416'
  last_name: Ma
- first_name: Chunling
  full_name: Gu, Chunling
  last_name: Gu
- first_name: Jiahuan
  full_name: Ren, Jiahuan
  last_name: Ren
- first_name: Cunbin
  full_name: An, Cunbin
  last_name: An
- first_name: Hongbing
  full_name: Fu, Hongbing
  last_name: Fu
- first_name: Stefan
  full_name: Schumacher, Stefan
  id: '27271'
  last_name: Schumacher
  orcid: 0000-0003-4042-4951
- first_name: Qing
  full_name: Liao, Qing
  last_name: Liao
citation:
  ama: Liang Q, Ma X, Gu C, et al. Photochemical Reaction Enabling the Engineering
    of Photonic Spin–Orbit Coupling in Organic-Crystal Optical Microcavities. <i>Journal
    of the American Chemical Society</i>. 2024;146(7):4542-4548. doi:<a href="https://doi.org/10.1021/jacs.3c11373">10.1021/jacs.3c11373</a>
  apa: Liang, Q., Ma, X., Gu, C., Ren, J., An, C., Fu, H., Schumacher, S., &#38; Liao,
    Q. (2024). Photochemical Reaction Enabling the Engineering of Photonic Spin–Orbit
    Coupling in Organic-Crystal Optical Microcavities. <i>Journal of the American
    Chemical Society</i>, <i>146</i>(7), 4542–4548. <a href="https://doi.org/10.1021/jacs.3c11373">https://doi.org/10.1021/jacs.3c11373</a>
  bibtex: '@article{Liang_Ma_Gu_Ren_An_Fu_Schumacher_Liao_2024, title={Photochemical
    Reaction Enabling the Engineering of Photonic Spin–Orbit Coupling in Organic-Crystal
    Optical Microcavities}, volume={146}, DOI={<a href="https://doi.org/10.1021/jacs.3c11373">10.1021/jacs.3c11373</a>},
    number={7}, journal={Journal of the American Chemical Society}, publisher={American
    Chemical Society (ACS)}, author={Liang, Qian and Ma, Xuekai and Gu, Chunling and
    Ren, Jiahuan and An, Cunbin and Fu, Hongbing and Schumacher, Stefan and Liao,
    Qing}, year={2024}, pages={4542–4548} }'
  chicago: 'Liang, Qian, Xuekai Ma, Chunling Gu, Jiahuan Ren, Cunbin An, Hongbing
    Fu, Stefan Schumacher, and Qing Liao. “Photochemical Reaction Enabling the Engineering
    of Photonic Spin–Orbit Coupling in Organic-Crystal Optical Microcavities.” <i>Journal
    of the American Chemical Society</i> 146, no. 7 (2024): 4542–48. <a href="https://doi.org/10.1021/jacs.3c11373">https://doi.org/10.1021/jacs.3c11373</a>.'
  ieee: 'Q. Liang <i>et al.</i>, “Photochemical Reaction Enabling the Engineering
    of Photonic Spin–Orbit Coupling in Organic-Crystal Optical Microcavities,” <i>Journal
    of the American Chemical Society</i>, vol. 146, no. 7, pp. 4542–4548, 2024, doi:
    <a href="https://doi.org/10.1021/jacs.3c11373">10.1021/jacs.3c11373</a>.'
  mla: Liang, Qian, et al. “Photochemical Reaction Enabling the Engineering of Photonic
    Spin–Orbit Coupling in Organic-Crystal Optical Microcavities.” <i>Journal of the
    American Chemical Society</i>, vol. 146, no. 7, American Chemical Society (ACS),
    2024, pp. 4542–48, doi:<a href="https://doi.org/10.1021/jacs.3c11373">10.1021/jacs.3c11373</a>.
  short: Q. Liang, X. Ma, C. Gu, J. Ren, C. An, H. Fu, S. Schumacher, Q. Liao, Journal
    of the American Chemical Society 146 (2024) 4542–4548.
date_created: 2025-09-12T11:28:17Z
date_updated: 2025-09-12T11:29:07Z
department:
- _id: '15'
- _id: '170'
- _id: '297'
- _id: '705'
- _id: '35'
- _id: '230'
doi: 10.1021/jacs.3c11373
intvolume: '       146'
issue: '7'
language:
- iso: eng
page: 4542-4548
publication: Journal of the American Chemical Society
publication_identifier:
  issn:
  - 0002-7863
  - 1520-5126
publication_status: published
publisher: American Chemical Society (ACS)
status: public
title: Photochemical Reaction Enabling the Engineering of Photonic Spin–Orbit Coupling
  in Organic-Crystal Optical Microcavities
type: journal_article
user_id: '16199'
volume: 146
year: '2024'
...
---
_id: '57461'
abstract:
- lang: eng
  text: "This study empirically examines the \"Evaluative AI\" framework, which aims
    to enhance the decision-making process for AI users by transitioning from a recommendation-based
    approach to a hypothesis-driven one. Rather than offering direct recommendations,
    this framework presents users pro and con evidence for hypotheses to support more
    informed decisions. However, findings from the current behavioral experiment reveal
    no significant improvement in decision-making performance and limited user engagement
    with the evidence provided, resulting in cognitive processes similar to those
    observed in traditional AI systems. Despite these results, the framework still
    holds promise for further exploration in future research.\r\n"
article_type: original
author:
- first_name: Jaroslaw
  full_name: Kornowicz, Jaroslaw
  id: '44029'
  last_name: Kornowicz
  orcid: 0000-0002-5654-9911
citation:
  ama: Kornowicz J. An Empirical Examination of the Evaluative AI Framework. <i>arXiv</i>.
    Published online 2024. doi:<a href="https://doi.org/10.48550/ARXIV.2411.08583">10.48550/ARXIV.2411.08583</a>
  apa: Kornowicz, J. (2024). An Empirical Examination of the Evaluative AI Framework.
    <i>ArXiv</i>. <a href="https://doi.org/10.48550/ARXIV.2411.08583">https://doi.org/10.48550/ARXIV.2411.08583</a>
  bibtex: '@article{Kornowicz_2024, title={An Empirical Examination of the Evaluative
    AI Framework}, DOI={<a href="https://doi.org/10.48550/ARXIV.2411.08583">10.48550/ARXIV.2411.08583</a>},
    journal={arXiv}, author={Kornowicz, Jaroslaw}, year={2024} }'
  chicago: Kornowicz, Jaroslaw. “An Empirical Examination of the Evaluative AI Framework.”
    <i>ArXiv</i>, 2024. <a href="https://doi.org/10.48550/ARXIV.2411.08583">https://doi.org/10.48550/ARXIV.2411.08583</a>.
  ieee: 'J. Kornowicz, “An Empirical Examination of the Evaluative AI Framework,”
    <i>arXiv</i>, 2024, doi: <a href="https://doi.org/10.48550/ARXIV.2411.08583">10.48550/ARXIV.2411.08583</a>.'
  mla: Kornowicz, Jaroslaw. “An Empirical Examination of the Evaluative AI Framework.”
    <i>ArXiv</i>, 2024, doi:<a href="https://doi.org/10.48550/ARXIV.2411.08583">10.48550/ARXIV.2411.08583</a>.
  short: J. Kornowicz, ArXiv (2024).
date_created: 2024-11-27T16:20:25Z
date_updated: 2025-09-15T12:41:53Z
department:
- _id: '184'
- _id: '178'
doi: 10.48550/ARXIV.2411.08583
language:
- iso: eng
project:
- _id: '125'
  name: 'TRR 318 - C2: TRR 318 - Subproject C2'
publication: arXiv
status: public
title: An Empirical Examination of the Evaluative AI Framework
type: journal_article
user_id: '44029'
year: '2024'
...
---
_id: '61273'
abstract:
- lang: eng
  text: "In human-machine explanation interactions, such as tutoring systems or customer
    support chatbots, it is important for the machine explainer to infer the human
    user's understanding.  Nonverbal signals play an important role for expressing
    mental states like understanding and confusion in these interactions. However,
    an individual's expressions may vary depending on other factors. In cases where
    these factors are unknown, machine learning methods that infer understanding from
    nonverbal cues become unreliable. Stress for example has been shown to affect
    human expression, but it is not clear from the current research how stress affects
    the expression of understanding.\r\nTo address this gap, we design a paradigm
    that induces understanding and confusion through game rule explanations. During
    the explanations, self-perceived understanding and confusion are annotated by
    the participants. A stress condition is also introduced to enable the investigation
    of changes in the expression of social signals under stress.\r\nWe conducted a
    study to validate the stress induction and participants reported a statistically
    significant increase in stress during the stress condition compared to the neutral
    control condition. \r\nAdditionally, feedback from participants shows that the
    paradigm is effective in inducing understanding and confusion. \r\nThis paradigm
    paves the way for further studies investigating social signals of understanding
    to improve human-machine explanation interactions for varying contexts."
author:
- first_name: Jonas
  full_name: Paletschek, Jonas
  id: '98941'
  last_name: Paletschek
citation:
  ama: 'Paletschek J. A Paradigm to Investigate Social Signals of Understanding and
    Their Susceptibility to Stress. In: <i>12th International Conference on  Affective
    Computing &#38; Intelligent Interaction</i>. IEEE; 2024. doi:<a href="https://doi.org/10.1109/ACII63134.2024.00040">10.1109/ACII63134.2024.00040</a>'
  apa: Paletschek, J. (2024). A Paradigm to Investigate Social Signals of Understanding
    and Their Susceptibility to Stress. <i>12th International Conference on  Affective
    Computing &#38; Intelligent Interaction</i>. 12th International Conference on 
    Affective Computing &#38; Intelligent Interaction, Glasgow. <a href="https://doi.org/10.1109/ACII63134.2024.00040">https://doi.org/10.1109/ACII63134.2024.00040</a>
  bibtex: '@inproceedings{Paletschek_2024, title={A Paradigm to Investigate Social
    Signals of Understanding and Their Susceptibility to Stress}, DOI={<a href="https://doi.org/10.1109/ACII63134.2024.00040">10.1109/ACII63134.2024.00040</a>},
    booktitle={12th International Conference on  Affective Computing &#38; Intelligent
    Interaction}, publisher={IEEE}, author={Paletschek, Jonas}, year={2024} }'
  chicago: Paletschek, Jonas. “A Paradigm to Investigate Social Signals of Understanding
    and Their Susceptibility to Stress.” In <i>12th International Conference on  Affective
    Computing &#38; Intelligent Interaction</i>. IEEE, 2024. <a href="https://doi.org/10.1109/ACII63134.2024.00040">https://doi.org/10.1109/ACII63134.2024.00040</a>.
  ieee: 'J. Paletschek, “A Paradigm to Investigate Social Signals of Understanding
    and Their Susceptibility to Stress,” presented at the 12th International Conference
    on  Affective Computing &#38; Intelligent Interaction, Glasgow, 2024, doi: <a
    href="https://doi.org/10.1109/ACII63134.2024.00040">10.1109/ACII63134.2024.00040</a>.'
  mla: Paletschek, Jonas. “A Paradigm to Investigate Social Signals of Understanding
    and Their Susceptibility to Stress.” <i>12th International Conference on  Affective
    Computing &#38; Intelligent Interaction</i>, IEEE, 2024, doi:<a href="https://doi.org/10.1109/ACII63134.2024.00040">10.1109/ACII63134.2024.00040</a>.
  short: 'J. Paletschek, in: 12th International Conference on  Affective Computing
    &#38; Intelligent Interaction, IEEE, 2024.'
conference:
  end_date: 2024-09-18
  location: Glasgow
  name: 12th International Conference on  Affective Computing & Intelligent Interaction
  start_date: 2024-09-15
date_created: 2025-09-15T11:24:56Z
date_updated: 2025-09-16T07:57:53Z
ddc:
- '150'
department:
- _id: '660'
doi: 10.1109/ACII63134.2024.00040
file:
- access_level: closed
  content_type: application/pdf
  creator: paletsch
  date_created: 2025-09-15T11:18:01Z
  date_updated: 2025-09-15T11:18:01Z
  file_id: '61274'
  file_name: ACII2024_Camera_Ready.pdf
  file_size: 8807478
  relation: main_file
  success: 1
file_date_updated: 2025-09-15T11:18:01Z
has_accepted_license: '1'
keyword:
- Understanding
- Nonverbal Social Signals
- Stress Induction
- Explanation
- Machine Learning Bias
language:
- iso: eng
project:
- _id: '1200'
  name: TRR 318 - Teilprojekt A6 - Inklusive Ko-Konstruktion sozialer Signale des
    Verstehens
publication: 12th International Conference on  Affective Computing & Intelligent Interaction
publication_status: published
publisher: IEEE
status: public
title: A Paradigm to Investigate Social Signals of Understanding and Their Susceptibility
  to Stress
type: conference
user_id: '98941'
year: '2024'
...
