paper-with-me

홈 › Papers

Comparing Feature-Engineering and Feature-Learning Approaches for Multilingual Translationese Classification

2021-09-15 · EMNLP 2021 11 · Daria Pylypenko, Kwabena Amponsah-Kaakyire, Koel Dutta Chowdhury, Josef van Genabith, Cristina España-Bonet

Traditional hand-crafted linguistically-informed features have often been used for distinguishing between translated and original non-translated texts. By contrast, to date, neural architectures without manual feature engineering have been less explored for this task. In this work, we (i) compare the traditional feature-engineering-based approach to the feature-learning-based one and (ii) analyse the neural architectures in order to investigate how well the hand-crafted features explain the variance in the neural models' predictions. We use pre-trained neural word embeddings, as well as several end-to-end neural architectures in both monolingual and multilingual settings and compare them to feature-engineering-based SVM classifiers. We show that (i) neural architectures outperform other approaches by more than 20 accuracy points, with the BERT-based model performing the best in both the monolingual and multilingual settings; (ii) while many individual hand-crafted translationese features correlate with neural model predictions, feature importance analysis shows that the most important features for neural and classical architectures differ; and (iii) our multilingual experiments provide empirical evidence for translationese universals across languages.

📄 PDF Abstract BibTeX arXiv:2109.07604

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringFeature ImportanceWord Embeddings

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Zero-shot hashtag segmentation for multilingual sentiment analysis

2021-12-06 · Ruan Chaves Rodrigues, Marcelo Akira Inuzuka, Juliana Resplande Sant'Anna Gomes, Acquila Santos Rocha 외

Hashtag segmentation, also known as hashtag decomposition, is a common step in preprocessing pipelines for social media datasets. It usually precedes tasks such as sentiment analysis and hate speech detection. For sentim…

Feature EngineeringHate Speech DetectionMachine TranslationSegmentation+2

Multilingual and Multitarget Hate Speech Detection in Tweets

2019-07-01 · JEPTALNRECITAL 2019 7 · Patricia Chiril, Farah Benamara Zitoune, V{\'e}ronique Moriceau, Marl{\`e}ne Coulomb-Gully 외

Social media networks have become a space where users are free to relate their opinions and sentiments which may lead to a large spreading of hatred or abusive messages which have to be moderated. This paper proposes a s…

Feature EngineeringHate Speech Detection

Human-LLM Collaborative Feature Engineering for Tabular Data

2026-01-28 · Zhuoyan Li, Aditya Bansal, Jinzhao Li, Shishuang He 외 arxiv

Large language models (LLMs) are increasingly used to automate feature engineering in tabular learning. Given task-specific information, LLMs can propose diverse feature transformation operations to enhance downstream mo…

Feature Engineering

Helsinki-NLP at SemEval-2022 Task 2: A Feature-Based Approach to Multilingual Idiomaticity Detection

2022-07-01 · SemEval (NAACL) 2022 7 · Sami Itkonen, Jörg Tiedemann, Mathias Creutz

This paper describes the University of Helsinki submission to the SemEval 2022 task on multilingual idiomaticity detection. Our system utilizes several models made available by HuggingFace, along with the baseline BERT m…

Feature EngineeringTask 2

Repair Is Nearly Generation: Multilingual Program Repair with LLMs

2022-08-24 · Harshit Joshi, José Cambronero, Sumit Gulwani, Vu Le 외

Most programmers make mistakes when writing code. Some of these mistakes are small and require few edits to the original program -- a class of errors recently termed last mile mistakes. These errors break the flow for ex…

Language ModellingLarge Language ModelProgram Repair