CLAIJun 15, 2024

StrucText-Eval: Evaluating Large Language Model's Reasoning Ability in Structure-Rich Text

arXiv:2406.10621v314 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of assessing LLMs' capabilities in interpreting structured data in unstructured form, which is crucial for corporate data strategies, but it is incremental as it introduces a new benchmark rather than a novel method.

The paper tackles the problem of evaluating large language models' (LLMs) reasoning abilities on structure-rich text, proposing StrucText-Eval, a benchmark with 5,800 samples across 8 structured languages and 29 tasks, and finds that open-source LLMs achieve up to 74.9% accuracy on standard tests but drop to 45.8% on harder tasks, compared to 92.6% for humans.

The effective utilization of structured data, integral to corporate data strategies, has been challenged by the rise of large language models (LLMs) capable of processing unstructured information. This shift prompts the question: can LLMs interpret structured data directly in its unstructured form? We propose an automatic evaluation data generation method for assessing LLMs' reasoning capabilities on structure-rich text to explore this. Our approach supports 8 structured languages and 29 tasks, generating data with adjustable complexity through controllable nesting and structural width. We introduce StrucText-Eval, a benchmark containing 5,800 pre-generated and annotated samples designed to evaluate how well LLMs understand and reason through structured text. StrucText-Eval is divided into two suites: a regular Test suite (3,712 samples) and a Test-Hard suite (2,088 samples), the latter emphasizing the gap between human and model performance on more complex tasks. Experimental results show that while open-source LLMs achieve a maximum accuracy of 74.9\% on the standard dataset, their performance drops significantly to 45.8\% on the harder dataset. In contrast, human participants reach an accuracy of 92.6\% on StrucText-Eval-Hard, highlighting LLMs' current limitations in handling intricate structural information. The benchmark and generation codes are open sourced in \url{https://github.com/MikeGu721/StrucText-Eval}

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes