Skip to main content

Showing 1–42 of 42 results for author: Hupkes, D

.
  1. arXiv:2406.12624  [pdf, other

    cs.CL cs.AI

    Judging the Judges: Evaluating Alignment and Vulnerabilities in LLMs-as-Judges

    Authors: Aman Singh Thakur, Kartik Choudhary, Venkat Srinik Ramayapally, Sankaran Vaidyanathan, Dieuwke Hupkes

    Abstract: Offering a promising solution to the scalability challenges associated with human evaluation, the LLM-as-a-judge paradigm is rapidly gaining traction as an approach to evaluating large language models (LLMs). However, there are still many open questions about the strengths and weaknesses of this paradigm, and what potential biases it may hold. In this paper, we present a comprehensive study of the… ▽ More

    Submitted 1 July, 2024; v1 submitted 18 June, 2024; originally announced June 2024.

  2. arXiv:2406.10229  [pdf, other

    cs.LG cs.AI

    Quantifying Variance in Evaluation Benchmarks

    Authors: Lovish Madaan, Aaditya K. Singh, Rylan Schaeffer, Andrew Poulton, Sanmi Koyejo, Pontus Stenetorp, Sharan Narang, Dieuwke Hupkes

    Abstract: Evaluation benchmarks are the cornerstone of measuring capabilities of large language models (LLMs), as well as driving progress in said capabilities. Originally designed to make claims about capabilities (or lack thereof) in fully pretrained models, evaluation benchmarks are now also extensively used to decide between various training choices. Despite this widespread usage, we rarely quantify the… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

  3. arXiv:2406.06441  [pdf, other

    cs.CL cs.AI

    Interpretability of Language Models via Task Spaces

    Authors: Lucas Weber, Jaap Jumelet, Elia Bruni, Dieuwke Hupkes

    Abstract: The usual way to interpret language models (LMs) is to test their performance on different benchmarks and subsequently infer their internal processes. In this paper, we present an alternative approach, concentrating on the quality of LM processing, with a focus on their language abilities. To this end, we construct 'linguistic task spaces' -- representations of an LM's language conceptualisation -… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: To be published at ACL 2024 (main)

  4. arXiv:2404.12145  [pdf, other

    cs.CL cs.AI

    From Form(s) to Meaning: Probing the Semantic Depths of Language Models Using Multisense Consistency

    Authors: Xenia Ohmer, Elia Bruni, Dieuwke Hupkes

    Abstract: The staggering pace with which the capabilities of large language models (LLMs) are increasing, as measured by a range of commonly used natural language understanding (NLU) benchmarks, raises many questions regarding what "understanding" means for a language model and how it compares to human understanding. This is especially true since many LLMs are exclusively trained on text, casting doubt on w… ▽ More

    Submitted 18 April, 2024; originally announced April 2024.

  5. arXiv:2312.04945  [pdf, other

    cs.CL cs.AI cs.LG

    The ICL Consistency Test

    Authors: Lucas Weber, Elia Bruni, Dieuwke Hupkes

    Abstract: Just like the previous generation of task-tuned models, large language models (LLMs) that are adapted to tasks via prompt-based methods like in-context-learning (ICL) perform well in some setups but not in others. This lack of consistency in prompt-based learning hints at a lack of robust generalisation. We here introduce the ICL consistency test -- a contribution to the GenBench collaborative ben… ▽ More

    Submitted 8 December, 2023; originally announced December 2023.

    Comments: Accepted as non-archival submission to the GenBench Workshop 2023. arXiv admin note: substantial text overlap with arXiv:2310.13486

  6. arXiv:2311.15930  [pdf, other

    cs.CL cs.AI

    WorldSense: A Synthetic Benchmark for Grounded Reasoning in Large Language Models

    Authors: Youssef Benchekroun, Megi Dervishi, Mark Ibrahim, Jean-Baptiste Gaya, Xavier Martinet, Grégoire Mialon, Thomas Scialom, Emmanuel Dupoux, Dieuwke Hupkes, Pascal Vincent

    Abstract: We propose WorldSense, a benchmark designed to assess the extent to which LLMs are consistently able to sustain tacit world models, by testing how they draw simple inferences from descriptions of simple arrangements of entities. Worldsense is a synthetic benchmark with three problem types, each with their own trivial control, which explicitly avoids bias by decorrelating the abstract structure of… ▽ More

    Submitted 27 November, 2023; originally announced November 2023.

  7. arXiv:2311.05379  [pdf, other

    cs.CL

    Memorisation Cartography: Map** out the Memorisation-Generalisation Continuum in Neural Machine Translation

    Authors: Verna Dankers, Ivan Titov, Dieuwke Hupkes

    Abstract: When training a neural network, it will quickly memorise some source-target map**s from your dataset but never learn some others. Yet, memorisation is not easily expressed as a binary feature that is good or bad: individual datapoints lie on a memorisation-generalisation continuum. What determines a datapoint's position on that spectrum, and how does that spectrum influence neural models' perfor… ▽ More

    Submitted 9 November, 2023; originally announced November 2023.

    Comments: Published in EMNLP 2023; 21 pages total (9 in the main paper, 3 pages with limitations, acknowledgments and references, 9 pages with appendices)

  8. arXiv:2310.17514  [pdf, other

    cs.CL

    The Validity of Evaluation Results: Assessing Concurrence Across Compositionality Benchmarks

    Authors: Kaiser Sun, Adina Williams, Dieuwke Hupkes

    Abstract: NLP models have progressed drastically in recent years, according to numerous datasets proposed to evaluate performance. Questions remain, however, about how particular dataset design choices may impact the conclusions we draw about model capabilities. In this work, we investigate this question in the domain of compositional generalization. We examine the performance of six modeling approaches acr… ▽ More

    Submitted 26 October, 2023; originally announced October 2023.

    Comments: CoNLL2023

  9. arXiv:2310.13486  [pdf, other

    cs.CL cs.AI

    Mind the instructions: a holistic evaluation of consistency and interactions in prompt-based learning

    Authors: Lucas Weber, Elia Bruni, Dieuwke Hupkes

    Abstract: Finding the best way of adapting pre-trained language models to a task is a big challenge in current NLP. Just like the previous generation of task-tuned models (TT), models that are adapted to tasks via in-context-learning (ICL) are robust in some setups but not in others. Here, we present a detailed analysis of which design choices cause instabilities and inconsistencies in LLM predictions. Firs… ▽ More

    Submitted 20 October, 2023; originally announced October 2023.

  10. arXiv:2308.12202  [pdf, other

    cs.LG cs.CL

    Curriculum Learning with Adam: The Devil Is in the Wrong Details

    Authors: Lucas Weber, Jaap Jumelet, Paul Michel, Elia Bruni, Dieuwke Hupkes

    Abstract: Curriculum learning (CL) posits that machine learning models -- similar to humans -- may learn more efficiently from data that match their current learning progress. However, CL methods are still poorly understood and, in particular for natural language processing (NLP), have achieved only limited success. In this paper, we explore why. Starting from an attempt to replicate and extend a number of… ▽ More

    Submitted 23 August, 2023; originally announced August 2023.

  11. arXiv:2305.11662  [pdf, other

    cs.CL cs.AI

    Separating form and meaning: Using self-consistency to quantify task understanding across multiple senses

    Authors: Xenia Ohmer, Elia Bruni, Dieuwke Hupkes

    Abstract: At the staggering pace with which the capabilities of large language models (LLMs) are increasing, creating future-proof evaluation sets to assess their understanding becomes more and more challenging. In this paper, we propose a novel paradigm for evaluating LLMs which leverages the idea that correct world understanding should be consistent across different (Fregean) senses of the same meaning. A… ▽ More

    Submitted 20 December, 2023; v1 submitted 19 May, 2023; originally announced May 2023.

  12. arXiv:2210.12574  [pdf, other

    cs.CL cs.LG

    The Curious Case of Absolute Position Embeddings

    Authors: Koustuv Sinha, Amirhossein Kazemnejad, Siva Reddy, Joelle Pineau, Dieuwke Hupkes, Adina Williams

    Abstract: Transformer language models encode the notion of word order using positional information. Most commonly, this positional information is represented by absolute position embeddings (APEs), that are learned from the pretraining data. However, in natural language, it is not absolute position that matters, but relative position, and the extent to which APEs can capture this type of information has not… ▽ More

    Submitted 22 October, 2022; originally announced October 2022.

    Comments: Accepted at EMNLP 2022 Findings; 5 pages and 15 pages Appendix

  13. State-of-the-art generalisation research in NLP: A taxonomy and review

    Authors: Dieuwke Hupkes, Mario Giulianelli, Verna Dankers, Mikel Artetxe, Yanai Elazar, Tiago Pimentel, Christos Christodoulopoulos, Karim Lasri, Naomi Saphra, Arabella Sinclair, Dennis Ulmer, Florian Schottmann, Khuyagbaatar Batsuren, Kaiser Sun, Koustuv Sinha, Leila Khalatbari, Maria Ryskina, Rita Frieske, Ryan Cotterell, Zhi**g **

    Abstract: The ability to generalise well is one of the primary desiderata of natural language processing (NLP). Yet, what 'good generalisation' entails and how it should be evaluated is not well understood, nor are there any evaluation standards for generalisation. In this paper, we lay the groundwork to address both of these issues. We present a taxonomy for characterising and understanding generalisation… ▽ More

    Submitted 12 January, 2024; v1 submitted 6 October, 2022; originally announced October 2022.

    Comments: This preprint was published as an Analysis article in Nature Machine Intelligence. Please refer to the published version when citing this work. 28 pages of content + 6 pages of appendix + 52 pages of references

    Journal ref: Nat Mach Intell 5, 1161-1174 (2023)

  14. arXiv:2210.01734  [pdf, other

    cs.CL cs.LG

    Text Characterization Toolkit

    Authors: Daniel Simig, Tianlu Wang, Verna Dankers, Peter Henderson, Khuyagbaatar Batsuren, Dieuwke Hupkes, Mona Diab

    Abstract: In NLP, models are usually evaluated by reporting single-number performance scores on a number of readily available benchmarks, without much deeper analysis. Here, we argue that - especially given the well-known fact that benchmarks often contain biases, artefacts, and spurious correlations - deeper results analysis should become the de-facto standard when presenting new models or benchmarks. We p… ▽ More

    Submitted 4 October, 2022; originally announced October 2022.

  15. arXiv:2206.04615  [pdf, other

    cs.CL cs.AI cs.CY cs.LG stat.ML

    Beyond the Imitation Game: Quantifying and extrapolating the capabilities of language models

    Authors: Aarohi Srivastava, Abhinav Rastogi, Abhishek Rao, Abu Awal Md Shoeb, Abubakar Abid, Adam Fisch, Adam R. Brown, Adam Santoro, Aditya Gupta, Adrià Garriga-Alonso, Agnieszka Kluska, Aitor Lewkowycz, Akshat Agarwal, Alethea Power, Alex Ray, Alex Warstadt, Alexander W. Kocurek, Ali Safaya, Ali Tazarv, Alice Xiang, Alicia Parrish, Allen Nie, Aman Hussain, Amanda Askell, Amanda Dsouza , et al. (426 additional authors not shown)

    Abstract: Language models demonstrate both quantitative improvement and new qualitative capabilities with increasing scale. Despite their potentially transformative impact, these new capabilities are as yet poorly characterized. In order to inform future research, prepare for disruptive new model capabilities, and ameliorate socially harmful effects, it is vital that we understand the present and near-futur… ▽ More

    Submitted 12 June, 2023; v1 submitted 9 June, 2022; originally announced June 2022.

    Comments: 27 pages, 17 figures + references and appendices, repo: https://github.com/google/BIG-bench

    Journal ref: Transactions on Machine Learning Research, May/2022, https://openreview.net/forum?id=uyTL5Bvosj

  16. arXiv:2112.11911  [pdf, other

    cs.CL cs.AI

    Towards Interactive Language Modeling

    Authors: Maartje ter Hoeve, Evgeny Kharitonov, Dieuwke Hupkes, Emmanuel Dupoux

    Abstract: Interaction between caregivers and children plays a critical role in human language acquisition and development. Given this observation, it is remarkable that explicit interaction plays little to no role in artificial language modeling -- which also targets the acquisition of human language, yet by artificial models. Moreover, an interactive approach to language modeling has the potential to make… ▽ More

    Submitted 28 September, 2022; v1 submitted 14 December, 2021; originally announced December 2021.

  17. arXiv:2112.06837  [pdf, other

    cs.CL cs.LG

    Sparse Interventions in Language Models with Differentiable Masking

    Authors: Nicola De Cao, Leon Schmid, Dieuwke Hupkes, Ivan Titov

    Abstract: There has been a lot of interest in understanding what information is captured by hidden representations of language models (LMs). Typically, interpretation methods i) do not guarantee that the model actually uses the encoded information, and ii) do not discover small subsets of neurons responsible for a considered phenomenon. Inspired by causal mediation analysis, we propose a method that discove… ▽ More

    Submitted 13 December, 2021; originally announced December 2021.

    Comments: 12 pages, 4 figures, 6 tables

  18. arXiv:2110.07240  [pdf, other

    cs.CL

    Causal Transformers Perform Below Chance on Recursive Nested Constructions, Unlike Humans

    Authors: Yair Lakretz, Théo Desbordes, Dieuwke Hupkes, Stanislas Dehaene

    Abstract: Recursive processing is considered a hallmark of human linguistic abilities. A recent study evaluated recursive processing in recurrent neural language models (RNN-LMs) and showed that such models perform below chance level on embedded dependencies within nested constructions -- a prototypical example of recursion in natural language. Here, we study if state-of-the-art Transformer LMs do any bette… ▽ More

    Submitted 14 October, 2021; originally announced October 2021.

    Comments: None

  19. arXiv:2110.02782  [pdf, other

    cs.CL

    How BPE Affects Memorization in Transformers

    Authors: Eugene Kharitonov, Marco Baroni, Dieuwke Hupkes

    Abstract: Training data memorization in NLP can both be beneficial (e.g., closed-book QA) and undesirable (personal data extraction). In any case, successful model training requires a non-trivial amount of memorization to store word spellings, various linguistic idiosyncrasies and common knowledge. However, little is known about what affects the memorization behavior of NLP models, as the field tends to foc… ▽ More

    Submitted 2 December, 2021; v1 submitted 6 October, 2021; originally announced October 2021.

  20. arXiv:2108.05885  [pdf, other

    cs.CL cs.AI cs.LG

    The paradox of the compositionality of natural language: a neural machine translation case study

    Authors: Verna Dankers, Elia Bruni, Dieuwke Hupkes

    Abstract: Obtaining human-like performance in NLP is often argued to require compositional generalisation. Whether neural networks exhibit this ability is usually studied by training models on highly compositional synthetic data. However, compositionality in natural language is much more complex than the rigid, arithmetic-like version such data adheres to, and artificial compositionality tests thus do not a… ▽ More

    Submitted 31 March, 2022; v1 submitted 12 August, 2021; originally announced August 2021.

    Comments: To appear at ACL 2022; 22 pages total (9 in the main paper, 3 pages of references and 10 pages with appendices)

  21. arXiv:2105.13818  [pdf, other

    cs.CL

    Language Models Use Monotonicity to Assess NPI Licensing

    Authors: Jaap Jumelet, Milica Denić, Jakub Szymanik, Dieuwke Hupkes, Shane Steinert-Threlkeld

    Abstract: We investigate the semantic knowledge of language models (LMs), focusing on (1) whether these LMs create categories of linguistic environments based on their semantic monotonicity properties, and (2) whether these categories play a similar role in LMs as in human language understanding, using negative polarity item licensing as a case study. We introduce a series of experiments consisting of probi… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

    Comments: Published in ACL Findings 2021

  22. arXiv:2104.12424  [pdf, other

    cs.CL

    Attention vs non-attention for a Shapley-based explanation method

    Authors: Tom Kersten, Hugh Mee Wong, Jaap Jumelet, Dieuwke Hupkes

    Abstract: The field of explainable AI has recently seen an explosion in the number of explanation methods for highly non-linear deep neural networks. The extent to which such methods -- that are often proposed and tested in the domain of computer vision -- are appropriate to address the explainability challenges in NLP is yet relatively unexplored. In this work, we consider Contextual Decomposition (CD) --… ▽ More

    Submitted 26 April, 2021; originally announced April 2021.

    Comments: Accepted for publication at DeeLIO 2021

  23. arXiv:2104.06644  [pdf, other

    cs.CL cs.LG

    Masked Language Modeling and the Distributional Hypothesis: Order Word Matters Pre-training for Little

    Authors: Koustuv Sinha, Robin Jia, Dieuwke Hupkes, Joelle Pineau, Adina Williams, Douwe Kiela

    Abstract: A possible explanation for the impressive performance of masked language model (MLM) pre-training is that such models have learned to represent the syntactic structures prevalent in classical NLP pipelines. In this paper, we propose a different explanation: MLMs succeed on downstream tasks almost entirely due to their ability to model higher-order word co-occurrence statistics. To demonstrate this… ▽ More

    Submitted 9 September, 2021; v1 submitted 14 April, 2021; originally announced April 2021.

    Comments: To appear at EMNLP 2021; 26 pages total (9 main, 6 reference and 11 Appendix)

  24. arXiv:2101.11287  [pdf, other

    cs.CL cs.LG

    Language Modelling as a Multi-Task Problem

    Authors: Lucas Weber, Jaap Jumelet, Elia Bruni, Dieuwke Hupkes

    Abstract: In this paper, we propose to study language modelling as a multi-task problem, bringing together three strands of research: multi-task learning, linguistics, and interpretability. Based on hypotheses derived from linguistic theory, we investigate whether language models adhere to learning principles of multi-task learning during training. To showcase the idea, we analyse the generalisation behavio… ▽ More

    Submitted 27 January, 2021; originally announced January 2021.

    Comments: Accepted for publication at EACL 2021

  25. arXiv:2010.02069  [pdf, other

    cs.CL cs.AI

    The Grammar of Emergent Languages

    Authors: Oskar van der Wal, Silvan de Boer, Elia Bruni, Dieuwke Hupkes

    Abstract: In this paper, we consider the syntactic properties of languages emerged in referential games, using unsupervised grammar induction (UGI) techniques originally designed to analyse natural language. We show that the considered UGI techniques are appropriate to analyse emergent languages and we then study if the languages that emerge in a typical referential game setup exhibit syntactic structure, a… ▽ More

    Submitted 9 October, 2020; v1 submitted 5 October, 2020; originally announced October 2020.

    Comments: Accepted at EMNLP 2020

  26. Mechanisms for Handling Nested Dependencies in Neural-Network Language Models and Humans

    Authors: Yair Lakretz, Dieuwke Hupkes, Alessandra Vergallito, Marco Marelli, Marco Baroni, Stanislas Dehaene

    Abstract: Recursive processing in sentence comprehension is considered a hallmark of human linguistic abilities. However, its underlying neural mechanisms remain largely unknown. We studied whether a modern artificial neural network trained with "deep learning" methods mimics a central aspect of human sentence processing, namely the storing of grammatical number and gender information in working memory and… ▽ More

    Submitted 3 May, 2021; v1 submitted 19 June, 2020; originally announced June 2020.

    Journal ref: Lakretz et al. (2021), Cognition

  27. arXiv:2004.03868  [pdf, other

    cs.CL cs.AI

    Internal and external pressures on language emergence: least effort, object constancy and frequency

    Authors: Diana Rodríguez Luna, Edoardo Maria Ponti, Dieuwke Hupkes, Elia Bruni

    Abstract: In previous work, artificial agents were shown to achieve almost perfect accuracy in referential games where they have to communicate to identify images. Nevertheless, the resulting communication protocols rarely display salient features of natural languages, such as compositionality. In this paper, we propose some realistic sources of pressure on communication that avert this outcome. More specif… ▽ More

    Submitted 13 October, 2020; v1 submitted 8 April, 2020; originally announced April 2020.

    Comments: Accepted for EMNLP-findings

  28. arXiv:2001.03361  [pdf, other

    cs.CL

    Co-evolution of language and agents in referential games

    Authors: Gautier Dagan, Dieuwke Hupkes, Elia Bruni

    Abstract: Referential games offer a grounded learning environment for neural agents which accounts for the fact that language is functionally used to communicate. However, they do not take into account a second constraint considered to be fundamental for the shape of human language: that it must be learnable by new language learners. Cogswell et al. (2019) introduced cultural transmission within referenti… ▽ More

    Submitted 30 January, 2021; v1 submitted 10 January, 2020; originally announced January 2020.

    Comments: 12 pages, 9 figures, EACL 2021 long paper

  29. arXiv:1911.03872  [pdf, other

    cs.LG stat.ML

    Location Attention for Extrapolation to Longer Sequences

    Authors: Yann Dubois, Gautier Dagan, Dieuwke Hupkes, Elia Bruni

    Abstract: Neural networks are surprisingly good at interpolating and perform remarkably well when the training set examples resemble those in the test set. However, they are often unable to extrapolate patterns beyond the seen data, even when the abstractions required for such patterns are simple. In this paper, we first review the notion of extrapolation, why it is important and how one could hope to tackl… ▽ More

    Submitted 21 April, 2020; v1 submitted 10 November, 2019; originally announced November 2019.

    Comments: 11 pages, 9 figures, Accepted for publication at ACL 2020

  30. arXiv:1909.08975  [pdf, other

    cs.CL cs.AI stat.ML

    Analysing Neural Language Models: Contextual Decomposition Reveals Default Reasoning in Number and Gender Assignment

    Authors: Jaap Jumelet, Willem Zuidema, Dieuwke Hupkes

    Abstract: Extensive research has recently shown that recurrent neural language models are able to process a wide range of grammatical phenomena. How these models are able to perform these remarkable feats so well, however, is still an open question. To gain more insight into what information LSTMs base their decisions on, we propose a generalisation of Contextual Decomposition (GCD). In particular, this set… ▽ More

    Submitted 19 September, 2019; originally announced September 2019.

    Comments: To appear at CoNLL2019

  31. arXiv:1908.08351  [pdf, other

    cs.CL cs.AI cs.LG stat.ML

    Compositionality decomposed: how do neural networks generalise?

    Authors: Dieuwke Hupkes, Verna Dankers, Mathijs Mul, Elia Bruni

    Abstract: Despite a multitude of empirical studies, little consensus exists on whether neural networks are able to generalise compositionally, a controversy that, in part, stems from a lack of agreement about what it means for a neural model to be compositional. As a response to this controversy, we present a set of tests that provide a bridge between, on the one hand, the vast amount of linguistic and phil… ▽ More

    Submitted 23 February, 2020; v1 submitted 22 August, 2019; originally announced August 2019.

  32. arXiv:1906.03293  [pdf, other

    cs.CL cs.LG

    Assessing incrementality in sequence-to-sequence models

    Authors: Dennis Ulmer, Dieuwke Hupkes, Elia Bruni

    Abstract: Since their inception, encoder-decoder models have successfully been applied to a wide array of problems in computational linguistics. The most recent successes are predominantly due to the use of different variations of attention mechanisms, but their cognitive plausibility is questionable. In particular, because past representations can be revisited at any point in time, attention-centric method… ▽ More

    Submitted 7 June, 2019; originally announced June 2019.

    Comments: Accepted at Repl4NLP, ACL

  33. arXiv:1906.01634  [pdf, other

    cs.CL cs.AI cs.LG

    On the Realization of Compositionality in Neural Networks

    Authors: Joris Baan, Jana Leible, Mitja Nikolaus, David Rau, Dennis Ulmer, Tim Baumgärtner, Dieuwke Hupkes, Elia Bruni

    Abstract: We present a detailed comparison of two types of sequence to sequence models trained to conduct a compositional task. The models are architecturally identical at inference time, but differ in the way that they are trained: our baseline model is trained with a task-success signal only, while the other model receives additional supervision on its attention mechanism (Attentive Guidance), which has s… ▽ More

    Submitted 6 June, 2019; v1 submitted 4 June, 2019; originally announced June 2019.

    Comments: To appear at BlackboxNLP 2019, ACL

  34. arXiv:1906.01234  [pdf, other

    cs.CL cs.AI

    Transcoding compositionally: using attention to find more generalizable solutions

    Authors: Kris Korrel, Dieuwke Hupkes, Verna Dankers, Elia Bruni

    Abstract: While sequence-to-sequence models have shown remarkable generalization power across several natural language tasks, their construct of solutions are argued to be less compositional than human-like generalization. In this paper, we present seq2attn, a new architecture that is specifically designed to exploit attention to find compositional patterns in the input. In seq2attn, the two standard compon… ▽ More

    Submitted 6 June, 2019; v1 submitted 4 June, 2019; originally announced June 2019.

    Comments: to appear at BlackboxNLP 2019, ACL

  35. arXiv:1903.07435  [pdf, other

    cs.CL

    The emergence of number and syntax units in LSTM language models

    Authors: Yair Lakretz, German Kruszewski, Theo Desbordes, Dieuwke Hupkes, Stanislas Dehaene, Marco Baroni

    Abstract: Recent work has shown that LSTMs trained on a generic language modeling objective capture syntax-sensitive generalizations such as long-distance number agreement. We have however no mechanistic understanding of how they accomplish this remarkable feat. Some have conjectured it depends on heuristics that do not truly take hierarchical structure into account. We present here a detailed study of the… ▽ More

    Submitted 2 April, 2019; v1 submitted 18 March, 2019; originally announced March 2019.

    Comments: To appear in Proceedings of NAACL, Minneapolis, MN, 2019

  36. arXiv:1901.05180  [pdf, other

    cs.CL

    Formal models of Structure Building in Music, Language and Animal Songs

    Authors: Willem Zuidema, Dieuwke Hupkes, Geraint Wiggins, Constance Scharff, Martin Rohrmeier

    Abstract: Human language, music and a variety of animal vocalisations constitute ways of sonic communication that exhibit remarkable structural complexity. While the complexities of language and possible parallels in animal communication have been discussed intensively, reflections on the complexity of music and animal song, and their comparisons are underrepresented. In some ways, music and animal songs ar… ▽ More

    Submitted 16 January, 2019; originally announced January 2019.

    Comments: Pre-edited version of Zuidema, W., Hupkes, D., Wiggins, G. A., Scharff, C., & Rohrmeirer, M. (2018). Formal Models of Structure Building in Music, Language, and Animal Song. The Origins of Musicality, 253

  37. arXiv:1809.06194  [pdf, other

    cs.CL

    The Fast and the Flexible: training neural networks to learn to follow instructions from small data

    Authors: Rezka Leonandya, Elia Bruni, Dieuwke Hupkes, Germán Kruszewski

    Abstract: Learning to follow human instructions is a long-pursued goal in artificial intelligence. The task becomes particularly challenging if no prior knowledge of the employed language is assumed while relying only on a handful of examples to learn from. Work in the past has relied on hand-coded components or manually engineered features to provide strong inductive biases that make learning in such situa… ▽ More

    Submitted 2 April, 2019; v1 submitted 17 September, 2018; originally announced September 2018.

  38. arXiv:1808.10627  [pdf, other

    cs.CL

    Do Language Models Understand Anything? On the Ability of LSTMs to Understand Negative Polarity Items

    Authors: Jaap Jumelet, Dieuwke Hupkes

    Abstract: In this paper, we attempt to link the inner workings of a neural language model to linguistic theory, focusing on a complex phenomenon well discussed in formal linguis- tics: (negative) polarity items. We briefly discuss the leading hypotheses about the licensing contexts that allow negative polarity items and evaluate to what extent a neural language model has the ability to correctly process a s… ▽ More

    Submitted 31 August, 2018; originally announced August 2018.

    Comments: Accepted to the EMNLP workshop "Analyzing and interpreting neural networks for NLP"

  39. arXiv:1808.09178  [pdf, other

    cs.CL

    Analysing the potential of seq-to-seq models for incremental interpretation in task-oriented dialogue

    Authors: Dieuwke Hupkes, Sanne Bouwmeester, Raquel Fernández

    Abstract: We investigate how encoder-decoder models trained on a synthetic dataset of task-oriented dialogues process disfluencies, such as hesitations and self-corrections. We find that, contrary to earlier results, disfluencies have very little impact on the task success of seq-to-seq models with attention. Using visualisation and diagnostic classifiers, we analyse the representations that are incremental… ▽ More

    Submitted 28 August, 2018; originally announced August 2018.

    Comments: accepted to the EMNLP2018 workshop "Analyzing and interpreting neural networks for NLP"

  40. arXiv:1808.08079  [pdf, other

    cs.CL cs.AI

    Under the Hood: Using Diagnostic Classifiers to Investigate and Improve how Language Models Track Agreement Information

    Authors: Mario Giulianelli, Jacqueline Harding, Florian Mohnert, Dieuwke Hupkes, Willem Zuidema

    Abstract: How do neural language models keep track of number agreement between subject and verb? We show that `diagnostic classifiers', trained to predict number from the internal states of a language model, provide a detailed understanding of how, when, and where this information is represented. Moreover, they give us insight into when and where number information is corrupted in cases where the language m… ▽ More

    Submitted 18 November, 2021; v1 submitted 24 August, 2018; originally announced August 2018.

    Comments: Proceedings of the 2018 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP

  41. arXiv:1805.09657  [pdf, other

    cs.CL cs.AI cs.LG

    Learning compositionally through attentive guidance

    Authors: Dieuwke Hupkes, Anand Singh, Kris Korrel, German Kruszewski, Elia Bruni

    Abstract: While neural network models have been successfully applied to domains that require substantial generalisation skills, recent studies have implied that they struggle when solving the task they are trained on requires inferring its underlying compositional structure. In this paper, we introduce Attentive Guidance, a mechanism to direct a sequence to sequence model equipped with attention to find mor… ▽ More

    Submitted 5 July, 2019; v1 submitted 20 May, 2018; originally announced May 2018.

  42. arXiv:1711.10203  [pdf, other

    cs.CL

    Visualisation and 'diagnostic classifiers' reveal how recurrent and recursive neural networks process hierarchical structure

    Authors: Dieuwke Hupkes, Sara Veldhoen, Willem Zuidema

    Abstract: We investigate how neural networks can learn and process languages with hierarchical, compositional semantics. To this end, we define the artificial task of processing nested arithmetic expressions, and study whether different types of neural networks can learn to compute their meaning. We find that recursive neural networks can find a generalising solution to this problem, and we visualise this s… ▽ More

    Submitted 20 April, 2018; v1 submitted 28 November, 2017; originally announced November 2017.

    Comments: 20 pages

    Journal ref: Journal of Artificial Intelligence Research 61 (2018) 907-926