REVIEW 3 major objections 5 minor 53 references
Interpreting Black-Box Large Language Models with Sentence-Level Energy Landscapes
T0 review · 3 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read Contrastive energy modeling of prompt-response pairs lets a lightweight interpreter attribute a black-box LLM's outputs to the prompt sentences that drove them, with no further API calls after training.
desk verdict A coherent, honestly written two-stage EBM-to-interpreter attribution method for black-box LLMs; the causal faithfulness claim rests on a cosine-similarity metric that likely rewards topical overlap, so it needs a strong revision. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the contrastively trained energy function $E_{\mathrm{LM}}(x,y;\theta)$, a transformer-based EBM that maps sentence-embedded prompts and responses to a scalar compatibility score. It serves as a differentiable surrogate for the black-box LLM, turning the discrete search over prompt-sentence subsets into a smooth optimization: the interpreter learns to pick the mask that maximizes the energy gap between the removed and retained sentences. The training combines a fidelity InfoNCE term with a local-dependency term built from two partial-sequence samplers, and the interpreter's discrete selection is made differentiable with a Gumbel-Softmax relaxation. This machinery is what lets an energy landscape act as the supervision signal for attribution.
What would settle it
Train the same two-stage interpreter on an open-weights LLM for which internal gradients or activations are available, then compare ESCI's selected prompt sentences with gradient- or activation-based attributions on 500 counterfactual triplets; if the agreement is near chance, the energy landscape would be shown to encode something other than the target's causal computation.
Extended reading notes
Core claim
The central claim, on the paper's own terms, is that the generation behavior of an opaque LLM can be compressed into a scalar energy landscape over sentences, and that an interpreter trained to maximize the energy gap between selected and unselected prompt sentences inherits the causal structure of that landscape. The method defines each sentence as a concept, embeds prompt and response sentences with a frozen Sentence-BERT model, and passes them through transformer blocks that project into a task-adapted concept space. A contrastive dual objective—global fidelity against human or other-LM responses, plus local dependency against mismatched partial prompts and responses—shapes the energy so that low energy marks authentic target-LLM pairs. Given a target output sentence, the interpreter produces a sparse binary mask over prompt sentences by optimizing the difference between the energy of the complement and the energy of the selected subset. The experiments show that these selections align with five LLM oracles on nDCG and soft top-1 metrics and, on generative sufficiency and comprehensiveness, come close to a much more expensive LIME baseline.
Load-bearing premise
The whole method depends on the trained energy scores matching the target LLM's real cause-and-effect structure over prompt and response sentences, not just its surface style; the paper says its results confirm behavioral simulation, not mechanistic alignment.
Editorial extensions
If this is right
- Attribution for closed-API models becomes a one-time training cost rather than a per-query cost, so high-volume monitoring of proprietary LLM outputs becomes feasible.
- Sentence-level attributions align with rationale-evaluation standards, giving auditors units they can read and verify rather than token-level salience maps.
- If the energy gap truly tracks causal influence, the same interpreter can be used to prune irrelevant prompt sentences before generation, reducing token and API costs without degrading the answer.
- The faithfulness results imply that a roughly 71-million-parameter trainable interpreter can rival instruction-tuned LLM judges and a perturbation-based baseline on standard Q&A-style tasks.
- Because the interpreter is trained across a distribution of prompts rather than a single neighborhood, attributions should generalize more reliably across inputs of the same task type.
Reading between the lines
- Editorial inference: the same energy landscape is a natural substrate for auditing chain-of-thought: if an intermediate reasoning step is unfaithful, its energy relative to the prompt and final answer should be anomalously high; the paper lists this as future work but does not test it.
- Editorial inference: the reported break-even at 400 prompts means the method is a bet on deployment volume; for one-off explanations, paying LIME's per-query cost is likely the rational choice, and the paper's own numbers do not resolve this trade-off.
- Editorial inference: the plausibility comparison uses other LLMs as oracles, so shared stylistic biases among LLMs could inflate the alignment scores; a check against white-box explanations on an open-weights model would arbitrate this, as the paper itself notes in its limitations.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a post-hoc, model-agnostic sentence-level attribution method for black-box LLMs. It first trains a transformer-based energy-based model (EBM) on 20,000 prompt-response pairs with a hybrid InfoNCE objective, then trains a lightweight interpreter network whose selection mask maximizes the EBM energy gap between complement and selected prompt subsets (Eq. 3). The trained interpreter is claimed to identify the prompt sentences causally responsible for a user-specified target output, with zero additional LLM API calls at inference. Experiments include an ablation of the EBM objective, alignment of interpreter scores with five LLM 'oracles', and a causal faithfulness study in which the target LLM is queried with selected and removed sentence subsets, measured by embedding cosine similarity.
Significance. If the faithfulness claim were established, the framework would offer a practical zero-query-at-inference sentence-level attribution tool for closed APIs. The paper does several things right: the faithfulness experiment in Section 4.3 is a genuine interventional test against the target LLM, not only against the surrogate; the limitations section explicitly concedes that the results support behavioral simulation rather than mechanistic alignment; and the zero-API-at-inference property is clearly stated and useful. However, the central causal claim is not yet supported by the evidence as presented, because the faithfulness metric is embedding similarity and no control rules out a purely topical selector.
major comments (3)
- [Section 4.3, Table 2] The central faithfulness claim rests on Generative Sufficiency/Comprehensiveness measured as cosine similarity between the embedded target sentence and the LLM's counterfactual response (Eqs. G4-G5). This metric rewards topical or stylistic overlap, not causal dependence. A selector that simply picks the prompt sentences most embedding-similar to the target sentence would likely produce a positive gap, so the reported Gap of 0.195 for ESCI versus 0.245 for LIME does not by itself demonstrate causal attribution. Please add a control baseline that selects sentences by maximum SBERT cosine similarity to the target sentence (or an equivalent topical selector), and report its Gap in Table 2. Also provide bootstrap confidence intervals or significance tests over the 200 prompts, since the ESCI/LIME difference may be within sampling noise.
- [Section 3.3, Eq. (3); Section 6] The interpreter is optimized against the EBM energy gap of Eq. (3), so its behavior is only as valid as the EBM's approximation of the target LLM. The EBM is trained contrastively on 20,000 observational pairs, and the paper's own Section 6 states that 'our current results confirm behavioral simulation rather than mechanistic alignment.' Appendix E.1's diagnostic evaluates the EBM using its own energy drops, not against target-LLM interventions. The abstract's claim that 'our EBM accurately simulates the target LLM' is therefore stronger than the evidence. Please either soften the abstract and introduction accordingly, or add a direct validation in which EBM energy changes on ablated prompts are compared with changes in the target LLM's actual generations (e.g., semantic similarity or likelihood under the LLM).
- [Section 4.2] The plausibility evaluation compares against five LLM 'oracles' rather than human judgments, and the authors acknowledge this is not ground truth. The qualitative case studies are said to reflect manual analysis by two evaluators of all 2,000 combinations, but no annotation protocol, inter-annotator agreement, or random sample details are given. Please report at least Cohen's kappa on a held-out subset, or restrict the claims to 'alignment with LLM preferences' rather than 'plausibility.'
minor comments (5)
- [Section 3.3 and 4.2] The acronym ESCI is used without definition before Section 4.2; define it at first introduction of the interpreter (Section 3.3).
- [Figure 4, sample ID 33] The sentence indices shown are [0], [1], [3]; [2] is missing, and the score columns are not aligned with the number of prompt sentences. Please fix the snippet or annotation.
- [Table 4] Table 4 omits the value of K (number of Gumbel-Softmax draws) used by the interpreter; Appendix C states K independent samples are drawn, but no value is reported in Table 4.
- [Appendix G, Eq. (G2)] The kernel width sigma=0.25*sqrt(n) is stated, but the regularization strength for the Ridge regression in LIME is not reported; this is needed to reproduce the LIME baseline.
- [Section 4.1, Table 1] Several metrics (e.g., Art. Delta E) are reported without variance or significance information; adding confidence intervals would make the ablation validation more robust.
Circularity Check
No circularity: faithfulness is evaluated by external LLM interventions, not by the training objective.
full rationale
The derivation chain is self-contained against an external benchmark. The interpreter is trained to maximize the EBM energy gap (Eq. 3), but the paper's core claim of causal faithfulness is tested in Section 4.3 by actually querying the target LLM with the selected subset and its complement and measuring cosine similarity of the resulting responses to the target sentence (Table 2, Eqs. G4-G5). That evaluation is not the training objective and is not a function of the EBM's energy; it is an independent behavioral check. The EBM's ablation diagnostics in Section 4.1 and Appendix E partly use energy-drop importance derived from the EBM itself, but those are internal sanity checks, not the load-bearing evidence for the central claim; the external faithfulness benchmark is. The only self-citation (Seyyedsalehi et al., 2024) appears in Related Work as background and is not load-bearing. Section 6's concession that the results 'confirm behavioral simulation rather than mechanistic alignment' is an honest limitation statement, and the paper does not reduce any prediction to its input by construction. No circular step meets the required bar of exhibiting Eq. X = Eq. Y or a fitted parameter renamed as a prediction.
Assumptions & free parameters
free parameters (8)
- lambda (loss weight) =
0.9 (hybrid)
- InfoNCE temperature tau =
0.1
- margin =
0.5
- negative candidates K =
5
- Nmax (max sentence count) =
16
- Gumbel temperature =
1.0
- Grounding interval N_ground =
not specified
- Gumbel top-K =
not specified
assumptions (5)
- domain assumption Sentences are the appropriate operational unit of 'concept' for attribution.
- domain assumption Sentence-BERT embeddings preserve semantic similarity needed for the concept space.
- domain assumption High-capacity LLMs share architectural inductive biases with the target, making them valid attribution oracles.
- domain assumption Cosine similarity between sentence embeddings is a valid measure of semantic retention for faithfulness.
- ad hoc to paper InfoNCE contrastive learning with the chosen negative samplers shapes an energy landscape aligned with the target's input-output dynamics.
invented entities (1)
-
Sentence-level concept space (C_in, C_out)
Cite this review
Pith. "Pith review of Interpreting Black-Box Large Language Models with Sentence-Level Energy Landscapes." pith.science (2026). https://pith.science/paper/56BILXMJ
@misc{pith2026260802879,
author = {Pith},
title = {Pith review of: Interpreting Black-Box Large Language Models with Sentence-Level Energy Landscapes},
year = {2026},
howpublished = {\url{https://pith.science/paper/56BILXMJ}},
note = {Machine review of arXiv:2608.02879}
}
read the original abstract
The widespread adoption of proprietary Large Language Models (LLMs) accessed strictly through closed APIs has created a critical challenge for responsible deployment: a fundamental lack of interpretability. To address this, we propose a model-agnostic, post-hoc attribution interpreter operating at the sentence level. Our approach trains an Energy-Based Model (EBM) as a surrogate to capture the LLM's internal conceptual consistency between prompts and responses. This energy landscape guides the training of a lightweight interpreter network. Uniquely, our interpreter operates as a standalone tool; once trained, it quantifies the influence of prompt sentences on a user-specified target output without requiring further API queries to the LLM. By globally training a local interpreter across diverse inputs, our framework captures broader generation patterns and mitigates instance-specific biases. Experiments demonstrate that our EBM accurately simulates the target LLM, allowing the interpreter to effectively identify the prompt sentences most influential in generating specific target outputs.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Second Conference on Language Modeling , year=
Energy-Based Reward Models for Robust Language Model Alignment , author=. Second Conference on Language Modeling , year=
-
[2]
Proceedings of the 35th International Conference on Machine Learning , pages=
Learning to Explain: An Information-Theoretic Perspective on Model Interpretation , author=. Proceedings of the 35th International Conference on Machine Learning , pages=. 2018 , organization=
work page 2018
-
[3]
The Thirteenth International Conference on Learning Representations , year=
Concept Bottleneck Large Language Models , author=. The Thirteenth International Conference on Learning Representations , year=
-
[4]
The Thirteenth International Conference on Learning Representations , year=
Scaling and evaluating sparse autoencoders , author=. The Thirteenth International Conference on Learning Representations , year=
-
[5]
The Thirteenth International Conference on Learning Representations , year=
Energy-Based Diffusion Language Models for Text Generation , author=. The Thirteenth International Conference on Learning Representations , year=
-
[6]
Decomposition-Enhanced Training for Post-Hoc Attributions In Language Models , author=. 2025 , eprint=
work page 2025
-
[7]
Latent Debate: A Surrogate Framework for Interpreting LLM Thinking , author=. 2026 , eprint=
work page 2026
- [8]
Show all 53 references
-
[9]
1998 , publisher=
Comprehension: A Paradigm for Cognition , author=. 1998 , publisher=
1998
-
[10]
Predicting structured data , volume=
A tutorial on energy-based learning , author=. Predicting structured data , volume=. 2006 , publisher=
2006
-
[11]
2023 , eprint=
How Close is ChatGPT to Human Experts? Comparison Corpus, Evaluation, and Detection , author=. 2023 , eprint=
2023
-
[12]
Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers) , year =
Atanasova, Pepa and Camburu, Oana-Maria and Lioma, Christina and Lukasiewicz, Thomas and Simonsen, Jakob Grue and Augenstein, Isabelle , title =. Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers) , year =
-
[13]
Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing: System Demonstrations , year =
Honnibal, Matthew and Montani, Ines , title =. Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing: System Demonstrations , year =
2017
-
[14]
2024 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) , year =
Clemmer, Colton and Ding, Junhua and Feng, Yunhe , title =. 2024 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) , year =
2024
-
[15]
Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing , year =
Feng, Shi and Wallace, Eric and Grissom II, Alvin and Iyyer, Mohit and Rodriguez, Pedro and Boyd-Graber, Jordan , title =. Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing , year =. doi:10.18653/v1/D18-1407 , url =
2018 doi
-
[16]
, title =
DeYoung, Jay and Jain, Sarthak and Rajani, Nazneen Fatema and Lehman, Eric and Xiong, Caiming and Socher, Richard and Wallace, Byron C. , title =. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics , year =. doi:10.18653/v1/2020.acl-main.40...
-
[17]
, title =
Gururangan, Suchin and Swayamdipta, Swabha and Levy, Omer and Schwartz, Roy and Bowman, Samuel and Smith, Noah A. , title =. Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies , year =....
2018 doi
-
[18]
Cumulated gain-based evaluation of IR techniques , journal =
J\". Cumulated gain-based evaluation of IR techniques , journal =. 2002 , volume =. doi:10.1145/582415.582418 , url =
2002
-
[19]
International Conference on Learning Representations , year =
Kaushik, Divyansh and Hovy, Eduard and Lipton, Zachary , title =. International Conference on Learning Representations , year =
-
[20]
Proceedings of the 34th International Conference on Machine Learning , year =
Koh, Pang Wei and Liang, Percy , title =. Proceedings of the 34th International Conference on Machine Learning , year =
-
[21]
Findings of the Association for Computational Linguistics , year =
Hsia, Jennifer and Pruthi, Danish and Singh, Aarti and Lipton, Zachary , title =. Findings of the Association for Computational Linguistics , year =. doi:10.18653/v1/2024.findings-eacl.88 , url =
2024 doi
-
[22]
International Conference on Learning Representations , year =
Jang, Eric and Gu, Shixiang and Poole, Ben , title =. International Conference on Learning Representations , year =
-
[23]
2019 , url =
Bakhtin, Anton and Gross, Sam and Ott, Myle and Deng, Yuntian and Ranzato, Marc'Aurelio and Szlam, Arthur , title =. 2019 , url =. 1906.03351 , archivePrefix =
2019 arXiv
-
[24]
Journal of Machine Learning Research , year =
Bakhtin, Anton and Deng, Yuntian and Gross, Sam and Ott, Myle and Ranzato, Marc'Aurelio and Szlam, Arthur , title =. Journal of Machine Learning Research , year =
-
[25]
Barrault, Loïc and Duquenne, Paul-Ambroise and Elbayad, Maha and Kozhevnikov, Artyom and Alastruey, Belen and Andrews, Pierre and Coria, Mariano and Couairon, Guillaume and Costa-jussà, Marta R. and Dale, David and Elsahar, Hady and Heffernan, Kevin and Janeiro, João Maria and...
2024 arXiv
-
[26]
Bhattacharyya, Sumanta and Rooshenas, Amirmohammad and Naskar, Subhajit and Sun, Simeng and Iyyer, Mohit and McCallum, Andrew , title =. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natur...
-
[27]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =
Chefer, Hila and Gur, Shir and Wolf, Lior , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =. doi:10.1109/CVPR46437.2021.00084 , url =
2021
-
[28]
International Conference on Learning Representations , year =
Deng, Yuntian and Bakhtin, Anton and Ott, Myle and Szlam, Arthur and Ranzato, Marc'Aurelio , title =. International Conference on Learning Representations , year =
-
[29]
Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina , title =. Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers) , year =. doi:1...
2019 doi
-
[30]
2017 , url =
Doshi-Velez, Finale and Kim, Been , title =. 2017 , url =. 1702.08608 , archivePrefix =
2017 arXiv
-
[31]
Findings of the Association for Computational Linguistics: ACL 2024 , year =
Enouen, James and Nakhost, Hootan and Ebrahimi, Sayna and Arik, Sercan and Liu, Yan and Pfister, Tomas , title =. Findings of the Association for Computational Linguistics: ACL 2024 , year =. doi:10.18653/v1/2024.findings-acl.832 , url =
2024 doi
-
[32]
Proceedings of the 41st International Conference on Machine Learning , year =
Friedman, Dan and Lampinen, Andrew Kyle and Dixon, Lucas and Chen, Danqi and Ghandeharioun, Asma , title =. Proceedings of the 41st International Conference on Machine Learning , year =
-
[33]
2024 , url =
Hackmann, Stefan and Mahmoudian, Haniyeh and Steadman, Mark and Schmidt, Michael , title =. 2024 , url =. 2403.03028 , archivePrefix =
2024 arXiv
-
[34]
Fatemeh Seyyedsalehi and Mahdieh Soleymani Baghshah and Hamid R
S. Fatemeh Seyyedsalehi and Mahdieh Soleymani Baghshah and Hamid R. Rabiee , booktitle=. 2024 , url=
2024
-
[35]
Proceedings of the AAAI Conference on Artificial Intelligence , year =
Hao, Yaru and Dong, Li and Wei, Furu and Xu, Ke , title =. Proceedings of the AAAI Conference on Artificial Intelligence , year =. doi:10.1609/aaai.v35i14.17533 , url =
-
[36]
, title =
Jain, Sarthak and Wallace, Byron C. , title =. Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers) , year =. doi:10.18653/v1/N19-1357 , url =
2019 doi
-
[37]
Proceedings of the 35th International Conference on Machine Learning , year =
Kim, Been and Wattenberg, Martin and Gilmer, Justin and Cai, Carrie and Wexler, James and Viegas, Fernanda and Sayres, Rory , title =. Proceedings of the 35th International Conference on Machine Learning , year =
-
[38]
2017 , url =
Li, Jiwei and Monroe, Will and Jurafsky, Dan , title =. 2017 , url =. 1612.08220 , archivePrefix =
2017 arXiv
-
[39]
and Lee, Su-In , title =
Lundberg, Scott M. and Lee, Su-In , title =. Advances in Neural Information Processing Systems , year =
-
[40]
Reimers, Nils and Gurevych, Iryna , title =. Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP) , year =. doi:10.18653/v1/D19-1410 , url =
2019 doi
-
[41]
Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , year =
Ribeiro, Marco Tulio and Singh, Sameer and Guestrin, Carlos , title =. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , year =. doi:10.1145/2939672.2939778 , url =
-
[42]
Artificial Intelligence Review , year =
Schneider, Johannes , title =. Artificial Intelligence Review , year =. doi:10.1007/s10462-024-10916-x , url =
-
[43]
Proceedings of the 34th International Conference on Machine Learning , year =
Shrikumar, Avanti and Greenside, Peyton and Kundaje, Anshul , title =. Proceedings of the 34th International Conference on Machine Learning , year =
-
[44]
International Conference on Learning Representations (Workshop Track) , year =
Simonyan, Karen and Vedaldi, Andrea and Zisserman, Andrew , title =. International Conference on Learning Representations (Workshop Track) , year =
-
[45]
Proceedings of the 34th International Conference on Machine Learning , year =
Sundararajan, Mukund and Taly, Ankur and Yan, Qiqi , title =. Proceedings of the 34th International Conference on Machine Learning , year =
-
[46]
Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics , year =
Tu, Lifu and Pang, Richard Yuanzhe and Wiseman, Sam and Gimpel, Kevin , title =. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics , year =. doi:10.18653/v1/2020.acl-main.251 , url =
2020 doi
-
[47]
, title =
Turpin, Miles and Michael, Julian and Perez, Ethan and Bowman, Samuel R. , title =. Advances in Neural Information Processing Systems , year =
-
[48]
and Le, Quoc V and Zhou, Denny , title =
Wei, Jason and Wang, Xuezhi and Schuurmans, Dale and Bosma, Maarten and Ichter, Brian and Xia, Fei and Chi, Ed H. and Le, Quoc V and Zhou, Denny , title =. Advances in Neural Information Processing Systems , year =
-
[49]
Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , year =
Xie, Qizhe and Ma, Xuezhe and Dai, Zihang and Hovy, Eduard , title =. Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , year =. doi:10.18653/v1/P17-1088 , url =
-
[50]
Proceedings of the 32nd International Conference on Machine Learning , year =
Xu, Kelvin and Ba, Jimmy and Kiros, Ryan and Cho, Kyunghyun and Courville, Aaron and Salakhudinov, Ruslan and Zemel, Rich and Bengio, Yoshua , title =. Proceedings of the 32nd International Conference on Machine Learning , year =
-
[51]
Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , year =
Yin, Kayo and Neubig, Graham , title =. Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing , year =. doi:10.18653/v1/2022.emnlp-main.14 , url =
2022 doi
-
[52]
Proceedings of the AAAI 2024 Workshop on Responsible Language Models (ReLM) , year =
Zhao, Zhixue and Shan, Boxuan , title =. Proceedings of the AAAI 2024 Workshop on Responsible Language Models (ReLM) , year =
2024
-
[53]
International Conference on Learning Representations , year =
Zhou, Yongchao and Muresanu, Andrei Ioan and Han, Ziwen and Paster, Keiran and Pitis, Silviu and Chan, Harris and Ba, Jimmy , title =. International Conference on Learning Representations , year =
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.