Pith. sign in

REVIEW 3 major objections 2 minor 71 references

Do Biased Models Have Biased Thoughts?

T0 review · 3 major / 2 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read Biased final answers from LLMs do not reliably have corresponding bias in their chain-of-thought reasoning, according to this study.

desk verdict The abstract announces a meaningful LLM-fairness result, but the supplied full text is an unrelated pilot-wave QM paper, so the claimed experiment does not exist in this submission. read the letter →

arxiv 2508.06671 v2 pith:LXBPFYKU submitted 2025-08-08 cs.CL cs.AI

classification cs.CLcs.AI
keywords chain-of-thoughtpromptingfairnessbiaslanguagemodelreasoningtransparencybiaseddecisionscorrelationanalysisLLMevaluation
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

This paper asks whether large language models that give biased final answers also show corresponding bias in the chain-of-thought reasoning they generate. It reports correlations between fairness metrics computed on the reasoning text and on the final output across five popular LLMs, covering eleven bias categories. The central finding is that these correlations are weak—below 0.6, with p-values under 0.001 in most cases—leading the authors to conclude that biased decisions do not reliably come with biased 'thoughts' in the tested models. If correct, this challenges the common assumption that inspecting a model's step-by-step reasoning reveals whether it is biased.

What carries the argument

Chain-of-thought prompting—asking the model to write out intermediate reasoning before giving an answer—is the instrument used to expose 'thoughts.' The argument turns on computing fairness metrics (quantifying gender, race, etc. bias) separately on the chain-of-thought text and on the final answer, then testing the correlation between those two sets of bias scores. The threshold claim is that the correlation is low (<0.6) and significant, which is taken to show the reasoning trace is not a reliable mirror of output bias.

What would settle it

One concrete check: on the same five models and eleven bias categories, compute the bias score from chain-of-thought text using an alternative fairness metric (e.g., a counterfactual substitution test) instead of the paper's metric. If the resulting correlations with final-output bias exceed 0.6 in most categories, the claim that thoughts and outputs are not highly correlated would fail. Also, if removing the instruction to 'think step by step' and instead using a stripped prompt changes the correlation pattern, the result depends on the elicitation method rather than on the models' internal t

Watch

Extended reading notes

Core claim

Using chain-of-thought prompting to elicit reasoning steps, the authors quantify 11 social biases (gender, race, socio-economic status, physical appearance, sexual orientation) in both the generated thoughts and the final outputs of five LLMs. They find that the bias level in the thinking steps is not highly correlated with the bias in the output: the correlation is less than 0.6, statistically significant at p<0.001 in most cases. Their interpretation is that, unlike humans, a model can produce a biased decision while its verbalized reasoning is not correspondingly biased—so biased decisions do not imply biased thoughts. This is framed as a caution about using chain-of-thought text as a tra

Load-bearing premise

The claim assumes that the text a model produces under chain-of-thought prompting is a faithful record of the model's actual reasoning, so that measuring bias in that text measures bias in its thoughts.

Editorial extensions

If this is right

  • Chain-of-thought text should not be used as a fairness audit: low thought-bias does not certify an unbiased answer.
  • Bias mitigation that targets the generated reasoning steps may not change final-output bias, since the two are decoupled.
  • Evaluations of LLM fairness should measure final decisions, not the verbalized reasoning, at least for the tested models.
  • The statistical significance of the low correlation means the finding is not a chance pattern, within the study's setup.
  • The claim sets up a future research target: discovering where output bias actually originates if not in the visible reasoning chain.

Reading between the lines

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

  • If the result generalizes, safety and interpretability work that reads chain-of-thought text to explain or audit model behavior would need to treat those traces as post-hoc rationalizations rather than causal reasoning.
  • A concrete testable extension: instead of prompting for text, probe the model's hidden activations or use a non-verbal CoT method to see if bias correlates with output; if a correlation appears, the disconnect may be specific to verbalized reasoning.
  • Another extension is to test whether the correlation rises when the model is explicitly instructed to justify its answer in terms of the protected attribute, which would indicate the bias can be verbalized when demanded.
  • The paper's p<0.001 with low r suggests a large, consistent decoupling; a further question is whether that decoupling is an artifact of how the CoT text was produced (e.g., style differences) rather than genuine independence.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 2 minor

Summary. The manuscript, as identified by its arXiv metadata and abstract, claims to present an empirical study of chain-of-thought (CoT) bias versus output bias in five large language models across eleven bias dimensions, reporting correlations below 0.6 with p<0.001 in most cases and concluding that biased model decisions are not accompanied by correspondingly biased CoT reasoning. However, the supplied full text is a quantum-foundations paper on pilot-wave theory and standard quantum mechanics (Manero, Muciño, and Okon, arXiv:2508.06667v1), containing no language models, no chain-of-thought prompting, no fairness metrics, no datasets, no experimental protocol, and no results tables. The central claim of the abstract is therefore unsupported by any body text.

Significance. If the claimed correlation result were properly established, it would be significant for fairness auditing and interpretability research: it would suggest that CoT text may not be a reliable proxy for the fairness-relevant internal processes that produce final model outputs, and it would complicate the use of CoT-based fairness metrics. The paper would be potentially important to the NLP community. It is also the kind of negative result that can be valuable, since it challenges a common assumption that a model's reasoning trace reflects the same biases as its final answer. However, none of this significance can be realized on the basis of the submitted manuscript, because the experimental evidence is entirely absent. I also note that the work provides no machine-checked proofs, reproducible code, or parameter-free derivations that could partially offset the absent experimental detail.

major comments (3)
  1. [Abstract and full text] The abstract's central claim—that across 5 LLMs and 11 bias types, CoT bias correlates with output bias at less than 0.6 with p<0.001—has no supporting experimental material anywhere in the supplied full text. The body is a paper on pilot-wave quantum mechanics. No model names, datasets, prompts, decoding settings, fairness metrics, correlation formulas, or significance procedures are given. This is not a presentation issue; it is a complete evidentiary absence, and the headline result cannot be assessed, reproduced, or even located in the manuscript.
  2. [Abstract, 'biased thoughts'] The interpretive claim that models with biased decisions 'do not always possess biased thoughts' requires equating CoT text with the model's thoughts. The manuscript does not define this mapping or defend it, and it does not discuss the alternative reading that CoT text is an output artifact whose bias may be only weakly related to the model's internal computations. Even if the experiment were present, this assumption would need explicit operationalization and validation; its absence is load-bearing because it determines whether the reported correlation addresses the stated research question.
  3. [Entire manuscript] The manuscript contains no limitations section, no reproducibility details, and no appendices supplying experimental protocol. A reader cannot determine how the 11 biases were defined, how fairness metrics were computed on CoT tokens versus final answers, whether the correlations were across items, models, or bias categories, or how the p-values were obtained. These omissions are not local gaps; they concern the entire empirical contribution and cannot be repaired without adding the missing study.
minor comments (2)
  1. [Metadata] The arXiv identifier in the supplied full text is 2508.06667, while the manuscript under review is 2508.06671; this mismatch should be resolved editorially.
  2. [Full text] The body text contains typographical artifacts (e.g., 'anN-particle', broken spacing in Section 4) that are immaterial given the substantive mismatch but would need correction in any eventual publication.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity identified: the abstract's empirical correlation claim has no derivation chain to reduce, and the supplied full text is an unrelated quant-ph paper.

full rationale

The circularity pass looks for a claimed derivation that reduces, by the paper's own equations or by self-citation, to its own inputs. Here the abstract reports an empirical finding—that measured chain-of-thought bias correlates weakly with output bias across 5 LLMs and 11 bias types—but the supplied full text is a paper on pilot-wave quantum mechanics with no language models, no chain-of-thought, no fairness metrics, and no correlation analysis. There is therefore no derivation chain and no equation or protocol in which the conclusion is defined into the input. The claim is not circular on its face: a correlation between two measured quantities is not forced by the definition of either quantity, even if one accepts the operationalization of 'thoughts' as chain-of-thought text. The serious issue here is evidentiary absence, not circularity: the body does not support the abstract's empirical claim, and the faithfulness of chain-of-thought text as a record of 'thoughts' is an unargued assumption. But an unsupported or missing experiment is not a circular reduction, and the rules require exhibiting a specific reduction before flagging circularity. Accordingly, the correct circularity score is 0.

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

The claimed LLM study, described only in the abstract, rests on two domain assumptions: that chain-of-thought text records the model's thoughts, and that the fairness metrics used validly measure bias in both thoughts and outputs. No free parameters or invented entities can be identified from the abstract. The body text is an unrelated quantum foundations paper, so these assumptions are the main conceptual load-bearing elements.

assumptions (2)
  • domain assumption Chain-of-thought text is a faithful proxy for a model's internal thoughts
    The conclusion 'models with biased decisions do not always possess biased thoughts' requires that the text produced during chain-of-thought prompting is the model's actual thinking; otherwise the correlation is between two output texts.
  • domain assumption Fairness metrics applied to generated text validly quantify bias
    The abstract says it 'quantifies 11 different biases in the model's thoughts and output' without defining the metrics; the validity of the bias scores is assumed.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Do Biased Models Have Biased Thoughts?." pith.science (2026). https://pith.science/paper/LXBPFYKU

@misc{pith2026250806671,
  author       = {Pith},
  title        = {Pith review of: Do Biased Models Have Biased Thoughts?},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LXBPFYKU}},
  note         = {Machine review of arXiv:2508.06671}
}
abstract

The impressive performance of language models is undeniable. However, the presence of biases based on gender, race, socio-economic status, physical appearance, and sexual orientation makes the deployment of language models challenging. This paper studies the effect of chain-of-thought prompting, a recent approach that studies the steps followed by the model before it responds, on fairness. More specifically, we ask the following question: $\textit{Do biased models have biased thoughts}$? To answer our question, we conduct experiments on $5$ popular large language models using fairness metrics to quantify $11$ different biases in the model's thoughts and output. Our results show that the bias in the thinking steps is not highly correlated with the output bias (less than $0.6$ correlation with a $p$-value smaller than $0.001$ in most cases). In other words, unlike human beings, the tested models with biased decisions do not always possess biased thoughts.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

71 extracted references · 33 canonical work pages

  1. [1]

    Marah Abdin, Jyoti Aneja, Hany Awadalla, Ahmed Awadallah, Ammar Ahmad Awan, Nguyen Bach, Amit Bahree, Arash Bakhtiari, Jianmin Bao, Harkirat Behl, Alon Benhaim, Misha Bilenko, Johan Bjorck, Sébastien Bubeck, Martin Cai, Qin Cai, Vishrav Chaudhary, Dong Chen, Dongdong Chen, Weizhu Chen, Yen-Chun Chen, Yi-Ling Chen, Hao Cheng, Parul Chopra, Xiyang Dai, Matt...

  2. [2]

    Gpt-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  3. [3]

    Llama 3 model card

    AI@Meta. Llama 3 model card. 2024. URL https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md

  4. [4]

    Shikha Bordia and Samuel R. Bowman. Identifying and reducing gender bias in word-level language models. In Sudipta Kar, Farah Nadeem, Laura Burdick, Greg Durrett, and Na-Rae Han (eds.), Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Student Research Workshop , pp.\ 7--15, Minneapolis, Mi...

  5. [5]

    A large annotated corpus for learning natural language inference

    Samuel Bowman, Gabor Angeli, Christopher Potts, and Christopher D Manning. A large annotated corpus for learning natural language inference. In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, pp.\ 632--642, 2015

  6. [6]

    On the independence of association bias and empirical fairness in language models

    Laura Cabello, Anna Katrine J rgensen, and Anders S gaard. On the independence of association bias and empirical fairness in language models. In Proceedings of the 2023 ACM Conference on Fairness, Accountability, and Transparency, pp.\ 370--378, 2023

  7. [7]

    Semantics derived automatically from language corpora contain human-like biases

    Aylin Caliskan, Joanna J Bryson, and Arvind Narayanan. Semantics derived automatically from language corpora contain human-like biases. Science, 356 0 (6334): 0 183--186, 2017

  8. [8]

    On the intrinsic and extrinsic fairness evaluation metrics for contextualized language representations

    Yang Trista Cao, Yada Pruksachatkun, Kai-Wei Chang, Rahul Gupta, Varun Kumar, Jwala Dhamala, and Aram Galstyan. On the intrinsic and extrinsic fairness evaluation metrics for contextualized language representations. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), pp.\ 561--570, Dublin, I...

Show all 71 references
  1. [9]

    The pascal recognising textual entailment challenge

    Ido Dagan, Oren Glickman, and Bernardo Magnini. The pascal recognising textual entailment challenge. In Machine learning challenges workshop, pp.\ 177--190. Springer, 2005

  2. [10]

    Measuring fairness with biased rulers: A comparative study on bias metrics for pre-trained language models

    Pieter Delobelle, Ewoenam Tokpo, Toon Calders, and Bettina Berendt. Measuring fairness with biased rulers: A comparative study on bias metrics for pre-trained language models. In Proceedings of the 2022 Conference of the North American Chapter of the Association for Computatio...

  3. [11]

    Bold: Dataset and metrics for measuring biases in open-ended language generation

    Jwala Dhamala, Tony Sun, Varun Kumar, Satyapriya Krishna, Yada Pruksachatkun, Kai-Wei Chang, and Rahul Gupta. Bold: Dataset and metrics for measuring biases in open-ended language generation. In Proceedings of the 2021 ACM conference on fairness, accountability, and transparen...

  4. [13]

    First-person fairness in chatbots

    Tyna Eloundou, Alex Beutel, David G Robinson, Keren Gu-Lemberg, Anna-Luisa Brakman, Pamela Mishkin, Meghan Shah, Johannes Heidecke, Lilian Weng, and Adam Tauman Kalai. First-person fairness in chatbots. arXiv preprint arXiv:2410.19803, 2024

  5. [14]

    Bias and fairness in large language models: A survey

    Isabel O Gallegos, Ryan A Rossi, Joe Barrow, Md Mehrab Tanjim, Sungchul Kim, Franck Dernoncourt, Tong Yu, Ruiyi Zhang, and Nesreen K Ahmed. Bias and fairness in large language models: A survey. Computational Linguistics, pp.\ 1--79, 2024

  6. [15]

    Counterfactual fairness in text classification through robustness

    Sahaj Garg, Vincent Perot, Nicole Limtiaco, Ankur Taly, Ed H Chi, and Alex Beutel. Counterfactual fairness in text classification through robustness. In Conference on AI, Ethics, and Society, 2019

  7. [16]

    Intrinsic bias metrics do not correlate with application bias

    Seraphina Goldfarb-Tarrant, Rebecca Marchant, Ricardo Mu \ n oz S \'a nchez, Mugdha Pandya, and Adam Lopez. Intrinsic bias metrics do not correlate with application bias. In Chengqing Zong, Fei Xia, Wenjie Li, and Roberto Navigli (eds.), Proceedings of the 59th Annual Meeting ...

  8. [17]

    The llama 3 herd of models

    Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024

  9. [18]

    Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning

    Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Ruoyu Zhang, Runxin Xu, Qihao Zhu, Shirong Ma, Peiyi Wang, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025

  10. [19]

    Debertav3: Improving deberta using electra-style pre-training with gradient-disentangled embedding sharing

    Pengcheng He, Jianfeng Gao, and Weizhu Chen. Debertav3: Improving deberta using electra-style pre-training with gradient-disentangled embedding sharing. arXiv preprint arXiv:2111.09543, 2021

  11. [20]

    Large language models cannot self-correct reasoning yet

    Jie Huang, Xinyun Chen, Swaroop Mishra, Huaixiu Steven Zheng, Adams Wei Yu, Xinying Song, and Denny Zhou. Large language models cannot self-correct reasoning yet. arXiv preprint arXiv:2310.01798, 2023

  12. [21]

    Towards effective disambiguation for machine translation with large language models

    Vivek Iyer, Pinzhen Chen, and Alexandra Birch. Towards effective disambiguation for machine translation with large language models. In Proceedings of the Eighth Conference on Machine Translation, pp.\ 482--495, 2023

  13. [22]

    Albert Q. Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, Lélio Renard Lavaud, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas ...

  14. [23]

    Debiasing isn ' t enough! -- on the effectiveness of debiasing MLM s and their social biases in downstream tasks

    Masahiro Kaneko, Danushka Bollegala, and Naoaki Okazaki. Debiasing isn ' t enough! -- on the effectiveness of debiasing MLM s and their social biases in downstream tasks. In Nicoletta Calzolari, Chu-Ren Huang, Hansaem Kim, James Pustejovsky, Leo Wanner, Key-Sun Choi, Pum-Mo Ry...

  15. [24]

    Seonmi Kim, Seyoung Kim, Yejin Kim, Junpyo Park, Seongjin Kim, Moolkyeol Kim, Chang Hwan Sung, Joohwan Hong, and Yongjae Lee. Llms analyzing the analysts: Do bert and gpt extract more value from financial analyst reports? In Proceedings of the Fourth ACM International Conferen...

  16. [25]

    Subtle biases need subtler measures: Dual metrics for evaluating representative and affinity bias in large language models

    Abhishek Kumar, Sarfaroz Yunusov, and Ali Emami. Subtle biases need subtler measures: Dual metrics for evaluating representative and affinity bias in large language models. arXiv preprint arXiv:2405.14555, 2024 a

  17. [26]

    Decoding biases: Automated methods and llm judges for gender bias detection in language models

    Shachi H Kumar, Saurav Sahay, Sahisnu Mazumder, Eda Okur, Ramesh Manuvinakurike, Nicole Beckage, Hsuan Su, Hung-yi Lee, and Lama Nachman. Decoding biases: Automated methods and llm judges for gender bias detection in language models. arXiv preprint arXiv:2408.03907, 2024 b

  18. [27]

    Measuring bias in contextualized word representations

    Keita Kurita, Nidhi Vyas, Ayush Pareek, Alan W Black, and Yulia Tsvetkov. Measuring bias in contextualized word representations. In Marta R. Costa-juss \`a , Christian Hardmeier, Will Radford, and Kellie Webster (eds.), Proceedings of the First Workshop on Gender Bias in Natur...

  19. [28]

    Measuring bias in contextualized word representations

    Keita Kurita, Nidhi Vyas, Ayush Pareek, Alan W Black, and Yulia Tsvetkov. Measuring bias in contextualized word representations. In Proceedings of the First Workshop on Gender Bias in Natural Language Processing, pp.\ 166--172, 2019 b

  20. [29]

    Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension

    Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Ves Stoyanov, and Luke Zettlemoyer. Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension. arXiv preprint arXiv:1910.13461, 2019

  21. [30]

    Large language models for generative recommendation: A survey and visionary discussions

    Lei Li, Yongfeng Zhang, Dugang Liu, and Li Chen. Large language models for generative recommendation: A survey and visionary discussions. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024...

  22. [31]

    Data generation using large language models for text classification: An empirical case study

    Yinheng Li, Rogerio Bonatti, Sara Abdali, Justin Wagle, and Kazuhito Koishida. Data generation using large language models for text classification: An empirical case study. arXiv preprint arXiv:2407.12813, 2024 b

  23. [32]

    BRIO : Bringing order to abstractive summarization

    Yixin Liu, Pengfei Liu, Dragomir Radev, and Graham Neubig. BRIO : Bringing order to abstractive summarization. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 2890--2903, Dublin, Ireland, May 2022. Associ...

  24. [33]

    Bowman, and Rachel Rudinger

    Chandler May, Alex Wang, Shikha Bordia, Samuel R. Bowman, and Rachel Rudinger. On measuring social biases in sentence encoders. In Conference of the North A merican Chapter of the Association for Computational Linguistics , 2019

  25. [34]

    Evaluating large language models as agents in the clinic

    Nikita Mehandru, Brenda Y Miao, Eduardo Rodriguez Almaraz, Madhumita Sushil, Atul J Butte, and Ahmed Alaa. Evaluating large language models as agents in the clinic. NPJ digital medicine, 7 0 (1): 0 84, 2024

  26. [35]

    Bias against 93 stigmatized groups in masked language models and downstream sentiment classification tasks

    Katelyn Mei, Sonia Fereidooni, and Aylin Caliskan. Bias against 93 stigmatized groups in masked language models and downstream sentiment classification tasks. In Proceedings of the 2023 ACM Conference on Fairness, Accountability, and Transparency, pp.\ 1699--1710, 2023

  27. [36]

    Mark-evaluate: Assessing language generation using population estimation methods

    Gon c alo Mordido and Christoph Meinel. Mark-evaluate: Assessing language generation using population estimation methods. In International Conference on Computational Linguistics, December 2020

  28. [37]

    Hate speech detection and racial bias mitigation in social media based on bert model

    Marzieh Mozafari, Reza Farahbakhsh, and No \"e l Crespi. Hate speech detection and racial bias mitigation in social media based on bert model. PloS one, 15 0 (8): 0 e0237861, 2020

  29. [38]

    Stereoset: Measuring stereotypical bias in pretrained language models

    Moin Nadeem, Anna Bethke, and Siva Reddy. Stereoset: Measuring stereotypical bias in pretrained language models. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processin...

  30. [39]

    Nikita Nangia, Clara Vania, Rasika Bhalerao, and Samuel R. Bowman. C row S -pairs: A challenge dataset for measuring social biases in masked language models. In Bonnie Webber, Trevor Cohn, Yulan He, and Yang Liu (eds.), Proceedings of the 2020 Conference on Empirical Methods i...

  31. [40]

    Honest: Measuring hurtful sentence completion in language models

    Debora Nozza, Federico Bianchi, Dirk Hovy, et al. Honest: Measuring hurtful sentence completion in language models. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies. Association fo...

  32. [41]

    To what extent have llms reshaped the legal domain so far? a scoping literature review

    Bogdan Padiu, Radu Iacob, Traian Rebedea, and Mihai Dascalu. To what extent have llms reshaped the legal domain so far? a scoping literature review. Information, 15 0 (11): 0 662, 2024

  33. [42]

    BBQ : A hand-built bias benchmark for question answering

    Alicia Parrish, Angelica Chen, Nikita Nangia, Vishakh Padmakumar, Jason Phang, Jana Thompson, Phu Mon Htut, and Samuel Bowman. BBQ : A hand-built bias benchmark for question answering. In Smaranda Muresan, Preslav Nakov, and Aline Villavicencio (eds.), Findings of the Associat...

  34. [43]

    Making reasoning matter: Measuring and improving faithfulness of chain-of-thought reasoning

    Debjit Paul, Robert West, Antoine Bosselut, and Boi Faltings. Making reasoning matter: Measuring and improving faithfulness of chain-of-thought reasoning. In Findings of the Association for Computational Linguistics: EMNLP 2024, pp.\ 15012--15032, 2024

  35. [44]

    The risk of racial bias in hate speech detection

    Maarten Sap, Dallas Card, Saadia Gabriel, Yejin Choi, and Noah A Smith. The risk of racial bias in hate speech detection. In Proceedings of the 57th annual meeting of the association for computational linguistics, pp.\ 1668--1678, 2019

  36. [45]

    Chain of logic: Rule-based reasoning with large language models, 2024

    Sergio Servantez, Joe Barrow, Kristian Hammond, and Rajiv Jain. Chain of logic: Rule-based reasoning with large language models, 2024. URL https://arxiv.org/abs/2402.10400

  37. [46]

    Learning to generate equitable text in dialogue from biased training data

    Anthony Sicilia and Malihe Alikhani. Learning to generate equitable text in dialogue from biased training data. In Anna Rogers, Jordan Boyd-Graber, and Naoaki Okazaki (eds.), Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Lon...

  38. [47]

    I `m sorry to hear that : Finding new biases in language models with a holistic descriptor dataset

    Eric Michael Smith, Melissa Hall, Melanie Kambadur, Eleonora Presani, and Adina Williams. I `m sorry to hear that : Finding new biases in language models with a holistic descriptor dataset. In Yoav Goldberg, Zornitsa Kozareva, and Yue Zhang (eds.), Proceedings of the 2022 Conf...

  39. [48]

    H a R i M ^+ : Evaluating summary quality with hallucination risk

    Seonil (Simon) Son, Junsoo Park, Jeong-in Hwang, Junghwa Lee, Hyungjong Noh, and Yeonsoo Lee. H a R i M ^+ : Evaluating summary quality with hallucination risk. In Yulan He, Heng Ji, Sujian Li, Yang Liu, and Chua-Hui Chang (eds.), Proceedings of the 2nd Conference of the Asia-...

  40. [49]

    Gemma Team. Gemma. 2024 a . doi:10.34740/KAGGLE/M/3301. URL https://www.kaggle.com/m/3301

  41. [50]

    Qwen2.5: A party of foundation models, September 2024 b

    Qwen Team. Qwen2.5: A party of foundation models, September 2024 b . URL https://qwenlm.github.io/blog/qwen2.5/

  42. [51]

    Augmented SBERT : Data augmentation method for improving bi-encoders for pairwise sentence scoring tasks

    Nandan Thakur, Nils Reimers, Johannes Daxenberger, and Iryna Gurevych. Augmented SBERT : Data augmentation method for improving bi-encoders for pairwise sentence scoring tasks. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computati...

  43. [52]

    Language models don’t always say what they think: Unfaithful explanations in chain-of-thought prompting

    Miles Turpin, Julian Michael, Ethan Perez, and Samuel R Bowman. Language models don’t always say what they think: Unfaithful explanations in chain-of-thought prompting

  44. [53]

    Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting

    Miles Turpin, Julian Michael, Ethan Perez, and Samuel Bowman. Language models don't always say what they think: Unfaithful explanations in chain-of-thought prompting. Advances in Neural Information Processing Systems, 36: 0 74952--74965, 2023

  45. [54]

    Foundational autoraters: Taming large language models for better automatic evaluation

    Tu Vu, Kalpesh Krishna, Salaheddin Alzubi, Chris Tar, Manaal Faruqui, and Yun-Hsuan Sung. Foundational autoraters: Taming large language models for better automatic evaluation. arXiv preprint arXiv:2407.10817, 2024

  46. [55]

    Towards understanding chain-of-thought prompting: An empirical study of what matters

    Boshi Wang, Sewon Min, Xiang Deng, Jiaming Shen, You Wu, Luke Zettlemoyer, and Huan Sun. Towards understanding chain-of-thought prompting: An empirical study of what matters. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: ...

  47. [56]

    Document-level machine translation with large language models

    Longyue Wang, Chenyang Lyu, Tianbo Ji, Zhirui Zhang, Dian Yu, Shuming Shi, and Zhaopeng Tu. Document-level machine translation with large language models. In Houda Bouamor, Juan Pino, and Kalika Bali (eds.), Proceedings of the 2023 Conference on Empirical Methods in Natural La...

  48. [57]

    Measuring and reducing gendered correlations in pre-trained models

    Kellie Webster, Xuezhi Wang, Ian Tenney, Alex Beutel, Emily Pitler, Ellie Pavlick, Jilin Chen, Ed H Chi, and Slav Petrov. Measuring and reducing gendered correlations in pre-trained models. 2020

  49. [58]

    Chain-of-thought prompting elicits reasoning in large language models

    Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35: 0 24824--24837, 2022

  50. [59]

    A broad-coverage challenge corpus for sentence understanding through inference

    Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence understanding through inference. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, ...

  51. [60]

    Empowering news recommendation with pre-trained language models

    Chuhan Wu, Fangzhao Wu, Tao Qi, and Yongfeng Huang. Empowering news recommendation with pre-trained language models. In Proceedings of the 44th international ACM SIGIR conference on research and development in information retrieval, pp.\ 1652--1656, 2021

  52. [61]

    m T 5: A massively multilingual pre-trained text-to-text transformer

    Linting Xue, Noah Constant, Adam Roberts, Mihir Kale, Rami Al-Rfou, Aditya Siddhant, Aditya Barua, and Colin Raffel. m T 5: A massively multilingual pre-trained text-to-text transformer. In Proceedings of the 2021 Conference of the North American Chapter of the Association for...

  53. [62]

    Improving conversational recommendation systems ' quality with context-aware item meta-information

    Bowen Yang, Cong Han, Yu Li, Lei Zuo, and Zhou Yu. Improving conversational recommendation systems ' quality with context-aware item meta-information. In Marine Carpuat, Marie-Catherine de Marneffe, and Ivan Vladimir Meza Ruiz (eds.), Findings of the Association for Computatio...

  54. [63]

    Dissociation of faithful and unfaithful reasoning in llms

    Evelyn Yee, Alice Li, Chenyu Tang, Yeon Ho Jung, Ramamohan Paturi, and Leon Bergen. Dissociation of faithful and unfaithful reasoning in llms. arXiv preprint arXiv:2405.15092, 2024

  55. [64]

    Improve llm-as-a-judge ability as a general ability

    Jiachen Yu, Shaoning Sun, Xiaohui Hu, Jiaxu Yan, Kaidong Yu, and Xuelong Li. Improve llm-as-a-judge ability as a general ability. arXiv preprint arXiv:2502.11689, 2025

  56. [65]

    Should we attend more or less? modulating attention for fairness

    Abdelrahman Zayed, Goncalo Mordido, Samira Shabanian, and Sarath Chandar. Should we attend more or less? modulating attention for fairness. arXiv preprint arXiv:2305.13088, 2023

  57. [66]

    Abdelrahman Zayed, Gon c alo Mordido, Ioana Baldini, and Sarath Chandar. Why don’t prompt-based fairness metrics correlate? In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.\ 9002--9019, 2024 a

  58. [67]

    Fairness-aware structured pruning in transformers

    Abdelrahman Zayed, Goncalo Mordido, Samira Shabanian, Ioana Baldini, and Sarath Chandar. Fairness-aware structured pruning in transformers. In AAAI Conference on Artificial Intelligence, 2024 b

  59. [68]

    Judging llm-as-a-judge with mt-bench and chatbot arena

    Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric Xing, et al. Judging llm-as-a-judge with mt-bench and chatbot arena. Advances in Neural Information Processing Systems, 36: 0 46595--46623, 2023

  60. [69]

    write newline

    " write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...

  61. [70]

    @esa (Ref

    \@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...

  62. [71]

    \@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...

  63. [72]

    @open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...

Pith tools

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