Pith. sign in

REVIEW 5 major objections 6 minor 19 references

LLM Evaluation on Unseen Questions: Contextual Multidimensional IRT Model

T0 review · 5 major / 6 minor · reviewed 2026-08-27 · deepseek-v4-flash

Pith's one-line read This paper claims that a contextual multidimensional item response theory model, C-MIRT, can use question text embeddings to rank LLMs on previously unseen questions within a scenario, beating mean-accuracy and Rasch-style baselines…

desk verdict A useful model extension with an honest cross-scenario negative result, but the within-scenario gains are not yet pinned to the context mechanism. read the letter →

arxiv 2608.22295 v1 pith:XUH2RIP4 submitted 2026-08-23 cs.CL cs.AIcs.LG

classification cs.CLcs.AIcs.LG
keywords contextualmultidimensionalitemresponsetheoryLLMevaluationunseenquestionsquestionembeddingslatentcapabilityprofilescross-scenariogeneralizationamortized
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper studies how to predict how well large language models will answer questions they have not been evaluated on, without collecting new annotations. It proposes C-MIRT, a model in which each LLM has a latent capability vector and each question's text embedding is mapped to a latent requirement vector; the two interact through a logistic link to predict correctness. The central empirical claim is that within a benchmark scenario this contextual multidimensional model ranks models on held-out questions better than simple accuracy averages and better than unidimensional Rasch-style models, and that multiple latent dimensions capture capability variation more richly than a single difficulty scale. The paper also reports that cross-scenario transfer is unreliable, so the model is offered as a supplement to direct testing rather than a replacement.

What carries the argument

The central object is the contextual multidimensional IRT model with response probability $\sigma(\alpha_i^{(s)} + u_i^{(s)T} \varphi^{(s)}(e_j))$, where $e_j$ is a BERT-based embedding of question $j$, $u_i^{(s)}$ is model $i$'s latent capability vector in scenario $s$, and $\varphi^{(s)}$ is a feature map, parameterized as a multilayer perceptron, from embeddings to $r$-dimensional question characteristics. The model is estimated in two stages: first fit a low-rank logistic factorization to the response matrix under identifiability constraints $V^{(s)T}\mathbf{1} = 0_r$ and a balancing regularizer $\|U^{(s)T}U^{(s)} - V^{(s)T}V^{(s)}\|_F^2$; then regress the estimated question factors $\hat{v}_j$ on the embeddings to learn $\varphi^{(s)}$. The learned feature map is what lets a new question, never answered by any model in the training set, be embedded into the same latent space and scored.

What would settle it

For a held-out fold, compute how much variance in the stage-1 latent question factors is explained by the fitted feature map on held-out questions, for example the $R^2$ of $\varphi(e_j)$ against $\hat{v}_j$. If that $R^2$ is near zero while the training fit is high, or if question-wise AUC on genuinely unseen questions is no better than assigning every question the training-set mean accuracy, the claimed transfer mechanism is not doing the work.

Watch

Extended reading notes

Core claim

The paper's central claim is that a question's text embedding can stand in for its item parameters in item response theory, so a model fitted to observed responses can predict how LLMs will rank on questions it has never seen. Concretely, after learning a feature map $\varphi^{(s)}$ from embeddings to latent question factors from training questions, the model predicts $\hat{\theta}_{ij}^{(s)} = \hat{\alpha}_i^{(s)} + \hat{u}_i^{(s)T} \hat{\varphi}^{(s)}(e_j)$, and this prediction is used to rank models per question. In five-fold cross-validation within a scenario, the method reports 90th-percentile question-wise AUC values mostly above 0.85, and it beats the mean-accuracy baseline and the contextual Rasch baseline consistently. Multidimensional latent structure is claimed to describe capability variation more richly than a unidimensional difficulty model. The paper equally reports that cross-scenario transfer is unreliable: question-wise AUC transfers for some source-target pairs, while LLM-wise AUC largely collapses toward 0.5, so the model is not a substitute for direct testing.

Load-bearing premise

The load-bearing premise is that a question's text embedding carries enough information about its latent skill and difficulty requirements that the feature map learned from training questions transfers to new questions; the paper does not measure how well the embeddings explain the fitted latent factors.

Editorial extensions

If this is right

  • Within a fixed scenario, rankings of LLMs on held-out questions can be produced without new annotations, with 90th-percentile question-wise AUC mostly above 0.85.
  • Each LLM gets a multidimensional capability profile rather than a single difficulty scale, which can be inspected dimension by dimension for strengths and weaknesses.
  • Cross-scenario predictions should not be treated as direct evidence of performance: LLM-wise ranking transfer is near chance for many source-target pairs, so scenario-specific evaluation remains necessary.
  • C-MIRT's gains over the mean baseline and the Rasch baseline are consistent within scenarios, while its gains over lasso-penalized logistic regression vary by scenario.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the embedding-to-latent mapping transfers reliably, the model could assign a capability-requirement vector to newly written questions before any LLM answers them, enabling adaptive test construction and targeted data collection.
  • The collapse of LLM-wise cross-scenario AUC toward 0.5 suggests that question difficulty ordering is scenario-specific; a testable next step would be scenario-conditioned embeddings or meta-learning across scenarios to bridge that gap.
  • A direct extension would test whether C-MIRT's within-scenario gains grow with the number of observed models or questions, which would indicate whether the low-rank factorization is driven by model diversity or item coverage.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Request a human review

A listed scientist reviews the paper for a fee and the review publishes here regardless of verdict. See the reviewers or get listed.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

Summary. The paper proposes a contextual multidimensional item response theory (C-MIRT) model for predicting LLM performance on unseen questions. A scenario-specific latent ability vector per model interacts bilinearly with a question representation obtained from a learned feature map applied to question embeddings. Parameters are estimated in two stages: a low-rank logistic factorization of the response matrix, followed by regression of the estimated question factors on embeddings. Using 5-fold cross-validation on 11 HELM-derived scenarios, the paper reports within-scenario question-wise and LLM-wise AUC, compares C-MIRT with contextual Rasch, lasso-penalized logistic regression, and a mean baseline, and reports cross-scenario transfer results. The main empirical claims are that embeddings improve prediction over model-free baselines, that multidimensional structure is richer than unidimensional structure, and that cross-scenario generalization remains unreliable.

Significance. If the contextual transfer mechanism were convincingly established, the framework would be a useful contribution to efficient and interpretable LLM evaluation: it directly targets prediction on unseen questions, separates model-side abilities from question-side characteristics, and honestly documents the difficulty of cross-scenario transfer. The use of a genuine out-of-sample evaluation protocol and the explicit cross-scenario analysis are strengths, as is the clear two-stage formulation. However, the central evidence for the embedding-to-latent-factor pathway is currently incomplete: the paper does not validate the stage-2 mapping, does not report the number of LLMs or key hyperparameters, and provides no code or data. The contribution is therefore better assessed as a promising framework whose main empirical claim still needs targeted diagnostics.

major comments (5)
  1. [Section 2, Eq. (1); Appendix 'Estimation procedure'] The paper never isolates the contribution of the learned feature map phi^(s). The only pathway from a held-out question's embedding to its predicted response is phi^(s)(e_j), obtained in stage 2 by least-squares regression of the stage-1 estimates v-hat_j on e_j. The paper reports no R^2, correlation, or any in-sample or out-of-fold diagnostic for this regression, and it contains no ablation in which phi^(s) is replaced by a constant or the embeddings are permuted. Because alpha_i^(s) and U_i^(s) are estimated from training responses, a constant phi^(s) already yields a stable per-model ranking and, under a general ability factor, question-wise AUC well above 0.5. The small observed gains over the Mean baseline in Figure 3 (roughly 0.01-0.04) are therefore not sufficient to establish that question embeddings transfer signal to unseen questions. In addition, the stage-2 target v-hat_j is itself a noisy estimate from a low-rank logistic factorization, and the uncertainty in this target is not quantified.
  2. [Section 3.1-3.2, Figures 1 and 3] The reported mean 90th-percentile AUC over five cross-validation folds is presented without any measure of uncertainty. With only five folds, the paired t-test has four degrees of freedom, and the folds are not independent because their training sets overlap, so the significance assessment is fragile. Many cells in Figure 3 are gray, meaning the difference from the baseline is not significant at the 5% level, yet the exact p-values and the counts of significant cells per baseline are not reported. This is particularly important for the Lasso comparison, since Lasso also uses embeddings; the multidimensional and contextual advantage over an embedding-based competitor is not established by the displayed means. Please report per-fold values or confidence intervals, exact p-values, and significance counts, and justify the use of the 90th percentile rather than the mean or median of the AUC distribution.
  3. [Section 3, first paragraphs] The experimental setup is under-specified. The number of LLMs n is never stated, although question-wise AUC is computed over only n LLMs for each fixed question and the entire AUC distribution is coarse if n is small. The embedding model is described only as BERT-based, with MiniLM and Sentence-BERT cited, but the exact model and version are not given. The MLP architecture, latent dimension r, and regularization weights in Eq. (3) are also absent. These details are necessary for reproducibility and for interpreting the magnitude of the reported AUC differences; without them, the reader cannot tell whether the results are sensitive to a few hyperparameter choices.
  4. [Appendix, 'Matrix representation and model identifiability'] The identifiability argument is not self-contained. The claim that the factorization is identifiable up to an orthogonal transformation is cited to Tang et al. (2026) without a proof, theorem number, or a precise statement of the conditions under which it applies to the actual estimating equation in Eq. (3). The regularizer g(U,V) is not invariant under right multiplication by an arbitrary orthogonal matrix, so it is not immediate that the regularized solution satisfies the conditions of the cited result. Since the paper interprets the latent dimensions as capability profiles, the identifiability of those dimensions needs a clear and self-contained treatment.
  5. [Section 3.2, Figures 3 and 4] The abstract's first two claims are not uniformly supported by the reported significance results. The question-wise comparison to Lasso in Figure 3 has many non-significant cells, and the differences from Mean and Rasch are small in absolute terms. The much larger differences in Figure 4 are for LLM-wise AUC, a different criterion. Please make explicit which claim each figure supports and state how many scenario-baseline pairs show significant improvement, significant degradation, and no significant difference. Without this, the summary statements in the abstract overstate the consistency of the empirical support.
minor comments (6)
  1. [Figures 1-4] The figure labels contain typographical issues: 'T est Scenario' in Figures 1 and 2, 'babi qa' with an abnormal space, and 'LassoMeanRasch' as a single axis label in Figure 3. These should be corrected.
  2. [Section 3, paragraph on evaluation metrics] The 90th percentile of the AUC distribution is used without a formal definition. Please state explicitly that, for question-wise AUC, the percentile is taken over test questions within a scenario, and for LLM-wise AUC, over the n LLMs.
  3. [Section 3, first paragraph] The paper says scenarios with incomplete question descriptions were filtered, but the exact number of excluded scenarios and the per-scenario sample sizes after filtering are not listed. Reporting the full data summary would allow the reader to judge whether the 11 retained scenarios are representative.
  4. [Section 3.2] The paired t-test over five cross-validation folds is described in one sentence. Because the five differences are not independent, a statement about the validity of this test or a more appropriate error assessment should be included.
  5. [Appendix, 'Estimation procedure'] The factor 1/4 multiplying the regularizer in Eq. (3) is not motivated. Minor as it is, a sentence explaining the scaling would help the reader understand the objective.
  6. [General] No code, data, or trained model outputs are provided, which makes the numerical claims difficult to verify or build upon. A reproducibility package, or at least the exact data splits and hyperparameters, would substantially strengthen the paper.

Circularity Check

1 steps flagged · score 2.0 of 10

No significant circularity: held-out question prediction is a genuine out-of-sample exercise; one minor self-cited identifiability theorem is not load-bearing.

  1. uniqueness imported from authors [Appendix A, Matrix representation and model identifiability]
    "In that case, to remove the usual rotational ambiguity, one may impose V(s)⊤1ps =0r, U(s)⊤U(s) =V(s)⊤V(s), under which the factorization is identifiable up to an orthogonal transformation (Tang et al., 2026)."

    The identifiability guarantee is imported from the authors' own prior work (Tang et al. 2026, co-authored by W. Tang) rather than proved or externally verified here. This self-citation makes the stage-1 latent question factors well-defined and thereby makes the stage-2 regression of phi(s)(e_j) on v-hat_j well-posed. However, the final prediction uses u-hat_i^T phi-hat(e_j), and since U and V rotate jointly under the stated equivalence (U = U-bar O, V = V-bar O), the predicted probabilities are invariant to the rotation. Thus the self-citation is real but not load-bearing for the paper's central predictive claim; it mainly supports interpretability of the multidimensional latent description.

full rationale

The held-out question evaluation is a genuine out-of-sample exercise: in each fold, the stage-1 latent factors and the stage-2 feature map are estimated only from the 80% training questions, and question-wise AUC is computed on the 20% test questions whose responses were never used in either stage. This is standard amortized inference, not a refit of the target. The C-MIRT prediction for a test question is alpha-hat_i + u-hat_i^T phi-hat(e_j); the target y_test is not an input to any stage. The only self-citation that plays a technical role is the identifiability theorem of Tang et al. (2026), which justifies the centering and balanced constraints in the low-rank factorization. That theorem supports latent interpretability and stable stage-2 regression, but the predictive probabilities u-hat_i^T phi-hat(e_j) are invariant to orthogonal rotation of V and U, so the citation is not load-bearing for the main predictive claims. The lack of an ablation isolating phi-hat (e.g., setting phi-hat constant) is a real attribution gap, since the small gains over the Mean baseline could partly come from the alpha_i intercepts, but that is an empirical soundness concern rather than a circular reduction. Cross-scenario results are also reported honestly as substantially weaker, which further indicates the main within-scenario findings are not forced by construction.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The model introduces latent capability vectors and latent question factors, but these are standard IRT constructs rather than new physical or scientific entities. The main free parameters are the latent dimension and the feature map architecture, neither of which is specified.

free parameters (3)
  • latent dimension r = not reported
    The number of latent capability dimensions in the MIRT model is not specified in the text; the central claim depends on r being large enough to capture capability variation but small enough to generalize.
  • regularization weight for g(U,V) = not reported
    The objective in Eq. (3) includes a regularizer with weight 1/4, but no tuning details are given; different weights change the estimated latent factors and hence predictions.
  • MLP architecture for φ(s) = not reported
    The feature map is parameterized by a multilayer perceptron, but its depth, width, and activation are unspecified, which directly affects prediction quality.
assumptions (3)
  • ad hoc to paper Identifiability of the low-rank factorization up to orthogonal transformation
    Stated in the Appendix as 'under which the factorization is identifiable up to an orthogonal transformation (Tang et al., 2026)', relying on the authors' own prior work without proof here.
  • domain assumption The stage-2 regression can learn a feature map φ(s) from embeddings to latent factors that generalizes to new questions
    This is the core transfer assumption in Section 2; the paper provides no diagnostic for the regression's fit or generalization.
  • domain assumption The benchmark response matrix from Truong et al. (2025) is representative and correctly filtered
    The paper reuses the 22-dataset HELM setup and filters to 11 scenarios without reporting the details of the response generation or the filtering criteria beyond missing option text.

how reviews work

0 comments
Cite this review

Pith. "Pith review of LLM Evaluation on Unseen Questions: Contextual Multidimensional IRT Model." pith.science (2026). https://pith.science/paper/XUH2RIP4

@misc{pith2026260822295,
  author       = {Pith},
  title        = {Pith review of: LLM Evaluation on Unseen Questions: Contextual Multidimensional IRT Model},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/XUH2RIP4}},
  note         = {Machine review of arXiv:2608.22295}
}
read the original abstract

Evaluation of large language models (LLMs) increasingly requires predicting how a model will perform on new questions or tasks before collecting large amounts of new annotations. This problem is challenging because question difficulty, scenario, and underlying capability demands can vary substantially. Simple retrospective averages may confound model ability with item characteristics. In this paper, we study a model-based evaluation framework that combines multidimensional item response theory model with question contexts to predict LLM performance on unseen questions. The framework represents LLMs through latent capability profiles while using question content to inform item characteristics, allowing information to transfer beyond previously observed items. Empirically, we find that for within-scenario evaluation, incorporating question embeddings improves prediction relative to model-free baselines, and that multidimensional latent structure provides a richer description of capability variation than unidimensional alternatives. At the same time, our results reveal an important limitation that the generalizability does not necessarily translate into reliable prediction under cross-scenario shift. These findings suggest that context-aware psychometric modeling is a promising direction for efficient and interpretable LLM evaluation, while also highlighting cross-scenario generalization as a central open challenge.

Figures

Figures reproduced from arXiv: 2608.22295 by the authors.

Figure 1
Figure 1. Heatmap of the 90th percentile of question-wise AUC distribution predicted by the C-MIRT method across scenarios. 3 [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 3
Figure 3. Heatmap of mean differences in the 90th percentile of question-wise AUC between C-MIRT and competing methods across scenarios. air_bench_2024 babi_qa boolq civil_comments dyck_language_np=3 entity_data_imputation entity_matching gsm imdb math wikifact Scenario Lasso Rasch Comparison Method 0.016 -0.006 0.090 0.031 0.163 0.020 -0.016 0.038 0.047 0.050 0.006 0.309 0.247 0.278 0.275 -0.045 0.074 0.169 0.059 0.276 0.098… view at source ↗
Figure 2
Figure 2. shows the results for LLM-wise AUC. Compared with [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

19 extracted references · 19 canonical work pages

  1. [4]

    Dynabench: Rethinking benchmarking in NLP

    Kiela, D., Bartolo, M., Nie, Y ., Kaushik, D., Geiger, A., Wu, Z., Vidgen, B., Prasad, G., Singh, A., Ringshia, P., et al. Dynabench: Rethinking benchmarking in NLP. InPro- ceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pp. 4110–4124,

  2. [6]

    P., Wu, H., and Yu, H

    Lalor, J. P., Wu, H., and Yu, H. Learning latent param- eters without human response patterns: Item response theory with artificial crowds. InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pp. 4249–4259,

  3. [7]

    Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading

    Li, Z., Li, Z., Shi, Y ., Wang, R., Yang, J., Liu, Z., Wu, X., Li, A., Yu, Y ., Liu, N., et al. Long-horizon-terminal- bench: Testing the limits of agents on long-horizon termi- nal tasks with dense reward-based grading.arXiv preprint arXiv:2607.08964,

  4. [9]

    100 instances is all you need: predicting the success of a new LLM on unseen data by testing on a few instances

    Pacchiardi, L., Cheke, L. G., and Hern´andez-Orallo, J. 100 instances is all you need: predicting the success of a new LLM on unseen data by testing on a few instances.arXiv preprint arXiv:2409.03563,

  5. [10]

    Phan, L., Gatti, A., Han, Z., Li, N., Hu, J., Zhang, H., Zhang, C. B. C., Shaaban, M., Ling, J., Shi, S., et al. Humanity’s last exam.arXiv preprint arXiv:2501.14249,

  6. [11]

    and Gurevych, I

    Reimers, N. and Gurevych, I. Sentence-BERT: Sentence em- beddings using siamese BERT-networks. InProceedings of the 2019 Conference on Empirical Methods in Natu- ral Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP- IJCNLP), pp. 3982–3992,

  7. [13]

    Rethinking LLM Evaluation: Can We Evaluate LLMs with 200×Less Data? (EssenceBench)

    Wang, S., Wang, C., Fu, W., Min, Y ., Feng, M., Guan, I., Hu, X., He, C., Wang, C., Yang, K., Ren, X., Huang, F., Liu, D., and Zhang, L. Rethinking LLM evaluation: Can we evaluate LLMs with 200x less data?arXiv preprint arXiv:2510.10457,

  8. [14]

    URL https: //openreview.net/forum?id=sKYHBTAxVa. Yao, L. H., Jarvis, N., Zhan, T., Ghosh, S., Liu, L., and Jiang, T. JE-IRT: A geometric lens on LLM abilities through joint embedding item response theory.arXiv preprint arXiv:2509.22888,

Show all 19 references
  1. [15]

    LLM-Evolve: Evaluation for LLM’s evolving capability on benchmarks

    You, J., Liu, M., Prabhumoye, S., Patwary, M., Shoeybi, M., and Catanzaro, B. LLM-Evolve: Evaluation for LLM’s evolving capability on benchmarks. InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pp. 16937–16942,

  2. [16]

    Efficient evaluation of large language models via collaborative filtering.arXiv preprint arXiv:2504.08781,

    Zhong, X.-X., Yi, C., and Ye, H.-J. Efficient evaluation of large language models via collaborative filtering.arXiv preprint arXiv:2504.08781,

  3. [17]

    Lost in benchmarks? rethinking large language model benchmarking with item response theory

    Zhou, H., Huang, H., Zhao, Z., Han, L., Wang, H., Chen, K., Yang, M., Bao, W., Dong, J., Xu, B., Zhu, C., Cao, H., and Zhao, T. Lost in benchmarks? rethinking large language model benchmarking with item response theory. arXiv preprint arXiv:2505.15055,

  4. [18]

    Zhuang, Y ., Liu, Q., Pardos, Z., Kyllonen, P

    URLhttps://arxiv.org/abs/2608.17271. Zhuang, Y ., Liu, Q., Pardos, Z., Kyllonen, P. C., Zu, J., Huang, Z., Wang, S., and Chen, E. Position: AI evalua- tion should learn from how we test humans. InProceed- ings of the 42nd International Conference on Machine Learning, pp. 82483–82508,

  5. [19]

    6 A. Appendix Matrix representation and model identifiability.For a fixed scenario s, letY (s)∈{0,1} n×ps be the response matrix, let α(s) = (α (s) 1 ,...,α (s) n )⊤∈R n, let U(s)∈R n×r collect the row vectors u(s) i ⊤ , and let V(s)∈R ps×r collect the transformed embeddingsϕ ...

  6. [2016]

    M., Somerstep, S., Choshen, L., Yurochkin, M., Banerjee, M., Sun, Y ., Tan, K

    Cai, P., Cui, C., Polo, F. M., Somerstep, S., Choshen, L., Yurochkin, M., Banerjee, M., Sun, Y ., Tan, K. M., and Xu, G. A latent variable framework for scaling laws in large language models.arXiv preprint arXiv:2512.06553,

  7. [2021]

    P., Wu, H., and Yu, H

    Lalor, J. P., Wu, H., and Yu, H. Building an evaluation scale using item response theory. InProceedings of the 2016 Conference on Empirical Methods in Natural Language Processing, pp. 648–657,

  8. [2023]

    D., Yancey, K

    McCarthy, A. D., Yancey, K. P., LaFlair, G. T., Egbert, J., Liao, M., and Settles, B. Jump-starting item parameters for adaptive language tests. InProceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp. 883–899,

  9. [2024]

    A., Alnumay, Y ., Alrashed, S., Alsubaie, S., Almushaykeh, Y ., Mirza, F., Alotaibi, N., Altwairesh, N., Alowisheq, A., Bari, M

    Alzahrani, N., Alyahya, H. A., Alnumay, Y ., Alrashed, S., Alsubaie, S., Almushaykeh, Y ., Mirza, F., Alotaibi, N., Altwairesh, N., Alowisheq, A., Bari, M. S., and Khan, H. When benchmarks are targets: Revealing the sensitivity of large language model leaderboards.arXiv prepri...

  10. [2025]

    Khan, A., Li, N., Shen, T., and Rafferty, A. N. Just read the question: Enabling generalization to new as- sessment items with text awareness.arXiv preprint arXiv:2507.08154,

  11. [2026]

    Tang, W., Yuan, M., Xia, Z., and Cai, T

    URL https://arxiv.org/abs/ 2608.18469. Tang, W., Yuan, M., Xia, Z., and Cai, T. Knowledge- embedded latent projection for robust representation learning.arXiv preprint arXiv:2602.16709,

Pith tools

Reviewed August 27, 2026 · model on record in the stance chip above.