Education
Relational Norms for Human-AI Cooperation
Earp, Brian D., Mann, Sebastian Porsdam, Aboy, Mateo, Awad, Edmond, Betzler, Monika, Botes, Marietjie, Calcott, Rachel, Caraccio, Mina, Chater, Nick, Coeckelbergh, Mark, Constantinescu, Mihaela, Dabbagh, Hossein, Devlin, Kate, Ding, Xiaojun, Dranseika, Vilius, Everett, Jim A. C., Fan, Ruiping, Feroz, Faisal, Francis, Kathryn B., Friedman, Cindy, Friedrich, Orsolya, Gabriel, Iason, Hannikainen, Ivar, Hellmann, Julie, Jahrome, Arasj Khodadade, Janardhanan, Niranjan S., Jurcys, Paul, Kappes, Andreas, Khan, Maryam Ali, Kraft-Todd, Gordon, Dale, Maximilian Kroner, Laham, Simon M., Lange, Benjamin, Leuenberger, Muriel, Lewis, Jonathan, Liu, Peng, Lyreskog, David M., Maas, Matthijs, McMillan, John, Mihailov, Emilian, Minssen, Timo, Monrad, Joshua Teperowski, Muyskens, Kathryn, Myers, Simon, Nyholm, Sven, Owen, Alexa M., Puzio, Anna, Register, Christopher, Reinecke, Madeline G., Safron, Adam, Shevlin, Henry, Shimizu, Hayate, Treit, Peter V., Voinea, Cristina, Yan, Karen, Zahiu, Anda, Zhang, Renwen, Zohny, Hazem, Sinnott-Armstrong, Walter, Singh, Ilina, Savulescu, Julian, Clark, Margaret S.
How we should design and interact with social artificial intelligence depends on the socio-relational role the AI is meant to emulate or occupy. In human society, relationships such as teacher-student, parent-child, neighbors, siblings, or employer-employee are governed by specific norms that prescribe or proscribe cooperative functions including hierarchy, care, transaction, and mating. These norms shape our judgments of what is appropriate for each partner. For example, workplace norms may allow a boss to give orders to an employee, but not vice versa, reflecting hierarchical and transactional expectations. As AI agents and chatbots powered by large language models are increasingly designed to serve roles analogous to human positions - such as assistant, mental health provider, tutor, or romantic partner - it is imperative to examine whether and how human relational norms should extend to human-AI interactions. Our analysis explores how differences between AI systems and humans, such as the absence of conscious experience and immunity to fatigue, may affect an AI's capacity to fulfill relationship-specific functions and adhere to corresponding norms. This analysis, which is a collaborative effort by philosophers, psychologists, relationship scientists, ethicists, legal experts, and AI researchers, carries important implications for AI systems design, user behavior, and regulation. While we accept that AI systems can offer significant benefits such as increased availability and consistency in certain socio-relational roles, they also risk fostering unhealthy dependencies or unrealistic expectations that could spill over into human-human relationships. We propose that understanding and thoughtfully shaping (or implementing) suitable human-AI relational norms will be crucial for ensuring that human-AI interactions are ethical, trustworthy, and favorable to human well-being.
Small Models Struggle to Learn from Strong Reasoners
Li, Yuetai, Yue, Xiang, Xu, Zhangchen, Jiang, Fengqing, Niu, Luyao, Lin, Bill Yuchen, Ramasubramanian, Bhaskar, Poovendran, Radha
Large language models (LLMs) excel in complex reasoning tasks, and distilling their reasoning capabilities into smaller models has shown promise. However, we uncover an interesting phenomenon, which we term the Small Model Learnability Gap: small models ($\leq$3B parameters) do not consistently benefit from long chain-of-thought (CoT) reasoning or distillation from larger models. Instead, they perform better when fine-tuned on shorter, simpler reasoning chains that better align with their intrinsic learning capacity. To address this, we propose Mix Distillation, a simple yet effective strategy that balances reasoning complexity by combining long and short CoT examples or reasoning from both larger and smaller models. Our experiments demonstrate that Mix Distillation significantly improves small model reasoning performance compared to training on either data alone. These findings highlight the limitations of direct strong model distillation and underscore the importance of adapting reasoning complexity for effective reasoning capability transfer.
Idiosyncrasies in Large Language Models
Sun, Mingjie, Yin, Yida, Xu, Zhiqiu, Kolter, J. Zico, Liu, Zhuang
In this work, we unveil and study idiosyncrasies in Large Language Models (LLMs) -- unique patterns in their outputs that can be used to distinguish the models. To do so, we consider a simple classification task: given a particular text output, the objective is to predict the source LLM that generates the text. We evaluate this synthetic task across various groups of LLMs and find that simply fine-tuning existing text embedding models on LLM-generated texts yields excellent classification accuracy. Notably, we achieve 97.1% accuracy on held-out validation data in the five-way classification problem involving ChatGPT, Claude, Grok, Gemini, and DeepSeek. Our further investigation reveals that these idiosyncrasies are rooted in word-level distributions. These patterns persist even when the texts are rewritten, translated, or summarized by an external LLM, suggesting that they are also encoded in the semantic content. Additionally, we leverage LLM as judges to generate detailed, open-ended descriptions of each model's idiosyncrasies. Finally, we discuss the broader implications of our findings, particularly for training on synthetic data and inferring model similarity. Code is available at https://github.com/locuslab/llm-idiosyncrasies.
GLoT: A Novel Gated-Logarithmic Transformer for Efficient Sign Language Translation
Emirates Center for Mobility Research UAE University, Al-Ain, United Arab Emirates Correspondence: Leila@uaeu.ac.ae Abstract - Machine Translation has played a critical role in Language Machine Translation (SLMT) has been less explored. In this The number of Deaf and Hard of Hearing (DHH) paper, we aim to address this void by proposing the Gated population is expected to double to 860 million by 2050 [1]. Logarithmic Transformer (GLoT), which introduces a In addition to the existence of more than hundreds of sign gating mechanism that selectively filters out irrelevant languages [2], and an acute shortage of sign language information, ensuring that only the most critical temporal interpreters [3], there is a pressing need for automated and dependencies are retained [16]. By incorporating precise Sign Language Machine Translation (SLMT) logarithmic transformations, GLoT is designed to better systems. Having an inclusive communication could be capture long-range temporal patterns, improving the lifesaving in a tragic event such as a medical emergency.
Learning to Reason at the Frontier of Learnability
Foster, Thomas, Foerster, Jakob
Reinforcement learning is now widely adopted as the final stage of large language model training, especially for reasoning-style tasks such as maths problems. Typically, models attempt each question many times during a single training step and attempt to learn from their successes and failures. However, we demonstrate that throughout training with two popular algorithms (PPO and VinePPO) on two widely used datasets, many questions are either solved by all attempts - meaning they are already learned - or by none - providing no meaningful training signal. To address this, we adapt a method from the reinforcement learning literature - sampling for learnability - and apply it to the reinforcement learning stage of LLM training. Our curriculum prioritises questions with high variance of success, i.e. those where the agent sometimes succeeds, but not always. Our findings demonstrate that this curriculum consistently boosts training performance across multiple algorithms and datasets, paving the way for more efficient and effective reinforcement learning in LLMs.
Story Grammar Semantic Matching for Literary Study
Swenor, Abigail, Coffee, Neil, Scheirer, Walter
In Natural Language Processing (NLP), semantic matching algorithms have traditionally relied on the feature of word co-occurrence to measure semantic similarity. While this feature approach has proven valuable in many contexts, its simplistic nature limits its analytical and explanatory power when used to understand literary texts. To address these limitations, we propose a more transparent approach that makes use of story structure and related elements. Using a BERT language model pipeline, we label prose and epic poetry with story element labels and perform semantic matching by only considering these labels as features. This new method, Story Grammar Semantic Matching, guides literary scholars to allusions and other semantic similarities across texts in a way that allows for characterizing patterns and literary technique.
LM Agents for Coordinating Multi-User Information Gathering
Jhamtani, Harsh, Andreas, Jacob, Van Durme, Benjamin
This paper introduces PeopleJoin, a benchmark for evaluating LM-mediated collaborative problem solving. Given a user request, PeopleJoin agents must identify teammates who might be able to assist, converse with these teammates to gather information, and finally compile a useful answer or summary for the original user. PeopleJoin comprises two evaluation domains: PeopleJoin-QA, focused on questions about tabular data, and PeopleJoin-DocCreation, focused on document creation tasks. The two domains are adapted from existing NLP benchmarks for database question answering and multi-document summarization; here, however, the information needed to complete these tasks is distributed across synthetic ``organizations'' of 2--20 users, simulating natural multi-user collaboration scenarios. We implemented several popular LM agent architectures, evaluating their accuracy and efficiency at completing tasks, and highlight new research questions that can be studied using PeopleJoin.
Understanding Silent Data Corruption in LLM Training
Ma, Jeffrey, Pei, Hengzhi, Lausen, Leonard, Karypis, George
As the scale of training large language models (LLMs) increases, one emergent failure is silent data corruption (SDC), where hardware produces incorrect computations without explicit failure signals. In this work, we are the first to investigate the impact of real-world SDCs on LLM training by comparing model training between healthy production nodes and unhealthy nodes exhibiting SDCs. With the help from a cloud computing platform, we access the unhealthy nodes that were swept out from production by automated fleet management. Using deterministic execution via XLA compiler and our proposed synchronization mechanisms, we isolate and analyze the impact of SDC errors on these nodes at three levels: at each submodule computation, at a single optimizer step, and at a training period. Our results reveal that the impact of SDCs on computation varies on different unhealthy nodes. Although in most cases the perturbations from SDCs on submodule computation and gradients are relatively small, SDCs can lead models to converge to different optima with different weights and even cause spikes in the training loss. Our analysis sheds light on further understanding and mitigating the impact of SDCs.
Achieving Upper Bound Accuracy of Joint Training in Continual Learning
Continual learning has been an active research area in machine learning, focusing on incrementally learning a sequence of tasks. A key challenge is catastrophic forgetting (CF), and most research efforts have been directed toward mitigating this issue. However, a significant gap remains between the accuracy achieved by state-of-the-art continual learning algorithms and the ideal or upper-bound accuracy achieved by training all tasks together jointly. This gap has hindered or even prevented the adoption of continual learning in applications, as accuracy is often of paramount importance. Recently, another challenge, termed inter-task class separation (ICS), was also identified, which spurred a theoretical study into principled approaches for solving continual learning. Further research has shown that by leveraging the theory and the power of large foundation models, it is now possible to achieve upper-bound accuracy, which has been empirically validated using both text and image classification datasets. Continual learning is now ready for real-life applications. This paper surveys the main research leading to this achievement, justifies the approach both intuitively and from neuroscience research, and discusses insights gained.
Could AI Leapfrog the Web? Evidence from Teachers in Sierra Leone
Björkegren, Daniel, Choi, Jun Ho, Budihal, Divya, Sobhani, Dominic, Garrod, Oliver, Atherton, Paul
Access to digital information is a driver of economic development. But although 85% of sub-Saharan Africa's population is covered by mobile broadband signal, only 37% use the internet, and those who do seldom use the web. We investigate whether AI can bridge this gap by analyzing how 469 teachers use an AI chatbot in Sierra Leone. The chatbot, accessible via a common messaging app, is compared against traditional web search. Teachers use AI more frequently than web search for teaching assistance. Data cost is the most frequently cited reason for low internet usage across Africa. The average web search result consumes 3,107 times more data than an AI response, making AI 87% less expensive than web search. Additionally, only 2% of results for corresponding web searches contain content from Sierra Leone. In blinded evaluations, an independent sample of teachers rate AI responses as more relevant, helpful, and correct than web search results. These findings suggest that AI-driven solutions can cost-effectively bridge information gaps in low-connectivity regions.