中文
相关论文

相关论文: Syntax Helps ELMo Understand Semantics: Is Syntax …

200 篇论文

Style representation learning builds content-independent representations of author style in text. Stylometry, the analysis of style in text, is often performed by expert forensic linguists and no large dataset of stylometric annotations…

计算与语言 · 计算机科学 2023-10-11 Ajay Patel , Delip Rao , Ansh Kothary , Kathleen McKeown , Chris Callison-Burch

Text embedding models have significantly contributed to advancements in natural language processing by adeptly capturing semantic properties of textual data. However, the ability of these models to generalize across a wide range of…

计算与语言 · 计算机科学 2023-11-15 Yan Zhang , Zhaopeng Feng , Zhiyang Teng , Zuozhu Liu , Haizhou Li

Recent neural network-driven semantic role labeling (SRL) systems have shown impressive improvements in F1 scores. These improvements are due to expressive input representations, which, at least at the surface, are orthogonal to…

计算与语言 · 计算机科学 2020-05-06 Tao Li , Parth Anand Jawale , Martha Palmer , Vivek Srikumar

We introduce a simple and accurate neural model for dependency-based semantic role labeling. Our model predicts predicate-argument dependencies relying on states of a bidirectional LSTM encoder. The semantic role labeler achieves…

计算与语言 · 计算机科学 2017-06-16 Diego Marcheggiani , Anton Frolov , Ivan Titov

Semantic role labeling (SRL) is to recognize the predicate-argument structure of a sentence, including subtasks of predicate disambiguation and argument labeling. Previous studies usually formulate the entire SRL problem into two or more…

计算与语言 · 计算机科学 2018-08-15 Jiaxun Cai , Shexia He , Zuchao Li , Hai Zhao

Integrating symbolic knowledge and data-driven learning algorithms is a longstanding challenge in Artificial Intelligence. Despite the recognized importance of this task, a notable gap exists due to the discreteness of symbolic…

人工智能 · 计算机科学 2024-05-24 Gaia Saveri , Laura Nenzi , Luca Bortolussi , Jan Křetínský

Sentence-level representations are necessary for various NLP tasks. Recurrent neural networks have proven to be very effective in learning distributed representations and can be trained efficiently on natural language inference tasks. We…

计算与语言 · 计算机科学 2019-08-15 Aarne Talman , Anssi Yli-Jyrä , Jörg Tiedemann

Continuous embeddings of tokens in computer programs have been used to support a variety of software development tools, including readability, code search, and program repair. Contextual embeddings are common in natural language processing…

软件工程 · 计算机科学 2020-04-29 Rafael - Michael Karampatsis , Charles Sutton

Neural language models (LMs) are typically trained using only lexical features, such as surface forms of words. In this paper, we argue this deprives the LM of crucial syntactic signals that can be detected at high confidence using existing…

计算与语言 · 计算机科学 2018-03-13 Duncan Blythe , Alan Akbik , Roland Vollgraf

Various NLP problems -- such as the prediction of sentence similarity, entailment, and discourse relations -- are all instances of the same general task: the modeling of semantic relations between a pair of textual elements. A popular model…

计算与语言 · 计算机科学 2019-04-05 Damien Sileo , Tim Van-De-Cruys , Camille Pradel , Philippe Muller

While recent advancements in large language models (LLMs) bring us closer to achieving artificial general intelligence, the question persists: Do LLMs truly understand language, or do they merely mimic comprehension through pattern…

计算与语言 · 计算机科学 2023-11-15 Houquan Zhou , Yang Hou , Zhenghua Li , Xuebin Wang , Zhefeng Wang , Xinyu Duan , Min Zhang

Modern deep neural networks achieve impressive performance in engineering applications that require extensive linguistic skills, such as machine translation. This success has sparked interest in probing whether these models are inducing…

计算与语言 · 计算机科学 2020-04-24 Tal Linzen , Marco Baroni

Semantic role labeling (SRL) is the task of identifying the predicate-argument structure of a sentence. It is typically regarded as an important step in the standard NLP pipeline. As the semantic representations are closely related to…

计算与语言 · 计算机科学 2017-08-01 Diego Marcheggiani , Ivan Titov

Linear sequences of words are implicitly represented in our brains by hierarchical structures that organize the composition of words in sentences. Linguists formalize different frameworks to model this hierarchy; two of the most common…

计算与语言 · 计算机科学 2024-03-18 Omar Momen

Traditional NLP has long held (supervised) syntactic parsing necessary for successful higher-level semantic language understanding (LU). The recent advent of end-to-end neural models, self-supervised via language modeling (LM), and their…

计算与语言 · 计算机科学 2021-04-29 Goran Glavaš , Ivan Vulić

The task of semantic role labeling (SRL) is dedicated to finding the predicate-argument structure. Previous works on SRL are mostly supervised and do not consider the difficulty in labeling each example which can be very expensive and…

计算与语言 · 计算机科学 2021-04-20 Kashif Munir , Hai Zhao , Zuchao Li

Recent work using auxiliary prediction task classifiers to investigate the properties of LSTM representations has begun to shed light on why pretrained representations, like ELMo (Peters et al., 2018) and CoVe (McCann et al., 2017), are so…

计算与语言 · 计算机科学 2019-01-08 Kelly W. Zhang , Samuel R. Bowman

Who did what to whom is a major focus in natural language understanding, which is right the aim of semantic role labeling (SRL) task. Despite of sharing a lot of processing characteristics and even task purpose, it is surprisingly that…

计算与语言 · 计算机科学 2019-11-19 Zhuosheng Zhang , Yuwei Wu , Zuchao Li , Hai Zhao

Embedding from Language Models (ELMo) has shown to be effective for improving many natural language processing (NLP) tasks, and ELMo takes character information to compose word representation to train language models.However, the character…

计算与语言 · 计算机科学 2019-09-19 Jiangtong Li , Hai Zhao , Zuchao Li , Wei Bi , Xiaojiang Liu

Deep neural models achieve some of the best results for semantic role labeling. Inspired by instance-based learning that utilizes nearest neighbors to handle low-frequency context-specific training samples, we investigate the use of memory…

计算与语言 · 计算机科学 2020-12-01 Ishan Jindal , Ranit Aharonov , Siddhartha Brahma , Huaiyu Zhu , Yunyao Li