paper-with-me

Papers

PromptRE: Weakly-Supervised Document-Level Relation Extraction via Prompting-Based Data Programming

2023-10-13 · Chufan Gao, Xulin Fan, Jimeng Sun, Xuan Wang

Relation extraction aims to classify the relationships between two entities into pre-defined categories. While previous research has mainly focused on sentence-level relation extraction, recent studies have expanded the scope to document-level relation extraction. Traditional relation extraction methods heavily rely on human-annotated training data, which is time-consuming and labor-intensive. To mitigate the need for manual annotation, recent weakly-supervised approaches have been developed for sentence-level relation extraction while limited work has been done on document-level relation extraction. Weakly-supervised document-level relation extraction faces significant challenges due to an imbalanced number "no relation" instances and the failure of directly probing pretrained large language models for document relation extraction. To address these challenges, we propose PromptRE, a novel weakly-supervised document-level relation extraction method that combines prompting-based techniques with data programming. Furthermore, PromptRE incorporates the label distribution and entity types as prior knowledge to improve the performance. By leveraging the strengths of both prompting and data programming, PromptRE achieves improved performance in relation classification and effectively handles the "no relation" problem. Experimental results on ReDocRED, a benchmark dataset for document-level relation extraction, demonstrate the superiority of PromptRE over baseline approaches.

📄 PDF Abstract BibTeX arXiv:2310.09265

Code (0)

등록된 구현이 없습니다.

Tasks

Document-level Relation ExtractionRelationRelation ClassificationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

PromptReps: Prompting Large Language Models to Generate Dense and Sparse Representations for Zero-Shot Document Retrieval

2024-04-29 · Shengyao Zhuang, Xueguang Ma, Bevan Koopman, Jimmy Lin 외

Utilizing large language models (LLMs) for zero-shot document ranking is done in one of two ways: (1) prompt-based re-ranking methods, which require no further training but are only feasible for re-ranking a handful of c…

Document RankingRe-RankingRetrieval

DocRED: A Large-Scale Document-Level Relation Extraction Dataset

2019-06-14 · ACL 2019 7 · Yuan Yao, Deming Ye, Peng Li, Xu Han 외

Multiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for …

Document-level Relation ExtractionRelationRelation ExtractionSentence

Pseudo-Relevance Feedback Can Improve Zero-Shot LLM-Based Dense Retrieval

2025-03-19 · Hang Li, Xiao Wang, Bevan Koopman, Guido Zuccon

Pseudo-relevance feedback (PRF) refines queries by leveraging initially retrieved documents to improve retrieval effectiveness. In this paper, we investigate how large language models (LLMs) can facilitate PRF for zero-s…

Passage RetrievalRetrieval

Multilevel Text Alignment with Cross-Document Attention

2020-10-03 · EMNLP 2020 11 · Xuhui Zhou, Nikolaos Pappas, Noah A. Smith

Text alignment finds application in tasks such as citation recommendation and plagiarism detection. Existing alignment methods operate at a single, predefined level and cannot learn to align texts at, for example, senten…

Citation RecommendationSentence

Machine Translation With Weakly Paired Bilingual Documents

2019-05-01 · ICLR 2019 5 · Lijun Wu, Jinhua Zhu, Di He, Fei Gao 외

Neural machine translation, which achieves near human-level performance in some languages, strongly relies on the availability of large amounts of parallel sentences, which hinders its applicability to low-resource langu…

Machine TranslationSentenceTranslationUnsupervised Machine Translation