Skip to main content

Showing 1–4 of 4 results for author: Khalighinejad, G

.
  1. arXiv:2404.01266  [pdf, other

    cs.AI cs.CL

    IsoBench: Benchmarking Multimodal Foundation Models on Isomorphic Representations

    Authors: Deqing Fu, Ghazal Khalighinejad, Ollie Liu, Bhuwan Dhingra, Dani Yogatama, Robin Jia, Willie Neiswanger

    Abstract: Current foundation models exhibit impressive capabilities when prompted either with text only or with both image and text inputs. But do their capabilities change depending on the input modality? In this work, we propose $\textbf{IsoBench}$, a benchmark dataset containing problems from four major areas: math, science, algorithms, and games. Each example is presented with multiple… ▽ More

    Submitted 2 April, 2024; v1 submitted 1 April, 2024; originally announced April 2024.

  2. arXiv:2403.00260  [pdf, other

    cs.CL

    Extracting Polymer Nanocomposite Samples from Full-Length Documents

    Authors: Ghazal Khalighinejad, Defne Circi, L. C. Brinson, Bhuwan Dhingra

    Abstract: This paper investigates the use of large language models (LLMs) for extracting sample lists of polymer nanocomposites (PNCs) from full-length materials science research papers. The challenge lies in the complex nature of PNC samples, which have numerous attributes scattered throughout the text. The complexity of annotating detailed information on PNCs limits the availability of data, making conven… ▽ More

    Submitted 29 February, 2024; originally announced March 2024.

  3. arXiv:2305.02386  [pdf, other

    cs.CL cs.LG

    Approximating CKY with Transformers

    Authors: Ghazal Khalighinejad, Ollie Liu, Sam Wiseman

    Abstract: We investigate the ability of transformer models to approximate the CKY algorithm, using them to directly predict a sentence's parse and thus avoid the CKY algorithm's cubic dependence on sentence length. We find that on standard constituency parsing benchmarks this approach achieves competitive or better performance than comparable parsers that make use of CKY, while being faster. We also evaluat… ▽ More

    Submitted 4 November, 2023; v1 submitted 3 May, 2023; originally announced May 2023.

    Comments: EMNLP 2023

  4. arXiv:2012.03996  [pdf, ps, other

    cs.DS

    Gallo** in fast-growth natural merge sorts

    Authors: Elahe Ghasemi, Vincent Jugé, Ghazal Khalighinejad, Helia Yazdanyar

    Abstract: We study the impact of merging routines in merge-based sorting algorithms. More precisely, we focus on the gallo** routine that TimSort uses to merge monotonic sub-arrays, hereafter called runs, and on the impact on the number of element comparisons performed if one uses this routine instead of a naïve merging routine. This routine was introduced in order to make TimSort more efficient on arra… ▽ More

    Submitted 1 December, 2023; v1 submitted 7 December, 2020; originally announced December 2020.

    Comments: 38 pages, 9 figures