Skip to main content

Showing 1–7 of 7 results for author: Opedal, A

.
  1. arXiv:2401.18070  [pdf, other

    cs.CL cs.AI cs.LG

    Do Language Models Exhibit the Same Cognitive Biases in Problem Solving as Human Learners?

    Authors: Andreas Opedal, Alessandro Stolfo, Haruki Shirakami, Ying Jiao, Ryan Cotterell, Bernhard Schölkopf, Abulhair Saparov, Mrinmaya Sachan

    Abstract: There is increasing interest in employing large language models (LLMs) as cognitive models. For such purposes, it is central to understand which properties of human cognition are well-modeled by LLMs, and which are not. In this work, we study the biases of LLMs in relation to those known in children when solving arithmetic word problems. Surveying the learning science literature, we posit that the… ▽ More

    Submitted 17 June, 2024; v1 submitted 31 January, 2024; originally announced January 2024.

    Comments: Accepted at ICML 2024

  2. arXiv:2311.16258  [pdf, other

    cs.CL cs.DS cs.FL

    An Exploration of Left-Corner Transformations

    Authors: Andreas Opedal, Eleftheria Tsipidi, Tiago Pimentel, Ryan Cotterell, Tim Vieira

    Abstract: The left-corner transformation (Rosenkrantz and Lewis, 1970) is used to remove left recursion from context-free grammars, which is an important step towards making the grammar parsable top-down with simple techniques. This paper generalizes prior left-corner transformations to support semiring-weighted production rules and to provide finer-grained control over which left corners may be moved. Our… ▽ More

    Submitted 27 November, 2023; originally announced November 2023.

    Comments: Main conference long paper at EMNLP 2023

  3. arXiv:2307.02982  [pdf, other

    cs.CL cs.DS cs.FL

    Efficient Semiring-Weighted Earley Parsing

    Authors: Andreas Opedal, Ran Zmigrod, Tim Vieira, Ryan Cotterell, Jason Eisner

    Abstract: This paper provides a reference description, in the form of a deduction system, of Earley's (1970) context-free parsing algorithm with various speed-ups. Our presentation includes a known worst-case runtime improvement from Earley's $O (N^3|G||R|)$, which is unworkable for the large grammars that arise in natural language processing, to $O (N^3|G|)$, which matches the runtime of CKY on a binarized… ▽ More

    Submitted 6 July, 2023; originally announced July 2023.

    Comments: Main conference long paper at ACL 2023

  4. arXiv:2306.04347  [pdf, other

    cs.CL

    World Models for Math Story Problems

    Authors: Andreas Opedal, Niklas Stoehr, Abulhair Saparov, Mrinmaya Sachan

    Abstract: Solving math story problems is a complex task for students and NLP models alike, requiring them to understand the world as described in the story and reason over it to compute an answer. Recent years have seen impressive performance on automatically solving these problems with large pre-trained language models and innovative techniques to prompt them. However, it remains unclear if these models po… ▽ More

    Submitted 7 June, 2023; originally announced June 2023.

    Comments: ACL Findings 2023

  5. arXiv:2209.06809  [pdf, other

    cs.FL cs.CL

    On the Intersection of Context-Free and Regular Languages

    Authors: Clemente Pasti, Andreas Opedal, Tiago Pimentel, Tim Vieira, Jason Eisner, Ryan Cotterell

    Abstract: The Bar-Hillel construction is a classic result in formal language theory. It shows, by a simple construction, that the intersection of a context-free language and a regular language is itself context-free. In the construction, the regular language is specified by a finite-state automaton. However, neither the original construction (Bar-Hillel et al., 1961) nor its weighted extension (Nederhof and… ▽ More

    Submitted 18 May, 2023; v1 submitted 14 September, 2022; originally announced September 2022.

    Comments: EACL 2023 camera ready version. Our code is available in https://github.com/rycolab/bar-hillel

  6. arXiv:2203.04651  [pdf, other

    cs.CL

    Slangvolution: A Causal Analysis of Semantic Change and Frequency Dynamics in Slang

    Authors: Daphna Keidar, Andreas Opedal, Zhi**g **, Mrinmaya Sachan

    Abstract: Languages are continuously undergoing changes, and the mechanisms that underlie these changes are still a matter of debate. In this work, we approach language evolution through the lens of causality in order to model not only how various distributional factors associate with language change, but how they causally affect it. In particular, we study slang, which is an informal language that is typic… ▽ More

    Submitted 7 May, 2022; v1 submitted 9 March, 2022; originally announced March 2022.

    Comments: Accepted as a main conference paper at ACL 2022. Fixed typos and added references

  7. arXiv:2105.00997  [pdf, other

    cs.SI cs.LG stat.ML

    Recovering Barabási-Albert Parameters of Graphs through Disentanglement

    Authors: Cristina Guzman, Daphna Keidar, Tristan Meynier, Andreas Opedal, Niklas Stoehr

    Abstract: Classical graph modeling approaches such as Erdős Rényi (ER) random graphs or Barabási-Albert (BA) graphs, here referred to as stylized models, aim to reproduce properties of real-world graphs in an interpretable way. While useful, graph generation with stylized models requires domain knowledge and iterative trial and error simulation. Previous work by Stoehr et al. (2019) addresses these issues b… ▽ More

    Submitted 4 May, 2021; v1 submitted 3 May, 2021; originally announced May 2021.

    Comments: Accepted at the 9th International Conference on Learning Representations (ICLR 2021), Workshop on Geometrical and Topological Representation Learning