paper-with-me

홈 › Papers

5W1H Extraction With Large Language Models

2024-05-25 · Yang Cao, Yangsong Lan, Feiyan Zhai, Piji Li

The extraction of essential news elements through the 5W1H framework (\textit{What}, \textit{When}, \textit{Where}, \textit{Why}, \textit{Who}, and \textit{How}) is critical for event extraction and text summarization. The advent of Large language models (LLMs) such as ChatGPT presents an opportunity to address language-related tasks through simple prompts without fine-tuning models with much time. While ChatGPT has encountered challenges in processing longer news texts and analyzing specific attributes in context, especially answering questions about \textit{What}, \textit{Why}, and \textit{How}. The effectiveness of extraction tasks is notably dependent on high-quality human-annotated datasets. However, the absence of such datasets for the 5W1H extraction increases the difficulty of fine-tuning strategies based on open-source LLMs. To address these limitations, first, we annotate a high-quality 5W1H dataset based on four typical news corpora (\textit{CNN/DailyMail}, \textit{XSum}, \textit{NYT}, \textit{RA-MDS}); second, we design several strategies from zero-shot/few-shot prompting to efficient fine-tuning to conduct 5W1H aspects extraction from the original news documents. The experimental results demonstrate that the performance of the fine-tuned models on our labelled dataset is superior to the performance of ChatGPT. Furthermore, we also explore the domain adaptation capability by testing the source-domain (e.g. NYT) models on the target domain corpus (e.g. CNN/DailyMail) for the task of 5W1H extraction.

📄 PDF Abstract BibTeX arXiv:2405.16150

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationEvent ExtractionText Summarization

Similar Papers 제목 키워드 기반

Benchingmaking Large Langage Models in Biomedical Triple Extraction

2023-10-27 · Mingchen Li, Huixue Zhou, Rui Zhang

Biomedical triple extraction systems aim to automatically extract biomedical entities and relations between entities. The exploration of applying large language models (LLM) to triple extraction is still relatively unexp…

Language ModellingLarge Language ModelRelationRetrieval+1

Improving Recall of Large Language Models: A Model Collaboration Approach for Relational Triple Extraction

2024-04-15 · Zepeng Ding, Wenhao Huang, Jiaqing Liang, Deqing Yang 외

Relation triple extraction, which outputs a set of triples from long sentences, plays a vital role in knowledge acquisition. Large language models can accurately extract triples from simple sentences through few-shot lea…

Few-Shot Learning

How to Unleash the Power of Large Language Models for Few-shot Relation Extraction?

2023-05-02 · Xin Xu, Yuqi Zhu, Xiaohan Wang, Ningyu Zhang

Scaling language models have revolutionized widespread NLP tasks, yet little comprehensively explored few-shot relation extraction with large language models. In this paper, we investigate principal methodologies, in-con…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+3

MAKED: Multi-lingual Automatic Keyword Extraction Dataset

2022-06-01 · LREC 2022 6 · Yash Verma, Anubhav Jangra, Sriparna Saha, Adam Jatowt 외

Keyword extraction is an integral task for many downstream problems like clustering, recommendation, search and classification. Development and evaluation of keyword extraction techniques require an exhaustive dataset; h…

ArticlesClusteringDiversityKeyword Extraction

Effective and Efficient Schema-aware Information Extraction Using On-Device Large Language Models

2025-05-21 · Zhihao Wen, Sheng Liang, Yaxiong Wu, Yongyue Zhang 외

Information extraction (IE) plays a crucial role in natural language processing (NLP) by converting unstructured text into structured knowledge. Deploying computationally intensive large language models (LLMs) on resourc…