Skip to main content

Showing 1–7 of 7 results for author: Cohn-Gordon, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2402.10797  [pdf, other

    cs.MS cs.LG stat.CO stat.ML

    BlackJAX: Composable Bayesian inference in JAX

    Authors: Alberto Cabezas, Adrien Corenflos, Junpeng Lao, Rémi Louf, Antoine Carnec, Kaustubh Chaudhari, Reuben Cohn-Gordon, Jeremie Coullon, Wei Deng, Sam Duffield, Gerardo Durán-Martín, Marcin Elantkowski, Dan Foreman-Mackey, Michele Gregori, Carlos Iguaran, Ravin Kumar, Martin Lysy, Kevin Murphy, Juan Camilo Orduz, Karm Patel, Xi Wang, Rob Zinkov

    Abstract: BlackJAX is a library implementing sampling and variational inference algorithms commonly used in Bayesian computation. It is designed for ease of use, speed, and modularity by taking a functional approach to the algorithms' implementation. BlackJAX is written in Python, using JAX to compile and run NumpPy-like samplers and variational methods on CPUs, GPUs, and TPUs. The library integrates well w… ▽ More

    Submitted 22 February, 2024; v1 submitted 16 February, 2024; originally announced February 2024.

    Comments: Companion paper for the library https://github.com/blackjax-devs/blackjax Update: minor changes and updated the list of authors to include technical contributors

  2. arXiv:2004.14451  [pdf, other

    cs.CL cs.CV

    Pragmatic Issue-Sensitive Image Captioning

    Authors: Allen Nie, Reuben Cohn-Gordon, Christopher Potts

    Abstract: Image captioning systems have recently improved dramatically, but they still tend to produce captions that are insensitive to the communicative goals that captions should meet. To address this, we propose Issue-Sensitive Image Captioning (ISIC). In ISIC, a captioning system is given a target image and an issue, which is a set of images partitioned in a way that specifies what information is releva… ▽ More

    Submitted 5 October, 2020; v1 submitted 29 April, 2020; originally announced April 2020.

    Comments: 15 pages, 7 figures. EMNLP 2020 Findings Accepted

  3. arXiv:1910.14164  [pdf

    cs.AI cs.IR

    Lexical Learning as an Online Optimal Experiment: Building Efficient Search Engines through Human-Machine Collaboration

    Authors: Jacopo Tagliabue, Reuben Cohn-Gordon

    Abstract: Information retrieval (IR) systems need to constantly update their knowledge as target objects and user queries change over time. Due to the power-law nature of linguistic data, learning lexical concepts is a problem resisting standard machine learning approaches: while manual intervention is always possible, a more general and automated solution is desirable. In this work, we propose a novel end-… ▽ More

    Submitted 30 October, 2019; originally announced October 2019.

    Journal ref: WIP and Demo track, HCOMP 2019

  4. arXiv:1909.07290  [pdf, other

    cs.CL

    Communication-based Evaluation for Natural Language Generation

    Authors: Benjamin Newman, Reuben Cohn-Gordon, Christopher Potts

    Abstract: Natural language generation (NLG) systems are commonly evaluated using n-gram overlap measures (e.g. BLEU, ROUGE). These measures do not directly capture semantics or speaker intentions, and so they often turn out to be misaligned with our true goals for NLG. In this work, we argue instead for communication-based evaluations: assuming the purpose of an NLG system is to convey information to a read… ▽ More

    Submitted 11 October, 2019; v1 submitted 16 September, 2019; originally announced September 2019.

    Comments: 11 pages, 2 figures, SCiL, camera-ready - clarified certain points, updated acknowledgements

  5. arXiv:1902.09514  [pdf, other

    cs.CL

    Lost in Machine Translation: A Method to Reduce Meaning Loss

    Authors: Reuben Cohn-Gordon, Noah Goodman

    Abstract: A desideratum of high-quality translation systems is that they preserve meaning, in the sense that two sentences with different meanings should not translate to one and the same sentence in another language. However, state-of-the-art systems often fail in this regard, particularly in cases where the source and target languages partition the "meaning space" in different ways. For instance, "I cut m… ▽ More

    Submitted 22 April, 2019; v1 submitted 25 February, 2019; originally announced February 2019.

    Comments: NAACL short paper

  6. arXiv:1810.00367  [pdf, other

    cs.CL

    An Incremental Iterated Response Model of Pragmatics

    Authors: Reuben Cohn-Gordon, Noah D. Goodman, Christopher Potts

    Abstract: Recent Iterated Response (IR) models of pragmatics conceptualize language use as a recursive process in which agents reason about each other to increase communicative efficiency. These models are generally defined over complete utterances. However, there is substantial evidence that pragmatic reasoning takes place incrementally during production and comprehension. We address this with an increment… ▽ More

    Submitted 19 October, 2018; v1 submitted 30 September, 2018; originally announced October 2018.

    Comments: Camera-Ready Version

  7. arXiv:1804.05417  [pdf, other

    cs.CL

    Pragmatically Informative Image Captioning with Character-Level Inference

    Authors: Reuben Cohn-Gordon, Noah Goodman, Christopher Potts

    Abstract: We combine a neural image captioner with a Rational Speech Acts (RSA) model to make a system that is pragmatically informative: its objective is to produce captions that are not merely true but also distinguish their inputs from similar images. Previous attempts to combine RSA with neural image captioning require an inference which normalizes over the entire set of possible utterances. This poses… ▽ More

    Submitted 10 May, 2018; v1 submitted 15 April, 2018; originally announced April 2018.

    Comments: NAACL Paper, 5 pages