paper-with-me

Papers

GenRES: Rethinking Evaluation for Generative Relation Extraction in the Era of Large Language Models

2024-02-16 · Pengcheng Jiang, Jiacheng Lin, Zifeng Wang, Jimeng Sun, Jiawei Han

The field of relation extraction (RE) is experiencing a notable shift towards generative relation extraction (GRE), leveraging the capabilities of large language models (LLMs). However, we discovered that traditional relation extraction (RE) metrics like precision and recall fall short in evaluating GRE methods. This shortfall arises because these metrics rely on exact matching with human-annotated reference relations, while GRE methods often produce diverse and semantically accurate relations that differ from the references. To fill this gap, we introduce GenRES for a multi-dimensional assessment in terms of the topic similarity, uniqueness, granularity, factualness, and completeness of the GRE results. With GenRES, we empirically identified that (1) precision/recall fails to justify the performance of GRE methods; (2) human-annotated referential relations can be incomplete; (3) prompting LLMs with a fixed set of relations or entities can cause hallucinations. Next, we conducted a human evaluation of GRE methods that shows GenRES is consistent with human preferences for RE quality. Last, we made a comprehensive evaluation of fourteen leading LLMs using GenRES across document, bag, and sentence level RE datasets, respectively, to set the benchmark for future research in GRE

📄 PDF Abstract BibTeX arXiv:2402.10744

Code (1)

pat-jj/genres 공식 구현

Tasks

RelationRelation ExtractionSentence

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Do Transformations Reveal the Truth? Generative Residual Learning for Generalized AI-Generated Image Detection

2026-07-09 · Kutub Uddin, Nusrat Tasnim, Awais Khan, Mohammad Umar Farooq 외 arxiv

The rapid advancement of generative AI has enabled the creation of highly realistic deepfake media, posing significant threats, including misinformation, digital identity theft, fraud, and manipulation of public opinion.…

Senti-LSSVM: Sentiment-Oriented Multi-Relation Extraction with Latent Structural SVM

2014-01-01 · TACL 2014 1 · Lizhen Qu, Yi Zhang, Rui Wang, Lili Jiang 외

Extracting instances of sentiment-oriented relations from user-generated web documents is important for online marketing analysis. Unlike previous work, we formulate this extraction task as a structured prediction proble…

MarketingRelationRelation ExtractionSentiment Analysis+1

Genre Separation Network with Adversarial Training for Cross-genre Relation Extraction

2018-10-01 · EMNLP 2018 10 · Ge Shi, Chong Feng, Lifu Huang, Boliang Zhang 외

Relation Extraction suffers from dramatical performance decrease when training a model on one genre and directly applying it to a new genre, due to the distinct feature distributions. Previous studies address this proble…

Feature EngineeringRelationRelation ExtractionWord Embeddings

Complex Network-Based Approach for Feature Extraction and Classification of Musical Genres

2021-10-09 · Matheus Henrique Pimenta-Zanon, Glaucia Maria Bressan, Fabrício Martins Lopes

Musical genre's classification has been a relevant research topic. The association between music and genres is fundamental for the media industry, which manages musical recommendation systems, and for music streaming ser…

ClassificationRecommendation Systems

Rethinking the Evaluation of Pre-trained Text-and-Layout Models from an Entity-Centric Perspective

2024-02-04 · Chong Zhang, Yixi Zhao, Chenshu Yuan, Yi Tu 외

Recently developed pre-trained text-and-layout models (PTLMs) have shown remarkable success in multiple information extraction tasks on visually-rich documents. However, the prevailing evaluation pipeline may not be suff…

Entity LinkingSemantic entity labeling