Chrome Extension
WeChat Mini Program
Use on ChatGLM

Description Boosting for Zero-Shot Entity and Relation Classification

Computing Research Repository (CoRR)(2024)

Cited 1|Views16
Abstract
Zero-shot entity and relation classification models leverage availableexternal information of unseen classes – e.g., textual descriptions – toannotate input text data. Thanks to the minimum data requirement, Zero-ShotLearning (ZSL) methods have high value in practice, especially in applicationswhere labeled data is scarce. Even though recent research in ZSL hasdemonstrated significant results, our analysis reveals that those methods aresensitive to provided textual descriptions of entities (or relations). Even aminor modification of descriptions can lead to a change in the decisionboundary between entity (or relation) classes. In this paper, we formallydefine the problem of identifying effective descriptions for zero shotinference. We propose a strategy for generating variations of an initialdescription, a heuristic for ranking them and an ensemble method capable ofboosting the predictions of zero-shot models through description enhancement.Empirical results on four different entity and relation classification datasetsshow that our proposed method outperform existing approaches and achieve newSOTA results on these datasets under the ZSL settings. The source code of theproposed solutions and the evaluation framework are open-sourced.
More
Translated text
PDF
Bibtex
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了一种新的零样本实体和关系分类方法,通过描述增强来提高模型对未见类别的预测性能,实现了当前最佳结果。

方法】:作者定义了有效描述的识别问题,并提出了一种生成描述变体、对其进行排序的启发式方法,以及一种通过描述增强提升零样本模型预测的集成策略。

实验】:在四个不同的实体和关系分类数据集上进行了实验,包括ACE、NYT、TACRED和WebNLG,实验结果表明所提方法超越了现有方法,并在零样本学习设置下达到了新的最佳性能。