中文
相关论文

相关论文: Extracting Multiple-Relations in One-Pass with Pre…

200 篇论文

Previous multi-task dense prediction studies developed complex pipelines such as multi-modal distillations in multiple stages or searching for task relational contexts for each task. The core insight beyond these methods is to maximize the…

计算机视觉与模式识别 · 计算机科学 2023-04-10 Yangyang Xu , Xiangtai Li , Haobo Yuan , Yibo Yang , Lefei Zhang

Relation Extraction (RE) is a fundamental task of information extraction, which has attracted a large amount of research attention. Previous studies focus on extracting the relations within a sentence or document, while currently…

计算与语言 · 计算机科学 2022-11-01 Fengqi Wang , Fei Li , Hao Fei , Jingye Li , Shengqiong Wu , Fangfang Su , Wenxuan Shi , Donghong Ji , Bo Cai

Relation extraction task is a crucial and challenging aspect of Natural Language Processing. Several methods have surfaced as of late, exhibiting notable performance in addressing the task; however, most of these approaches rely on vast…

计算与语言 · 计算机科学 2023-08-25 Fréjus A. A. Laleye , Loïc Rakotoson , Sylvain Massip

Despite being the current de-facto models in most NLP tasks, transformers are often limited to short sequences due to their quadratic attention complexity on the number of tokens. Several attempts to address this issue were studied, either…

计算与语言 · 计算机科学 2023-07-19 Amine Abdaoui , Sourav Dutta

Long-context modeling presents a significant challenge for transformer-based large language models (LLMs) due to the quadratic complexity of the self-attention mechanism and issues with length extrapolation caused by pretraining exclusively…

计算与语言 · 计算机科学 2024-05-24 Chenghao Yang , Zi Yang , Nan Hua

The recent literature in text classification is biased towards short text sequences (e.g., sentences or paragraphs). In real-world applications, multi-page multi-paragraph documents are common and they cannot be efficiently encoded by…

计算与语言 · 计算机科学 2022-10-26 Xiang Dai , Ilias Chalkidis , Sune Darkner , Desmond Elliott

Abstract Meaning Representation parsing is a sentence-to-graph prediction task where target nodes are not explicitly aligned to sentence tokens. However, since graph nodes are semantically based on one or more sentence tokens, implicit…

计算与语言 · 计算机科学 2021-05-19 Jiawei Zhou , Tahira Naseem , Ramón Fernandez Astudillo , Radu Florian

Despite the remarkable success of transformer-based models in various real-world tasks, their underlying mechanisms remain poorly understood. Recent studies have suggested that transformers can implement gradient descent as an in-context…

机器学习 · 计算机科学 2024-08-09 Xingwu Chen , Lei Zhao , Difan Zou

Relation extraction (RE) is a standard information extraction task playing a major role in downstream applications such as knowledge discovery and question answering. Although decoder-only large language models are excelling in generative…

计算与语言 · 计算机科学 2025-07-28 Yuhang Jiang , Ramakanth Kavuluru

To capture the semantic graph structure from raw text, most existing summarization approaches are built on GNNs with a pre-trained model. However, these methods suffer from cumbersome procedures and inefficient computations for long-text…

计算与语言 · 计算机科学 2021-10-22 Ye Liu , Jian-Guo Zhang , Yao Wan , Congying Xia , Lifang He , Philip S. Yu

Named Entity Recognition and Relation Extraction are two crucial and challenging subtasks in the field of Information Extraction. Despite the successes achieved by the traditional approaches, fundamental research questions remain open.…

计算与语言 · 计算机科学 2024-05-15 Yao Wang , Xin Liu , Weikun Kong , Hai-Tao Yu , Teeradaj Racharak , Kyoung-Sook Kim , Minh Le Nguyen

Relation Extraction (RE) is one of the fundamental tasks in Information Extraction and Natural Language Processing. Dependency trees have been shown to be a very useful source of information for this task. The current deep learning models…

计算与语言 · 计算机科学 2019-07-09 Amir Pouran Ben Veyseh , Thien Huu Nguyen , Dejing Dou

Most work in relation extraction forms a prediction by looking at a short span of text within a single sentence containing a single entity pair mention. However, many relation types, particularly in biomedical text, are expressed across…

计算与语言 · 计算机科学 2017-11-17 Patrick Verga , Emma Strubell , Ofer Shai , Andrew McCallum

Pre-trained Transformer language models (LM) have become go-to text representation encoders. Prior research fine-tunes deep LMs to encode text sequences such as sentences and passages into single dense vector representations for efficient…

计算与语言 · 计算机科学 2021-09-22 Luyu Gao , Jamie Callan

Pre-trained language models have been found to capture a surprisingly rich amount of lexical knowledge, ranging from commonsense properties of everyday concepts to detailed factual knowledge about named entities. Among others, this makes it…

计算与语言 · 计算机科学 2022-09-12 Asahi Ushio , Jose Camacho-Collados , Steven Schockaert

Transformer-based models have brought a radical change to neural machine translation. A key feature of the Transformer architecture is the so-called multi-head attention mechanism, which allows the model to focus simultaneously on different…

计算与语言 · 计算机科学 2020-10-06 Alessandro Raganato , Yves Scherrer , Jörg Tiedemann

A capsule is a group of neurons, whose activity vector represents the instantiation parameters of a specific type of entity. In this paper, we explore the capsule networks used for relation extraction in a multi-instance multi-label…

信息检索 · 计算机科学 2022-11-02 Ningyu Zhang , Shumin Deng , Zhanlin Sun , Xi Chen , Wei Zhang , Huajun Chen

Conventional word embeddings represent words with fixed vectors, which are usually trained based on co-occurrence patterns among words. In doing so, however, the power of such representations is limited, where the same word might be…

计算与语言 · 计算机科学 2020-01-10 Hongming Zhang , Jiaxin Bai , Yan Song , Kun Xu , Changlong Yu , Yangqiu Song , Wilfred Ng , Dong Yu

Document-level relation extraction faces two overlooked challenges: long-tail problem and multi-label problem. Previous work focuses mainly on obtaining better contextual representations for entity pairs, hardly address the above…

计算与语言 · 计算机科学 2022-12-21 Ridong Han , Tao Peng , Benyou Wang , Lu Liu , Xiang Wan

Recent progress in cross-lingual relation and event extraction use graph convolutional networks (GCNs) with universal dependency parses to learn language-agnostic sentence representations such that models trained on one language can be…

计算与语言 · 计算机科学 2021-02-19 Wasi Uddin Ahmad , Nanyun Peng , Kai-Wei Chang