中文
相关论文

相关论文: Comparing a statistical and a rule-based tagger fo…

200 篇论文

We describe a stochastic approach to partial parsing, i.e., the recognition of syntactic structures of limited depth. The technique utilises Markov Models, but goes beyond usual bracketing approaches, since it is capable of recognising not…

cmp-lg · 计算机科学 2007-05-23 Wojciech Skut , Thorsten Brants

Recent joint intent detection and slot tagging models have seen improved performance when compared to individual models. In many real-world datasets, the slot labels and values have a strong correlation with their intent labels. In such…

计算与语言 · 计算机科学 2022-05-24 Shruthi Hariharan , Vignesh Kumar Krishnamurthy , Utkarsh , Jayantha Gowda Sarapanahalli

We demonstrate the effectiveness of multilingual learning for unsupervised part-of-speech tagging. The central assumption of our work is that by combining cues from multiple languages, the structure of each becomes more apparent. We…

计算与语言 · 计算机科学 2014-01-23 Tahira Naseem , Benjamin Snyder , Jacob Eisenstein , Regina Barzilay

Text readability assessment has a wide range of applications for different target people, from language learners to people with disabilities. The fast pace of textual content production on the web makes it impossible to measure text…

计算与语言 · 计算机科学 2022-09-07 Salar Mohtaj , Babak Naderi , Sebastian Möller , Faraz Maschhur , Chuyang Wu , Max Reinhard

We propose BERTScore, an automatic evaluation metric for text generation. Analogously to common metrics, BERTScore computes a similarity score for each token in the candidate sentence with each token in the reference sentence. However,…

计算与语言 · 计算机科学 2020-02-25 Tianyi Zhang , Varsha Kishore , Felix Wu , Kilian Q. Weinberger , Yoav Artzi

Machine learning systems often do not share the same inductive biases as humans and, as a result, extrapolate or generalize in ways that are inconsistent with our expectations. The trade-off between exemplar- and rule-based generalization…

机器学习 · 计算机科学 2022-06-20 Ishita Dasgupta , Erin Grant , Thomas L. Griffiths

Classification and Regression Tree (CART), Random Forest (RF) and Gradient Boosting Tree (GBT) are probably the most popular set of statistical learning methods. However, their statistical consistency can only be proved under very…

统计理论 · 数学 2025-02-17 Haoran Zhan , Yu Liu , Yingcun Xia

In recent years, substantial work has been done on language tagging of code-mixed data, but most of them use large amounts of data to build their models. In this article, we present three strategies to build a word level language tagger for…

计算与语言 · 计算机科学 2018-11-02 Soumil Mandal , Sankalp Sanand

This paper shows that decision trees constructed with Classification and Regression Trees (CART) and C4.5 methodology are consistent for regression and classification tasks, even when the number of predictor variables grows…

机器学习 · 统计学 2023-11-15 Jason M. Klusowski , Peter M. Tian

Word ordering is a constrained language generation task taking unordered words as input. Existing work uses linear models and neural networks for the task, yet pre-trained language models have not been studied in word ordering, let alone…

计算与语言 · 计算机科学 2022-10-31 Zebin Ou , Meishan Zhang , Yue Zhang

How does the formulation of a target variable affect performance within the ML pipeline? The experiments in this study examine numeric targets that have been binarized by comparing against a threshold. We compare the predictive performance…

机器学习 · 计算机科学 2023-10-17 Jessica Clark

While the use of cluster features became ubiquitous in core NLP tasks, most cluster features in NLP are based on distributional similarity. We propose a new type of clustering criteria, specific to the task of part-of-speech tagging.…

计算与语言 · 计算机科学 2012-05-22 Yoav Goldberg

Recent works show that pre-trained language models (PTLMs), such as BERT, possess certain commonsense and factual knowledge. They suggest that it is promising to use PTLMs as "neural knowledge bases" via predicting masked words.…

计算与语言 · 计算机科学 2020-09-21 Bill Yuchen Lin , Seyeon Lee , Rahul Khanna , Xiang Ren

Decision trees are important both as interpretable models amenable to high-stakes decision-making, and as building blocks of ensemble methods such as random forests and gradient boosting. Their statistical properties, however, are not well…

机器学习 · 统计学 2021-10-20 Yan Shuo Tan , Abhineet Agarwal , Bin Yu

This paper presents a novel method that allows a machine learning algorithm following the transformation-based learning paradigm \cite{brill95:tagging} to be applied to multiple classification tasks by training jointly and simultaneously on…

计算与语言 · 计算机科学 2007-05-23 Radu Florian , Grace Ngai

Sequence tagging models for constituent parsing are faster, but less accurate than other types of parsers. In this work, we address the following weaknesses of such constituent parsers: (a) high error rates around closing brackets of long…

计算与语言 · 计算机科学 2019-10-15 David Vilares , Mostafa Abdou , Anders Søgaard

The availability of large datasets requires an improved view on statistical laws in complex systems, such as Zipf's law of word frequencies, the Gutenberg-Richter law of earthquake magnitudes, or scale-free degree distribution in networks.…

数据分析、统计与概率 · 物理学 2019-04-30 Martin Gerlach , Eduardo G. Altmann

In classification and forecasting with tabular data, one often utilizes tree-based models. Those can be competitive with deep neural networks on tabular data and, under some conditions, explainable. The explainability depends on the depth…

机器学习 · 计算机科学 2024-06-05 Jiri Nemecek , Tomas Pevny , Jakub Marecek

The automated detection of conspiracy theories online typically relies on supervised learning. However, creating respective training data requires expertise, time and mental resilience, given the often harmful content. Moreover, available…

计算与语言 · 计算机科学 2025-01-22 Milena Pustet , Elisabeth Steffen , Helena Mihaljević

This paper describes an experimental comparison of seven different learning algorithms on the problem of learning to disambiguate the meaning of a word from context. The algorithms tested include statistical, neural-network, decision-tree,…

cmp-lg · 计算机科学 2008-02-03 Raymond J. Mooney