paper-with-me

Papers

Generalized Funnelling: Ensemble Learning and Heterogeneous Document Embeddings for Cross-Lingual Text Classification

2021-09-17 · Alejandro Moreo, Andrea Pedrotti, Fabrizio Sebastiani

\emph{Funnelling} (Fun) is a recently proposed method for cross-lingual text classification (CLTC) based on a two-tier learning ensemble for heterogeneous transfer learning (HTL). In this ensemble method, 1st-tier classifiers, each working on a different and language-dependent feature space, return a vector of calibrated posterior probabilities (with one dimension for each class) for each document, and the final classification decision is taken by a metaclassifier that uses this vector as its input. The metaclassifier can thus exploit class-class correlations, and this (among other things) gives Fun an edge over CLTC systems in which these correlations cannot be brought to bear. In this paper we describe \emph{Generalized Funnelling} (gFun), a generalization of Fun consisting of an HTL architecture in which 1st-tier components can be arbitrary \emph{view-generating functions}, i.e., language-dependent functions that each produce a language-independent representation ("view") of the (monolingual) document. We describe an instance of gFun in which the metaclassifier receives as input a vector of calibrated posterior probabilities (as in Fun) aggregated to other embedded representations that embody other types of correlations, such as word-class correlations (as encoded by \emph{Word-Class Embeddings}), word-word correlations (as encoded by \emph{Multilingual Unsupervised or Supervised Embeddings}), and word-context correlations (as encoded by \emph{multilingual BERT}). We show that this instance of \textsc{gFun} substantially improves over Fun and over state-of-the-art baselines, by reporting experimental results obtained on two large, standard datasets for multilingual multilabel text classification. Our code that implements gFun is publicly available.

📄 PDF Abstract BibTeX arXiv:2110.14764

Code (1)

andreapdr/gfun 공식 구현 pytorch

Tasks

Ensemble LearningMultilabel Text Classificationtext-classificationText ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Funnelling: A New Ensemble Method for Heterogeneous Transfer Learning and its Application to Cross-Lingual Text Classification

2019-01-31 · Andrea Esuli, Alejandro Moreo, Fabrizio Sebastiani

Cross-lingual Text Classification (CLC) consists of automatically classifying, according to a common set C of classes, documents each written in one of a set of languages L, and doing so more accurately than when naively…

AllClassificationEnsemble LearningGeneral Classification+3

Unsupervised Extractive Summarization with Heterogeneous Graph Embeddings for Chinese Document

2022-11-09 · Chen Lin, Ye Liu, Siyu An, Di Yin

In the scenario of unsupervised extractive summarization, learning high-quality sentence representations is essential to select salient sentences from the input document. Previous studies focus more on employing statisti…

Extractive SummarizationSentenceSentence EmbeddingsUnsupervised Extractive Summarization

Corn Yield Prediction with Ensemble CNN-DNN

2021-05-29 · Mohsen Shahhosseini, Guiping Hu, Saeed Khaki, Sotirios V. Archontoulis

We investigate the predictive performance of two novel CNN-DNN machine learning ensemble models in predicting county-level corn yields across the US Corn Belt (12 states). The developed data set is a combination of manag…

ManagementPrediction

FinAnchor: Aligned Multi-Model Representations for Financial Prediction

2026-02-24 · Zirui He, Huopu Zhang, Yanguang Liu, Sirui Wu 외 arxiv

Financial prediction from long documents involves significant challenges, as actionable signals are often sparse and obscured by noise, and the optimal LLM for generating embeddings varies across tasks and time periods. …

Multi-hop Reading Comprehension across Multiple Documents by Reasoning over Heterogeneous Graphs

2019-05-17 · ACL 2019 7 · Ming Tu, Guangtao Wang, Jing Huang, Yun Tang 외

Multi-hop reading comprehension (RC) across documents poses new challenge over single-document RC because it requires reasoning over multiple documents to reach the final answer. In this paper, we propose a new model to …

Multi-Hop Reading ComprehensionReading Comprehension