REVIEW 3 major objections 6 minor 24 references
Improving Multilingual Social Media Insights: Aspect-based Comment Analysis
T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that generated comment aspect terms, concatenated onto multilingual sentence embeddings, improve comment clustering across four languages, with a reported +2.54 NMI gain.
desk verdict The novel multilingual dataset is useful, but the clustering gain is confounded by a trivial-comment filter and a CAT-built ground truth, so the central claim is unproven. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the comment aspect term (CAT): the primary target of a comment's opinion, explicit or implicit, with at most five CATs annotated per comment and 'NA' used for opinion-free comments. Two mechanisms carry the argument. First, a training pipeline: supervised fine-tuning on GPT4-generated CAT data gives open multilingual models basic CATG ability, and Direct Preference Optimization (DPO) then shifts the model toward human-annotated CATs by using those annotations as preferred answers and GPT4 outputs as rejected answers, without training a separate reward model. Second, a clustering augmentation: predicted CAT embeddings are concatenated with multilingual sentence-BERT comment embeddings, and comments predicted as 'NA' are set aside as trivial, before the dynamic clustering algorithm DyClu groups the rest.
What would settle it
Re-annotate the same multilingual comments into gold clusters using only overall topic similarity, without asking annotators to list aspect terms, then compare DyClu with and without CAT features; a vanished or reversed NMI gain would show the reported improvement depends on the CAT-based construction of the gold clusters.
Extended reading notes
Core claim
The paper's central discovery is that comment aspect terms (CATs) can be generated across English, Chinese, Malay, and Bahasa Indonesian, and that those generated terms materially improve comment clustering when concatenated onto multilingual sentence embeddings. On its new cross-lingual test set, built by grouping comments by article and then by human-annotated CATs, the CAT-augmented DyClu system reaches an NMI of 42.95 versus 40.41 for the semantic-only baseline; on monolingual clustering it reaches 34.41 versus 33.87. The paper also reports that fine-tuning SeaLLM-v2 and SeaLion-v2 with supervised fine-tuning on GPT4 data, followed by direct preference optimization on human annotations, brings open models close to or above GPT4's CATG performance in several languages, while a prompt that limits output to one or two CATs improves precision.
Load-bearing premise
The load-bearing assumption is that human-annotated aspect terms are the correct organizing signal for comment clusters, because the cross-lingual ground-truth clusters are built by first grouping comments by article and then by those human CATs; if that assumption is wrong, the +2.54 NMI gain from CAT-aware clustering is an artifact of the test set's construction.
Editorial extensions
If this is right
- CAT features can be appended to semantic representations in any downstream multilingual task that needs topic-level grouping, not just clustering.
- The released multilingual test set gives future work a per-language benchmark for CATG, making it possible to track where LLM capabilities still lag for Malay and Bahasa Indonesian.
- For the smaller open models, DPO consistently improves overall F1 over supervised fine-tuning alone, so human preference alignment can substitute for larger or proprietary models in this task.
- Prompt-limited generation raises precision for SeaLLM, so inference-time controls can partially compensate for models' tendency to over-generate CATs.
- The larger gain in cross-lingual clustering than in monolingual clustering suggests CATs are most useful when embeddings must span language boundaries.
Reading between the lines
- Because the cross-lingual gold clusters were built using human-annotated CATs, a CAT-aware method benefits partly by construction; a cleaner test would derive gold clusters from topic similarity without mentioning aspect terms.
- The same supervised-fine-tuning-plus-DPO recipe could transfer to other noisy text genres, such as forum threads, live chat, and product reviews, using the released four-language dataset as seed supervision.
- Treating 'NA' comments as trivial and removing them is a modeling choice; in other applications, opinion-free comments may still carry questions or factual updates that matter, so the filtering step should be validated per task.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Comment Aspect Term Generation (CATG) for multilingual social media comments, contributing a manually annotated CAT dataset for English, Chinese, Malay, and Bahasa Indonesia. It fine-tunes SeaLLM-v2 and SeaLion-v2 on GPT-4-generated SFT data and further aligns outputs with human annotations via DPO. The authors then integrate predicted CATs into the DyClu comment clustering algorithm by concatenating CAT embeddings to sentence representations and filtering comments without predicted CATs as 'Trivial', reporting NMI gains in monolingual and cross-lingual settings. The main contributions claimed are the first multilingual CATG test set, the fine-tuned CATG models, and evidence that CATG improves downstream comment clustering.
Significance. If the clustering claim is sustained, the paper would demonstrate a practical use of fine-grained aspect terms for organizing noisy multilingual comments, which is a genuinely useful direction for social media NLP. The dataset itself, covering four languages including two SEA languages, fills a real resource gap, and the comparison of GPT-4, SeaLLM-v2, and SeaLion-v2 under SFT and DPO is informative. The paper also includes useful analyses of CAT number distributions, test-scale effects, and case studies. However, the central downstream claim is not yet supported by the current experimental design, because the clustering comparison is confounded and the benchmark labels are constructed from the very annotations the model is trained to produce.
major comments (3)
- [Sec. 2.3, Table 4] The comparison between DyClu and DyClu¶ changes two variables at once: the augmented pipeline concatenates predicted CAT embeddings to the comment representation and, in addition, classifies comments with no predicted CATs as 'Trivial' and removes/isolates them, while the DyClu baseline does neither. The reported +2.54 NMI gain in Table 4 therefore cannot be attributed to the CAT features themselves; removing low-signal comments alone could raise NMI, and filtering changes the comment set over which NMI is computed. The authors should run a filter-only baseline (DyClu with the same Trivial-comment removal) and a representation-only variant that adds CAT embeddings without filtering, and report NMI on the same subset of comments. Without these ablations, the central claim that CATG is 'significant' for comment clustering is unproven.
- [Appendix E, Sec. 3.1] The cross-lingual ComC ground truth is constructed in two stages: comments are first grouped by article, then grouped within each article using human-annotated CAT labels (via the Fast Clustering algorithm, with manual refinement). Since the CATG model is trained to approximate exactly these human CAT labels, injecting predicted CATs into the clustering representation aligns with the labeling function by construction. This does not demonstrate that CATs are generally useful for grouping social media comments. To support the claim, the evaluation should use clustering labels that are independent of CAT annotations (e.g., article-level or topic-level clusters), or the authors should compare against a variant that injects the human CAT labels directly to show what an upper bound with perfect CATG would look like. As it stands, the reported NMI improvement is expected from the benchmark construction.
- [Sec. 3, Appendix A, Table 6] The CATG evaluation relies on a cosine similarity threshold of 0.7 over multilingual sentence-BERT embeddings to decide whether a generated CAT matches a human CAT. Table 6 itself shows that semantically close pairs fall below this threshold, e.g., 'booster shots' vs. 'booster' (0.68) and 'financial aspects' vs. 'financial support' (0.67). The threshold therefore likely misclassifies many correct predictions as false, and the reported Precision/Recall/F1 are sensitive to an arbitrary choice. The authors should report a threshold sweep or a complementary exact-match metric. In addition, no inter-annotator agreement is reported for the manually annotated CAT dataset; given the subjective nature of the task, IAA is needed to interpret the ceiling implied by human-level agreement and to validate the dataset as a benchmark.
minor comments (6)
- [Appendix C] The English prompt in Appendix C says 'I need you to help me annotate main ATs for each Malay comment', which appears to be a copy-paste error; it should say 'English comment'.
- [Sec. 7] The acknowledgment of the ACL ARR review scores ('Overall Assessments of 3 ... and 4 by Meta Review') is unconventional and should be removed; a paper should not contain self-referential statements about its own review history.
- [Figure 2] The text refers to a dotted line and states that the prompt-limited system identifies 133 more comments with ≤3 CATs than the baseline, but the figure legend and caption do not clearly identify which line is the dotted one or how the 133 count is derived. The duplicated panel titles 'Test data needs to be shuffled to avoid noise (Micro)' are also unclear and should be clarified.
- [Sec. 2.2, Eq. (2)] The notation D′ in Eq. (2) is not defined, and the relationship between the preferred/rejected CAT pairs and the comment context c should be made explicit so that the DPO loss is self-contained.
- [Sec. 5, Limitation (2)] The paper itself acknowledges that the distinction between CATG and ABSA is not fully expatiated due to space constraints. Since this distinction motivates the task definition, the authors should include this discussion in the main text rather than deferring it to a future version.
- [Table 4] The phrase 'significantly improve' is not supported by error bars, variance estimates, or a statistical test; the Appendix only says fluctuations are small. Please report run-level results or a significance test for the NMI differences.
Circularity Check
The downstream ComC improvement is partially circular: the ground-truth clusters are built from human-annotated CAT labels while the CATG-augmented pipeline injects predicted CAT embeddings and adds a Trivial-comment filter, so the +2.54 NMI gain is not independent evidence for the general value of CATs.
-
self definitional
[Sec. 3.1 ('CATG + ComC') and Appendix E (cross-lingual ComC test set construction)]
"The dataset is constructed in two stages: first, comments listed in Table 1 are grouped according to manually assigned article clusters. Second, comments within each article cluster are further grouped based on human-annotated CATs."
The cross-lingual ComC ground truth is defined by human-annotated CAT labels, and the CATG model is trained (SFT and DPO, Eqs. 1-2) to reproduce exactly those human CAT labels. Sec. 2.3 then augments the clustering representation by concatenating predicted CAT embeddings. Thus the target partition and the injected feature are the same variable: human CATs as labels, predicted CATs as features. The reported +2.54 NMI improvement measures how well predicted CATs reproduce the CAT-based labeling function, not whether CATs are generally useful for clustering comments. Any CAT-aware representation is favored by construction when the clusters themselves are built from CAT labels, and the experiment provides no control with CAT-free cluster labels.
full rationale
The CATG generation results (Table 2) are evaluated against held-out human CAT annotations using a cosine-similarity threshold, and the SFT/DPO training sets do not overlap the test set, so the core CATG modeling claim is independently grounded. The newly contributed multilingual CATG test set is also a genuine resource. The circularity is confined to the downstream ComC demonstration. In Sec. 3.1, the cross-lingual ComC ground truth is explicitly constructed by grouping comments according to human-annotated CAT labels, while Sec. 2.3 injects predicted CAT embeddings into the representation. Because the CATG model is trained to imitate those same human CAT labels, the +2.54 NMI gain is at least partly a measure of self-consistency between predicted and human CATs, not of the general value of CATs for comment clustering. Additionally, the CATG-enhanced pipeline adds a Trivial-comment filter that the DyClu baseline does not apply, so the comparison changes two variables at once and is not controlled. The conclusion that CATG is 'significant in social media text analysis' therefore overstates what the experiment can show. Since most of the paper's resource and CATG evaluation content is independent, the score is 6 rather than higher.
Assumptions & free parameters
free parameters (1)
- cosine_similarity_threshold =
0.7
assumptions (5)
- domain assumption Multilingual sentence-BERT embeddings capture semantic equivalence of aspect terms across languages.
- domain assumption GPT-4-generated CATs are suitable supervision for SFT.
- domain assumption Human annotations are reliable ground truth.
- domain assumption Comments from Reddit and the New York Times 2017 dataset are representative of multilingual social media comments.
- domain assumption The cross-lingual ComC test set, built using human-annotated CATs, is an appropriate benchmark for evaluating CATG.
Cite this review
Pith. "Pith review of Improving Multilingual Social Media Insights: Aspect-based Comment Analysis." pith.science (2026). https://pith.science/paper/JTFEYFL6
@misc{pith2026250523037,
author = {Pith},
title = {Pith review of: Improving Multilingual Social Media Insights: Aspect-based Comment Analysis},
year = {2026},
howpublished = {\url{https://pith.science/paper/JTFEYFL6}},
note = {Machine review of arXiv:2505.23037}
}
read the original abstract
The inherent nature of social media posts, characterized by the freedom of language use with a disjointed array of diverse opinions and topics, poses significant challenges to downstream NLP tasks such as comment clustering, comment summarization, and social media opinion analysis. To address this, we propose a granular level of identifying and generating aspect terms from individual comments to guide model attention. Specifically, we leverage multilingual large language models with supervised fine-tuning for comment aspect term generation (CAT-G), further aligning the model's predictions with human expectations through DPO. We demonstrate the effectiveness of our method in enhancing the comprehension of social media discourse on two NLP tasks. Moreover, this paper contributes the first multilingual CAT-G test set on English, Chinese, Malay, and Bahasa Indonesian. As LLM capabilities vary among languages, this test set allows for a comparative analysis of performance across languages with varying levels of LLM proficiency.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
Ahmet Aker, Monica Paramita, Emina Kurtic, Adam Funk, Emma Barker, Mark Hepple, and Rob Gaizauskas. 2016. Automatic label generation for news comment clusters. In Proceedings of the 9th International Natural Language Generation Conference, pages 61--69. Association for Computational Linguistics
work page 2016
-
[2]
Emma Barker, Monica Lestari Paramita, Adam Funk, Emina Kurti \'c , Ahmet Aker, Jonathan Foster, Mark Hepple, and Robert Gaizauskas. 2016. What's the issue here?: Task-based evaluation of reader comment summarization systems. In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16), pages 3094--3101
work page 2016
-
[3]
Shammur Absar Chowdhury, Hamdy Mubarak, Ahmed Abdelali, Soon-gyo Jung, Bernard J Jansen, and Joni Salminen. 2020. A multi-platform arabic news comment dataset for offensive language detection. In Proceedings of the Twelfth Language Resources and Evaluation Conference, pages 6203--6212
work page 2020
-
[4]
Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. 2024. The llama 3 herd of models. arXiv preprint arXiv:2407.21783
arXiv 2024
-
[5]
Shen Gao, Xiuying Chen, Piji Li, Zhaochun Ren, Lidong Bing, Dongyan Zhao, and Rui Yan. 2019. Abstractive text summarization by incorporating reader comments. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 33, pages 6399--6406
work page 2019
-
[6]
Yuxin Huang, Shukai Hou, Gang Li, and Zhengtao Yu. 2023. Abstractive summary of public opinion news based on element graph attention. Information, 14(2):97
work page 2023
-
[7]
Albert Q Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, et al. 2023. Mistral 7b. arXiv preprint arXiv:2310.06825
arXiv 2023
-
[8]
Aitor Lewkowycz, Ambrose Slone, Anders Andreassen, Daniel Freeman, Ethan S Dyer, Gaurav Mishra, Guy Gur-Ari, Jaehoon Lee, Jascha Sohl-dickstein, Kristen Chiafullo, et al. 2022. Beyond the imitation game: Quantifying and extrapolating the capabilities of language models. Technical report, Technical report
work page 2022
Show all 24 references
-
[9]
Clare Llewellyn, Claire Grover, and Jon Oberlander. 2016. Improving topic model clustering of newspaper comments for summarisation. In Proceedings of the ACL 2016 Student Research Workshop, pages 43--50
2016
-
[10]
Zongyang Ma, Aixin Sun, Quan Yuan, and Gao Cong. 2012. Topic-driven reader comments summarization. In Proceedings of the 21st ACM international conference on Information and knowledge management, pages 265--274
2012
-
[11]
Andreea Moldovan, Karla Cs \"u r \"o s, Ana-Maria Bucur, and Loredana Bercuci. 2022. Users hate blondes: Detecting sexism in user comments on online romanian news. In Proceedings of the Sixth Workshop on Online Abuse and Harms (WOAH), pages 230--230
2022
-
[12]
Xuan-Phi Nguyen, Wenxuan Zhang, Xin Li, Mahani Aljunied, Qingyu Tan, Liying Cheng, Guanzheng Chen, Yue Deng, Sen Yang, Chaoqun Liu, et al. 2023. Seallms--large language models for southeast asia. arXiv preprint arXiv:2312.00738
2023 arXiv
-
[13]
John Pavlopoulos, Prodromos Malakasiotis, and Ion Androutsopoulos. 2017. Deep learning for user comment moderation. arXiv preprint arXiv:1705.09993
2017 arXiv
-
[14]
Samuel Pecar. 2018. Towards opinion summarization of customer reviews. In Proceedings of ACL 2018, Student Research Workshop, pages 1--8
2018
-
[15]
Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. 2024. Direct preference optimization: Your language model is secretly a reward model. Advances in Neural Information Processing Systems, 36
2024
-
[16]
Nils Reimers and Iryna Gurevych. 2020. https://doi.org/10.18653/v1/2020.emnlp-main.365 Making monolingual sentence embeddings multilingual using knowledge distillation . In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 45...
2020 doi
-
[17]
AI Singapore. 2024. Sea-lion (southeast asian languages in one network): A family of large language models for southeast asia. https://github.com/aisingapore/sealion
2024
-
[18]
Rog \'e rio Sousa and Thiago Pardo. 2022. Evaluating content features and classification methods for helpfulness prediction of online reviews: Establishing a benchmark for portuguese. In Proceedings of the 12th Workshop on Computational Approaches to Subjectivity, Sentiment & ...
2022
-
[19]
Tim Wei er, Till Sa mannshausen, Dennis Ohrndorf, Peter Burggr \"a f, and Johannes Wagner. 2020. A clustering approach for topic filtering within systematic literature reviews. MethodsX, 7:100831
2020
-
[20]
Sen Yang, Leyang Cui, Jun Xie, and Yue Zhang. 2019. Making the best use of review summary for sentiment analysis. arXiv preprint arXiv:1911.02711
2019 arXiv
-
[21]
Ale s Z agar and Marko Robnik- S ikonja. 2021. Unsupervised approach to multilingual user comments summarization. In Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation, pages 89--98
2021
-
[22]
Longyin Zhang, Bowei Zou, Jacintha Yi, and AiTi Aw. 2024. https://aclanthology.org/2024.findings-acl.169 Comprehensive abstractive comment summarization with dynamic clustering and chain of thought . In Findings of the Association for Computational Linguistics ACL 2024, pages ...
2024
-
[23]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list...
-
[24]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.