paper-with-me

홈 › Papers

The CRECIL Corpus: a New Dataset for Extraction of Relations between Characters in Chinese Multi-party Dialogues

2022-06-01 · LREC 2022 6 · Yuru Jiang, Yang Xu, Yuhang Zhan, WeiKai He, Yilin Wang, Zixuan Xi, Meiyun Wang, Xinyu Li, Yu Li, Yanchao Yu

We describe a new freely available Chinese multi-party dialogue dataset for automatic extraction of dialogue-based character relationships. The data has been extracted from the original TV scripts of a Chinese sitcom called “I Love My Home” with complex family-based human daily spoken conversations in Chinese. First, we introduced human annotation scheme for both global Character relationship map and character reference relationship. And then we generated the dialogue-based character relationship triples. The corpus annotates relationships between 140 entities in total. We also carried out a data exploration experiment by deploying a BERT-based model to extract character relationships on the CRECIL corpus and another existing relation extraction corpus (DialogRE (CITATION)).The results demonstrate that extracting character relationships is more challenging in CRECIL than in DialogRE.

📄 PDF Abstract BibTeX

Code (1)

bistu-nlp-lab/crecil 공식 구현 pytorch

Tasks

Relation Extraction

Similar Papers 제목 키워드 기반

Dual Pointer Network for Fast Extraction of Multiple Relations in a Sentence

2021-03-05 · Seongsik Park, Harksoo Kim

Relation extraction is a type of information extraction task that recognizes semantic relationships between entities in a sentence. Many previous studies have focused on extracting only one semantic relation between two …

DecoderObjectRelationRelation Extraction+1

Building a Corpus for Biomedical Relation Extraction of Species Mentions

2023-06-14 · Oumaima El Khettari, Solen Quiniou, Samuel Chaffron

We present a manually annotated corpus, Species-Species Interaction, for extracting meaningful binary relations between species, in biomedical texts, at sentence level, with a focus on the gut microbiota. The corpus leve…

Articlesnamed-entity-recognitionNamed Entity RecognitionRelation+2

DREaM: Drug-Drug Relation Extraction via Transfer Learning Method

2025-10-27 · Ali Fata, Hossein Rahmani, Parinaz Soltanzadeh, Amirhossein Derakhshan 외 arxiv

Relation extraction between drugs plays a crucial role in identifying drug drug interactions and predicting side effects. The advancement of machine learning methods in relation extraction, along with the development of …

Relation ExtractionTransfer Learning

Extraction automatique de relations sémantiques d’hyperonymie et d’hyponymie dans un corpus métier (Automatic extraction of hypernym and hyponym relations in a professional corpus)

2021-06-01 · JEP/TALN/RECITAL 2021 6 · Camille Gosset, Mokhtar Boumedyen Billami, Mathieu Lafourcade, Christophe Bortolaso 외

Nous nous intéressons dans cet article à l’extraction automatique de relations sémantiques d’hyperonymie et d’hyponymie à partir d’un corpus de spécialités métier. Le corpus regroupe des ouvrages et articles en français …

Articles

Relation Extraction with Contextualized Relation Embedding (CRE)

2020-11-19 · EMNLP (DeeLIO) 2020 11 · Xiaoyu Chen, Rohan Badlani

Relation extraction is the task of identifying relation instance between two entities given a corpus whereas Knowledge base modeling is the task of representing a knowledge base, in terms of relations between entities. T…

Entity EmbeddingsRelationRelation Extraction