中文
相关论文

相关论文: Separating Surface Order and Syntactic Relations i…

200 篇论文

Parsing is the process of analyzing a sentence's syntactic structure by breaking it down into its grammatical components. and is critical for various linguistic applications. Urdu is a low-resource, free word-order language and exhibits…

计算与语言 · 计算机科学 2024-10-03 Nudrat Habib

The development of lexicalized grammars, particularly Tree-Adjoining Grammar (TAG), has significantly advanced our understanding of syntax and semantics in natural language processing (NLP). While existing syntactic resources like the Penn…

计算与语言 · 计算机科学 2025-04-15 Jungyeul Park

Medical Relation Extraction (MRE) task aims to extract relations between entities in medical texts. Traditional relation extraction methods achieve impressive success by exploring the syntactic information, e.g., dependency tree. However,…

计算与语言 · 计算机科学 2022-08-30 Yifan Jin , Jiangmeng Li , Zheng Lian , Chengbo Jiao , Xiaohui Hu

In Natural Language Processing (NLP), we often need to extract information from tree topology. Sentence structure can be represented via a dependency tree or a constituency tree structure. For this reason, a variant of LSTMs, named…

计算与语言 · 计算机科学 2019-01-03 Mahtab Ahmed , Muhammad Rifayat Samee , Robert E. Mercer

The underlying structure of natural language is hierarchical; words combine into phrases, which in turn form clauses. An awareness of this hierarchical structure can aid machine learning models in performing many linguistic tasks. However,…

机器学习 · 计算机科学 2020-04-01 Ashok Thillaisundaram

A tree-based dictionary learning model is developed for joint analysis of imagery and associated text. The dictionary learning may be applied directly to the imagery from patches, or to general feature vectors extracted from patches or…

机器学习 · 计算机科学 2012-10-19 Lingbo Li , XianXing Zhang , Mingyuan Zhou , Lawrence Carin

Common-sense reasoning is becoming increasingly important for the advancement of Natural Language Processing. While word embeddings have been very successful, they cannot explain which aspects of 'coffee' and 'tea' make them similar, or how…

计算与语言 · 计算机科学 2018-09-05 Daniel Loureiro , Alípio Mário Jorge

The structure of a sentence can be represented as a network where vertices are words and edges indicate syntactic dependencies. Interestingly, crossing syntactic dependencies have been observed to be infrequent in human languages. This…

计算与语言 · 计算机科学 2017-12-13 Carlos Gómez-Rodríguez , Ramon Ferrer-i-Cancho

After presenting a novel O(n^3) parsing algorithm for dependency grammar, we develop three contrasting ways to stochasticize it. We propose (a) a lexical affinity model where words struggle to modify each other, (b) a sense tagging model…

cmp-lg · 计算机科学 2008-02-06 Jason Eisner

Suppose we want to build a system that answers a natural language question by representing its semantics as a logical form and computing the answer given a structured database of facts. The core part of such a system is the semantic parser…

人工智能 · 计算机科学 2011-10-03 Percy Liang , Michael I. Jordan , Dan Klein

Fully data-driven, deep learning-based models are usually designed as language-independent and have been shown to be successful for many natural language processing tasks. However, when the studied language is low-resourced and the amount…

计算与语言 · 计算机科学 2022-09-21 Şaziye Betül Özateş , Arzucan Özgür , Tunga Güngör , Balkız Öztürk

The syntactic structure of a sentence can be represented as a graph, where vertices are words and edges indicate syntactic dependencies between them. In this setting, the distance between two linked words is defined as the difference…

计算与语言 · 计算机科学 2025-08-12 Sonia Petrini , Ramon Ferrer-i-Cancho

The impressive performance of neural networks on natural language processing tasks attributes to their ability to model complicated word and phrase compositions. To explain how the model handles semantic compositions, we study hierarchical…

计算与语言 · 计算机科学 2020-06-16 Xisen Jin , Zhongyu Wei , Junyi Du , Xiangyang Xue , Xiang Ren

This paper is a theoretical contribution to the debate on the learnability of syntax from a corpus without explicit syntax-specific guidance. Our approach originates in the observable structure of a corpus, which we use to define and…

计算与语言 · 计算机科学 2020-05-05 Raphaël Bailly , Kata Gábor

Web services growth makes the composition process a hard task to solve. This numerous interacting elements can be adequately represented by a network. Discovery and composition can benefit from the knowledge of the network structure. In…

软件工程 · 计算机科学 2013-05-02 Chantal Cherifi , Jean-Francois Santucci

A substantial amount of research has been carried out in developing machine learning algorithms that account for term dependence in text classification. These algorithms offer acceptable performance in most cases but they are associated…

信息检索 · 计算机科学 2017-10-26 Sounak Banerjee , Prasenjit Majumder , Mandar Mitra

In this paper we present a new tree-rewriting formalism called Link-Sharing Tree Adjoining Grammar (LSTAG) which is a variant of synchronous TAGs. Using LSTAG we define an approach towards coordination where linguistic dependency is…

计算与语言 · 计算机科学 2007-05-23 Anoop Sarkar

Slot filling and intent detection are two fundamental tasks in the field of natural language understanding. Due to the strong correlation between these two tasks, previous studies make efforts on modeling them with multi-task learning or…

计算与语言 · 计算机科学 2022-09-12 Baohang Zhou , Ying Zhang , Xuhui Sui , Kehui Song , Xiaojie Yuan

In machine translation (MT) that involves translating between two languages with significant differences in word order, determining the correct word order of translated words is a major challenge. The dependency parse tree of a source…

计算与语言 · 计算机科学 2017-02-16 Christian Hadiwinoto , Hwee Tou Ng

Chinese word segmentation and dependency parsing are two fundamental tasks for Chinese natural language processing. The dependency parsing is defined on word-level. Therefore word segmentation is the precondition of dependency parsing,…

计算与语言 · 计算机科学 2019-12-19 Hang Yan , Xipeng Qiu , Xuanjing Huang