Open Access
ARTICLE
Quantum Kernels for Text Classification: A Statistical and Diagnostic Framework Revealing the Low-Data Regime
1 C S Patel Institute of Technology, Charotar University of Science and Technology, Changa, Anand, India
2 Bachelor’s Program of Artificial Intelligence and Information Security, Fu Jen Catholic University, New Taipei City, Taiwan
3 Department of Electrical and Electronics Engineering, Faculty of Engineering, University of Lagos, Akoka, Lagos, Nigeria
4 Electrical Engineering Department, Prince Mohammad Bin Fahd University, Al Khobar, Saudi Arabia
* Corresponding Author: Chun-Ta Li. Email:
Computer Modeling in Engineering & Sciences 2026, 148(2), 32 https://doi.org/10.32604/cmes.2026.085393
Received 10 May 2026; Accepted 29 June 2026; Issue published 28 August 2026
Abstract
Quantum kernel techniques aim to leverage quantum computational capabilities on social data. However, their application to natural language processing tasks faces formidable obstacles, such as extreme dimensionality reduction (), concentration of measure in quantum feature spaces, and the lack of theoretical understanding of when quantum advantages occur in kernel-based text classification. Filling this gap, we provide a comprehensive study of quantum kernels for text classification that addresses three major challenges in existing studies: general data compression approaches that ignore class structure, the lack of a predictive diagnostic toolkit, and overlooked approaches for handling concentration effects. Our main contributions include a supervised contrastive data compression approach with theoretical guarantees of kernel alignment, a five-diagnostic toolkit connecting theoretical insights with practical performance, the discovery of a small-data regime () in which quantum methods perform comparably to classical approaches, and a transparent demonstration that quantum kernels require carefully designed settings to remain competitive with classical counterparts. Across four datasets, evaluated using five random seeds and exact paired statistical testing, we observe that quantum projected kernels achieve an accuracy of compared to for the classical RBF kernel (, not statistically significant) under supervised compression settings. However, quantum methods lag behind by approximately %– at larger scales due to concentration effects, reflected in reduced off-diagonal kernel variance ( vs. ).Keywords
Quantum kernels represent an intuitive extension of classical machine learning approaches into the domain of quantum computing, drawing from the general appeal of quantum algorithms and quantum information processing techniques [1–4]. From the perspective of machine learning, quantum kernels provide a way to exploit quantum-based features even in absence of large-scale, fault-tolerant quantum computers [5,6]. Their basic principle is very straightforward: transform classical data into quantum states using parameterized circuits, perform comparisons of the similarity between data points which are not possible classically, and apply these kernels in well-tested settings such as support vector machines and classical kernel learning [7]. Theoretical studies have shown that particular classes of quantum kernels are inherently hard to compute by classical means [8].
Yet, the use of quantum kernels in NLP reveals a basic contradiction. The dimensionality of the vectors generated by the current transformers spans between D = 384 and D = 768 [9]. However, the current state-of-the-art noisy intermediate-scale quantum (NISQ) computers can accommodate only a limited budget of qubits for experimental purposes [3,4,10]. This imposes a requirement for drastic vector dimensionality reduction at least by a factor of 32 or 64 before quantum encoding becomes possible. Moreover, the latest research suggests that quantum kernels have an exponential concentration property, which means that the more qubits k there are, the closer the kernel similarities become to a constant. Thus, the capacity to discriminate is lost [11,12]. It is not clear whether any quantum benefits will survive these reductions.
The question of whether quantum methods are necessary for text classification deserves direct engagement. Classical NLP has achieved remarkable accuracy through pre-trained language models, and our own results confirm that DistilBERT (
Third, compositional semantic tasks, where quantum entanglement may naturally encode syntactic dependencies, an active research direction in quantum NLP [13,14]. Our work contributes to this field not by claiming superiority, but by providing the first rigorous characterization of when quantum kernels are competitive, what prevents them from scaling, and which theoretical framework (geometric difference, concentration diagnostics) practitioners should use to predict performance before conducting expensive experiments. The central finding—
Previous research that combines quantum computing with natural language processing highlights three important shortcomings. First, previous works utilize PCA-based dimensionality reduction which preserves variance without examining whether the discriminative power in classes is maintained because PCA maximizes variance without directly modeling label correlations. Second, no diagnostic tools are provided for previous accuracies to explain why performance differs and when improvements can be expected, leading to a reproducibility crisis in which results show up to 5%–10% differences without theoretical support. Third, despite Huang et al.’s suggestion [15] to use projected kernel functions due to concentration, NLP continues to utilize fidelity kernels since implementing other approaches is computationally more involved.
The aforementioned weaknesses are addressed through careful analysis and characterization rather than performance-based claims. Our four main contributions are as follows: (1) a supervised compression technique that provably preserves kernel alignment, where Proposition 3.1 provides theoretical guarantees on compression quality based on alignment, yielding a
Paper organization. Section 2 outlines quantum kernel methods, algorithmic advancements, and applications of NLP. Our contributions are explained within the framework of the existing literature. Section 3 describes the methodology of our work, which includes three theorems, two propositions, and two corollaries that support the main design choices. Section 4 details experimental methods for reproducibility. Section 5 summarizes experimental results on four datasets. We present extensive ablation experiments that measure the impact of each part of our system. Section 6 explains the theoretical underpinning of our experiments using a kernel-based framework and five diagnostics.
To directly answer when the proposed method offers advantages over traditional approaches: (1) Low-data regime (
The review is divided based on the basic principles of quantum kernels, efficient algorithms, machine-learning application of quantum kernels, and the concentration phenomenon which limits performance.
2.1 Theoretical Foundations of Quantum Kernels
Havlíček et al. [5] introduced quantum feature maps that embed classical data
Computational hardness: Quantum learning computational hardness assumptions rely on complexity-theoretic separations and quantum supremacy results [17,18]. Liu et al. [8] proved that specific quantum kernels cannot be efficiently estimated classically, showing that computing kernel matrices associated with IQP circuits requires exponential runtime under the assumption that the polynomial hierarchy does not collapse. Schuld and Killoran [6] made an important observation that the expressiveness of quantum kernels is fundamentally bounded by the size of the Hilbert space, allowing at most
Measurement of Concentration: Kübler et al. [11] and Thanasilp et al. [12] demonstrated that global quantum fidelity kernels can suffer from concentration of measure. In practical terms, many off-diagonal kernel values become close to their mean as the effective Hilbert-space dimension grows, which reduces class contrast and weakens the usefulness of the kernel matrix for classification. We use this result as the motivation for the off-diagonal variance and effective-dimension diagnostics reported in Section 6.1.
Mitigation via projected kernels: Huang et al. [15] proposed measuring local observables rather than global fidelity by comparing reduced single-qubit states. This projected-kernel construction changes the measured object and reduces the global fidelity-collapse effect that appears in full-state overlaps. Their geometric-difference criterion states that
Trainable quantum kernels: Hubregtsen et al. [19] introduced trainable parameters
Using the parameter-shift rule [20], gradients require
Our approach (Section 3.6) optimizes per-feature scaling weights
Compression methods: Prior QML studies either assume that the input dimension already matches the qubit budget or apply unsupervised dimensionality reduction without explicitly testing whether label-relevant structure is retained. Recent survey evidence shows that QML classification has been explored across several application domains, but also emphasizes that practical performance remains constrained by noisy hardware, limited qubit counts, and the need for hybrid algorithmic design [23,24]. Quantum autoencoder work has primarily focused on compressing quantum states rather than preserving class-discriminative structure in classical text embeddings [25]. Blance and Spannowsky [26] instead studied a hybrid variational quantum classifier for particle-physics event classification, showing the relevance of near-term hybrid quantum models for data-driven classification, but their setting does not address label-preserving compression of high-dimensional NLP embeddings. Therefore, the compression stage remains a critical unresolved issue for quantum kernels in text classification. Our supervised contrastive compression directly targets this gap by reducing sentence embeddings from
2.3 Quantum Kernels for Machine Learning
General classification studies: Early demonstrations often used small or constructed datasets where quantum advantage was either designed into the data distribution or difficult to separate from random variation. Broader review evidence indicates that QML classifiers have been tested across several classification domains and have sometimes reported gains over conventional baselines, especially in high-dimensional or small-sample settings [24]. However, these results remain difficult to generalize because many studies use limited datasets, shallow benchmarking protocols, single-run evaluations, or hardware-free simulation. This motivates the statistical design adopted in our work: identical compressed feature spaces for quantum and classical kernels, five random seeds, Wilcoxon testing, and explicit diagnostic analysis rather than relying only on mean accuracy.
Molecular property prediction: Jerbi et al. [27] applied quantum kernels to QM9 molecular energies, finding quantum matched graph neural networks on small molecules (
Image classification: Henderson et al. [28] achieved 98.1% on MNIST using amplitude encoding (requiring k = 10 qubits for
2.4 Quantum Kernels for Natural Language Processing
Quantum NLP has also been explored outside kernel methods, including tensor-network and grammar-aware formulations as well as compositional models of meaning executed on quantum hardware or simulators [13,14]. These studies motivate quantum representations for language, but they do not directly resolve the kernel-compression and concentration issues studied in this paper.
Recent work has expanded quantum ML beyond supervised classification into security and robustness domains. Quantum-assisted adversarial robustness methods have demonstrated that quantum superposition and entanglement can improve neural network resilience against adversarial perturbations, with quantum noise injection providing a natural regularization mechanism not achievable classically [30]. In federated learning, QSFedMA and related quantum-secured protocols exploit quantum key distribution and quantum authentication to provide information-theoretic privacy guarantees for model aggregation in IoMT settings [31]. These developments illustrate the breadth of quantum ML applications and provide further motivation for establishing rigorous benchmarks—such as our diagnostic framework—that clearly delineate when quantum approaches offer genuine advantages over classical alternatives in NLP and related tasks.
Prior quantum NLP and quantum-classification studies provide useful motivation but do not yet establish robust evidence of scalable quantum advantage for text classification. The survey by Nausheen et al. [23] shows that QNLP has expanded across compositional models, sentiment analysis, text classification, and hybrid quantum-classical methods. Similarly, Mohammadisavadkoohi et al. [24] review QML classification studies across several application domains and report that QML classifiers have often shown promising performance, while also emphasizing persistent limitations related to noisy hardware, dataset scale, and hybrid algorithm design. These review-level findings justify continued investigation of QML for classification, but they do not replace controlled, task-specific benchmarking against classical kernels.
For text classification specifically, Tao et al. [32] reported an apparent advantage of quantum kernels on IMDB sentiment classification using PCA-compressed GloVe embeddings. However, the evaluation relied on limited statistical testing, and the classical and quantum comparisons were not fully controlled in the compressed feature space. In our matched setting with identical Sentence-BERT embeddings, the same
Accordingly, our work differs from prior QNLP and QML-classification studies in four ways: (a) quantum and classical kernels are compared on the same
Critical finding: Our analysis reveals prior “+2%” claims were likely within statistical noise (not significant under the
2.5 Concentration: From Theory to Practice
Barren Plateaus were discovered by McClean et al. [33], who observed the exponential vanishing of gradients in deep Variational Quantum Circuits (VQCs). Du et al. [34] suggested that this phenomenon is closely related to measure concentration. Randomly prepared quantum states in high-dimensional Hilbert spaces become approximately orthogonal on average, which in turn leads to exponentially small gradients during optimization.
In the particular case of quantum kernels, the boundedness of the input support is the key factor that determines this behavior [12]. When features are normalized to lie within
Table 1 summarizes the positioning of the proposed study against representative quantum-kernel work.

Our unique contributions: (1) Statistical analysis demonstrates that previous “
We propose a class-aware quantum kernel pipeline addressing three challenges: (1) dimensionality mismatch (
Fig. 1 illustrates the complete class-aware quantum-kernel pipeline from sentence embedding to QSVM classification.

Figure 1: Proposed class-aware quantum kernel pipeline from sentence embedding to QSVM classification.
The pipeline shows seven stages: sentence embedding with all-MiniLM-L6-v2 (
Given a text classification dataset
1. Embed each input text as
2. Compress the embedding as
3. Scale the compressed vector as
4. Encode the angle vector using a quantum feature map
5. Compute the kernel value
6. Train an SVM on the precomputed kernel matrix
Challenge: Since we have 32
3.2 Supervised Contrastive Compression
Motivation: Conventional PCA retains variance but ignores class information. In text data, variance is associated with the length of documents or topics rather than sentiment. We need compression
Method: We implement a supervised contrastive autoencoder model [35] based on contrastive learning of representations [36]:
where
Here
Architecture: encoder:
Proposition 3.1 (Compression-Kernel Coupling). Kernel-targeted alignment factorizes as:
Proof. If g collapses within-class variance,
Corollary 3.1: No quantum feature map can recover alignment lost in compression.
Empirical validation: The component ablation later shows that supervised compression contributes +2.8% (60% of total improvement), confirming Proposition 3.1.
Method: Map compressed features
where
Theorem 3.1 (Lipschitz Continuity): Standardized tanh is Lipschitz with constant
Proof.
Theorem 3.2 (Sign Preservation).
Advantages over min-max: (1) Outlier robustness:
This section compares three feature maps with different concentration characteristics as shown in Fig. 2.

Figure 2: Quantum feature-map circuits for hardware-efficient Ry-CZ encoding and ZZFeatureMap-style interaction encoding.
The circuit architectures illustrate two feature maps on
FM1 (Hardware-Efficient):
FM2 (ZZFeatureMap):
Fig. 2 shows the quantum feature-map circuits used for hardware-efficient Ry-CZ encoding and ZZFeatureMap-style interaction encoding.
FM3 (Projected Kernel): Instead of fidelity
where
Theorem 3.3 (Concentration resistance following Huang et al. [15]). Projected kernels mitigate the global-fidelity concentration problem by comparing local reduced states rather than the full quantum-state overlap.
Proof sketch. The exponential concentration result for global fidelity kernels follows from concentration of measure in the full Hilbert space and explains why global overlaps can become nearly uniform as the effective dimension grows. The projected kernel used by Huang et al. [15] is not obtained by substituting a smaller Lipschitz constant into the same global-fidelity bound. Instead, it changes the measured object from a global fidelity to distances between local reduced density matrices. This local-observable construction preserves more sample-dependent variation and is therefore less affected by global fidelity collapse. We use this result to motivate projected kernels and verify the effect empirically through off-diagonal variance, effective dimension, and geometric difference diagnostics. QED.
Empirical confirmation: The experimental analysis shows projected-kernel gains of +2%–3% over fidelity kernels, while the diagnostic analysis shows off-diagonal variance 0.009 vs. 0.003, indicating that the projected kernel retains approximately three times more off-diagonal variation than the fidelity kernel in our SST-2 diagnostic setting.
Centering: The centered kernel is computed as:
For test data, only training-set statistics are used.
PSD Clipping: Numerical errors may produce small negative eigenvalues, typically around
Proposition 3.2. The PSD-clipped kernel is the solution of:
This follows from the standard nearest positive semidefinite matrix result [37].
3.6 Trainable Kernel Alignment
Optimize per-feature weights
where the scaled angle is defined as:
Gradient via parameter-shift rule:
Algorithm 1 summarizes the optimization procedure used to learn the per-feature alignment weights.

Converges in ~5 min on CPU. Empirical gain: +0.4%.
Per-configuration cost: For
The three main components are:
Comparison: Classical RBF complexity is:
A practical quantum advantage would require:
For the scenario investigated, this condition restricts the practical regime to small sample sizes. Constant-factor simulation overhead further makes the quantum-kernel computation approximately
Datasets: We evaluate our approach on four benchmark text classification datasets. SST-2 is a binary movie review sentiment classification task [38], IMDB is a long-text sentiment classification benchmark [39], AG News is a four-class news topic classification dataset [40], and TREC-6 is a six-class question classification benchmark [41].
Sampling: Owing to the
Splits: Each dataset is partitioned into
Embedding: all-MiniLM-L6-v2 sentence transformer (
Hyperparameters: All hyperparameters (SVM
Statistical rigor: Five random seeds (42–46) are used per configuration. We report mean ± standard deviation and conduct exact two-sided paired Wilcoxon signed-rank tests [42]. With five paired seeds, the smallest attainable two-sided Wilcoxon p-value is
Baselines: Classical RBF on raw embeddings (
Simulator Qiskit Aer statevector simulation is used as an exact noiseless setting. This provides an upper bound on quantum performance because real quantum hardware requires additional attention to platform constraints and error mitigation [45–47].
It is important to note that our timing measurements reflect noiseless statevector simulation, which represents an optimistic upper bound on quantum performance. On real NISQ devices, additional overheads from measurement noise, qubit crosstalk, gate infidelity, and error mitigation protocols (e.g., zero-noise extrapolation [47]) would further widen the performance-cost gap reported in the computational-cost analysis, making the –
Table 2 summarizes the experimental configuration and reproducibility checklist.

We present results in five subsections: overall performance, component ablation, low-data regime, statistical significance, and computational cost.
5.1 Overall Performance Comparison
Table 3 reports the main SST-2 results for raw, compressed, classical, neural, and quantum-kernel baselines.

Aggregated results over five random seeds show that quantum projected kernels achieve 84.5 ± 0.7% on SST-2, 86.2 ± 0.6% on IMDB, 84.3 ± 0.8% on AG News, and 89.1 ± 0.5% on TREC-6 using
Finding 1: Quantum projected (84.5%) statistically indistinguishable from RBF (85.1%) on supervised compressed features (
Finding 2: Supervised compression critical—improves quantum fidelity from 79.8%
Finding 3: The projected kernel improves over the fidelity kernel by +2%–3% on average, providing empirical support for the concentration-resistance motivation behind Theorem 3.3.
Finding 4: DistilBERT remains the strongest baseline (91.2%), ahead of all kernel methods by a statistically significant margin (p < 0.001). This confirms that quantum kernels do not challenge modern neural baselines in the present setting.
Fig. 3 compares classification performance across datasets and model families.

Figure 3: Classification performance across datasets and model families.
Table 4 presents the SST-2 component ablation used to isolate the contribution of supervised compression, scaling, circuit depth, PSD clipping, and alignment optimization.

Analysis: Supervised compression gives the largest single gain (+2.8%, about 60% of the total improvement), supporting Corollary 3.1 that a feature map cannot compensate for poor compression.
Diminishing returns from depth: Increasing depth beyond
Tanh vs. min-max: The +0.7% gain follows from outlier robustness and the sign-preserving property of standardized tanh scaling established in Theorem 3.2.
Cumulative effect: The full pipeline reaches 83.1% compared with 78.4% for the baseline, giving a 4.7% absolute gain from complementary component contributions.
Depth sensitivity: Table 4 shows that increasing the circuit depth from
Table 5 reports the temperature (

Key Finding 5:
Table 6 extends the SST-2 component ablation to all four benchmarks, confirming that the improvement ordering is dataset-agnostic (

Key Finding 6: The ablation ordering—supervised compression
Depth sensitivity: Table 7 reports circuit depth sensitivity across all four benchmarks for

Key Finding 7: Depth
Table 8 reports the learning-curve analysis on SST-2 (

Learning curves for
Fig. 4 visualizes the low-data learning curves and the crossover region where projected quantum kernels match compressed RBF performance.

Figure 4: Low-data learning curves for projected quantum and classical RBF kernels.
Finding 5: Compressed RBF matches Q-Projected at
Finding 6: Larger gap at scale. At
Finding 7: Supervised compression crucial. Quantum fidelity compared to PCA never beats RBF for any n (maximum deviation of 3.6% at
Implication: Quantum provides comparable (not better) sample efficiency up to n
5.4 Statistical Significance Testing
Table 9 reports the Wilcoxon signed-rank test results used to verify whether observed performance gaps are statistically significant across five seeds.

Interpretation: Q-Projected
Q-Fidelity remains below compressed RBF on most datasets, indicating a consistent directional deficit associated with concentration, although the exact five-seed Wilcoxon test is conservative.
Supervised compression remains consistently better than PCA across all datasets, supporting Proposition 3.1.
Prior work claims should therefore be interpreted cautiously when they are based on single-seed comparisons or unmatched baselines.
5.5 Computational Cost Analysis
Table 10 summarizes the single-run computational cost of classical, neural, and quantum-kernel methods at

Analysis: Quantum is 500–1000
DistilBERT scales more favorably with respect to
Cost-effectiveness disadvantage: At the same compressed-feature setting, the quantum projected kernel has a 0.6 percentage-point accuracy deficit relative to RBF, while the computational-cost table shows substantially higher kernel-computation time. This makes the quantum kernel less cost-effective than the compressed RBF baseline in this setting.
Memory bottleneck: Quantum requires
The criteria for explaining the performance of quantum kernels are defined through five indicators that bridge theoretical understanding with practical application.
Table 11 summarizes the five kernel diagnostics used to explain the observed performance differences between quantum and classical kernels.

For
The diagnostic values in Table 11 for SST-2 (
Alignment deficit explains performance gap. Misalignment is the primary driver of the performance discrepancy. The fidelity kernel’s alignment of
Fig. 5 shows kernel heat maps across increasing sample sizes, illustrating how quantum fidelity kernels become nearly uniform while RBF kernels preserve clearer class structure.

Figure 5: Kernel diagnostics by heat maps showing the visibility of the class structure and concentration of both types of kernels.
Fig. 6 summarizes the spectral diagnostics, including alignment, eigenvalue decay, concentration variance, and geometric difference.

Figure 6: Eigenvalue decay and effective dimension are analyzed through spectral properties of quantum and classical kernels.
Why low alignment? Poor alignment arises because quantum kernels produce relatively homogeneous similarity scores, with intra-class similarity of
Effective dimension collapse. effective dimension is defined as:
This value determines the number of informative eigenvalue directions. Q-Fidelity achieves
Theoretical explanation: The maximum rank of the fidelity kernel can be bounded as
Eigenvalue decay rate. A steeper eigenvalue decay rate indicates fewer informative spectral modes. Based on the observed slopes, the fastest decay occurs for Q-Fidelity (
Concentration quantified. Off-diagonal variance quantifies kernel diversity. Q-Fidelity exhibits a variance of
A natural question is whether the effective dimension collapse (
6.2 Geometric Difference Validates Theoretical Threshold
The geometric difference can be regarded as a dissimilarity metric between the quantum kernel
Huang et al. criterion [15]. For
All measured values satisfy
Table 12 reports the geometric-difference values for all four datasets and verifies whether the Huang et al. threshold predicts the observed quantum-vs.-RBF behavior.

Why g < 2? An input dimensionality reduction to
Corollary 6.1. Reaching
Practical guideline for reaching
Five metrics contribute to the concentrated explanation (based on concentration theory): (1) poor correspondence (
Root Cause: The underlying reason for the failures outlined above is that quantum kernel compression embeddings are affected by the phenomenon of concentration of measure, which is only partially mitigated by Theorems 3.3 and FM3 (projected setting).
Supervised Compression: In contrast, supervised compression remains effective because it preserves class structure before quantum encoding; Proposition 3.1 formalizes how this compression quality constrains subsequent kernel–target alignment. This explains its consistently superior performance, corresponding to an approximate
In this paper, we present the first comprehensive empirical and theoretical analysis of quantum kernel methods in NLP. We show that quantum kernels can achieve near-optimal RBF performance under specific conditions: small datasets (
Proposition 3.1 shows that target–kernel alignment depends on both compression quality and feature-map expressivity; consequently, a quantum feature map cannot recover class-relevant information lost during dimensionality reduction. Results from this method are strongly supported by our experimental findings: supervised compression improves classification accuracy by
More importantly, our findings are consistent with the theoretical predictions of Huang et al., who proposed that no quantum advantage can be achieved when the geometric difference satisfies the condition
Further advancements will require overcoming three key issues: (i) designing encodings that are robust to concentration effects beyond those anticipated by the current generation of kernels; (ii) increasing the model size to
Through careful definition of the requirements that quantum kernels must meet to be competitive and the explanation of their limitations by means of principled diagnosis, this paper elevates the field of quantum machine learning from its speculative stage to a scientifically grounded level.
A critical open challenge is the transition from noiseless simulation to real NISQ hardware. Our timing analysis captures only statevector simulation overhead; actual hardware execution incurs additional costs from: (i) qubit readout errors on current devices [45,46], (ii) two-qubit gate infidelity, (iii) circuit transpilation and qubit mapping overhead, and (iv) error mitigation requiring
An important scope extension is multi-label and fine-grained NLP classification. Our current evaluation covers binary (SST-2, IMDB) and few-class (AG News 4-class, TREC-6) tasks, where QSVM with one-vs.-rest decomposition is tractable. Multi-label classification (e.g., aspect-level sentiment, multi-topic tagging) requires computing one kernel matrix per label, multiplying the already prohibitive
Our results carry three implications for quantum machine learning research. First, the field should move from performance-claim papers (“Q
Our study has four limitations. First, we evaluate only Sentence-Transformer embeddings (all-MiniLM-L6-v2,
Acknowledgement: None.
Funding Statement: This work was supported in part by the National Science and Technology Council, Taiwan: NSTC 113-2410-H-030-077-MY2.
Author Contributions: The manuscript was written with contributions from all authors. Conceptualization, Mrugendrasinh Rahevar; methodology, Mrugendrasinh Rahevar, Martin Parmar, Hemant Yadav, and Hiren Mewada; writing—original draft preparation, Mrugendrasinh Rahevar, Martin Parmar, and Hemant Yadav; writing—review and editing, Mrugendrasinh Rahevar, Martin Parmar, Hemant Yadav, Agbotiname Lucky Imoize, and Chun-Ta Li; supervision, Hiren Mewada; project administration, Agbotiname Lucky Imoize, and Chun-Ta Li; funding acquisition, Agbotiname Lucky Imoize, and Chun-Ta Li. All authors have read and agreed to the published version of the manuscript.
Availability of Data and Materials: The data and materials used in this study are available from the corresponding author upon reasonable request.
Ethics Approval: Not applicable. This study uses publicly available benchmark text-classification datasets and does not involve human participants, animal subjects, clinical intervention, or private personal data.
Conflicts of Interest: The authors declare no conflicts of interest.
References
1. Shor PW. Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer. SIAM J Comput. 1997;26(5):1484–509. doi:10.1137/s0097539795293172. [Google Scholar] [CrossRef]
2. Grover LK. A fast quantum mechanical algorithm for database search. In: Proceedings of the 28th Annual ACM Symposium on Theory of Computing; 1996 May 22–24; Philadelphia, PA, USA. p. 212–9. [Google Scholar]
3. Preskill J. Quantum computing in the NISQ era and beyond. Quantum. 2018;2:79. [Google Scholar]
4. Bharti K, Cervera-Lierta A, Kyaw TH, Haug T, Alperin-Lea S, Anand A, et al. Noisy intermediate-scale quantum algorithms. Rev Mod Phys. 2022;94(1):015004. doi:10.1103/revmodphys.94.015004. [Google Scholar] [CrossRef]
5. Havlíček V, Córcoles AD, Temme K, Harrow AW, Kandala A, Chow JM, et al. Supervised learning with quantum-enhanced feature spaces. Nature. 2019;567(7747):209–12. [Google Scholar]
6. Schuld M, Killoran N. Quantum machine learning in feature Hilbert spaces. Phys Rev Lett. 2019;122(4):040504. doi:10.1103/physrevlett.122.040504. [Google Scholar] [CrossRef]
7. Schölkopf B, Smola AJ. Learning with kernels: support vector machines, regularization, optimization, and beyond. Cambridge, MA, USA: MIT Press; 2002. [Google Scholar]
8. Liu Y, Arunachalam S, Temme K. A rigorous and robust quantum speed-up in supervised machine learning. Nat Phys. 2021;17(9):1013–7. doi:10.1038/s41567-021-01287-z. [Google Scholar] [CrossRef]
9. Reimers N, Gurevych I. Sentence-BERT: sentence embeddings using Siamese BERT-networks. In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing; 2019 Nov 3–7; Hong Kong, China. p. 3982–92. [Google Scholar]
10. Arute F, Arya K, Babbush R, Bacon D, Bardin JC, Barends R, et al. Quantum supremacy using a programmable superconducting processor. Nature. 2019;574(7779):505–10. doi:10.1038/s41586-019-1666-5. [Google Scholar] [CrossRef]
11. Kübler JM, Buchholz S, Schölkopf B. The inductive bias of quantum kernels. Adv Neural Inf Process Syst. 2021;34:12661–73. [Google Scholar]
12. Thanasilp S, Wang S, Cerezo M, Holmes Z. Exponential concentration in quantum kernel methods. Nat Commun. 2024;15(1):5200. doi:10.21203/rs.3.rs-2296310/v1. [Google Scholar] [CrossRef]
13. Meichanetzidis K, Toumi A, de Felice G, Coecke B. Grammar-aware question-answering on quantum computers. arXiv:2012.03756. 2020 [Google Scholar]
14. Lorenz R, Pearson A, Meichanetzidis K, Kartsaklis D, Coecke B. QNLP in practice: running compositional models of meaning on a quantum computer. J Artif Intell Res. 2023;76:1305–42. doi:10.1613/jair.1.14329. [Google Scholar] [CrossRef]
15. Huang HY, Broughton M, Mohseni M, Babbush R, Boixo S, Neven H, et al. Power of data in quantum machine learning. Nat Commun. 2021;12(1):2631. doi:10.1038/s41467-021-22539-9. [Google Scholar] [CrossRef]
16. Buhrman H, Cleve R, Watrous J, De Wolf R. Quantum fingerprinting. Phys Rev Lett. 2001;87(16):167902. doi:10.1103/physrevlett.87.167902. [Google Scholar] [CrossRef]
17. Bremner MJ, Montanaro A, Shepherd DJ. Average-case complexity versus approximate simulation of commuting quantum computations. Phys Rev Lett. 2016;117(8):080501. doi:10.1103/physrevlett.117.080501. [Google Scholar] [CrossRef]
18. Harrow AW, Montanaro A. Quantum computational supremacy. Nature. 2017;549(7671):203–9. doi:10.1038/nature23458. [Google Scholar] [CrossRef]
19. Hubregtsen T, Wierichs D, Gil-Fuster E, Derks PJH, Faehrmann PK, Meyer JJ. Training quantum embedding kernels on near-term quantum computers. Phys Rev A. 2022;106(4):042431. doi:10.1103/physreva.106.042431. [Google Scholar] [CrossRef]
20. Schuld M, Bergholm V, Gogolin C, Izaac J, Killoran N. Evaluating analytic gradients on quantum hardware. Phys Rev A. 2019;99(3):032331. doi:10.1103/physreva.99.032331. [Google Scholar] [CrossRef]
21. Lloyd S, Schuld M, Ijaz A, Izaac J, Killoran N. Quantum embeddings for machine learning. arXiv:2001.03622. 2020. [Google Scholar]
22. Glick JR, Sanchez E, Zhang S, Geraedts S, Barnes E, Economou SE. Covariant quantum kernels for data with group structure. Nat Phys. 2024;20(3):479–85. doi:10.1038/s41567-023-02340-9. [Google Scholar] [CrossRef]
23. Nausheen F, Ahmed K, Khan MI, Riaz F. Quantum natural language processing: a comprehensive review of models, methods, and applications. arXiv:2504.09909. 2025. [Google Scholar]
24. Mohammadisavadkoohi E, Shafiabady N, Vakilian J. A systematic review on quantum machine learning applications in classification. IEEE Trans Artif Intell. 2026;7(1):4–21. doi:10.1109/tai.2025.3567960. [Google Scholar] [CrossRef]
25. Romero J, Olson JP, Aspuru-Guzik A. Quantum autoencoders for efficient compression of quantum data. Quantum Sci Technol. 2017;2(4):045001. doi:10.1088/2058-9565/aa8072. [Google Scholar] [CrossRef]
26. Blance A, Spannowsky M. Quantum machine learning for particle physics using a variational quantum classifier. J High Energy Phys. 2021;2021(2):1–28. doi:10.1007/jhep02(2021)212. [Google Scholar] [CrossRef]
27. Jerbi S, Fiderer LJ, Nautrup HP, Kübler JM, Briegel HJ, Dunjko V. Quantum machine learning beyond kernel methods. Nat Commun. 2023;14(1):517. doi:10.1038/s41467-023-36159-y. [Google Scholar] [CrossRef]
28. Henderson M, Shakya S, Pradhan S, Cook T. Quanvolutional neural networks: powering image recognition with quantum circuits. Quantum Mach Intell. 2020;2(1):1–9. doi:10.1007/s42484-020-00012-y. [Google Scholar] [CrossRef]
29. Meyer JJ, Mularski M, Gil-Fuster E, Mele AA, Arzani F, Wilms J, et al. Exploiting symmetry in variational quantum machine learning. PRX Quantum. 2023;4(1):010328. doi:10.1103/prxquantum.4.010328. [Google Scholar] [CrossRef]
30. Shi X, Tian Y, Li Y, Jiang W, Fu L, Wu X, et al. Enhancing adversarial robustness of neural networks via quantum computing. Fut Gener Comput Syst. 2026;183(6245):108542. doi:10.1016/j.future.2026.108542. [Google Scholar] [CrossRef]
31. Goel A, Nair A, Chawla D, Singh Mehra P, Singh Rathore R, Jiang W. QSFedMA: quantum-secured authentication protocol for privacy-preserving federated IoMT. Softw Pract Exp. 2026;56(7):823–32. doi:10.1002/spe.70071. [Google Scholar] [CrossRef]
32. Tao R, Li Y, Zhao H. Quantum kernel methods for natural language processing. In: Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing; 2022 Dec 7–11; Abu Dhabi, United Arab Emirates. p. 1245–56. [Google Scholar]
33. McClean JR, Boixo S, Smelyanskiy VN, Babbush R, Neven H. Barren plateaus in quantum neural network training landscapes. Nat Commun. 2018;9(1):4812. doi:10.1038/s41467-018-07090-4. [Google Scholar] [CrossRef]
34. Du Y, Hsieh MH, Liu T, Tao D, Liu N. Learnability of quantum neural networks. PRX Quantum. 2022;3(4):040337. doi:10.1103/prxquantum.2.040337. [Google Scholar] [CrossRef]
35. Khosla P, Teterwak P, Wang C, Sarna A, Tian Y, Isola P, et al. Supervised contrastive learning. Adv Neural Inf Process Syst. 2020;33:18661–73. [Google Scholar]
36. Chen T, Kornblith S, Norouzi M, Hinton G. A simple framework for contrastive learning of visual representations. In: Proceedings of the International Conference on Machine Learning; 2020 Jul 12–18; Vienna, Austria. Cambridge, MA, USA: PMLR p. 1597–607. [Google Scholar]
37. Higham NJ. Computing the nearest correlation matrix—a problem from finance. IMA J Numer Anal. 2002;22(3):329–43. doi:10.1093/imanum/22.3.329. [Google Scholar] [CrossRef]
38. Socher R, Perelygin A, Wu J, Chuang J, Manning CD, Ng AY, et al. Recursive deep models for semantic compositionality over a sentiment treebank. In: Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing; 2013 Oct 18–21; Seattle, WA, USA. p. 1631–42. [Google Scholar]
39. Maas AL, Daly RE, Pham PT, Huang D, Ng AY, Potts C. Learning word vectors for sentiment analysis. In: Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics; 2011 Jun 19–21; Portland, OR, USA. p. 142–50. [Google Scholar]
40. Zhang X, Zhao J, LeCun Y. Character-level convolutional networks for text classification. Adv Neural Inf Process Syst. 2015;28:649–57. doi: 10.48550/arxiv.1509.01626. [Google Scholar] [CrossRef]
41. Voorhees EM, Tice DM. Building a question answering test collection. In: Proceedings of the 23rd Annual International ACM SIGIR Conference; 2000 Jul 24–28; Athens, Greece. p. 200–7. [Google Scholar]
42. Wilcoxon F. Individual comparisons by ranking methods. Biom Bull. 1945;1(6):80–3. doi:10.2307/3001968. [Google Scholar] [CrossRef]
43. McNemar Q. Note on the sampling error of the difference between correlated proportions or percentages. Psychometrika. 1947;12(2):153–7. doi:10.1007/bf02295996. [Google Scholar] [CrossRef]
44. Sanh V, Debut L, Chaumond J, Wolf T. DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter. arXiv:1910.01108. 2019. [Google Scholar]
45. IBM Quantum. IBM Quantum roadmap. 2024 [cited 2026 Jul 13]. Available from: https://www.ibm.com/quantum/roadmap. [Google Scholar]
46. Google AI Quantum. Quantum computing service. 2023 [cited 2026 Jul 13]. Available from: https://quantumai.google/. [Google Scholar]
47. Temme K, Bravyi S, Gambetta JM. Error mitigation for short-depth quantum circuits. Phys Rev Lett. 2017;119(18):180509. doi:10.1103/physrevlett.119.180509. [Google Scholar] [CrossRef]
48. Cristianini N, Shawe-Taylor J, Elisseeff A, Kandola J. On kernel-target alignment. Adv Neural Inf Process Syst. 2002;14:367–73. [Google Scholar]
Cite This Article
Copyright © 2026 The Author(s). Published by Tech Science Press.This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.


Submit a Paper
Propose a Special lssue
View Full Text
Download PDF
Downloads
Citation Tools