Papers › Assessing Quality of Experience in Natural Language Generation of German Text

Assessing Quality of Experience in Natural Language Generation of German Text

19 Aug 2026arXiv:2608.18888added by Syntology

Dinh Nam Pham, Shushen Manakhimova, Vivien Macketanz, Sebastian Möller

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The rapid advancement of Natural Language Generation (NLG) has made the reliable evaluation of generated text increasingly critical, as these systems, such as large language models (LLMs), are now widely deployed in real-world applications. However, traditional automatic metrics fail to capture the multifaceted nature of perceived quality. In this paper, we introduce TextQ-German, a novel dataset suite for human-centered evaluation of German NLG from a Quality of Experience (QoE) perspective, covering automatic text summarization and machine translation. Through crowdsourcing studies with German speakers, we collect human quality ratings and identify relevant perceptual quality dimensions for each task. We develop automatic QoE prediction models, including transformer-based, linguistic feature-based, and hybrid approaches. Hybrid models outperform pure transformer baselines in almost all experimental settings, while linguistic features alone can approach the performance of fine-tuned language models. The dataset is extended with LLM-generated outputs annotated with overall QoE scores. Final validation on held-out sets indicates generalization to unseen data. Our work contributes a publicly accessible resource for NLG evaluation and baselines for automatic QoE prediction, providing a foundation for developing NLG systems that better align with human quality perception.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.18888")

Code

Syntology Ran 12 of 15 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 12 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

DFKI-NLP/TextQ found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 12 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12ran
3unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from DFKI-NLP/TextQ. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_metrics DFKI-NLP/TextQ/models/ats-mt-new_integrating_features.py found in paper text by Syntology ran no licence file found · pointer only · fcf3f6541774b512 · report
compute_metrics DFKI-NLP/TextQ/models/ats_torch_hybrid.py found in paper text by Syntology ran no licence file found · pointer only · b9e53045c090a5b0 · report
compute_metrics_for_regression DFKI-NLP/TextQ/models/ats-new-svm.py found in paper text by Syntology ran no licence file found · pointer only · e571295ee2002a6d · report
compute_metrics_for_regression DFKI-NLP/TextQ/models/ats-new_model_selection.py found in paper text by Syntology ran no licence file found · pointer only · 951a3d7b4b3c02d5 · report
compute_metrics_for_regression DFKI-NLP/TextQ/models/ats_svm.py found in paper text by Syntology ran no licence file found · pointer only · 14155e8bb183dee3 · report
evaluate_model DFKI-NLP/TextQ/models/ats-new_integrating_features.py found in paper text by Syntology ran no licence file found · pointer only · 130e8363ae0960d0 · report
filter_low_correlation DFKI-NLP/TextQ/models/ITG.py found in paper text by Syntology ran no licence file found · pointer only · 016a34506bf92b1c · report
get_top_10_correlated_features DFKI-NLP/TextQ/models/ITG.py found in paper text by Syntology ran no licence file found · pointer only · d8a1b3b9b1ba12b4 · report
preprocess_function DFKI-NLP/TextQ/models/ats-new_model_selection.py found in paper text by Syntology ran no licence file found · pointer only · b1eb74714bedade7 · report
select_features DFKI-NLP/TextQ/models/ats_svm.py found in paper text by Syntology ran no licence file found · pointer only · efe9c92df393d745 · report
select_features DFKI-NLP/TextQ/models/ats_torch_hybrid.py found in paper text by Syntology ran no licence file found · pointer only · 5a16f727df74ed58 · report
select_top_mi_features DFKI-NLP/TextQ/models/ITG.py found in paper text by Syntology ran no licence file found · pointer only · 5ba2bd106b047351 · report
extract_embeddings DFKI-NLP/TextQ/models/ats_svm.py found in paper text by Syntology unverified no licence file found · pointer only · ad2529b3edeff214 · report
extract_embeddings DFKI-NLP/TextQ/models/ats_torch_hybrid.py found in paper text by Syntology unverified no licence file found · pointer only · 765f6077799e4aa5 · report
train_model DFKI-NLP/TextQ/models/ats-new_integrating_features.py found in paper text by Syntology unverified no licence file found · pointer only · 6b09aca8d55de657 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.18888, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections