<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v2.3 20070202//EN" "journalpublishing.dtd">
<article xml:lang="EN" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="editorial">
<front>
<journal-meta>
<journal-id journal-id-type="publisher-id">Front. Artif. Intell.</journal-id>
<journal-title>Frontiers in Artificial Intelligence</journal-title>
<abbrev-journal-title abbrev-type="pubmed">Front. Artif. Intell.</abbrev-journal-title>
<issn pub-type="epub">2624-8212</issn>
<publisher>
<publisher-name>Frontiers Media S.A.</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="doi">10.3389/frai.2023.1350306</article-id>
<article-categories>
<subj-group subj-group-type="heading">
<subject>Artificial Intelligence</subject>
<subj-group>
<subject>Specialty Grand Challenge</subject>
</subj-group>
</subj-group>
</article-categories>
<title-group>
<article-title>Natural language processing in the era of large language models</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author" corresp="yes">
<name><surname>Zubiaga</surname> <given-names>Arkaitz</given-names></name>
<xref ref-type="corresp" rid="c001"><sup>&#x0002A;</sup></xref>
<uri xlink:href="http://loop.frontiersin.org/people/1369586/overview"/>
<role content-type="https://credit.niso.org/contributor-roles/writing-original-draft/"/>
<role content-type="https://credit.niso.org/contributor-roles/writing-review-editing/"/>
</contrib>
</contrib-group>
<aff><institution>School of Electronic Engineering and Computer Science, Queen Mary University of London</institution>, <addr-line>London</addr-line>, <country>United Kingdom</country></aff>
<author-notes>
<fn fn-type="edited-by"><p>Edited and reviewed by: Thomas Hartung, Johns Hopkins University, United States</p></fn>
<corresp id="c001">&#x0002A;Correspondence: Arkaitz Zubiaga <email>a.zubiaga&#x00040;qmul.ac.uk</email></corresp>
</author-notes>
<pub-date pub-type="epub">
<day>12</day>
<month>01</month>
<year>2024</year>
</pub-date>
<pub-date pub-type="collection">
<year>2023</year>
</pub-date>
<volume>6</volume>
<elocation-id>1350306</elocation-id>
<history>
<date date-type="received">
<day>05</day>
<month>12</month>
<year>2023</year>
</date>
<date date-type="accepted">
<day>31</day>
<month>12</month>
<year>2023</year>
</date>
</history>
<permissions>
<copyright-statement>Copyright &#x000A9; 2024 Zubiaga.</copyright-statement>
<copyright-year>2024</copyright-year>
<copyright-holder>Zubiaga</copyright-holder>
<license xlink:href="http://creativecommons.org/licenses/by/4.0/"><p>This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.</p></license>
</permissions>
<kwd-group>
<kwd>natural language processing</kwd>
<kwd>large language models (LLM)</kwd>
<kwd>language models (LMs)</kwd>
<kwd>specialty grand challenge</kwd>
<kwd>generative AI</kwd>
</kwd-group>
<counts>
<fig-count count="0"/>
<table-count count="0"/>
<equation-count count="0"/>
<ref-count count="53"/>
<page-count count="5"/>
<word-count count="3935"/>
</counts>
<custom-meta-wrap>
<custom-meta>
<meta-name>section-at-acceptance</meta-name>
<meta-value>Natural Language Processing</meta-value>
</custom-meta>
</custom-meta-wrap>
</article-meta>
</front>
<body>
<sec id="s1">
<title>1 Overview</title>
<p>Since their inception in the 1980s, language models (LMs) have been around for more than four decades as a means for statistically modeling the properties observed from natural language (Rosenfeld, <xref ref-type="bibr" rid="B37">2000</xref>). Given a collection of texts as input, a language model computes statistical properties of language from those texts, such as frequencies and probabilities of words and surrounding context, which can then be used for different purposes including natural language understanding (NLU), generation (NLG), reasoning (NLR) and, more broadly, processing (NLP) (Dong et al., <xref ref-type="bibr" rid="B12">2019</xref>). Such statistical approach to modeling natural language has sparked debate for decades between those who argue that language can be modeled through the observation and probabilistic representation of patterns, and those who argue that such an approach is rudimentary and that proper understanding of language needs grounding in linguistic theories (Mitchell and Krakauer, <xref ref-type="bibr" rid="B29">2023</xref>).</p>
<p>It has only been recently that, as a consequence of the increase in the availability of text collections and in the access to improved computational resources, large language models (LLMs) have been introduced in the scientific community by revolutionizing the NLP field (Min et al., <xref ref-type="bibr" rid="B28">2023</xref>). Following the same foundational intuition as traditional LMs introduced in the 1980s, LLMs scale up the statistical language properties garnered from large text collections. Following the same logic of modeling statistical properties of languages as traditional LMs, researchers have demonstrated that, with today&#x00027;s computational resources, it is possible to train much larger LLMs which are trained from huge collections of text that on occasions can even include almost the entire Web. This is however not without controversy, not least because use of such large-scale collections of text prioritizes quantity over quality (Li et al., <xref ref-type="bibr" rid="B19">2023a</xref>), as indeed one loses control of what data is being fed into the model when the whole Web is being used, which in addition to valuable information contains offensive content and misinformation (Derczynski et al., <xref ref-type="bibr" rid="B10">2014</xref>; Cinelli et al., <xref ref-type="bibr" rid="B6">2021</xref>; Yin and Zubiaga, <xref ref-type="bibr" rid="B51">2021</xref>).</p>
<p>The surge of LLMs has been incremental since the late 2010s and has come in waves. Following a wave that introduced word embedding models such as word2vec (Mikolov et al., <xref ref-type="bibr" rid="B27">2013</xref>) and GloVe (Pennington et al., <xref ref-type="bibr" rid="B33">2014</xref>) for compact representation of words in the form of embeddings, the first major wave came with the emergence of LLMs built on top of the Transformer architecture (Vaswani et al., <xref ref-type="bibr" rid="B46">2017</xref>), including BERT (Devlin et al., <xref ref-type="bibr" rid="B11">2019</xref>), RoBERTa (Liu et al., <xref ref-type="bibr" rid="B22">2019</xref>) and T5 (Raffel et al., <xref ref-type="bibr" rid="B34">2020</xref>). A more recent wave has led to a surge of models for generative AI including chatbots like ChatGPT, Google Bard, as well as open source alternatives such as LLaMa (Touvron et al., <xref ref-type="bibr" rid="B45">2023</xref>), Alpaca (Taori et al., <xref ref-type="bibr" rid="B44">2023</xref>) and Lemur (Xu et al., <xref ref-type="bibr" rid="B50">2023</xref>). These have in turn motivated the creation of different ways of leveraging these LLMs, including through prompting methods (Liu et al., <xref ref-type="bibr" rid="B23">2023</xref>) such as Pattern Exploiting Training (PET) (Schick and Sch&#x000FC;tze, <xref ref-type="bibr" rid="B40">2021</xref>) for few-shot text classification as well as methods for NLG (Sarsa et al., <xref ref-type="bibr" rid="B38">2022</xref>). An LLM is typically a model which is pre-trained on existing large-scale datasets, which involves significant computational power and time, whereas these models can later be fine-tuned to specific domains with less effort (Bakker et al., <xref ref-type="bibr" rid="B2">2022</xref>).</p>
<p>In recent years, LLMs have demonstrated to achieve state-of-the-art performance across many NLP tasks, having in turn become the <italic>de facto</italic> baseline models to be used in many experimental settings (Mars, <xref ref-type="bibr" rid="B25">2022</xref>). There is however evidence that the power of LLMs can also be leveraged for malicious purposes, including the use of LLMs to assist with completion of school assignments by cheating (Cotton et al., <xref ref-type="bibr" rid="B7">2023</xref>), or to generate content that is offensive or spreads misinformation (Weidinger et al., <xref ref-type="bibr" rid="B48">2022</xref>).</p>
<p>The great performance of LLMs has also inevitably provoked some fear in society that artificial intelligence tools may eventually take up many people&#x00027;s jobs (George et al., <xref ref-type="bibr" rid="B14">2023</xref>), hence questioning the ethical implications they may have on society. This has in turn sparked research, with recent studies suggesting to embrace AI tools as they can in fact support and boost the performance of, rather than replace, human labor (Noy and Zhang, <xref ref-type="bibr" rid="B31">2023</xref>).</p>
</sec>
<sec id="s2">
<title>2 Limitations and open challenges</title>
<p>The success of LLMs is not without controversy, which is in turn shaping up ongoing research in NLP and opening up avenues for more research in improving these LLMs. The following are some of the key limitations of LLMs which need further exploration.</p>
<sec>
<title>2.1 Black box models</title>
<p>After the release of the first major LLM-based chatbot system that garnered mainstream popularity, OpenAI&#x00027;s ChatGPT, concerns emerged around the black box nature of the system. Indeed, there is no publicly available information on how ChatGPT was implemented as well as what data they used for training their model. From the perspective of NLP researchers, this raises serious concerns about the transparency and reproducibility of such model, not only because one does not know what is going on in the model, but also because it hinders reproducibility (Belz et al., <xref ref-type="bibr" rid="B3">2021</xref>). If one runs some experiments using ChatGPT on a particular date, there is no guarantee that somebody else can reproduce those results at a later date (or, arguably, even on the same date), which reduces the validity and potential for impact and generalisability of ChatGPT-based research.</p>
<p>To mitigate the impact, and increase our understanding, of black box models like ChatGPT, researchers have started investigating methods for reverse engineering those models, for example by trying to find out what data a model may have used for training (Shi et al., <xref ref-type="bibr" rid="B41">2023</xref>).</p>
<p>Luckily, however, there is a recent surge of open source models in the NLP scientific community, which have led to the release of models like Facebook&#x00027;s LLaMa 2 (Touvron et al., <xref ref-type="bibr" rid="B45">2023</xref>) and Stanford&#x00027;s Alpaca (Taori et al., <xref ref-type="bibr" rid="B44">2023</xref>), as well as multilingual models like BLOOM (Scao et al., <xref ref-type="bibr" rid="B39">2023</xref>). Recent studies have also shown that the performance of these open source alternatives is often on par with closed models like ChatGPT (Chen et al., <xref ref-type="bibr" rid="B4">2023</xref>).</p>
</sec>
<sec>
<title>2.2 Risk of data contamination</title>
<p>Data contamination occurs when &#x0201C;downstream test sets find their way into the pretrain corpus&#x0201D; (Magar and Schwartz, <xref ref-type="bibr" rid="B24">2022</xref>). Where an LLM trained on large collections of text has already seen the data it is then given at test time for evaluation, the model will then exhibit an impressive yet unrealistic performance score. Research has in fact shown that data contamination can be frequent and have a significant impact (Deng et al., <xref ref-type="bibr" rid="B9">2023</xref>; Golchin and Surdeanu, <xref ref-type="bibr" rid="B15">2023</xref>). It is therefore crucial that researchers ensure that the test data has not been seen by an LLM before, for a fair and realistic evaluation. This is however challenging, if not nearly impossible, to figure out with black box models, which again encourages the use of open source, transparent LLMs.</p>
</sec>
<sec>
<title>2.3 Bias in LLM models</title>
<p>The use of large-scale datasets for training LLMs also means that those datasets are very likely to contain biased or stereotyped information, which has been shown that LLMs amplify (Gallegos et al., <xref ref-type="bibr" rid="B13">2023</xref>; Li et al., <xref ref-type="bibr" rid="B20">2023b</xref>). Research has shown that text generated by LLMs includes stereotypes against women when writing reference letters (Wan et al., <xref ref-type="bibr" rid="B47">2023</xref>), suggesting that LLMs in fact amplify gender biases inherent in the training data leading to an increased probability of stereotypical linking between gender groups and professions (Kotek et al., <xref ref-type="bibr" rid="B18">2023</xref>). Another recent study (Navigli et al., <xref ref-type="bibr" rid="B30">2023</xref>) has also shown that LLMs exhibit biases against numerous demographic characteristics, including gender, age, sexual orientation, physical appearance, disability or race, among others.</p>
</sec>
<sec>
<title>2.4 Generation of offensive content</title>
<p>Biases inherent in LLMs are at times exacerbated to even generate content that can be deemed offensive (Weidinger et al., <xref ref-type="bibr" rid="B49">2021</xref>). Research in this direction is looking at how to best curate the training data fed to LLMs to avoid learning offensive samples, as well as in eliciting generation of those harmful texts to understand their origin (Srivastava et al., <xref ref-type="bibr" rid="B43">2023</xref>). This research is highly linked with the point above on bias and fairness in LLMs, and therefore both could be studied jointly by looking at the reduction of biases and harm.</p>
<p>Some systems, such as OpenAI&#x00027;s ChatGPT, acknowledge the risk of producing offensive content in their terms of service<xref ref-type="fn" rid="fn0001"><sup>1</sup></xref>:</p>
<disp-quote><p>&#x0201C;Our Services may provide incomplete, incorrect, or offensive Output that does not represent OpenAIs views. If Output references any third party products or services, it doesnt mean the third party endorses or is affiliated with OpenAI.&#x0201D;</p></disp-quote>
</sec>
<sec>
<title>2.5 Privacy</title>
<p>LLMs can also capture sensitive information retrieved from its training data. While this information is encoded in embeddings which are not human readable, it has been found (Pan et al., <xref ref-type="bibr" rid="B32">2020</xref>) that an adversarial user can reverse engineer those embeddings to recover the sensitive information, which can have damaging consequences for the relevant individuals. While research investigating these vulnerabilities of LLMs is still in its infancy, there is awareness of the urgency of such research to make LLMs robust to privacy attacks (Guo et al., <xref ref-type="bibr" rid="B16">2022</xref>; Rigaki and Garcia, <xref ref-type="bibr" rid="B36">2023</xref>; Shayegani et al., <xref ref-type="bibr" rid="B42">2023</xref>).</p>
</sec>
<sec>
<title>2.6 Imperfect accuracy</title>
<p>Despite initial impressions that LLMs achieve an impressive performance, a closer look and investigation into model outputs shows that there is significant room for improvement. Evaluation of LLMs has in turn become a fertile area of research (Chang et al., <xref ref-type="bibr" rid="B5">2023</xref>).</p>
<p>Aware of the many shortcomings and inaccurate outputs of LLMs, companies responsible for the production and publication of major LLMs all have disclaimers about the limitations of their models. For example, ChatGPT owner OpenAI acknowledges that:</p>
<disp-quote><p>&#x0201C;Output may not always be accurate. You should not rely on Output from our Services as a sole source of truth or factual information, or as a substitute for professional advice.&#x0201D;</p></disp-quote>
<p>Google also warns<xref ref-type="fn" rid="fn0002"><sup>2</sup></xref> about the limitations of its LLM-based chatbot Bard, as follows:</p>
<disp-quote><p>&#x0201C;Bard is an experimental technology and may sometimes give inaccurate or inappropriate information that doesnt represent Googles views.&#x0201D;</p></disp-quote>
<disp-quote><p>&#x0201C;Dont rely on Bards responses as medical, legal, financial, or other professional advice.&#x0201D;</p></disp-quote>
<p>Facebook also has a similar disclaimer<xref ref-type="fn" rid="fn0003"><sup>3</sup></xref> for its flagship model LLaMa 2:</p>
<disp-quote><p>&#x0201C;Llama 2s potential outputs cannot be predicted in advance, and the model may in some instances produce inaccurate, biased or other objectionable responses to user prompts. Therefore, before deploying any applications of Llama 2, developers should perform safety testing and tuning tailored to their specific applications of the model.&#x0201D;</p></disp-quote>
</sec>
<sec>
<title>2.7 Model hallucination</title>
<p>Responses and outputs generated by LLMs often deviate from common sense, where for example a generated text can start discussing a particular topic, then shifting to another unrelated topic which is not intuitive, or even stating wrong facts. LLM hallucination has been defined as &#x0201C;the generation of content that deviates from the real facts, resulting in unfaithful outputs&#x0201D; (Maynez et al., <xref ref-type="bibr" rid="B26">2020</xref>; Rawte et al., <xref ref-type="bibr" rid="B35">2023</xref>). Efforts toward better understanding model hallucination is focusing on different tasks, including detection, explanation, and mitigation (Alkaissi and McFarlane, <xref ref-type="bibr" rid="B1">2023</xref>; Zhang et al., <xref ref-type="bibr" rid="B52">2023</xref>), with some initial solutions proposed to date, such as Retrieval-Augmented Generation (RAG) (Lewis et al., <xref ref-type="bibr" rid="B21">2020</xref>).</p>
</sec>
<sec>
<title>2.8 Lack of explainability</title>
<p>The complexity of LLM models means that it is often very difficult to understand why it makes certain predictions or produces certain outputs. This also means that it is very difficult to provide explanations on model outputs to system users, which calls for more investigation into furthering the explainability of LLMs (Danilevsky et al., <xref ref-type="bibr" rid="B8">2020</xref>; Gurrapu et al., <xref ref-type="bibr" rid="B17">2023</xref>; Zhao et al., <xref ref-type="bibr" rid="B53">2023</xref>).</p>
</sec>
</sec>
<sec id="s3">
<title>3 Concluding remarks</title>
<p>The introduction and surge in popularity of LLMs has impacted and reshaped NLP research. Much of the NLP research and methods slightly over a decade ago focused on the representation of words using bag-of-words and TF-IDF based methods and the use of machine learning algorithms such as Logistic Regression or Support Vector Machine classifiers. The increase in computational capacity to handle large-scale datasets and for more complex computing has led to the renaissance of deep learning models and in turn the emergence of LLMs. The latter have shown to achieve unprecedented performance across a range of downstream NLP tasks, but have also opened up numerous avenues for future research aiming to tackle the limitations and weaknesses of LLMs. Much of this research will need to deal with the better curation of the data fed to train LLMs, which in the current circumstances has shown to have severe risks in aspects such as fairness, privacy and harm.</p>
</sec>
<sec sec-type="author-contributions" id="s4">
<title>Author contributions</title>
<p>AZ: Writing &#x02013; original draft, Writing &#x02013; review &#x00026; editing.</p>
</sec>
</body>
<back>
<sec sec-type="funding-information" id="s5">
<title>Funding</title>
<p>The author(s) declare that no financial support was received for the research, authorship, and/or publication of this article.</p>
</sec>
<sec sec-type="COI-statement" id="conf1">
<title>Conflict of interest</title>
<p>The author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.</p>
<p>The author(s) declared that they were an editorial board member of Frontiers, at the time of submission. This had no impact on the peer review process and the final decision.</p>
</sec>
<sec sec-type="disclaimer" id="s6">
<title>Publisher&#x00027;s note</title>
<p>All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.</p>
</sec>
<fn-group>
<fn id="fn0001"><p><sup>1</sup><ext-link ext-link-type="uri" xlink:href="https://openai.com/policies/terms-of-use">https://openai.com/policies/terms-of-use</ext-link></p></fn>
<fn id="fn0002"><p><sup>2</sup><ext-link ext-link-type="uri" xlink:href="https://support.google.com/bard/answer/13594961?hl=en">https://support.google.com/bard/answer/13594961?hl=en</ext-link></p></fn>
<fn id="fn0003"><p><sup>3</sup><ext-link ext-link-type="uri" xlink:href="https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md">https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md</ext-link></p></fn>
</fn-group>
<ref-list>
<title>References</title>
<ref id="B1">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Alkaissi</surname> <given-names>H.</given-names></name> <name><surname>McFarlane</surname> <given-names>S. I.</given-names></name></person-group> (<year>2023</year>). <article-title>Artificial hallucinations in chatgpt: implications in scientific writing</article-title>. <source>Cureus</source> <volume>15</volume>, <fpage>2</fpage>. <pub-id pub-id-type="doi">10.7759/cureus.35179</pub-id><pub-id pub-id-type="pmid">36811129</pub-id></citation></ref>
<ref id="B2">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Bakker</surname> <given-names>M.</given-names></name> <name><surname>Chadwick</surname> <given-names>M.</given-names></name> <name><surname>Sheahan</surname> <given-names>H.</given-names></name> <name><surname>Tessler</surname> <given-names>M.</given-names></name> <name><surname>Campbell-Gillingham</surname> <given-names>L.</given-names></name> <name><surname>Balaguer</surname> <given-names>J.</given-names></name> <etal/></person-group>. (<year>2022</year>). <article-title>Fine-tuning language models to find agreement among humans with diverse preferences</article-title>. <source>Adv. Neural Inform. Proc. Syst</source>. <volume>35</volume>, <fpage>38176</fpage>&#x02013;<lpage>38189</lpage>.</citation>
</ref>
<ref id="B3">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Belz</surname> <given-names>A.</given-names></name> <name><surname>Agarwal</surname> <given-names>S.</given-names></name> <name><surname>Shimorina</surname> <given-names>A.</given-names></name> <name><surname>Reiter</surname> <given-names>E.</given-names></name></person-group> (<year>2021</year>). <article-title>&#x0201C;A systematic review of reproducibility research in natural language processing,&#x0201D;</article-title> in <source>Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume</source>. <publisher-loc>Kerrville, TX</publisher-loc>: <publisher-name>Association for Computational Linguistics</publisher-name>, <fpage>381</fpage>&#x02013;<lpage>393</lpage>.</citation>
</ref>
<ref id="B4">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Chen</surname> <given-names>H.</given-names></name> <name><surname>Jiao</surname> <given-names>F.</given-names></name> <name><surname>Li</surname> <given-names>X.</given-names></name> <name><surname>Qin</surname> <given-names>C.</given-names></name> <name><surname>Ravaut</surname> <given-names>M.</given-names></name> <name><surname>Zhao</surname> <given-names>R.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Chatgpt&#x00027;s one-year anniversary: are open-source large language models catching up?</article-title> <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2311.16989</pub-id></citation>
</ref>
<ref id="B5">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Chang</surname> <given-names>Y.</given-names></name> <name><surname>Wang</surname> <given-names>X.</given-names></name> <name><surname>Wang</surname> <given-names>J.</given-names></name> <name><surname>Wu</surname> <given-names>Y.</given-names></name> <name><surname>Zhu</surname> <given-names>K.</given-names></name> <name><surname>Chen</surname> <given-names>H.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>A survey on evaluation of large language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2307.03109</pub-id></citation>
</ref>
<ref id="B6">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Cinelli</surname> <given-names>M.</given-names></name> <name><surname>Pelicon</surname> <given-names>A.</given-names></name> <name><surname>Mozeti&#x0010D;</surname> <given-names>I.</given-names></name> <name><surname>Quattrociocchi</surname> <given-names>W.</given-names></name> <name><surname>Novak</surname> <given-names>P. K.</given-names></name> <name><surname>Zollo</surname> <given-names>F.</given-names></name></person-group> (<year>2021</year>). <article-title>Dynamics of online hate and misinformation</article-title>. <source>Scient.Rep</source>. 11, 22083. <pub-id pub-id-type="doi">10.1038/s41598-021-01487-w</pub-id><pub-id pub-id-type="pmid">34764344</pub-id></citation></ref>
<ref id="B7">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Cotton</surname> <given-names>D. R.</given-names></name> <name><surname>Cotton</surname> <given-names>P. A.</given-names></name> <name><surname>Shipway</surname> <given-names>J. R.</given-names></name></person-group> (<year>2023</year>). <article-title>&#x0201C;Chatting and cheating: Ensuring academic integrity in the era of chatgpt,&#x0201D;</article-title> in <source>Innovations in Education and Teaching International</source> (<publisher-loc>Oxfordshire</publisher-loc>: <publisher-name>Routledge</publisher-name>), <fpage>1</fpage>&#x02013;<lpage>12</lpage>.</citation>
</ref>
<ref id="B8">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Danilevsky</surname> <given-names>M.</given-names></name> <name><surname>Qian</surname> <given-names>K.</given-names></name> <name><surname>Aharonov</surname> <given-names>R.</given-names></name> <name><surname>Katsis</surname> <given-names>Y.</given-names></name> <name><surname>Kawas</surname> <given-names>B.</given-names></name> <name><surname>Sen</surname> <given-names>P.</given-names></name></person-group> (<year>2020</year>). <article-title>&#x0201C;A survey of the state of explainable ai for natural language processing,&#x0201D;</article-title> in <source>Proceedings of the 1st Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 10th International Joint Conference on Natural Language Processing</source> (Association for Computational Linguistics), <fpage>447</fpage>&#x02013;<lpage>459</lpage>.</citation>
</ref>
<ref id="B9">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Deng</surname> <given-names>C.</given-names></name> <name><surname>Zhao</surname> <given-names>Y.</given-names></name> <name><surname>Tang</surname> <given-names>X.</given-names></name> <name><surname>Gerstein</surname> <given-names>M.</given-names></name> <name><surname>Cohan</surname> <given-names>A.</given-names></name></person-group> (<year>2023</year>). <article-title>Investigating data contamination in modern benchmarks for large language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2311.09783</pub-id></citation>
</ref>
<ref id="B10">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Derczynski</surname> <given-names>L.</given-names></name> <name><surname>Bontcheva</surname> <given-names>K.</given-names></name> <name><surname>Lukasik</surname> <given-names>M.</given-names></name> <name><surname>Declerck</surname> <given-names>T.</given-names></name> <name><surname>Scharl</surname> <given-names>A.</given-names></name> <name><surname>Georgiev</surname> <given-names>G.</given-names></name> <etal/></person-group>. (<year>2014</year>). <article-title>&#x0201C;Pheme: computing veracity: the fourth challenge of big social data,&#x0201D;</article-title> in <source>Proceedings of ESWC EU Project Networking</source> (<publisher-loc>Vienna</publisher-loc>: <publisher-name>Semantic Technology Institute International</publisher-name>).</citation>
</ref>
<ref id="B11">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Devlin</surname> <given-names>J.</given-names></name> <name><surname>Chang</surname> <given-names>M.-W.</given-names></name> <name><surname>Lee</surname> <given-names>K.</given-names></name> <name><surname>Toutanova</surname> <given-names>K.</given-names></name></person-group> (<year>2019</year>). <article-title>&#x0201C;Bert: Pre-training of deep bidirectional transformers for language understanding,&#x0201D;</article-title> in <source>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)</source>, <publisher-loc>Kerrville, TX</publisher-loc>: <publisher-name>Association for Computational Linguistics</publisher-name>, <fpage>4171</fpage>&#x02013;<lpage>4186</lpage>.</citation>
</ref>
<ref id="B12">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Dong</surname> <given-names>L.</given-names></name> <name><surname>Yang</surname> <given-names>N.</given-names></name> <name><surname>Wang</surname> <given-names>W.</given-names></name> <name><surname>Wei</surname> <given-names>F.</given-names></name> <name><surname>Liu</surname> <given-names>X.</given-names></name> <name><surname>Wang</surname> <given-names>Y.</given-names></name> <etal/></person-group>. (<year>2019</year>). <article-title>&#x0201C;Unified language model pre-training for natural language understanding and generation,&#x0201D;</article-title> in <source>Advances in Neural Information Processing Systems</source> (<publisher-loc>Red Hook, NY</publisher-loc>: <publisher-name>Curran Associates, Inc.</publisher-name>), <fpage>32</fpage>.</citation>
</ref>
<ref id="B13">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Gallegos</surname> <given-names>I. O.</given-names></name> <name><surname>Rossi</surname> <given-names>R. A.</given-names></name> <name><surname>Barrow</surname> <given-names>J.</given-names></name> <name><surname>Tanjim</surname> <given-names>M. M.</given-names></name> <name><surname>Kim</surname> <given-names>S.</given-names></name> <name><surname>Dernoncourt</surname> <given-names>F.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Bias and fairness in large language models: a survey</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2309.00770</pub-id></citation>
</ref>
<ref id="B14">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>George</surname> <given-names>A. S.</given-names></name> <name><surname>George</surname> <given-names>A. H.</given-names></name> <name><surname>Martin</surname> <given-names>A. G.</given-names></name></person-group> (<year>2023</year>). <article-title>Chatgpt and the future of work: a comprehensive analysis of ai&#x00027;s impact on jobs and employment</article-title>. <source>Partners Universal Int. Innovat. J</source>. <volume>1</volume>, <fpage>154</fpage>&#x02013;<lpage>186</lpage>.</citation>
</ref>
<ref id="B15">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Golchin</surname> <given-names>S.</given-names></name> <name><surname>Surdeanu</surname> <given-names>M.</given-names></name></person-group> (<year>2023</year>). <article-title>Time travel in llms: tracing data contamination in large language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2308.08493</pub-id></citation>
</ref>
<ref id="B16">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Guo</surname> <given-names>S.</given-names></name> <name><surname>Xie</surname> <given-names>C.</given-names></name> <name><surname>Li</surname> <given-names>J.</given-names></name> <name><surname>Lyu</surname> <given-names>L.</given-names></name> <name><surname>Zhang</surname> <given-names>T.</given-names></name></person-group> (<year>2022</year>). <article-title>Threats to pre-trained language models: Survey and taxonomy</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2202.06862</pub-id></citation>
</ref>
<ref id="B17">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Gurrapu</surname> <given-names>S.</given-names></name> <name><surname>Kulkarni</surname> <given-names>A.</given-names></name> <name><surname>Huang</surname> <given-names>L.</given-names></name> <name><surname>Lourentzou</surname> <given-names>I.</given-names></name> <name><surname>Batarseh</surname> <given-names>F. A.</given-names></name></person-group> (<year>2023</year>). <article-title>Rationalization for explainable nlp: a survey</article-title>. <source>Front. Artif. Intellig</source>. 6, 1225093. <pub-id pub-id-type="doi">10.3389/frai.2023.1225093</pub-id><pub-id pub-id-type="pmid">37818431</pub-id></citation></ref>
<ref id="B18">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Kotek</surname> <given-names>H.</given-names></name> <name><surname>Dockum</surname> <given-names>R.</given-names></name> <name><surname>Sun</surname> <given-names>D.</given-names></name></person-group> (<year>2023</year>). <article-title>&#x0201C;Gender bias and stereotypes in large language models,&#x0201D;</article-title> in <source>Proceedings of The ACM Collective Intelligence Conference</source> (<publisher-loc>New York, NY</publisher-loc>: <publisher-name>Association for Computing Machinery</publisher-name>), <fpage>12</fpage>&#x02013;<lpage>24</lpage>.</citation>
</ref>
<ref id="B19">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Li</surname> <given-names>M.</given-names></name> <name><surname>Zhang</surname> <given-names>Y.</given-names></name> <name><surname>Li</surname> <given-names>Z.</given-names></name> <name><surname>Chen</surname> <given-names>J.</given-names></name> <name><surname>Chen</surname> <given-names>L.</given-names></name> <name><surname>Cheng</surname> <given-names>N.</given-names></name> <etal/></person-group>. (<year>2023a</year>). <article-title>From quantity to quality: boosting llm performance with self-guided data selection for instruction tuning</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2308.12032</pub-id></citation>
</ref>
<ref id="B20">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Li</surname> <given-names>Y.</given-names></name> <name><surname>Du</surname> <given-names>M.</given-names></name> <name><surname>Song</surname> <given-names>R.</given-names></name> <name><surname>Wang</surname> <given-names>X.</given-names></name> <name><surname>Wang</surname> <given-names>Y.</given-names></name></person-group> (<year>2023b</year>). <article-title>A survey on fairness in large language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2308.10149</pub-id></citation>
</ref>
<ref id="B21">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Lewis</surname> <given-names>P.</given-names></name> <name><surname>Perez</surname> <given-names>E.</given-names></name> <name><surname>Piktus</surname> <given-names>A.</given-names></name> <name><surname>Petroni</surname> <given-names>F.</given-names></name> <name><surname>Karpukhin</surname> <given-names>V.</given-names></name> <name><surname>Goyal</surname> <given-names>N.</given-names></name> <etal/></person-group>. (<year>2020</year>). <article-title>Retrieval-augmented generation for knowledge-intensive nlp tasks</article-title>. <source>Adv. Neural Inform. Proc.Syst</source>. <volume>33</volume>, <fpage>9459</fpage>&#x02013;<lpage>9474</lpage>.</citation>
</ref>
<ref id="B22">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Liu</surname> <given-names>Y.</given-names></name> <name><surname>Ott</surname> <given-names>M.</given-names></name> <name><surname>Goyal</surname> <given-names>N.</given-names></name> <name><surname>Du</surname> <given-names>J.</given-names></name> <name><surname>Joshi</surname> <given-names>M.</given-names></name> <name><surname>Chen</surname> <given-names>D.</given-names></name> <etal/></person-group>. (<year>2019</year>). <article-title>Roberta: a robustly optimized bert pretraining approach</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.1907.11692</pub-id></citation>
</ref>
<ref id="B23">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Liu</surname> <given-names>P.</given-names></name> <name><surname>Yuan</surname> <given-names>W.</given-names></name> <name><surname>Fu</surname> <given-names>J.</given-names></name> <name><surname>Jiang</surname> <given-names>Z.</given-names></name> <name><surname>Hayashi</surname> <given-names>H.</given-names></name> <name><surname>Neubig</surname> <given-names>G.</given-names></name></person-group> (<year>2023</year>). <article-title>Pre-train, prompt, and predict: a systematic survey of prompting methods in natural language processing</article-title>. <source>ACM Comput. Surv</source>. <volume>55</volume>, <fpage>1</fpage>&#x02013;<lpage>35</lpage>. <pub-id pub-id-type="doi">10.1145/3560815</pub-id></citation>
</ref>
<ref id="B24">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Magar</surname> <given-names>I.</given-names></name> <name><surname>Schwartz</surname> <given-names>R.</given-names></name></person-group> (<year>2022</year>). <article-title>&#x0201C;Data contamination: From memorization to exploitation,&#x0201D;</article-title> in <source>Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)</source> <publisher-loc>Kerrville, TX</publisher-loc>: <publisher-name>Association for Computational Linguistics</publisher-name>, <fpage>157</fpage>&#x02013;<lpage>165</lpage>.</citation>
</ref>
<ref id="B25">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Mars</surname> <given-names>M.</given-names></name></person-group> (<year>2022</year>). <article-title>From word embeddings to pre-trained language models: a state-of-the-art walkthrough</article-title>. <source>Appl. Sci</source>. 12, 8805. <pub-id pub-id-type="doi">10.3390/app12178805</pub-id></citation>
</ref>
<ref id="B26">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Maynez</surname> <given-names>J.</given-names></name> <name><surname>Narayan</surname> <given-names>S.</given-names></name> <name><surname>Bohnet</surname> <given-names>B.</given-names></name> <name><surname>McDonald</surname> <given-names>R.</given-names></name></person-group> (<year>2020</year>). <article-title>&#x0201C;On faithfulness and factuality in abstractive summarization,&#x0201D;</article-title> in <source>Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>. <publisher-loc>Kerrville, TX</publisher-loc>: <publisher-name>Association for Computational Linguistics, 1906</publisher-name>.</citation>
</ref>
<ref id="B27">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Mikolov</surname> <given-names>T.</given-names></name> <name><surname>Chen</surname> <given-names>K.</given-names></name> <name><surname>Corrado</surname> <given-names>G.</given-names></name> <name><surname>Dean</surname> <given-names>J.</given-names></name></person-group> (<year>2013</year>). <article-title>Efficient estimation of word representations in vector space</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.1301.3781</pub-id></citation>
</ref>
<ref id="B28">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Min</surname> <given-names>B.</given-names></name> <name><surname>Ross</surname> <given-names>H.</given-names></name> <name><surname>Sulem</surname> <given-names>E.</given-names></name> <name><surname>Veyseh</surname> <given-names>A. P. B.</given-names></name> <name><surname>Nguyen</surname> <given-names>T. H.</given-names></name> <name><surname>Sainz</surname> <given-names>O.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Recent advances in natural language processing via large pre-trained language models: a survey</article-title>. <source>ACM Computing Surveys</source> <volume>56</volume>, <fpage>1</fpage>&#x02013;<lpage>40</lpage>. <pub-id pub-id-type="doi">10.1145/3605943</pub-id></citation>
</ref>
<ref id="B29">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Mitchell</surname> <given-names>M.</given-names></name> <name><surname>Krakauer</surname> <given-names>D. C.</given-names></name></person-group> (<year>2023</year>). <article-title>The debate over understanding in ais large language models</article-title>. <source>Proc. National Acad. Sci</source>. 120, e2215907120. <pub-id pub-id-type="doi">10.1073/pnas.2215907120</pub-id><pub-id pub-id-type="pmid">36943882</pub-id></citation></ref>
<ref id="B30">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Navigli</surname> <given-names>R.</given-names></name> <name><surname>Conia</surname> <given-names>S.</given-names></name> <name><surname>Ross</surname> <given-names>B.</given-names></name></person-group> (<year>2023</year>). <article-title>Biases in large language models: origins, inventory and discussion</article-title>. <source>ACM J. Data Inform. Qual</source>. <volume>15</volume>, <fpage>1</fpage>&#x02013;<lpage>21</lpage>. <pub-id pub-id-type="doi">10.1145/3597307</pub-id></citation>
</ref>
<ref id="B31">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Noy</surname> <given-names>S.</given-names></name> <name><surname>Zhang</surname> <given-names>W.</given-names></name></person-group> (<year>2023</year>). <source>Experimental Evidence on the Productivity Effects of Generative Artificial Intelligence</source>. <publisher-loc>Amsterdam</publisher-loc>: <publisher-name>Elsevier Inc</publisher-name>.<pub-id pub-id-type="pmid">37440646</pub-id></citation></ref>
<ref id="B32">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Pan</surname> <given-names>X.</given-names></name> <name><surname>Zhang</surname> <given-names>M.</given-names></name> <name><surname>Ji</surname> <given-names>S.</given-names></name> <name><surname>Yang</surname> <given-names>M.</given-names></name></person-group> (<year>2020</year>). <article-title>&#x0201C;Privacy risks of general-purpose language models,&#x0201D;</article-title> in <source>2020 IEEE Symposium on Security and Privacy (SP)</source>. <publisher-loc>San Francisco, CA</publisher-loc>: <publisher-name>IEEE, 1314-1331</publisher-name>.</citation>
</ref>
<ref id="B33">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Pennington</surname> <given-names>J.</given-names></name> <name><surname>Socher</surname> <given-names>R.</given-names></name> <name><surname>Manning</surname> <given-names>C. D.</given-names></name></person-group> (<year>2014</year>). <article-title>&#x0201C;Glove: Global vectors for word representation,&#x0201D;</article-title> in <source>Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>. <publisher-loc>Stanford, CA</publisher-loc>: <publisher-name>Stanford University</publisher-name>, <fpage>1532</fpage>&#x02013;<lpage>1543</lpage>.</citation>
</ref>
<ref id="B34">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Raffel</surname> <given-names>C.</given-names></name> <name><surname>Shazeer</surname> <given-names>N.</given-names></name> <name><surname>Roberts</surname> <given-names>A.</given-names></name> <name><surname>Lee</surname> <given-names>K.</given-names></name> <name><surname>Narang</surname> <given-names>S.</given-names></name> <name><surname>Matena</surname> <given-names>M.</given-names></name> <etal/></person-group>. (<year>2020</year>). <article-title>Exploring the limits of transfer learning with a unified text-to-text transformer</article-title>. <source>J. Mach. Learn. Res</source>. <volume>21</volume>, <fpage>5485</fpage>&#x02013;<lpage>5551</lpage>.</citation>
</ref>
<ref id="B35">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Rawte</surname> <given-names>V.</given-names></name> <name><surname>Chakraborty</surname> <given-names>S.</given-names></name> <name><surname>Pathak</surname> <given-names>A.</given-names></name> <name><surname>Sarkar</surname> <given-names>A.</given-names></name> <name><surname>Tonmoy</surname> <given-names>S.</given-names></name> <name><surname>Chadha</surname> <given-names>A.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>The troubling emergence of hallucination in large language models-an extensive definition, quantification, and prescriptive remediations</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.18653/v1/2023.emnlp-main.155</pub-id></citation>
</ref>
<ref id="B36">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Rigaki</surname> <given-names>M.</given-names></name> <name><surname>Garcia</surname> <given-names>S.</given-names></name></person-group> (<year>2023</year>). <article-title>A survey of privacy attacks in machine learning</article-title>. <source>ACM Comp. Surv</source>. <volume>56</volume>, <fpage>1</fpage>&#x02013;<lpage>34</lpage>. <pub-id pub-id-type="doi">10.1145/3624010</pub-id></citation>
</ref>
<ref id="B37">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Rosenfeld</surname> <given-names>R.</given-names></name></person-group> (<year>2000</year>). <article-title>Two decades of statistical language modeling: where do we go from here?</article-title> <source>Proc. IEEE</source> <volume>88</volume>, <fpage>1270</fpage>&#x02013;<lpage>1278</lpage>. <pub-id pub-id-type="doi">10.1109/5.880083</pub-id></citation>
</ref>
<ref id="B38">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Sarsa</surname> <given-names>S.</given-names></name> <name><surname>Denny</surname> <given-names>P.</given-names></name> <name><surname>Hellas</surname> <given-names>A.</given-names></name> <name><surname>Leinonen</surname> <given-names>J.</given-names></name></person-group> (<year>2022</year>). <article-title>&#x0201C;Automatic generation of programming exercises and code explanations using large language models,&#x0201D;</article-title> in <source>Proceedings of the 2022 ACM Conference on International Computing Education Research</source> (<publisher-loc>New York, NY</publisher-loc>: <publisher-name>Association for Computing Machinery</publisher-name>), <fpage>27</fpage>&#x02013;<lpage>43</lpage>. <pub-id pub-id-type="doi">10.1145/3501385.3543957</pub-id></citation>
</ref>
<ref id="B39">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Scao</surname> <given-names>T. L.</given-names></name> <name><surname>Fan</surname> <given-names>A.</given-names></name> <name><surname>Akiki</surname> <given-names>C.</given-names></name> <name><surname>Pavlick</surname> <given-names>E.</given-names></name> <name><surname>Ili</surname> <given-names>S.</given-names></name> <name><surname>Hesslow</surname> <given-names>D.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Bloom: A 176b-parameter open-access multilingual language model</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2211.05100</pub-id></citation>
</ref>
<ref id="B40">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Schick</surname> <given-names>T.</given-names></name> <name><surname>Sch&#x000FC;tze</surname> <given-names>H.</given-names></name></person-group> (<year>2021</year>). <article-title>&#x0201C;Exploiting cloze-questions for few-shot text classification and natural language inference,&#x0201D;</article-title> in <source>Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume</source> (Association for Computational Linguistics), <fpage>255</fpage>&#x02013;<lpage>269</lpage>.</citation>
</ref>
<ref id="B41">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Shi</surname> <given-names>W.</given-names></name> <name><surname>Ajith</surname> <given-names>A.</given-names></name> <name><surname>Xia</surname> <given-names>M.</given-names></name> <name><surname>Huang</surname> <given-names>Y.</given-names></name> <name><surname>Liu</surname> <given-names>D.</given-names></name> <name><surname>Blevins</surname> <given-names>T.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Detecting pretraining data from large language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2310.16789</pub-id></citation>
</ref>
<ref id="B42">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Shayegani</surname> <given-names>E.</given-names></name> <name><surname>Mamun</surname> <given-names>M. A. A.</given-names></name> <name><surname>Fu</surname> <given-names>Y.</given-names></name> <name><surname>Zaree</surname> <given-names>P.</given-names></name> <name><surname>Dong</surname> <given-names>Y.</given-names></name> <name><surname>Abu-Ghazaleh</surname> <given-names>N.</given-names></name></person-group> (<year>2023</year>). <article-title>Survey of vulnerabilities in large language models revealed by adversarial attacks</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2310.10844</pub-id></citation>
</ref>
<ref id="B43">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Srivastava</surname> <given-names>A.</given-names></name> <name><surname>Ahuja</surname> <given-names>R.</given-names></name> <name><surname>Mukku</surname> <given-names>R.</given-names></name></person-group> (<year>2023</year>). <article-title>No offense taken: eliciting offensiveness from language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2310.00892</pub-id></citation>
</ref>
<ref id="B44">
<citation citation-type="web"><person-group person-group-type="author"><name><surname>Taori</surname> <given-names>R.</given-names></name> <name><surname>Gulrajani</surname> <given-names>I.</given-names></name> <name><surname>Zhang</surname> <given-names>T.</given-names></name> <name><surname>Dubois</surname> <given-names>Y.</given-names></name> <name><surname>Li</surname> <given-names>X.</given-names></name> <name><surname>Guestrin</surname> <given-names>C.</given-names></name> <etal/></person-group>. (<year>2023</year>). <source>Stanford Alpaca: An Instruction-Following Llama Model</source>. Available online at: <ext-link ext-link-type="uri" xlink:href="https://github.com/tatsu-lab/stanford_alpaca">https://github.com/tatsu-lab/stanford_alpaca</ext-link> (accessed December 1, 2023).</citation>
</ref>
<ref id="B45">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Touvron</surname> <given-names>H.</given-names></name> <name><surname>Lavril</surname> <given-names>T.</given-names></name> <name><surname>Izacard</surname> <given-names>G.</given-names></name> <name><surname>Martinet</surname> <given-names>X.</given-names></name> <name><surname>Lachaux</surname> <given-names>M.-A.</given-names></name> <name><surname>Lacroix</surname> <given-names>T.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Llama: Open and efficient foundation language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2302.13971</pub-id></citation>
</ref>
<ref id="B46">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Vaswani</surname> <given-names>A.</given-names></name> <name><surname>Shazeer</surname> <given-names>N.</given-names></name> <name><surname>Parmar</surname> <given-names>N.</given-names></name> <name><surname>Uszkoreit</surname> <given-names>J.</given-names></name> <name><surname>Jones</surname> <given-names>L.</given-names></name> <name><surname>Gomez</surname> <given-names>A. N.</given-names></name> <etal/></person-group>. (<year>2017</year>). <article-title>&#x0201C;Attention is all you need,&#x0201D;</article-title> in <source>Advances in Neural Information Processing Systems</source> (<publisher-loc>Red Hook, NY</publisher-loc>: <publisher-name>Curran Associates, Inc.</publisher-name>), <fpage>30</fpage>.</citation>
</ref>
<ref id="B47">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Wan</surname> <given-names>Y.</given-names></name> <name><surname>Pu</surname> <given-names>G.</given-names></name> <name><surname>Sun</surname> <given-names>J.</given-names></name> <name><surname>Garimella</surname> <given-names>A.</given-names></name> <name><surname>Chang</surname> <given-names>K.-W.</given-names></name> <name><surname>Peng</surname> <given-names>N.</given-names></name></person-group> (<year>2023</year>). <article-title>&#x0201C; kelly is a warm person, joseph is a role model&#x0201D;: Gender biases in llm-generated reference letters</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.18653/v1/2023.findings-emnlp.243</pub-id></citation>
</ref>
<ref id="B48">
<citation citation-type="book"><person-group person-group-type="author"><name><surname>Weidinger</surname> <given-names>L.</given-names></name> <name><surname>Uesato</surname> <given-names>J.</given-names></name> <name><surname>Rauh</surname> <given-names>M.</given-names></name> <name><surname>Griffin</surname> <given-names>C.</given-names></name> <name><surname>Huang</surname> <given-names>P.-S.</given-names></name> <name><surname>Mellor</surname> <given-names>J.</given-names></name> <etal/></person-group>. (<year>2022</year>). <article-title>&#x0201C;Taxonomy of risks posed by language models,&#x0201D;</article-title> in <source>Proceedings of the</source> 2022 <italic>ACM Conference on Fairness, Accountability, and Transparency</italic>. <publisher-loc>New York</publisher-loc>: <publisher-name>Association for Computing Machinery</publisher-name>, <fpage>214</fpage>&#x02013;<lpage>229</lpage>. <pub-id pub-id-type="doi">10.1145/3531146.3533088</pub-id></citation>
</ref>
<ref id="B49">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Weidinger</surname> <given-names>L.</given-names></name> <name><surname>Mellor</surname> <given-names>J.</given-names></name> <name><surname>Rauh</surname> <given-names>M.</given-names></name> <name><surname>Griffin</surname> <given-names>C.</given-names></name> <name><surname>Uesato</surname> <given-names>J.</given-names></name> <name><surname>Huang</surname> <given-names>P.-S.</given-names></name> <etal/></person-group>. (<year>2021</year>). <article-title>Ethical and social risks of harm from language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2112.04359</pub-id></citation>
</ref>
<ref id="B50">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Xu</surname> <given-names>Y.</given-names></name> <name><surname>Su</surname> <given-names>H.</given-names></name> <name><surname>Xing</surname> <given-names>C.</given-names></name> <name><surname>Mi</surname> <given-names>B.</given-names></name> <name><surname>Liu</surname> <given-names>Q.</given-names></name> <name><surname>Shi</surname> <given-names>W.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Lemur: Harmonizing natural language and code for language agents</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2310.06830</pub-id></citation>
</ref>
<ref id="B51">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Yin</surname> <given-names>W.</given-names></name> <name><surname>Zubiaga</surname> <given-names>A.</given-names></name></person-group> (<year>2021</year>). <article-title>Towards generalisable hate speech detection: a review on obstacles and solutions</article-title>. <source>PeerJ Comp. Sci</source>. 7, e598. <pub-id pub-id-type="doi">10.7717/peerj-cs.598</pub-id><pub-id pub-id-type="pmid">34239978</pub-id></citation></ref>
<ref id="B52">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Zhang</surname> <given-names>Y.</given-names></name> <name><surname>Li</surname> <given-names>Y.</given-names></name> <name><surname>Cui</surname> <given-names>L.</given-names></name> <name><surname>Cai</surname> <given-names>D.</given-names></name> <name><surname>Liu</surname> <given-names>L.</given-names></name> <name><surname>Fu</surname> <given-names>T.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Siren&#x00027;s song in the ai ocean: a survey on hallucination in large language models</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.48550/arXiv.2309.01219</pub-id></citation>
</ref>
<ref id="B53">
<citation citation-type="journal"><person-group person-group-type="author"><name><surname>Zhao</surname> <given-names>H.</given-names></name> <name><surname>Chen</surname> <given-names>H.</given-names></name> <name><surname>Yang</surname> <given-names>F.</given-names></name> <name><surname>Liu</surname> <given-names>N.</given-names></name> <name><surname>Deng</surname> <given-names>H.</given-names></name> <name><surname>Cai</surname> <given-names>H.</given-names></name> <etal/></person-group>. (<year>2023</year>). <article-title>Explainability for large language models: a survey</article-title>. <source>arXiv</source>. <pub-id pub-id-type="doi">10.1145/3639372</pub-id></citation>
</ref>
</ref-list>
</back>
</article>