A multi-step LLM pipeline extracts research instruments and their attributes from education literature, reporting moderate F1 scores but no released code or baseline statistics.
Learning to Extract Structured Entities Using Language Models
1 Pith paper cite this work, alongside 5 external citations. Polarity classification is still indexing.
abstract
Recent advances in machine learning have significantly impacted the field of information extraction, with Language Models (LMs) playing a pivotal role in extracting structured information from unstructured text. Prior works typically represent information extraction as triplet-centric and use classical metrics such as precision and recall for evaluation. We reformulate the task to be entity-centric, enabling the use of diverse metrics that can provide more insights from various perspectives. We contribute to the field by introducing Structured Entity Extraction and proposing the Approximate Entity Set OverlaP (AESOP) metric, designed to appropriately assess model performance. Later, we introduce a new Multistage Structured Entity Extraction (MuSEE) model that harnesses the power of LMs for enhanced effectiveness and efficiency by decomposing the extraction task into multiple stages. Quantitative and human side-by-side evaluations confirm that our model outperforms baselines, offering promising directions for future advancements in structured entity extraction. Our source code and datasets are available at https://github.com/microsoft/Structured-Entity-Extraction.
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Extracting Research Instruments from Educational Literature Using LLMs
A multi-step LLM pipeline extracts research instruments and their attributes from education literature, reporting moderate F1 scores but no released code or baseline statistics.