The paper shows that iterative pseudo-labeling with confidence, class-adaptive, or GPT-4o filtering can improve fine-grained PICO NER under 10% labeled data, though gains are modest and code is not released.
De-biasing Distantly Supervised Named Entity Recognition via Causal Intervention
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Distant supervision tackles the data bottleneck in NER by automatically generating training instances via dictionary matching. Unfortunately, the learning of DS-NER is severely dictionary-biased, which suffers from spurious correlations and therefore undermines the effectiveness and the robustness of the learned models. In this paper, we fundamentally explain the dictionary bias via a Structural Causal Model (SCM), categorize the bias into intra-dictionary and inter-dictionary biases, and identify their causes. Based on the SCM, we learn de-biased DS-NER via causal interventions. For intra-dictionary bias, we conduct backdoor adjustment to remove the spurious correlations introduced by the dictionary confounder. For inter-dictionary bias, we propose a causal invariance regularizer which will make DS-NER models more robust to the perturbation of dictionaries. Experiments on four datasets and three DS-NER models show that our method can significantly improve the performance of DS-NER.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Semi-Supervised Learning from Small Annotated Data and Large Unlabeled Data for Fine-grained PICO Entity Recognition
The paper shows that iterative pseudo-labeling with confidence, class-adaptive, or GPT-4o filtering can improve fine-grained PICO NER under 10% labeled data, though gains are modest and code is not released.