Papers › Modeling Label Correlations for Ultra-Fine Entity Typing with Neural Pairwise...

Modeling Label Correlations for Ultra-Fine Entity Typing with Neural Pairwise Conditional Random Field

3 Dec 2022arXiv:2212.01581archive 2025-07-28

Chengyue Jiang, Yong Jiang, Weiqi Wu, Pengjun Xie, Kewei Tu

Ultra-fine entity typing (UFET) aims to predict a wide range of type phrases that correctly describe the categories of a given entity mention in a sentence. Most recent works infer each entity type independently, ignoring the correlations between types, e.g., when an entity is inferred as a president, it should also be a politician and a leader. To this end, we use an undirected graphical model called pairwise conditional random field (PCRF) to formulate the UFET problem, in which the type variables are not only unarily influenced by the input but also pairwisely relate to all the other type variables. We use various modern backbones for entity typing to compute unary potentials, and derive pairwise potentials from type phrase representations that both capture prior semantic information and facilitate accelerated inference. We use mean-field variational inference for efficient type inference on very large type sets and unfold it as a neural network module to enable end-to-end training. Experiments on UFET show that the Neural-PCRF consistently outperforms its backbones with little cost and results in a competitive performance against cross-encoder based SOTA while being thousands of times faster. We also find Neural- PCRF effective on a widely used fine-grained entity typing dataset with a smaller type set. We pack Neural-PCRF as a network module that can be plugged onto multi-label type classifiers with ease and release it in https://github.com/modelscope/adaseq/tree/master/examples/NPCRF.

PaperPDFCode

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

modelscope/adaseq officialmentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Entity TypingSentenceVariational InferenceVocal Bursts Type Prediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Entity Typing Open Entity Prompt + NPCRF (replicated by Adaseq) F1 50.1 #3 of 13 Archive leaderboard report
Entity Typing Open Entity Prompt Learning (replicated by Adaseq)) F1 49.3 #5 of 13 Archive leaderboard report
Entity Typing Open Entity RoBERTa-Large + NPCRF (replicated by Adaseq) F1 47.3 #7 of 13 Archive leaderboard report
Entity Typing Open Entity RoBERTa-Large (replicated by Adaseq) F1 43.8 #10 of 13 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Variational Inference

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections