中文
相关论文

相关论文: Fine-tuning a Subtle Parsing Distinction Using a P…

200 篇论文

We propose a new A* CCG parsing model in which the probability of a tree is decomposed into factors of CCG categories and its syntactic dependencies both defined on bi-directional LSTMs. Our factored model allows the precomputation of all…

计算与语言 · 计算机科学 2017-04-25 Masashi Yoshikawa , Hiroshi Noji , Yuji Matsumoto

We consider probabilistic topic models and more recent word embedding techniques from a perspective of learning hidden semantic representations. Inspired by a striking similarity of the two approaches, we merge them and learn probabilistic…

计算与语言 · 计算机科学 2017-11-15 Anna Potapenko , Artem Popov , Konstantin Vorontsov

Attributed tree transducers (atts) have been equipped with regular look-around (i.e., a preprocessing via an attributed relabeling) in order to obtain a more robust class of translations. Here we give further evidence of this robustness: we…

形式语言与自动机理论 · 计算机科学 2024-06-12 Sebastian Maneth , Martin Vu

Different from other sequential data, sentences in natural language are structured by linguistic grammars. Previous generative conversational models with chain-structured decoder ignore this structure in human language and might generate…

人工智能 · 计算机科学 2018-01-04 Ganbin Zhou , Ping Luo , Rongyu Cao , Yijun Xiao , Fen Lin , Bo Chen , Qing He

Identifying the relations that exist between words (or entities) is important for various natural language processing tasks such as, relational search, noun-modifier classification and analogy detection. A popular approach to represent the…

计算与语言 · 计算机科学 2017-09-06 Huda Hakami , Danushka Bollegala

We study whether a Large Language Model can learn the deterministic sequence of trees generated by the iterated prime factorization of the natural numbers. Each integer is mapped into a rooted planar tree and the resulting sequence $…

人工智能 · 计算机科学 2025-12-02 Alessandro Breccia , Federica Gerace , Marco Lippi , Gabriele Sicuro , Pierluigi Contucci

Traditional natural language parsers are based on rewrite rule systems developed in an arduous, time-consuming manner by grammarians. A majority of the grammarian's efforts are devoted to the disambiguation process, first hypothesizing…

cmp-lg · 计算机科学 2016-08-31 David M. Magerman

How does the input segmentation of pretrained language models (PLMs) affect their interpretations of complex words? We present the first study investigating this question, taking BERT as the example PLM and focusing on its semantic…

计算与语言 · 计算机科学 2021-06-03 Valentin Hofmann , Janet B. Pierrehumbert , Hinrich Schütze

We train one multilingual model for dependency parsing and use it to parse sentences in several languages. The parsing model uses (i) multilingual word clusters and embeddings; (ii) token-level language information; and (iii)…

计算与语言 · 计算机科学 2016-07-27 Waleed Ammar , George Mulcaire , Miguel Ballesteros , Chris Dyer , Noah A. Smith

We consider approximating data structures with collections of the items that they contain. For examples, lists, binary trees, tuples, etc, can be approximated by sets or multisets of the items within them. Such approximations can be used to…

计算机科学中的逻辑 · 计算机科学 2007-08-17 Dale Miller

Many tasks in Natural Language Processing involve recognizing lexical entailment. Two different approaches to this problem have been proposed recently that are quite different from each other. The first is an asymmetric similarity measure…

计算与语言 · 计算机科学 2014-12-03 John Wieting

Inference in natural language often involves recognizing lexical entailment (RLE); that is, identifying whether one word entails another. For example, "buy" entails "own". Two general strategies for RLE have been proposed: One strategy is…

计算与语言 · 计算机科学 2015-06-02 Peter D. Turney , Saif M. Mohammad

Neural network models often generalize poorly to mismatched domains or distributions. In NLP, this issue arises in particular when models are expected to generalize compositionally, that is, to novel combinations of familiar words and…

计算与语言 · 计算机科学 2021-11-10 Wang Zhu , Peter Shaw , Tal Linzen , Fei Sha

We introduce two different approaches for clustering semantically similar words. We accommodate ambiguity by allowing a word to belong to several clusters. Both methods use a graph-theoretic representation of words and their paradigmatic…

其他凝聚态物理 · 物理学 2009-09-29 Beate Dorow , Dominic Widdows , Katarina Ling , Jean-Pierre Eckmann , Danilo Sergi , Elisha Moses

Various treebanks have been released for dependency parsing. Despite that treebanks may belong to different languages or have different annotation schemes, they contain syntactic knowledge that is potential to benefit each other. This paper…

计算与语言 · 计算机科学 2016-06-06 Jiang Guo , Wanxiang Che , Haifeng Wang , Ting Liu

Data augmentation is an effective approach to tackle over-fitting. Many previous works have proposed different data augmentations strategies for NLP, such as noise injection, word replacement, back-translation etc. Though effective, they…

计算与语言 · 计算机科学 2022-07-13 Le Zhang , Zichao Yang , Diyi Yang

In this paper, we empirically evaluate the utility of transfer and multi-task learning on a challenging semantic classification task: semantic interpretation of noun--noun compounds. Through a comprehensive series of experiments and…

计算与语言 · 计算机科学 2018-09-19 Murhaf Fares , Stephan Oepen , Erik Velldal

Semantic parsing is the problem of deriving machine interpretable meaning representations from natural language utterances. Neural models with encoder-decoder architectures have recently achieved substantial improvements over traditional…

计算与语言 · 计算机科学 2019-09-30 Huseyin A. Inan , Gaurav Singh Tomar , Huapu Pan

Distributional semantics offers new ways to study the semantics of morphology. This study focuses on the semantics of noun singulars and their plural inflectional variants in English. Our goal is to compare two models for the…

计算与语言 · 计算机科学 2023-01-31 Elnaz Shafaei-Bajestan , Peter Uhrig , R. Harald Baayen

Discourse relations bind smaller linguistic units into coherent texts. However, automatically identifying discourse relations is difficult, because it requires understanding the semantics of the linked arguments. A more subtle challenge is…

计算与语言 · 计算机科学 2014-11-26 Yangfeng Ji , Jacob Eisenstein