paper-with-me

Papers

A Unified Positive-Unlabeled Learning Framework for Document-Level Relation Extraction with Different Levels of Labeling

2022-10-17 · Ye Wang, Xinxin Liu, Wenxin Hu, Tao Zhang

Document-level relation extraction (RE) aims to identify relations between entities across multiple sentences. Most previous methods focused on document-level RE under full supervision. However, in real-world scenario, it is expensive and difficult to completely label all relations in a document because the number of entity pairs in document-level RE grows quadratically with the number of entities. To solve the common incomplete labeling problem, we propose a unified positive-unlabeled learning framework - shift and squared ranking loss positive-unlabeled (SSR-PU) learning. We use positive-unlabeled (PU) learning on document-level RE for the first time. Considering that labeled data of a dataset may lead to prior shift of unlabeled data, we introduce a PU learning under prior shift of training data. Also, using none-class score as an adaptive threshold, we propose squared ranking loss and prove its Bayesian consistency with multi-label ranking metrics. Extensive experiments demonstrate that our method achieves an improvement of about 14 F1 points relative to the previous baseline with incomplete labeling. In addition, it outperforms previous state-of-the-art results under both fully supervised and extremely unlabeled settings as well.

📄 PDF Abstract BibTeX arXiv:2210.08709

Code (1)

www-ye/ssr-pu 공식 구현 pytorch

Tasks

Document-level Relation ExtractionDocument-level RE with incomplete labelingRelation Extraction

Similar Papers 제목 키워드 기반

A Positive-Unlabeled Metric Learning Framework for Document-Level Relation Extraction with Incomplete Labeling

2023-06-26 · Ye Wang, Huazheng Pan, Tao Zhang, Wen Wu 외

The goal of document-level relation extraction (RE) is to identify relations between entities that span multiple sentences. Recently, incomplete labeling in document-level RE has received increasing attention, and some s…

Document-level Relation ExtractionDocument-level RE with incomplete labelingMetric LearningRelation+1

Scalable Evaluation and Improvement of Document Set Expansion via Neural Positive-Unlabeled Learning

2019-10-29 · EACL 2021 2 · Alon Jacovi, Gang Niu, Yoav Goldberg, Masashi Sugiyama

We consider the situation in which a user has collected a small set of documents on a cohesive topic, and they want to retrieve additional documents on this topic from a large collection. Information Retrieval (IR) solut…

Information RetrievalRetrieval

Positive unlabeled learning for building recommender systems in a parliamentary setting

2024-01-19 · Luis M. de Camposa, Juan M. Fernández-Luna, Juan F. Huete, Luis Redondo-Expósito

Our goal is to learn about the political interests and preferences of the Members of Parliament by mining their parliamentary activity, in order to develop a recommendation/filtering system that, given a stream of docume…

Information RetrievalRecommendation SystemsRetrieval

TTM-RE: Memory-Augmented Document-Level Relation Extraction

2024-06-09 · Chufan Gao, Xuan Wang, Jimeng Sun

Document-level relation extraction aims to categorize the association between any two entities within a document. We find that previous methods for document-level relation extraction are ineffective in exploiting the ful…

Document-level Relation ExtractionDocument-level RE with incomplete labelingRelationRelation Extraction

Document Set Expansion with Positive-Unlabelled Learning Using Intractable Density Estimation

2024-03-26 · Haiyang Zhang, Qiuyi Chen, Yuanjie Zou, Yushan Pan 외

The Document Set Expansion (DSE) task involves identifying relevant documents from large collections based on a limited set of example documents. Previous research has highlighted Positive and Unlabeled (PU) learning as …

Density Estimation