paper-with-me

Papers

Native Language Identification using Stacked Generalization

2017-03-19 · Shervin Malmasi, Mark Dras

Ensemble methods using multiple classifiers have proven to be the most successful approach for the task of Native Language Identification (NLI), achieving the current state of the art. However, a systematic examination of ensemble methods for NLI has yet to be conducted. Additionally, deeper ensemble architectures such as classifier stacking have not been closely evaluated. We present a set of experiments using three ensemble-based models, testing each with multiple configurations and algorithms. This includes a rigorous application of meta-classification models for NLI, achieving state-of-the-art results on three datasets from different languages. We also present the first use of statistical significance testing for comparing NLI systems, showing that our results are significantly better than the previous state of the art. We make available a collection of test set predictions to facilitate future statistical tests.

📄 PDF Abstract BibTeX arXiv:1703.06541

Code (0)

등록된 구현이 없습니다.

Tasks

Language IdentificationNative Language Identification

Similar Papers 제목 키워드 기반

Stacked Sentence-Document Classifier Approach for Improving Native Language Identification

2017-09-01 · WS 2017 9 · Andrea Cimino, Felice Dell{'}Orletta

In this paper, we describe the approach of the ItaliaNLP Lab team to native language identification and discuss the results we submitted as participants to the essay track of NLI Shared Task 2017. We introduce for the fi…

Document ClassificationLanguage IdentificationNative Language IdentificationSentence+2

GiT: Graph Interactive Transformer for Vehicle Re-identification

2021-07-12 · Fei Shen, Yi Xie, Jianqing Zhu, Xiaobin Zhu 외

Transformers are more and more popular in computer vision, which treat an image as a sequence of patches and learn robust global features from the sequence. However, pure transformers are not entirely suitable for vehicl…

Person Re-IdentificationVehicle Re-Identification

Fewer features perform well at Native Language Identification task

2017-09-01 · WS 2017 9 · Taraka Rama, {\c{C}}a{\u{g}}r{\i} {\c{C}}{\"o}ltekin

This paper describes our results at the NLI shared task 2017. We participated in essays, speech, and fusion task that uses text, speech, and i-vectors for the task of identifying the native language of the given input. I…

Language IdentificationNative Language Identification

pystacked: Stacking generalization and machine learning in Stata

2022-08-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-learn. Stacking combines multiple supervised machine learners -- the "base" or "level-0" learners -…

Binary Classificationregression

Theoretical Guarantees of Learning Ensembling Strategies with Applications to Time Series Forecasting

2023-05-25 · Hilaf Hasson, Danielle C. Maddix, Yuyang Wang, Gaurav Gupta 외

Ensembling is among the most popular tools in machine learning (ML) due to its effectiveness in minimizing variance and thus improving generalization. Most ensembling methods for black-box base learners fall under the um…

Time SeriesTime Series Forecasting