Skip to content
Preprint

Lightweight Person-Place Relation Extraction from Historical Newspapers with Dependency Graphs and Proximity Features

Jul 2026 · 1 citation · 34 references
Computer Science

TL;DR

This team investigates how far a lightweight, interpretable system can go without any pretrained language model at the relation classification stage on the HIPE-2026 shared task, finding that minimum character distance alone captures most of the classification signal.

Abstract

The HIPE-2026 shared task introduces person-place relation extraction from multilingual historical newspapers as a new evaluation track, classifying the at and isAt relations between pre-annotated person and location mentions in English, French, and German. Motivated by the cost of processing historical archives at scale, our team (DS@GT HIPE, team 2 in the official results) investigates how far a lightweight, interpretable system can go without any pretrained language model at the relation classification stage. Our approach builds a document-level graph from dependency parses, extracts proximity-based and part-of-speech features for each entity pair, and classifies them with small scikit-learn ensembles or compact Graph Attention Networks, keeping every submitted run under 847K parameters. On the official evaluation (Test A, the newspaper test set), our best run reached a macro recall of 0.5142, ranking 3rd on the Efficiency profile while placing mid-table on Accuracy among the 17 participating teams. Two findings stand out. First, minimum character distance alone captures most of the classification signal; adding further engineered features yields inconsistent gains and sometimes degrades performance, echoing prior evidence that argument distance dominates relation extraction. Second, document-grouped cross-validation is essential on this corpus: pair-level splits inflate scores by 25-37 percentage points because entity mentions recur across documents, a data-leakage effect that grouped cross-validation removes.

View source

Similar papers

ReTaT: A Unified Benchmark for Relation Extraction across Text and Table

ReTaT is a dataset that can be used to train and evaluate systems for extracting relations whose expression spans the two modalities and its quality and suitability were assessed for the joint table-text relation extraction task using Large Language Models (LLMs).

Mohamed Ettaleb, Thibault Ehrhart, Nathalie Aussenac-Gilles et al. · 1 citation
Conference Jun 2026

LCDS: Logic-Constrained Distant Supervision for Document-Level Relation Extraction

Document-level relation extraction (DocRE) identifies semantic relations between entity pairs in a document, but its progress is limited by the scarcity of high-quality annotations. Distant supervision alleviates this issue by automatically constructing large-scale training data, yet it also introduces noisy and incomplete labels. To address these problems, we propose LCDS, a logic-constrained distant supervision framework for DocRE. LCDS first applies Monte Carlo dropout to estimate prediction uncertainty and filter unreliable pseudo labels. It then mines high-confidence logical rules from human-annotated data and uses them to complement missing relations and correct conflicts. Through iterative training, LCDS progressively improves pseudo-label quality. Experiments on DocRED and Re-DocRED show that LCDS achieves F1 scores of 67.39% and $\mathbf{8 1. 4 2 \%}$, respectively, outperforming previous state-of-theart models and demonstrating the effectiveness of combining uncertainty estimation with logical reasoning.

Zhaoyu Yang, Yingying Xiao, Liqin Guo et al. · 0 citations
Open access Aug 2026

Optimizing sample selection for large language model-based entity matching using AssistEM

AssistEM, a framework for efficient LLM adaptation to EM via principled data selection, demonstrates that selective fine-tuning not only accelerates adaptation but also improves training efficiency (requiring fewer GPU hours), enabling open-source LLMs to rival–and in some cases outperform–closed-source models.

John Bosco Mugeni, S. Lynden, Toshiyuki Amagasa et al. · 0 citations
Open access 2026

A unified transformer-BiLSTM and graph attention network framework for explainable multilingual opinion mining and relationship inference in complex social-citation networks

An innovative model which combines transformer-based context embedding, BiLSTM for capturing of sentiment flows, and GAT for examining relational data is introduced which incorporates contextual, sequential and relational modelling of multilingual opinion mining.

Manoharan Thangavel, A. Kalpana, Saravanan Ananth · 0 citations
Open access 2026

Semantic Structure and Importance Extraction from Sequential Conversational Data via Dimensional Reduction

This study proposes a robust and semantically enriched framework for conversation understanding based on a composite distributed representation that incorporates both temporal adjacency and semantic proximity between utterances, enabling the visualization of key conversational connections.

Takeshi Matsuda, Michio Sonoda · 0 citations