中文
相关论文

相关论文: N-gram-Based Low-Dimensional Representation for Do…

200 篇论文

Latent Semantic Analysis (LSA) is a widely used Information Retrieval method based on "bag-of-words" assumption. However, according to general conception, syntax plays a role in representing meaning of sentences. Thus, enhancing LSA with…

信息检索 · 计算机科学 2007-05-23 Tuomo Kakkonen , Niko Myller , Erkki Sutinen

Recently proposed Skip-gram model is a powerful method for learning high-dimensional word representations that capture rich semantic relationships between words. However, Skip-gram as well as most prior work on learning word representations…

计算与语言 · 计算机科学 2015-11-17 Sergey Bartunov , Dmitry Kondrashkin , Anton Osokin , Dmitry Vetrov

Modern language models mostly take sub-words as input, a design that balances the trade-off between vocabulary size, number of parameters, and performance. However, sub-word tokenization still has disadvantages like not being robust to…

计算与语言 · 计算机科学 2022-11-24 Chu-Tak Lee , Qipeng Guo , Xipeng Qiu

This work compares concept models for cross-language retrieval: First, we adapt probabilistic Latent Semantic Analysis (pLSA) for multilingual documents. Experiments with different weighting schemes show that a weighting method favoring…

信息检索 · 计算机科学 2014-01-13 Benjamin Roth

Models of bags of words typically assume topic mixing so that the words in a single bag come from a limited number of topics. We show here that many sets of bag of words exhibit a very different pattern of variation than the patterns that…

信息检索 · 计算机科学 2012-02-20 Nebojsa Jojic , Alessandro Perina

One of the main computational and scientific challenges in the modern age is to extract useful information from unstructured texts. Topic models are one popular machine-learning approach which infers the latent topical structure of a…

机器学习 · 统计学 2018-07-20 Martin Gerlach , Tiago P. Peixoto , Eduardo G. Altmann

Word embeddings -- distributed word representations that can be learned from unlabelled data -- have been shown to have high utility in many natural language processing applications. In this paper, we perform an extrinsic evaluation of five…

计算与语言 · 计算机科学 2015-05-21 Lizhen Qu , Gabriela Ferraro , Liyuan Zhou , Weiwei Hou , Nathan Schneider , Timothy Baldwin

We propose a new model for learning bilingual word representations from non-parallel document-aligned data. Following the recent advances in word representation learning, our model learns dense real-valued word vectors, that is, bilingual…

计算与语言 · 计算机科学 2016-03-01 Ivan Vulić , Marie-Francine Moens

This paper shows that a simple baseline based on a Bag-of-Words (BoW) representation learns surprisingly good knowledge graph embeddings. By casting knowledge base completion and question answering as supervised classification problems, we…

机器学习 · 统计学 2017-10-31 Armand Joulin , Edouard Grave , Piotr Bojanowski , Maximilian Nickel , Tomas Mikolov

Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer from several key…

This report describes the MUDOS-NG summarization system, which applies a set of language-independent and generic methods for generating extractive summaries. The proposed methods are mostly combinations of simple operators on a generic…

计算与语言 · 计算机科学 2010-12-10 George Giannakopoulos , George Vouros , Vangelis Karkaletsis

Though deep neural networks have great success in natural language processing, they are limited at more knowledge intensive AI tasks, such as open-domain Question Answering (QA). Existing end-to-end deep QA models need to process the entire…

计算与语言 · 计算机科学 2019-03-05 Fan Yang , Jiazhong Nie , William W. Cohen , Ni Lao

We consider language modelling (LM) as a multi-label structured prediction task by re-framing training from solely predicting a single ground-truth word to ranking a set of words which could continue a given context. To avoid annotating…

计算与语言 · 计算机科学 2021-12-14 Arvid Frydenlund , Gagandeep Singh , Frank Rudzicz

Word embedding models such as Skip-gram learn a vector-space representation for each word, based on the local word collocation patterns that are observed in a text corpus. Latent topic models, on the other hand, take a more global view,…

计算与语言 · 计算机科学 2017-06-23 Bei Shi , Wai Lam , Shoaib Jameel , Steven Schockaert , Kwun Ping Lai

Modern NLP models rely heavily on engineered features, which often combine word and contextual information into complex lexical features. Such combination results in large numbers of features, which can lead to over-fitting. We present a…

计算与语言 · 计算机科学 2016-04-05 Mo Yu , Mark Dredze , Raman Arora , Matthew Gormley

Learning to fuse vision and language information and representing them is an important research problem with many applications. Recent progresses have leveraged the ideas of pre-training (from language modeling) and attention layers in…

计算机视觉与模式识别 · 计算机科学 2020-10-08 Bowen Zhang , Hexiang Hu , Vihan Jain , Eugene Ie , Fei Sha

In this article we propose a new supervised ensemble learning method called Data Shared Adaptive Bootstrap Aggregated (AdaBag) Lasso for capturing low dimensional useful features for word based sentiment analysis and mining problems. The…

机器学习 · 统计学 2018-07-31 Ashutosh K. Maurya

This paper describes our submission (named clac) to the 2016 Discriminating Similar Languages (DSL) shared task. We participated in the closed Sub-task 1 (Set A) with two separate machine learning techniques. The first approach is a…

计算与语言 · 计算机科学 2017-08-14 Andre Cianflone , Leila Kosseim

Classic Topic Models are built under the Bag Of Words assumption, in which word position is ignored for simplicity. Besides, symmetric priors are typically used in most applications. In order to easily learn topics with different properties…

计算与语言 · 计算机科学 2018-06-27 Simón Roca-Sotelo , Jerónimo Arenas-García

Many machine learning algorithms require the input to be represented as a fixed-length feature vector. When it comes to texts, one of the most common fixed-length features is bag-of-words. Despite their popularity, bag-of-words features…

计算与语言 · 计算机科学 2014-05-26 Quoc V. Le , Tomas Mikolov