中文
相关论文

相关论文: An Efficient Inductive Unsupervised Semantic Tagge…

200 篇论文

Recently, neural network models for natural language processing tasks have been increasingly focused on for their ability of alleviating the burden of manual feature engineering. However, the previous neural models cannot extract the…

计算与语言 · 计算机科学 2017-07-04 Xinchi Chen , Xipeng Qiu , Xuanjing Huang

We present GrammarTagger, an open-source grammar profiler which, given an input text, identifies grammatical features useful for language education. The model architecture enables it to learn from a small amount of texts annotated with…

计算与语言 · 计算机科学 2021-04-08 Masato Hagiwara , Joshua Tanner , Keisuke Sakaguchi

As a fundamental tool for natural language processing (NLP), the part-of-speech (POS) tagger assigns the POS label to each word in a sentence. A novel lightweight POS tagger based on word embeddings is proposed and named GWPT (green…

计算与语言 · 计算机科学 2024-01-17 Chengwei Wei , Runqi Pang , C. -C. Jay Kuo

This paper describes continuing work on semantic frame slot filling for a command and control task using a weakly-supervised approach. We investigate the advantages of using retraining techniques that take the output of a hierarchical…

计算与语言 · 计算机科学 2019-06-18 Janneke van de Loo , Guy De Pauw , Walter Daelemans

In this paper we present a fundamental lexical semantics of Sinhala language and a Hidden Markov Model (HMM) based Part of Speech (POS) Tagger for Sinhala language. In any Natural Language processing task, Part of Speech is a very vital…

计算与语言 · 计算机科学 2014-07-14 A. J. P. M. P. Jayaweera , N. G. J. Dias

POS Tagging serves as a preliminary task for many NLP applications. Kannada is a relatively poor Indian language with very limited number of quality NLP tools available for use. An accurate and reliable POS Tagger is essential for many NLP…

计算与语言 · 计算机科学 2018-08-10 Ketan Kumar Todi , Pruthwik Mishra , Dipti Misra Sharma

We present paired learning and inference algorithms for significantly reducing computation and increasing speed of the vector dot products in the classifiers that are at the heart of many NLP components. This is accomplished by partitioning…

计算与语言 · 计算机科学 2014-12-23 Emma Strubell , Luke Vilnis , Andrew McCallum

The performance of a Part-of-speech (POS) tagger is highly dependent on the domain ofthe processed text, and for many domains there is no or only very little training data available. This work addresses the problem of POS tagging noisy…

计算与语言 · 计算机科学 2019-05-23 Luisa März , Dietrich Trautmann , Benjamin Roth

We use a Dynamic Bayesian Network to represent compactly a variety of sublexical and contextual features relevant to Part-of-Speech (PoS) tagging. The outcome is a flexible tagger (LegoTag) with state-of-the-art performance (3.6% error on a…

计算与语言 · 计算机科学 2009-09-29 Virginia Savova , Leonid Peshkin

This paper presents a novel algorithm to compute sentiment orientation of Chinese sentiment word. The algorithm uses ideograms which are a distinguishing feature of Chinese language. The proposed algorithm can be applied to any sentiment…

计算与语言 · 计算机科学 2011-10-20 Luojie Xiang

This paper explores a simple and efficient baseline for text classification. Our experiments show that our fast text classifier fastText is often on par with deep learning classifiers in terms of accuracy, and many orders of magnitude…

计算与语言 · 计算机科学 2016-08-10 Armand Joulin , Edouard Grave , Piotr Bojanowski , Tomas Mikolov

To learn a semantic parser from denotations, a learning algorithm must search over a combinatorially large space of logical forms for ones consistent with the annotated denotations. We propose a new online learning algorithm that searches…

计算与语言 · 计算机科学 2017-09-04 Yuchen Zhang , Panupong Pasupat , Percy Liang

Unsupervised part of speech (POS) tagging is often framed as a clustering problem, but practical taggers need to \textit{ground} their clusters as well. Grounding generally requires reference labeled data, a luxury a low-resource language…

计算与语言 · 计算机科学 2019-04-12 Ronald Cardenas , Ying Lin , Heng Ji , Jonathan May

Scientific writing is difficult. It is even harder for those for whom English is a second language (ESL learners). Scholars around the world spend a significant amount of time and resources proofreading their work before submitting it for…

计算与语言 · 计算机科学 2019-06-10 Victor Makarenkov , Lior Rokach , Bracha Shapira

Khmer text is written from left to right with optional space. Space is not served as a word boundary but instead, it is used for readability or other functional purposes. Word segmentation is a prior step for downstream tasks such as…

计算与语言 · 计算机科学 2021-04-01 Rina Buoy , Nguonly Taing , Sokchea Kor

Probabilistic context-free grammars (PCFGs) with neural parameterization have been shown to be effective in unsupervised phrase-structure grammar induction. However, due to the cubic computational complexity of PCFG representation and…

计算与语言 · 计算机科学 2021-04-29 Songlin Yang , Yanpeng Zhao , Kewei Tu

Proof by induction plays a critical role in formal verification and mathematics at large. However, its automation remains as one of the long-standing challenges in Computer Science. To address this problem, we developed sem_ind. Given…

编程语言 · 计算机科学 2021-05-11 Yutaka Nagashima

The striking ability of unsupervised word translation has been demonstrated with the help of word vectors / pretraining; however, they require large amounts of data and usually fails if the data come from different domains. We propose…

计算与语言 · 计算机科学 2023-05-24 Sida I. Wang

We assume that recommender systems are more successful, when they are based on a thorough understanding of how people process information. In the current paper we test this assumption in the context of social tagging systems. Cognitive…

信息检索 · 计算机科学 2014-05-09 Dominik Kowald , Paul Seitlinger , Christoph Trattner , Tobias Ley

Trigrams'n'Tags (TnT) is an efficient statistical part-of-speech tagger. Contrary to claims found elsewhere in the literature, we argue that a tagger based on Markov models performs at least as well as other current approaches, including…

计算与语言 · 计算机科学 2007-05-23 Thorsten Brants