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.
Results demonstrate that knowledge distillation provides a practical and scalable solution for historical document processing, achieving competitive performance without excessive computational cost.
Youssef Aboelwafa, Ahmed Samir, Nagwa M. El-Makky et al.· arXiv.org· 1 citation
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
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.· 2026 11th International Conf...· 0 citations
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.· International Journal of Dat...· 0 citations
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· Serbian Journal of Electrica...· 0 citations
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.