REVIEW 2 major objections 6 minor 27 references
MLSD: A Novel Few-Shot Learning Approach to Enhance Cross-Target and Cross-Domain Stance Detection
T0 review · 2 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read A few-shot selection method that learns which destination-target examples look most like the source target consistently improves cross-target and cross-domain stance detection, beating random selection across six models.
desk verdict A promising few-shot selection idea for cross-target/cross-domain stance detection, but the statistical evidence and method description are not yet solid enough to fully credit the gains. 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 mechanism is a triplet-loss embedding trained to distinguish source from noise, followed by confidence-based top-N selection. Hard negative mining with Sentence-BERT embeddings makes the triplet model learn a boundary tight around the source target; the softmax confidence of that model on destination examples is then read as a source-likeness score. That score, not any task-specific stance signal, chooses the few shots per stance class.
What would settle it
Take any held-out dataset pair, rank destination examples by MLSD source-likeness and by their actual leave-one-out effect on fine-tuning accuracy, then compare the two rankings and the fine-tuned performance of the top sets. If MLSD's top set fails to beat random selection while the influence-ranked set does, the source-likeness proxy is the thing that breaks.
Extended reading notes
Core claim
MLSD's central discovery is that source-likeness, learned using only source and noise labels plus unlabeled destination text, is an effective proxy for how useful a destination example is for fine-tuning. Concretely, the method first builds triplets from source anchors, source positives, and hard negatives mined from a noise target, and trains a BERT-embedding model with triplet loss. It then runs that model on the destination target and, for each stance class, keeps the N examples the classifier is most confident belong to the source class. Fine-tuning a source-trained stance model on those N examples—5, 10, or 15 per class—improves macro-F1 over random selection in every reported scenario,
Load-bearing premise
Everything rests on the premise that destination examples the similarity model most confidently labels as source are the same examples that most improve a fine-tuned stance classifier.
Editorial extensions
If this is right
- Any stance classifier—CNN, RNN, or transformer—can be adapted to a new target by fine-tuning on 5–15 MLSD-selected examples, so the method layers onto existing models without changing their architecture.
- Because the similarity model is trained once per source/noise pair, the same scores can rank many destination targets, reducing the annotation needed for new targets to a handful of examples per class.
- The largest gains occur where standard transfer is weakest (entertainment→healthcare and healthcare→entertainment), suggesting selection of representative examples matters most when domains are far apart.
- Across six classifiers, the method outperforms random few-shot selection, which is the natural baseline for limited-label settings, and it also improves on standard training without any destination data.
- Using only 0.0006%–0.03% of the destination training data as few shots, the approach offers a low-cost alternative to external knowledge graphs, Wikipedia, or LLM-based methods.
Reading between the lines
- If source-likeness is the selection signal, the method likely favors destination examples that resemble the source; a natural stress test is to apply it when the destination has a large subpopulation unlike the source and check whether that subpopulation's stance accuracy drops.
- The same selection procedure could plausibly transfer to other classification tasks with target or domain shift, such as sentiment or hate-speech detection, where a source-versus-noise similarity model could rank unlabeled target examples for annotation.
- The paper's observation that RoBERTa gains least suggests the value of MLSD is inversely related to how much the base model already generalizes; one could test this by measuring gain as a function of the source-trained model's zero-shot destination accuracy.
- Confidence-based selection may concentrate on easy, source-like examples; combining source-likeness with diversity-aware tie-breaking or uncertainty sampling could yield a family of selection criteria worth benchmarking.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MLSD, a metric-learning-based few-shot sample selection method for cross-target (CTSD) and cross-domain (CDSD) stance detection. It first trains a triplet-loss model on source-target vs noise-target pairs using BERT embeddings and hard negative mining, then uses the model's confidence scores to select the top-n destination training samples per stance class. Those samples are used to fine-tune a stance classifier previously trained on a source target. The method is evaluated on SemEval-2016 and WT-WT with six classifiers (BiCond, BiLSTM, CrossNet, TAN, TextCNN, RoBERTa), comparing MLSD selection to random selection and standard training. The paper reports consistent macro-F1 gains for MLSD over random selection, with captions claiming statistical significance (p < 0.05) via paired t-tests.
Significance. If the empirical claims hold, MLSD would be a simple, model-agnostic, and external-knowledge-free sample selection strategy that improves cross-target and cross-domain stance detection. The experimental scope is broad: two datasets, six classifiers, multiple transfer directions, and both same-domain and cross-domain settings. The authors provide a code link, which supports reproducibility. However, the central significance claim—statistically significant superiority over random selection—is not currently auditable from the manuscript, and the hyperparameter tuning protocol is underspecified. The contribution is potentially useful, but the evidence as presented does not yet meet the bar for a strong empirical claim.
major comments (2)
- [Section 4.5 / Tables 5-8] The statistical support for the central claim is not auditable. Tables 5-8 report single macro-F1 numbers per model/transfer, captioned as 'averaged across five seeds and 5, 10, and 15-shot settings,' with the statement that MLSD's improvement over random selection is 'statistically significant, with p < 0.05, based on a paired t-test.' However, no exact p-values, standard deviations, confidence intervals, degrees of freedom, per-seed values, or per-shot (5/10/15) values are provided. It is unclear whether the paired t-test was performed on seed-level pairs, on 5/10/15-shot runs pooled as independent observations, or on already-aggregated table cells. Each choice has different statistical validity. Without the underlying per-run data or effect sizes, the headline significance claim and hence the central empirical contribution cannot be verified.
- [Section 3.1-3.2 / Section 4.5] The hyperparameter tuning protocol is underspecified and could affect the validity of the comparison. The margin for triplet loss is said to be 'determined through a grid search to optimize performance' (Section 3.2), the number of triplets per anchor was chosen after 'experimenting with different numbers (5, 10, and 15)' (Section 3.1), and hard-negative top-k is fixed at 5. No validation split or selection procedure is described. If any of these choices were made using the destination test set (or on the same folds used for the final evaluation), the reported improvements over random selection would be inflated. The authors must specify how hyperparameters were chosen and, ideally, provide an ablation or nested validation.
minor comments (6)
- [Throughout] Numerous typos and inconsistencies: 'decending' (Section 3.1), 'Hilary' vs 'Hillary', 'MSLD' for MLSD (Section 4.3), 'differnent' (Section 5.1), 'there approaches' (Section 2.1). Please proofread carefully.
- [Table 7] The FM→DT row for BiCond appears malformed: '34 28.35 40.71%' should likely be '34% 28.35% 40.71%' or similar. Formatting of percent signs is inconsistent.
- [Eq. (1), Section 3.3] The notation 'arg N max i=1' is confusing. This should be written as a standard top-N selection procedure, e.g., choosing the N instances with the highest confidence scores within each class.
- [Sections 5.2 and 5.4] The reported 'performance increased by 11.72%' etc. should clarify whether these are absolute percentage-point improvements or relative percentage improvements. The current phrasing is ambiguous.
- [Section 5.3 / Table 9] The sentence 'These results suggest then a Top N > 5 often provides better results' is not well supported by Table 9, where the trend is inconsistent across models and settings. Please revise or qualify.
- [References] The RoBERTa citation (Liu, 2019) should conform to the standard citation format used in the paper; currently it appears incomplete.
Circularity Check
No significant circularity: MLSD's sample selection uses a model trained on source/noise labels, and the reported F1 improvements are evaluated on held-out destination test labels, so the central comparison does not reduce to the selection rule by construction.
full rationale
The paper's central claim is an empirical superiority claim: MLSD-selected few-shot samples improve cross-target/cross-domain stance detection over random selection (Section 5.1, Tables 5-8). The selection model is trained with triplet loss on source-vs-noise target examples using BERT embeddings (Sections 3.1-3.2); its confidence scores select destination training samples (Section 3.3, Eq. 1), which are then used to fine-tune the stance classifier and evaluated on held-out destination test data (Section 4.3). Destination test labels do not enter the triplet-loss training or the selection rule, so the reported macro-F1 is not a restatement of the confidence scores; the comparison to random selection is an independent end-to-end experiment. The only self-citation (Gera & Neal, 2022) supports a non-load-bearing observation about dataset variety in Section 1 and is not used to justify the method or exclude alternatives. The paper does not invoke a uniqueness theorem, does not import an ansatz from the authors' prior work, and does not rename a known result as a new derivation. The under-documented statistical significance (no per-seed/per-shot F1s or exact p-values, Section 4.5/Tables 5-8) is a reproducibility concern, but it is not circular because the claimed p-values would come from comparing two independent experimental conditions, not from the definition of MLSD. Hyperparameter choices (margin 1.0, five triplets) are heuristic and potentially tuned on limited data, but they are not fitted to the destination test labels in a way that makes the improvement true by construction. Therefore no circular step is identified.
Assumptions & free parameters
free parameters (5)
- Triplet loss margin m =
1.0
- Number of triplets per anchor =
5
- Hard negative top-k =
5
- Few-shot count n =
5, 10, and 15
- WT-WT balanced subset size =
1200
assumptions (4)
- domain assumption Source-target likeness in embedding space predicts which destination samples are most useful for fine-tuning a stance classifier.
- domain assumption A source-vs-noise target classifier trained with triplet loss generalizes to scoring destination samples from unseen targets and domains.
- domain assumption Labeled destination training samples are available for selection and fine-tuning.
- domain assumption BERT/SBERT embeddings provide a suitable semantic similarity space for target discrimination.
Cite this review
Pith. "Pith review of MLSD: A Novel Few-Shot Learning Approach to Enhance Cross-Target and Cross-Domain Stance Detection." pith.science (2026). https://pith.science/paper/T5H6VIHC
@misc{pith2026250903725,
author = {Pith},
title = {Pith review of: MLSD: A Novel Few-Shot Learning Approach to Enhance Cross-Target and Cross-Domain Stance Detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/T5H6VIHC}},
note = {Machine review of arXiv:2509.03725}
}
read the original abstract
We present the novel approach for stance detection across domains and targets, Metric Learning-Based Few-Shot Learning for Cross-Target and Cross-Domain Stance Detection (MLSD). MLSD utilizes metric learning with triplet loss to capture semantic similarities and differences between stance targets, enhancing domain adaptation. By constructing a discriminative embedding space, MLSD allows a cross-target or cross-domain stance detection model to acquire useful examples from new target domains. We evaluate MLSD in multiple cross-target and cross-domain scenarios across two datasets, showing statistically significant improvement in stance detection performance across six widely used stance detection models.
Figures
Reference graph
Works this paper leans on
-
[1]
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 INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...
-
[2]
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 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Erik Arakelyan, Arnav Arora, and Isabelle Augenstein. 2023. https://doi.org/10.18653/v1/2023.acl-long.752 Topic-guided sampling for data-efficient multi-domain stance detection . In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 13448--13464, Toronto, Canada. Association for Computati...
-
[4]
Isabelle Augenstein, Tim Rockt \"a schel, Andreas Vlachos, and Kalina Bontcheva. 2016. Stance detection with bidirectional conditional encoding. arXiv preprint arXiv:1606.05464
work page Pith review arXiv 2016
-
[5]
Costanza Conforti, Jakob Berndt, Mohammad Taher Pilehvar, Chryssi Giannitsarou, Flavio Toxvaerd, and Nigel Collier. 2020. https://doi.org/10.18653/v1/2020.acl-main.157 Will-they-won ' t-they: A very large dataset for stance detection on T witter . In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 1715--1724,...
-
[6]
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. https://doi.org/10.18653/v1/N19-1423 BERT : Pre-training of deep bidirectional transformers for language understanding . In Proceedings of the 2019 Conference of the North A merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long a...
-
[7]
Jiachen Du, Ruifeng Xu, Yulan He, and Lin Gui. 2017. https://doi.org/10.24963/ijcai.2017/557 Stance classification with target-specific neural attention networks . In 26th International Joint Conference on Artificial Intelligence, IJCAI 2017, pages 3988--3994. International Joint Conferences on Artificial Intelligence. IJCAI International Joint Conference...
-
[8]
Parush Gera and Tempestt Neal. 2022. https://doi.org/10.18653/v1/2022.eval4nlp-1.7 A comparative analysis of stance detection approaches and datasets . In Proceedings of the 3rd Workshop on Evaluation and Comparison of NLP Systems, pages 58--69, Online. Association for Computational Linguistics
Show all 27 references
-
[9]
Benyamin Ghojogh, Mark Crowley, Fakhri Karray, and Ali Ghodsi. 2023. https://doi.org/10.1007/978-3-031-10602-6_19 Deep Metric Learning , pages 531--562. Springer International Publishing, Cham
2023 doi
-
[10]
Momchil Hardalov, Arnav Arora, Preslav Nakov, and Isabelle Augenstein. 2021. https://doi.org/10.18653/v1/2021.emnlp-main.710 Cross-domain label-adaptive stance detection . In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pages 9011--90...
2021 doi
-
[11]
Yan Jiang, Jinhua Gao, Huawei Shen, and Xueqi Cheng. 2022. https://doi.org/10.1145/3477495.3531979 Few-shot stance detection via target-aware prompt distillation . In Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieva...
2022
-
[12]
Parisa Jamadi Khiabani and Arkaitz Zubiaga. 2023. https://doi.org/10.1109/TCSS.2023.3264114 Few-shot learning for cross-target stance detection by aggregating multimodal embeddings . IEEE Transactions on Computational Social Systems, pages 1--10
2023
-
[13]
Yoon Kim. 2014. https://doi.org/10.3115/v1/D14-1181 Convolutional neural networks for sentence classification . In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing ( EMNLP ) , pages 1746--1751, Doha, Qatar. Association for Computational Li...
2014 doi
-
[14]
Yingjie Li, Chenye Zhao, and Cornelia Caragea. 2023. https://doi.org/10.1145/3543507.3583250 Tts: A target-based teacher-student framework for zero-shot stance detection . In Proceedings of the ACM Web Conference 2023, WWW '23, page 1500–1509, New York, NY, USA. Association fo...
2023
-
[15]
Bin Liang, Yonghao Fu, Lin Gui, Min Yang, Jiachen Du, Yulan He, and Ruifeng Xu. 2021. https://doi.org/10.1145/3442381.3449790 Target-adaptive graph for cross-target stance detection . In Proceedings of the Web Conference 2021, WWW '21, page 3453–3464, New York, NY, USA. Associ...
2021
-
[16]
Rui Liu, Zheng Lin, Huishan Ji, Jiangnan Li, Peng Fu, and Weiping Wang. 2022. https://aclanthology.org/2022.coling-1.605 Target really matters: Target-aware contrastive learning and consistency regularization for few-shot stance detection . In Proceedings of the 29th Internati...
2022
-
[17]
Rui Liu, Zheng Lin, Yutong Tan, and Weiping Wang. 2021. Enhancing zero-shot and few-shot stance detection with commonsense knowledge graph. In Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021, pages 3152--3157
2021
-
[18]
Yinhan Liu. 2019. Roberta: A robustly optimized bert pretraining approach. arXiv preprint arXiv:1907.11692
2019 arXiv
-
[19]
Saif Mohammad, Svetlana Kiritchenko, Parinaz Sobhani, Xiaodan Zhu, and Colin Cherry. 2016. Semeval-2016 task 6: Detecting stance in tweets. In Proceedings of the 10th International Workshop on Semantic Evaluation (SemEval-2016), pages 31--41
2016
-
[20]
Nils Reimers and Iryna Gurevych. 2019. https://arxiv.org/abs/1908.10084 Sentence-bert: Sentence embeddings using siamese bert-networks . In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics
2019 arXiv
-
[21]
T. Y.S.S. Santosh, Srijan Bansal, and Avirup Saha. 2019. https://doi.org/10.1145/3297001.3297047 Can siamese networks help in stance detection? In Proceedings of the ACM India Joint International Conference on Data Science and Management of Data, CODS-COMAD '19, page 306–309, ...
2019
-
[22]
Schuster and K.K
M. Schuster and K.K. Paliwal. 1997. https://doi.org/10.1109/78.650093 Bidirectional recurrent neural networks . IEEE Transactions on Signal Processing, 45(11):2673--2681
1997 doi
-
[23]
Md Arafat Sultan, Avi Sil, and Radu Florian. 2022. https://doi.org/10.18653/v1/2022.emnlp-main.247 Not to overfit or underfit the source domains? an empirical study of domain generalization in question answering . In Proceedings of the 2022 Conference on Empirical Methods in N...
2022 doi
-
[24]
Kwok, and Lionel M
Yaqing Wang, Quanming Yao, James T. Kwok, and Lionel M. Ni. 2020. https://doi.org/10.1145/3386252 Generalizing from a few examples: A survey on few-shot learning . ACM Comput. Surv., 53(3)
2020 doi
-
[25]
Penghui Wei and Wenji Mao. 2019. https://doi.org/10.1145/3331184.3331367 Modeling transferable topics for cross-target stance detection . In Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR'19, page 1173–117...
2019
-
[26]
Haoyang Wen and Alexander Hauptmann. 2023. https://doi.org/10.18653/v1/2023.acl-short.127 Zero-shot and few-shot stance detection on varied topics via conditional generation . In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 2:...
2023 doi
-
[27]
Chang Xu, C \'e cile Paris, Surya Nepal, and Ross Sparks. 2018. https://doi.org/10.18653/v1/P18-2123 Cross-target stance classification with self-attention networks . In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Pa...
2018 doi
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.