中文
相关论文

相关论文: A Simple but Effective Bidirectional Framework for…

200 篇论文

Relation Extraction (RE) is a pivotal task in automatically extracting structured information from unstructured text. In this paper, we present a multi-faceted approach that integrates representative examples and through co-set expansion.…

计算与语言 · 计算机科学 2023-08-24 Yerong Li , Roxana Girju

Document-level relation extraction is a complex human process that requires logical inference to extract relationships between named entities in text. Existing approaches use graph-based neural models with words as nodes and edges as…

计算与语言 · 计算机科学 2019-09-04 Fenia Christopoulou , Makoto Miwa , Sophia Ananiadou

Distantly supervised datasets for relation extraction mostly focus on sentence-level extraction, and they cover very few relations. In this work, we propose cross-document relation extraction, where the two entities of a relation tuple…

计算与语言 · 计算机科学 2021-08-24 Tapas Nayak , Hwee Tou Ng

The increasing amount of data on the Web, in particular of Linked Data, has led to a diverse landscape of datasets, which make entity retrieval a challenging task. Explicit cross-dataset links, for instance to indicate co-references or…

信息检索 · 计算机科学 2017-03-31 Besnik Fetahu , Ujwal Gadiraju , Stefan Dietze

Parallel sentence extraction is a task addressing the data sparsity problem found in multilingual natural language processing applications. We propose a bidirectional recurrent neural network based approach to extract parallel sentences…

计算与语言 · 计算机科学 2018-08-28 Francis Grégoire , Philippe Langlais

Recommender systems (RS) have started to employ knowledge distillation, which is a model compression technique training a compact model (student) with the knowledge transferred from a cumbersome model (teacher). The state-of-the-art methods…

信息检索 · 计算机科学 2021-06-08 Wonbin Kweon , SeongKu Kang , Hwanjo Yu

Extracting multiple relations from text sentences is still a challenge for current Open Relation Extraction (Open RE) tasks. In this paper, we develop several Open RE models based on the bidirectional LSTM-CRF (BiLSTM-CRF) neural network…

计算与语言 · 计算机科学 2024-07-10 Tao Ni , Qing Wang , Gabriela Ferraro

Recent works in relation extraction (RE) have achieved promising benchmark accuracy; however, our adversarial attack experiments show that these works excessively rely on entities, making their generalization capability questionable. To…

计算与语言 · 计算机科学 2024-04-05 Dawei Li , William Hogan , Jingbo Shang

Relation extraction (RE) has been extensively studied due to its importance in real-world applications such as knowledge base construction and question answering. Most of the existing works train the models on either distantly supervised…

计算与语言 · 计算机科学 2020-11-25 Woohwan Jung , Kyuseok Shim

The success of neural summarization models stems from the meticulous encodings of source articles. To overcome the impediments of limited and sometimes noisy training data, one promising direction is to make better use of the available…

计算与语言 · 计算机科学 2019-06-13 Kai Wang , Xiaojun Quan , Rui Wang

The task of redescription mining explores ways to re-describe different subsets of entities contained in a dataset and to reveal non-trivial associations between different subsets of attributes, called views. This interesting and…

机器学习 · 计算机科学 2024-10-30 Matej Mihelčić , Tomislav Šmuc

We present a generic and trend-aware curriculum learning approach for graph neural networks. It extends existing approaches by incorporating sample-level loss trends to better discriminate easier from harder samples and schedule them for…

计算与语言 · 计算机科学 2022-06-09 Nidhi Vakil , Hadi Amiri

Extracting event relations that deviate from known schemas has proven challenging for previous methods based on multi-class classification, MASK prediction, or prototype matching. Recent advancements in large language models have shown…

计算与语言 · 计算机科学 2025-02-07 Jun Xu , Mengshu Sun , Zhiqiang Zhang , Jun Zhou

Cross-lingual model transfer is a compelling and popular method for predicting annotations in a low-resource language, whereby parallel corpora provide a bridge to a high-resource language and its associated annotated corpora. However,…

计算与语言 · 计算机科学 2017-05-02 Meng Fang , Trevor Cohn

Neural relation extraction discovers semantic relations between entities from unstructured text using deep learning methods. In this study, we present a comprehensive review of methods on neural network based relation extraction. We discuss…

计算与语言 · 计算机科学 2020-07-09 Mehmet Aydar , Ozge Bozal , Furkan Ozbay

Multi-hop reasoning question answering requires deep comprehension of relationships between various documents and queries. We propose a Bi-directional Attention Entity Graph Convolutional Network (BAG), leveraging relationships between…

计算与语言 · 计算机科学 2019-04-11 Yu Cao , Meng Fang , Dacheng Tao

Aspect-based sentiment analysis has gained significant attention in recent years due to its ability to provide fine-grained insights for sentiment expressions related to specific features of entities. An important component of aspect-based…

计算与语言 · 计算机科学 2025-03-06 Ali Erkan , Tunga Güngör

Adaptive tracking-by-detection approaches are popular for tracking arbitrary objects. They treat the tracking problem as a classification task and use online learning techniques to update the object model. However, these approaches are…

计算机视觉与模式识别 · 计算机科学 2017-04-04 Kourosh Meshgi , Maryam Sadat Mirzaei , Shigeyuki Oba , Shin Ishii

Distantly supervised relation extraction has been widely used to find novel relational facts from plain text. To predict the relation between a pair of two target entities, existing methods solely rely on those direct sentences containing…

计算与语言 · 计算机科学 2017-09-15 Wenyuan Zeng , Yankai Lin , Zhiyuan Liu , Maosong Sun

Feature extraction is an efficient approach for alleviating the issue of dimensionality in high-dimensional data. As a popular self-supervised learning method, contrastive learning has recently garnered considerable attention. In this…

机器学习 · 计算机科学 2021-09-14 Hongjie Zhang