paper-with-me

Papers

Structure-Aware Decoding Mechanisms for Complex Entity Extraction with Large-Scale Language Models

2025-12-16 · Zhimin Qiu, Di Wu, Feng Liu, Yuxiao Wang arxiv

This paper proposes a structure-aware decoding method based on large language models to address the difficulty of traditional approaches in maintaining both semantic integrity and structural consistency in nested and overlapping entity extraction tasks. The method introduces a candidate span generation mechanism and structured attention modeling to achieve unified modeling of entity boundaries, hierarchical relationships, and cross-dependencies. The model first uses a pretrained language model to obtain context-aware semantic representations, then captures multi-granular entity span features through candidate representation combinations, and introduces hierarchical structural constraints during decoding to ensure consistency between semantics and structure. To enhance stability in complex scenarios, the model jointly optimizes classification loss and structural consistency loss, maintaining high recognition accuracy under multi-entity co-occurrence and long-sentence dependency conditions. Experiments conducted on the ACE 2005 dataset demonstrate significant improvements in Accuracy, Precision, Recall, and F1-Score, particularly in nested and overlapping entity recognition, where the model shows stronger boundary localization and structural modeling capability. This study verifies the effectiveness of structure-aware decoding in complex semantic extraction tasks, provides a new perspective for developing language models with hierarchical understanding, and establishes a methodological foundation for high-precision information extraction.

📄 PDF Abstract BibTeX arXiv:2512.13980

Code (0)

등록된 구현이 없습니다.

Tasks

Information Extraction

Similar Papers 제목 키워드 기반

GapDNER: A Gap-Aware Grid Tagging Model for Discontinuous Named Entity Recognition

2025-10-13 · Yawen Yang, Fukun Ma, Shiao Meng, Aiwei Liu 외 arxiv

In biomedical fields, one named entity may consist of a series of non-adjacent tokens and overlap with other entities. Previous methods recognize discontinuous entities by connecting entity fragments or internal tokens, …

Representation Learning

Context-aware Entity Morph Decoding

2015-07-01 · IJCNLP 2015 7 · Boliang Zhang, Hongzhao Huang, Xiaoman Pan, Sujian Li 외
Entity LinkingMORPH

SUP-MCRL: Subject-aware Unified Pseudo-feature Coded Multimodal Contrastive Representation Learning for EEG Visual Decoding

2026-06-15 · Shengyu Gong, Weiming Zeng, Yueyang Li, Zijian Kang 외 arxiv

Non-invasive brain-computer interfaces exhibit significant performance degradation when moving from controlled laboratory stimuli to real-world natural images. This degradation occurs because conventional multimodal cont…

Representation Learning

Hybrid Multi-stage Decoding for Few-shot NER with Entity-aware Contrastive Learning

2024-04-10 · Peipei Liu, Gaosheng Wang, Ying Tong, Jian Liang 외

Few-shot named entity recognition can identify new types of named entities based on a few labeled examples. Previous methods employing token-level or span-level metric learning suffer from the computational burden and a …

ClassificationContrastive Learningfew-shot-nerFew-shot NER+5

DocSage: An Information Structuring Agent for Multi-Doc Multi-Entity Question Answering

2026-03-12 · Teng Lin, Yizhang Zhu, Zhengxuan Zhang, Yuyu Luo 외 arxiv

Multi-document Multi-entity Question Answering inherently demands models to track implicit logic between multiple entities across scattered documents. However, existing Large Language Models (LLMs) and Retrieval-Augmente…

Information ExtractionRelational ReasoningQuestion Answering