REVIEW 2 major objections 5 minor 47 references
On the Downstream Performance of Compressed Word Embeddings
T0 review · 2 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read One subspace score predicts which compressed word embeddings work
desk verdict A genuinely useful new score for ranking compressed embeddings, backed by a broad empirical study; the theory is narrower than claimed and Theorem 3 has a proof gap, but the paper is worth refereeing. 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 eigenspace overlap score $E(X,\tilde X)$, the squared Frobenius norm of the projection of the uncompressed left-singular basis $U$ onto the compressed basis $\tilde U$, normalized by $\max(d,k)$. It matters because linear predictions $Xw$ depend on the data only through $U$, so two embeddings with overlapping left singular subspaces can emulate each other's linear models. Theorem 1 turns that geometric intuition into an exact risk gap, while the Davis-Kahan $\sin(\Theta)$ theorem connects the perturbation caused by quantization to a lower bound on the score, and the score itself is computable by SVD in $O(n\max(d,k)^2)$ time.
What would settle it
Take a fixed task and two compressed embeddings $\tilde X_A,\tilde X_B$ with $E(X,\tilde X_A)>E(X,\tilde X_B)$; if $\tilde X_A$ consistently performs worse on labels generated from directions orthogonal to its span, the selection claim fails. Concretely, synthesize labels $\bar y = U_\perp z$ (using left singular directions outside $\operatorname{span}(\tilde U)$) and check whether the exact gap in Theorem 1 still holds; it should not, because the theorem's premise is violated.
Extended reading notes
Core claim
The central claim is that the eigenspace overlap score $E(X,\tilde X) = \frac{1}{\max(d,k)}\|U^T\tilde U\|_F^2$ is the quantity that controls the expected downstream loss of a compressed embedding. For fixed-design linear regression with true labels drawn randomly from the span of the uncompressed embedding's left singular vectors, Theorem 1 gives an exact average-case gap $E_{\bar y}[R_{\bar y}(\tilde X)-R_{\bar y}(X)] = \frac{d}{n}(1-E(X,\tilde X)) - c^2\frac{d(d-k)}{n^2}$; for Lipschitz losses the same score appears in a matching upper bound. The paper also proves that a uniform quantizer with $b$ bits per entry attains expected eigenspace overlap at least $1-\epsilon$ once $b = O(\log(1/\epsilon))$, and that the score is a more accurate and robust selection criterion than existing compression-quality measures, with up to $2\times$ lower selection error rates on the tasks studied.
Load-bearing premise
The average-case analysis assumes the true label vector is random in the span of the uncompressed embedding's left singular subspace; if a real task's labels concentrate in directions that compression discards, the score can misrank embeddings and the guarantees do not apply.
Editorial extensions
If this is right
- Compressed embeddings can be ranked without training a downstream model, so model selection over compression methods becomes a cheap linear-algebra computation.
- Uniform quantization has a formal guarantee: at a logarithmic number of bits it keeps the expected eigenspace overlap close to 1, explaining why it matches or beats learned compression methods.
- In the low-noise, low-dimensional regime the risk gap is approximately $\frac{d}{n}(1-E)$, so maximizing eigenspace overlap is approximately minimizing the expected loss gap.
- The score carries the same information as a weighted variant of projected reconstruction error, so practitioners can also use a weighted reconstruction loss as a proxy.
Reading between the lines
- A natural testable extension is to use the gradient of the eigenspace overlap score as a training objective for learned compression, since the exact Theorem 1 expression suggests this directly minimizes expected downstream loss under the average-case label model; the paper does not take this step.
- Because the proof relies only on the SVD of the feature matrix, the same score plausibly transfers to other linear-feature settings such as graph node embeddings or kernel approximations, even though the paper only demonstrates word embeddings.
- The strong empirical correlation on neural models hints that the left singular subspace of input features is the main channel for downstream signal in these architectures; verifying this on a wider set of nonlinear models would be a separate claim.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes the eigenspace overlap score E(X, X̃) as a measure of compressed word embedding quality, defined as the normalized squared Frobenius inner product of the left singular subspaces of the original and compressed embedding Gram matrices. The authors derive average-case generalization bounds for fixed-design linear and logistic regression in which the expected risk difference between models trained on compressed and uncompressed embeddings is controlled by E. They also state a lower bound on E for uniformly quantized embeddings via the Davis-Kahan sin(Theta) theorem, and they validate the score empirically as a correlation measure and as a selection criterion on question answering, sentiment analysis, and GLUE tasks. The empirical study spans GloVe, fastText, and BERT WordPiece embeddings and multiple compression methods, with error bars across five random seeds.
Significance. If the claims hold, the eigenspace overlap score is a practically valuable, training-free measure for selecting compressed embeddings, and the paper provides a clean average-case analysis that goes beyond worst-case spectral approximation bounds. The strengths include an exact identity for the linear regression risk difference under an isotropic label model (Theorem 1), a Lipschitz-loss extension (Theorem 2), a broad and reproducible empirical evaluation with standard deviations and hyperparameter tables, and a public implementation of the quantization method. However, the proof of Theorem 3 contains a load-bearing technical flaw in the Davis-Kahan application, and the theoretical connection to downstream performance is established only under an identity-covariance label model that is not verified on the real tasks. These issues limit the current theoretical guarantees, although the empirical results are substantial and the Davis-Kahan argument appears repairable.
major comments (2)
- [Appendix C.1, Theorem 3 and Theorem 5] The Davis-Kahan sin(Theta) application in the proof of Theorem 3 is not valid as stated. The authors set a0 = sigma_min(K), a1 = infinity, and delta = sigma_min(K), so the excluded interval in Theorem 5 is (0, infinity). Since K̃ = X̃X̃ᵀ has rank at most k < n, the block R1 of the perturbed Gram matrix contains zero eigenvalues, and 0 is not excluded from the interval (0, infinity). Thus the condition that the eigenvalues of R1 be excluded from (a0 - delta, a1 + delta) is violated, and Theorem 5 cannot be applied. This is load-bearing because Theorem 3 is the main theoretical explanation for the strong performance of uniform quantization. The argument can likely be repaired by choosing a smaller delta, e.g., delta = sigma_min(K)/2, which makes the excluded interval (sigma_min(K)/2, infinity) and excludes the zero eigenvalues, at the cost of a larger constant in the bound; the authors should correct the proof or the statement accordingly.
- [Section 3.1.2 and Appendix B.1] The simplified form of the theoretical claim, in which the eigenspace overlap score E(X, X̃) controls the expected risk difference, depends critically on the label vector model ȳ = Uz with z having identity covariance. The generalized theorem in Appendix B.1 shows that the expected risk difference is governed by ||ŨᵀU Σ^{1/2}||_F², and E enters only through the lower bound lambda_min(Σ) d E. For non-isotropic label covariance, two compressed embeddings with the same E can have very different expected downstream performance, and the paper's own robustness example in Appendix B.3 concedes that deleting the largest singular direction changes E by only 1/d yet can dominate generalization when the label has a large component in that direction. The empirical correlations in Tables 1 and 2 are aggregated over many compression methods and rates and do not test whether the label covariance on SQuAD, SST-1, MNLI, or QQP is sufficiently isotropic for the identity-covariance result to apply. Please either add an empirical analysis of label alignment with the singular directions (or an evaluation of the weighted score ||ŨᵀU Σ^{1/2}||_F) or substantially qualify the theoretical claim that E alone controls downstream performance.
minor comments (5)
- [Appendix A.1] The displayed formulas for the stochastic rounding probabilities are garbled: both P[Q̃_b,r(x) = x] and P[Q̃_b,r(x) = x̄] appear to be written as (x - x̄)/(x - x̄). Please correct the typesetting so that the two probabilities are clearly distinguished.
- [Appendix E.8, Table 17] The text contains the typo 'language infernece'; it should read 'language inference'.
- [Appendix B.2, Theorem 2 (Generalized)] The notation 'lambda_min in R' is unclear; it should be 'lambda_min(Sigma)', the smallest eigenvalue of the label covariance matrix, matching the statement of Theorem 1 (Generalized).
- [Appendix C.2, Figure 4(b)] The caption for Figure 4(b) should state explicitly how the scalar a is computed for the synthetic matrices; the current description says the matrices are multiplied by diagonal matrices with logarithmically spaced entries, but it does not define a in terms of the smallest singular value.
- [Appendix B.4, Table 4] In the table caption, 'GloVe|ρ| / fastText|ρ|' is ambiguous because the entries are presented as four numbers without a visible separator; please format the entries as 'GloVe |ρ| / fastText |ρ|' or use two columns.
Circularity Check
No circularity: the eigenspace overlap score is derived from the embeddings alone, the generalization bound follows from an explicit average-case label model, and the empirical comparisons are against external baselines.
full rationale
The derivation chain is self-contained. The eigenspace overlap score E(X,X̃) = (1/max(d,k))||U^T Ũ||_F^2 is defined directly from the left singular subspaces (Definition 1) with no downstream labels and no fitted constants. Theorem 1, and its generalized form in Appendix B.1, derives the expected risk difference under an explicitly stated average-case label model ȳ = Uz (z with identity covariance for the exact equality, general covariance Σ for the inequality), and the proof is a closed-form calculation from the fixed-design risk formula in Proposition 4. The score enters the bound because E_ȳ[||Ũ^T ȳ||^2] = ||Ũ^T U Σ^{1/2}||_F^2, not because E was fit to downstream performance. The uniform quantization lower bound (Theorem 3) is an independent application of the Davis-Kahan sin(Θ) theorem to the Gram-matrix perturbation, and the paper itself notes the bound can be vacuous for quickly decaying spectra (Appendix C.2), which is a limitation rather than a circular step. The empirical validation against PIP loss, ∆, and ∆max (Tables 1-2) is an external comparison over embeddings produced by several compression methods; no parameter is fit to the downstream labels. The only self-citations are to prior work (notably [41], with overlapping authors, used to define the ∆max baseline and to motivate why worst-case bounds are loose), but the paper's central theorems do not depend on those citations. No step reduces a prediction to its input by construction.
Assumptions & free parameters
free parameters (1)
- clipping threshold r* =
selected per embedding by minimizing reconstruction error (Algorithm 1)
assumptions (7)
- standard math Fixed-design linear regression with noise y = ȳ + ε, ε zero-mean with variance σ²
- domain assumption True labels are random in span(U): ȳ = Uz with zero-mean z, covariance Σ
- standard math For Theorem 2, loss is convex, non-negative, L-Lipschitz in both arguments, and satisfies arg min_{v'} l(v',v)=v
- domain assumption For Theorem 3, embedding entries are bounded in [-1/sqrt(d), 1/sqrt(d)] and σ_min(X) = a sqrt(n/d) with a in (0,1]
- domain assumption Unbiased stochastic rounding for the uniform quantization analysis
- standard math Davis-Kahan sin(Θ) theorem as used in Appendix C.1
- domain assumption Empirical transfer from linear/logistic theory to neural downstream models (DrQA, CNN, BERT)
invented entities (1)
-
eigenspace overlap score
independent evidence
Cite this review
Pith. "Pith review of On the Downstream Performance of Compressed Word Embeddings." pith.science (2026). https://pith.science/paper/6R665PCJ
@misc{pith2026190901264,
author = {Pith},
title = {Pith review of: On the Downstream Performance of Compressed Word Embeddings},
year = {2026},
howpublished = {\url{https://pith.science/paper/6R665PCJ}},
note = {Machine review of arXiv:1909.01264}
}
abstract
Compressing word embeddings is important for deploying NLP models in memory-constrained settings. However, understanding what makes compressed embeddings perform well on downstream tasks is challenging---existing measures of compression quality often fail to distinguish between embeddings that perform well and those that do not. We thus propose the eigenspace overlap score as a new measure. We relate the eigenspace overlap score to downstream performance by developing generalization bounds for the compressed embeddings in terms of this score, in the context of linear and logistic regression. We then show that we can lower bound the eigenspace overlap score for a simple uniform quantization compression method, helping to explain the strong empirical performance of this method. Finally, we show that by using the eigenspace overlap score as a selection criterion between embeddings drawn from a representative set we compressed, we can efficiently identify the better performing embedding with up to $2\times$ lower selection error rates than the next best measure of compression quality, and avoid the cost of training a model for each task of interest.
Figures
Figures from the paper (14 more)
Reference graph
Works this paper leans on
-
[1]
Globally normalized transition-based neural networks
Daniel Andor, Chris Alberti, David Weiss, Aliaksei Severyn, Alessandro Presta, Kuzman Ganchev, Slav Petrov, and Michael Collins. Globally normalized transition-based neural networks. In ACL, 2016
work page 2016
-
[2]
Martin Andrews. Compressing word embeddings. In ICONIP, 2016
work page 2016
-
[3]
Random Fourier features for kernel ridge regression: Approximation bounds and statistical guarantees
Haim Avron, Michael Kapralov, Cameron Musco, Christopher Musco, Ameya Velingker, and Amir Zandieh. Random Fourier features for kernel ridge regression: Approximation bounds and statistical guarantees. In ICML, 2017
work page 2017
-
[4]
FBK’s machine translation and speech translation systems for the IWSLT 2014 evaluation campaign
Nicola Bertoldi, Prashant Mathur, Nicholas Ruiz, and Marcello Federico. FBK’s machine translation and speech translation systems for the IWSLT 2014 evaluation campaign. In IWSLT, 2014
work page 2014
-
[5]
Reading Wikipedia to answer open-domain questions
Danqi Chen, Adam Fisch, Jason Weston, and Antoine Bordes. Reading Wikipedia to answer open-domain questions. In ACL, 2017
work page 2017
-
[6]
Learning k-way d-dimensional discrete codes for compact embedding representations
Ting Chen, Martin Renqiang Min, and Yizhou Sun. Learning k-way d-dimensional discrete codes for compact embedding representations. In ICML, 2018
work page 2018
-
[7]
Dan Shiebler, Chris Green, Luca Belli, Abhishek Tayal. Embeddings@Twitter,
-
[8]
Davis and W
C. Davis and W. Kahan. The rotation of eigenvectors by a perturbation. iii. SIAM Journal on Numerical Analysis, 7(1):1–46, 1970
1970
Show all 47 references
-
[9]
High-accuracy low-precision training
Christopher De Sa, Megan Leszczynski, Jian Zhang, Alana Marzoev, Christopher R Aberger, Kunle Olukotun, and Christopher Ré. High-accuracy low-precision training. arXiv preprint arXiv:1803.03383, 2018
2018 arXiv
-
[10]
BERT: Pre-training of deep bidirectional transformers for language understanding
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. arXiv preprint arXiv:1810.04805, 2018
2018 arXiv
-
[11]
A. Gersho. Quantization. IEEE Communications Society Magazine, 15(5):16–16, Sep. 1977
1977
-
[12]
node2vec: Scalable feature learning for networks
Aditya Grover and Jure Leskovec. node2vec: Scalable feature learning for networks. In KDD, 2016
2016
-
[13]
Deep learning with limited numerical precision
Suyog Gupta, Ankur Agrawal, Kailash Gopalakrishnan, and Pritish Narayanan. Deep learning with limited numerical precision. In ICML, 2015
2015
-
[14]
Song Han, Huizi Mao, and William J. Dally. Deep compression: Compressing deep neural network with pruning, trained quantization and Huffman coding. In ICLR, 2016. 10
2016
-
[15]
Analysis of a complex of statistical variables into principal components
Harold Hotelling. Analysis of a complex of statistical variables into principal components. Journal of educational psychology, 24(6):417, 1933
1933
-
[16]
Oseledets
Valentin Khrulkov, Oleksii Hrinchuk, Leyla Mirvakhabova, and Ivan V . Oseledets. Tensorized embedding layers for efficient model compression. arXiv preprint arXiv:1901.10787, 2019
1901 arXiv
-
[17]
J. Kiefer. Sequential minimax search for a maximum. Proceedings of the American Mathemati- cal Society, 4:502–506, 1953
1953
-
[18]
Convolutional neural networks for sentence classification
Yoon Kim. Convolutional neural networks for sentence classification. In EMNLP, 2014
2014
-
[19]
Adam: A method for stochastic optimization
Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[20]
Neural word embedding as implicit matrix factorization
Omer Levy and Yoav Goldberg. Neural word embedding as implicit matrix factorization. In NeurIPS, 2014
2014
-
[21]
Mixed precision training
Paulius Micikevicius, Sharan Narang, Jonah Alben, Gregory Frederick Diamos, Erich Elsen, David García, Boris Ginsburg, Michael Houston, Oleksii Kuchaiev, Ganesh Venkatesh, and Hao Wu. Mixed precision training. In ICLR, 2018
2018
-
[22]
Efficient estimation of word representations in vector space
Tomas Mikolov, Kai Chen, Greg Corrado, and Jeffrey Dean. Efficient estimation of word representations in vector space. arXiv preprint arXiv:1301.3781, 2013
2013 arXiv
-
[23]
Advances in pre-training distributed word representations
Tomas Mikolov, Edouard Grave, Piotr Bojanowski, Christian Puhrsch, and Armand Joulin. Advances in pre-training distributed word representations. In LREC, 2018
2018
-
[24]
Parameter efficient training of deep convolutional neural networks by dynamic sparse reparameterization
Hesham Mostafa and Xin Wang. Parameter efficient training of deep convolutional neural networks by dynamic sparse reparameterization. In ICML, 2019
2019
-
[25]
fairseq: A fast, extensible toolkit for sequence modeling
Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan Ng, David Grangier, and Michael Auli. fairseq: A fast, extensible toolkit for sequence modeling. In NAACL-HLT: Demonstrations, 2019
2019
-
[26]
Automatic differentiation in PyTorch
Adam Paszke, Sam Gross, Soumith Chintala, Gregory Chanan, Edward Yang, Zachary DeVito, Zeming Lin, Alban Desmaison, Luca Antiga, and Adam Lerer. Automatic differentiation in PyTorch. In NeurIPS Autodiff Workshop, 2017
2017
-
[27]
Pedregosa, G
F. Pedregosa, G. Varoquaux, A. Gramfort, V . Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V . Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. Scikit-learn: Machine learning in Python. Journal of Machine Learni...
2011
-
[28]
Jeffrey Pennington, Richard Socher, and Christopher D. Manning. GloVe: Global vectors for word representation. In EMNLP, 2014
2014
-
[29]
Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke Zettlemoyer
Matthew E. Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke Zettlemoyer. Deep contextualized word representations. In NAACL-HLT, 2018
2018
-
[30]
Sur les équations algébriques ayant toutes leurs racines réelles.Mathematica, 9:129–145, 1935
Tiberiu Popoviciu. Sur les équations algébriques ayant toutes leurs racines réelles.Mathematica, 9:129–145, 1935
1935
-
[31]
Random features for large-scale kernel machines
Ali Rahimi and Benjamin Recht. Random features for large-scale kernel machines. In NeurIPS, 2007
2007
-
[32]
SQuAD: 100,000+ questions for machine comprehension of text
Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang. SQuAD: 100,000+ questions for machine comprehension of text. In EMNLP, 2016
2016
-
[33]
Compressing word embeddings via deep compositional code learning
Raphael Shu and Hideki Nakayama. Compressing word embeddings via deep compositional code learning. In ICLR, 2018
2018
-
[34]
Manning, Andrew Y
Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D. Manning, Andrew Y . Ng, and Christopher Potts. Recursive deep models for semantic compositionality over a sentiment treebank. In EMNLP, 2013
2013
-
[35]
Low-memory neural network training: A technical report
Nimit Sharad Sohoni, Christopher Richard Aberger, Megan Leszczynski, Jian Zhang, and Christopher Ré. Low-memory neural network training: A technical report. arXiv preprint arXiv:1904.10631, 2019
1904 arXiv
-
[36]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017. 11
2017
-
[37]
GLUE: A multi-task benchmark and analysis platform for natural language understanding
Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel R Bowman. GLUE: A multi-task benchmark and analysis platform for natural language understanding. In ICLR, 2019
2019
-
[38]
Christopher K. I. Williams and Matthias W. Seeger. Using the Nyström method to speed up kernel machines. In NeurIPS, 2000
2000
-
[39]
Google’s neural machine translation system: Bridging the gap between human and machine translation
Yonghui Wu, Mike Schuster, Zhifeng Chen, Quoc V Le, Mohammad Norouzi, Wolfgang Macherey, Maxim Krikun, Yuan Cao, Qin Gao, Klaus Macherey, et al. Google’s neural machine translation system: Bridging the gap between human and machine translation. arXiv preprint arXiv:1609.08144, 2016
2016 arXiv
-
[40]
On the dimensionality of word embedding
Zi Yin and Yuanyuan Shen. On the dimensionality of word embedding. In NeurIPS, 2018
2018
-
[41]
Low-precision random Fourier features for memory-constrained kernel approximation
Jian Zhang, Avner May, Tri Dao, and Christopher Ré. Low-precision random Fourier features for memory-constrained kernel approximation. In AISTATS, 2019. A Background A.1 Uniform Quantization Ab-bit uniform quantization of a real numberx∈ [−r,r ] is computed as follows: First, ...
2019
-
[43]
In Table 3, we show the impact of the above perturbation on the various measures of compression quality we have discussed
If we assume thatz2 1≪∑d i=2z2 i (as would be expected in our average-case analysis), then ˜X would perform similarly toX. In Table 3, we show the impact of the above perturbation on the various measures of compression quality we have discussed. At a high-level, we observe tha...
-
[44]
show generalization bounds scale with 1 1−∆1 ). This makes sense, because ∆1 can be used to attain a worst-case generalization bound for the perturbed embeddings, and there exist cases where setting the largest singular value to 0 can significantly harm the generalization perfo...
-
[45]
GloVe|ρ|| fastText|ρ|
Note that this second term is simply a version of the eigenspace overlap score 1 max(d,k)‖ ˜UTU‖2 F = 1 max(d,k) ∑d i=1‖ ˜UTUi‖2 2 which weights the projections of the different singular vectorsUi ofX onto ˜U according to the singular values ofX. In Section B.1 we show that in...
-
[46]
Case 1:i⁄=j E [ H2 ij ] = E [ (xT i cj +cT i xj +cT i cj)2] = E [ (xT i cj)2 + (cT i xj)2 + (cT i cj)2] = E [( d∑ k=1 xikcjk )2 ] + E [( d∑ k=1 cikxjk )2 ] + E [( d∑ k=1 cikcjk )2 ] = E [ d∑ k=1 x2 ikc2 jk ] + E [ d∑ k=1 c2 ikx2 jk ] + E [ d∑ k=1 c2 ikc2 jk ] = d∑ k=1 x2 ikE [...
-
[47]
uncompressed
Case 2:i =j E [ H2 ii ] = E [ (xT i ci +cT i xi +cT i ci)2] = E [( 2 d∑ k=1 xikcik + d∑ l=1 c2 il )2 ] = E [ 4 ( d∑ k=1 xikcik )2 + 4 ( d∑ k=1 xikcik ) · ( d∑ l=1 c2 il ) + ( d∑ l=1 c2 il )2 ] = E 4 d∑ k=1 x2 ikc2 ik + 4 d∑ k,l=1 xikcikc2 il + d∑ k,l=1 c2 ilc2 ik = 4 d∑...
2014
-
[2018]
[Online; published 13-Sept-2018; accessed 20-May- 2019]
URL https://blog.twitter.com/engineering/en_us/topics/insights/ 2018/embeddingsattwitter.html. [Online; published 13-Sept-2018; accessed 20-May- 2019]
2018
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.