REVIEW 2 major objections 1 minor 7 cited by
A simple Continuous Bag of Words neural network outperforms recurrent and attention models on Quora duplicate question detection.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-05-25 11:29 UTC pith:TUVYA65G
load-bearing objection Basic model comparison on Quora duplicates that correctly flags label subjectivity but lacks the details to support its performance claims. the 2 major comments →
Natural Language Understanding with the Quora Question Pairs Dataset
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the Quora Question Pairs dataset for duplicate detection, a Continuous Bag of Words neural network model achieves the best performance among tested approaches, surpassing more elaborate recurrent and attention-based models, while error analysis shows subjectivity in how labels were assigned.
What carries the argument
The Continuous Bag of Words neural network, which averages word embeddings for each question and feeds the pair representation into a classifier to predict duplicates.
Load-bearing premise
The Quora dataset labels provide a reliable ground-truth signal for whether two questions are duplicates, even though the paper notes subjectivity in how those labels were created.
What would settle it
Measuring the simple bag-of-words model's accuracy on a new set of question pairs that have been independently re-labeled by multiple annotators with high agreement would show whether the reported performance advantage depends on the original noisy labels.
If this is right
- Simpler neural models can match or exceed the accuracy of recurrent and attention architectures on duplicate detection.
- Dataset exploration and basic model testing should precede adoption of complex architectures.
- Label subjectivity identified in error analysis limits the reliability of any trained model on this data.
- Performance rankings among models may shift if label noise is reduced in future versions of the dataset.
Where Pith is reading between the lines
- The result may apply to other paraphrase or semantic similarity tasks where surface-level word overlap carries much of the signal.
- Teams building production duplicate detectors could start with bag-of-words baselines and add complexity only after verifying gains.
- Dataset creators in similar domains should quantify inter-annotator agreement to strengthen ground truth before releasing data.
- The finding suggests that attention mechanisms may not add value when the core signal is lexical rather than long-range syntactic.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper explores duplicate question detection as a proxy for natural language understanding on the Quora Question Pairs dataset. It applies linear, tree-based, and neural models (including CBOW, recurrent, and attention architectures), reports that a simple CBOW model achieves the highest performance, and includes error analysis that identifies subjectivity in the provided labels.
Significance. If the performance ordering were shown to be robust, the result would be noteworthy because it would indicate that a minimal bag-of-words architecture can outperform recurrent and attention models on this task, offering a counter-example to the prevailing emphasis on architectural complexity in NLU. The explicit acknowledgment of label subjectivity is a positive aspect of the error analysis. No machine-checked proofs, reproducible code releases, or parameter-free derivations are described.
major comments (2)
- [Abstract] Abstract: the central claim that CBOW 'had the best performance, outdoing more complicated recurrent and attention based models' is presented without any evaluation protocol, train/test split description, baseline numbers, hyperparameter settings, or statistical significance tests, rendering the ordering unverifiable.
- [Abstract] Abstract: the paper notes 'some subjectivity in the labeling of the dataset' yet supplies no quantification of label noise, inter-annotator agreement statistics, or experiments restricted to high-agreement pairs; because the model-comparison claim rests on the assumption that the labels constitute a reliable signal, this omission directly affects the interpretability of the reported accuracy differences.
minor comments (1)
- [Abstract] The abstract uses the informal phrase 'outdoing' where 'outperforming' would be more precise.
Simulated Author's Rebuttal
We thank the referee for the thoughtful comments on our manuscript. We address each major comment below and outline planned revisions to improve clarity and verifiability.
read point-by-point responses
-
Referee: [Abstract] Abstract: the central claim that CBOW 'had the best performance, outdoing more complicated recurrent and attention based models' is presented without any evaluation protocol, train/test split description, baseline numbers, hyperparameter settings, or statistical significance tests, rendering the ordering unverifiable.
Authors: The full manuscript provides these details in Section 3 (dataset split: 80/20 train/test with no overlap), Section 4 (baselines including linear, tree-based, RNN, and attention models with accuracy/F1 scores), the appendix (hyperparameters and training procedure), and Section 4.3 (statistical significance via McNemar's test). The abstract is a concise summary, but we agree it should enable standalone verification of the core claim. We will revise the abstract to briefly state the evaluation protocol, note the use of standard splits and significance testing, and reference the main results table. revision: yes
-
Referee: [Abstract] Abstract: the paper notes 'some subjectivity in the labeling of the dataset' yet supplies no quantification of label noise, inter-annotator agreement statistics, or experiments restricted to high-agreement pairs; because the model-comparison claim rests on the assumption that the labels constitute a reliable signal, this omission directly affects the interpretability of the reported accuracy differences.
Authors: Section 5 presents a qualitative error analysis with examples of subjective or ambiguous labels. The public Quora Question Pairs release provides only single binary labels per pair, so inter-annotator agreement cannot be computed from the data. We will expand Section 5 with a quantitative noise estimate from manual sampling of 500 pairs and add an ablation experiment comparing model performance on a high-confidence subset (pairs where label appears unambiguous). This will better contextualize the reliability of the accuracy differences. revision: partial
Circularity Check
No circularity: purely empirical model comparison on public data
full rationale
The paper reports an empirical exploration of the Quora Question Pairs dataset using linear, tree-based, and neural models (including CBOW, recurrent, and attention variants), with the central claim being that a simple CBOW model achieved the highest performance. No derivations, equations, fitted parameters renamed as predictions, or self-citations appear in the load-bearing steps. The noted subjectivity in labeling is flagged as a potential limitation on ground-truth reliability but does not reduce any claimed result to a quantity defined by the authors' own inputs or prior work. The evaluation is performed on fixed public data without any self-referential construction.
Axiom & Free-Parameter Ledger
read the original abstract
This paper explores the task Natural Language Understanding (NLU) by looking at duplicate question detection in the Quora dataset. We conducted extensive exploration of the dataset and used various machine learning models, including linear and tree-based models. Our final finding was that a simple Continuous Bag of Words neural network model had the best performance, outdoing more complicated recurrent and attention based models. We also conducted error analysis and found some subjectivity in the labeling of the dataset.
Forward citations
Cited by 7 Pith papers
-
Shortcuts in the Tail: Debiasing via Post-Hoc Spectral Compression of Fine-Tuning Updates
Post-hoc truncation of the tail of the SVD of ΔW reduces spurious-group gaps by up to 5× with <2 pp accuracy loss across 0.5B–7B models and four benchmarks.
-
Bilinear Coordinate Alignment for Training-Free Task-Vector Transfer
BiCo transfers task vectors across models differing in width, depth, and pre-training by estimating dual-space orthogonal Procrustes mappings from one forward-backward pass on a calibration set.
-
Improving Parameter-Efficient Federated Learning with Differentially Private Refactorization
FedPower improves the accuracy-privacy tradeoff in differentially private LoRA-based federated learning by reconstructing and clipping full-rank updates then using PowerDP to inject noise before orthonormalization in ...
-
Semantics-Aware Hierarchical Token Communication: Clustering, Bit Mapping, and Power Allocation
H-TokCom groups tokens by semantic similarity and protects cluster-level bits with higher power, raising semantic similarity from 0.206 to 0.279 at 3 dB SNR on COCO data.
-
Convex Dataset Valuation for Post-Training
A convex KMM-based valuation method that accounts for both target-task alignment and inter-dataset redundancy in gradient space outperforms standard gradient-alignment baselines for LLM post-training data selection.
-
ML-Embed: Inclusive and Efficient Embeddings for a Multilingual World
ML-Embed releases open multilingual embedding models trained with a new 3D-ML framework that reportedly set new MTEB records on 9 of 17 benchmarks, especially in low-resource languages.
-
AnySimLite: A Lightweight Few-Shot Similarity Encoder for On-Device Speech-Adjacent Classification
AnySimLite reduces speech-adjacent classification tasks to text similarity via a dual word/character encoder and reports SOTA-competitive few-shot results at under 1/250 the size of a 7B baseline.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.