A document clustering pipeline that builds a named-entity similarity graph, then runs graph convolutional clustering on LLM embeddings, outperforms co-occurrence and KNN graph baselines in the paper's experiments.
MLSUM: The Multilingual Summarization Corpus
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We present MLSUM, the first large-scale MultiLingual SUMmarization dataset. Obtained from online newspapers, it contains 1.5M+ article/summary pairs in five different languages -- namely, French, German, Spanish, Russian, Turkish. Together with English newspapers from the popular CNN/Daily mail dataset, the collected data form a large scale multilingual dataset which can enable new research directions for the text summarization community. We report cross-lingual comparative analyses based on state-of-the-art systems. These highlight existing biases which motivate the use of a multi-lingual dataset.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Graph-Convolutional Networks: Named Entity Recognition and Large Language Model Embedding in Document Clustering
A document clustering pipeline that builds a named-entity similarity graph, then runs graph convolutional clustering on LLM embeddings, outperforms co-occurrence and KNN graph baselines in the paper's experiments.