中文
相关论文

相关论文: Post-Training Language Models for Continual Relati…

200 篇论文

Few-shot Continual Relations Extraction (FCRE) is an emerging and dynamic area of study where models can sequentially integrate knowledge from new relations with limited labeled data while circumventing catastrophic forgetting and…

计算与语言 · 计算机科学 2024-10-02 Quyen Tran , Nguyen Xuan Thanh , Nguyen Hoang Anh , Nam Le Hai , Trung Le , Linh Van Ngo , Thien Huu Nguyen

Information Extraction (IE) is crucial for converting unstructured data into structured formats like Knowledge Graphs (KGs). A key task within IE is Relation Extraction (RE), which identifies relationships between entities in text. Various…

计算与语言 · 计算机科学 2024-06-25 Sefika Efeoglu , Adrian Paschke

Continual relation extraction (CRE) aims to solve the problem of catastrophic forgetting when learning a sequence of newly emerging relations. Recent CRE studies have found that catastrophic forgetting arises from the model's lack of…

计算与语言 · 计算机科学 2023-10-11 Weimin Xiong , Yifan Song , Peiyi Wang , Sujian Li

Continual Relation Extraction (CRE) aims to continually learn new emerging relations while avoiding catastrophic forgetting. Existing CRE methods mainly use memory replay and contrastive learning to mitigate catastrophic forgetting.…

计算与语言 · 计算机科学 2025-08-19 Shaozhe Yin , Jinyu Guo , Kai Shuang , Xia Liu , Ruize Ou

Automatic relationship extraction (RE) from biomedical literature is critical for managing the vast amount of scientific knowledge produced each year. In recent years, utilizing pre-trained language models (PLMs) has become the prevalent…

计算与语言 · 计算机科学 2025-11-04 Mario Sänger , Ulf Leser

Relation Extraction (RE) serves as a crucial technology for transforming unstructured text into structured information, especially within the framework of Knowledge Graph development. Its importance is emphasized by its essential role in…

计算与语言 · 计算机科学 2024-06-27 Dawulie Jinensibieke , Mieradilijiang Maimaiti , Wentao Xiao , Yuanhang Zheng , Xiaobo Wang

This comprehensive survey delves into the latest advancements in Relation Extraction (RE), a pivotal task in natural language processing essential for applications across biomedical, financial, and legal sectors. This study highlights the…

计算与语言 · 计算机科学 2025-07-03 Jose A. Diaz-Garcia , Julio Amador Diaz Lopez

Continual Few-shot Relation Extraction (CFRE) is a practical problem that requires the model to continuously learn novel relations while avoiding forgetting old ones with few labeled training data. The primary challenges are catastrophic…

计算与语言 · 计算机科学 2024-02-27 Shengkun Ma , Jiale Han , Yi Liang , Bo Cheng

Continual relation extraction (CRE) aims to continuously train a model on data with new relations while avoiding forgetting old ones. Some previous work has proved that storing a few typical samples of old relations and replaying them when…

计算与语言 · 计算机科学 2022-05-24 Kang Zhao , Hua Xu , Jiangong Yang , Kai Gao

For Relation Extraction (RE), the manual annotation of training data may be prohibitively expensive, since the sentences that contain the target relations in texts can be very scarce and difficult to find. It is therefore beneficial to…

计算与语言 · 计算机科学 2025-09-11 Zexuan Li , Hongliang Dai , Piji Li

Relation Extraction (RE) is a crucial task in Information Extraction, which entails predicting relationships between entities within a given sentence. However, extending pre-trained RE models to other languages is challenging, particularly…

计算与语言 · 计算机科学 2023-04-21 Chiaming Hsu , Changtong Zan , Liang Ding , Longyue Wang , Xiaoting Wang , Weifeng Liu , Fu Lin , Wenbin Hu

Continual relation extraction (CRE) aims to extract relations towards the continuous and iterative arrival of new data, of which the major challenge is the catastrophic forgetting of old tasks. In order to alleviate this critical problem…

信息检索 · 计算机科学 2022-10-11 Chengwei Hu , Deqing Yang , Haoliang Jin , Zhen Chen , Yanghua Xiao

Relation extraction (RE) aims to identify relations between entities mentioned in texts. Although large language models (LLMs) have demonstrated impressive in-context learning (ICL) abilities in various tasks, they still suffer from poor…

计算与语言 · 计算机科学 2024-04-30 Guozheng Li , Peng Wang , Wenjun Ke , Yikai Guo , Ke Ji , Ziyu Shang , Jiajun Liu , Zijie Xu

Few-Shot Relation Extraction (FSRE) remains a challenging task due to the scarcity of annotated data and the limited generalization capabilities of existing models. Although large language models (LLMs) have demonstrated potential in FSRE…

计算与语言 · 计算机科学 2025-05-20 Quanjiang Guo , Jinchuan Zhang , Sijie Wang , Ling Tian , Zhao Kang , Bin Yan , Weidong Xiao

Contextual Relation Extraction (CRE) is mainly used for constructing a knowledge graph with a help of ontology. It performs various tasks such as semantic search, query answering, and textual entailment. Relation extraction identifies the…

计算与语言 · 计算机科学 2023-09-14 R. Priyadharshini , G. Jeyakodi , P. Shanthi Bala

In spite of the potential for ground-breaking achievements offered by large language models (LLMs) (e.g., GPT-3), they still lag significantly behind fully-supervised baselines (e.g., fine-tuned BERT) in relation extraction (RE). This is…

计算与语言 · 计算机科学 2023-12-12 Zhen Wan , Fei Cheng , Zhuoyuan Mao , Qianying Liu , Haiyue Song , Jiwei Li , Sadao Kurohashi

Relation extraction (RE) is an important task that aims to identify the relationships between entities in texts. While large language models (LLMs) have revealed remarkable in-context learning (ICL) capability for general zero and few-shot…

计算与语言 · 计算机科学 2024-04-30 Guozheng Li , Peng Wang , Jiajun Liu , Yikai Guo , Ke Ji , Ziyu Shang , Zijie Xu

Continuous Relation Extraction (CRE) aims to incrementally learn relation knowledge from a non-stationary stream of data. Since the introduction of new relational tasks can overshadow previously learned information, catastrophic forgetting…

计算与语言 · 计算机科学 2024-03-06 Mengyi Huang , Meng Xiao , Ludi Wang , Yi Du

Dialogue relation extraction (DRE) aims to extract relations between two arguments within a dialogue, which is more challenging than standard RE due to the higher person pronoun frequency and lower information density in dialogues. However,…

计算与语言 · 计算机科学 2024-04-30 Guozheng Li , Zijie Xu , Ziyu Shang , Jiajun Liu , Ke Ji , Yikai Guo

Few-Shot Relation Extraction (FSRE), a subtask of Relation Extraction (RE) that utilizes limited training instances, appeals to more researchers in Natural Language Processing (NLP) due to its capability to extract textual information in…

计算与语言 · 计算机科学 2024-07-15 Ye Liu , Kai Zhang , Aoran Gan , Linan Yue , Feng Hu , Qi Liu , Enhong Chen
‹ 上一页 1 2 3 10 下一页 ›