Source-linked AI summary

hep-th

Yang-Hui He, Vishnu Jejjala, Brent D. Nelson

arXiv:1807.00735v1cs.CLhep-th

TL;DR

The paper asks whether computational analysis can reveal and classify linguistic differences among five related arXiv physics sections. It applies Word2vec to their titles and compares contextual language patterns, finding both disciplinary distinctions and classification performance across the sections. The authors conclude that contextual word embeddings capture useful scientific and sociological structure in the corpus.

  • Problem

    The study addresses the challenge of analyzing a large and growing scientific literature and asks whether language distinguishes related physics sub-fields.

  • Method

    The authors extract titles from five arXiv sections through 2017, train Word2vec embeddings, compare linguistic patterns, and use classification algorithms on paper titles.

  • Results

    The analysis finds notable scientific and sociological differences between fields, with title classification reaching just over 65% accuracy across five arXiv sections.

  • Takeaways & Limitations

    Contextual word embeddings, rather than distinctions between isolated words alone, are important for distinguishing arXiv physics sections.

  • Takeaways & Limitations

    Automated word concatenation can obscure subject diversity and bury descriptors such as “dark,” while cleaning requires substantial field expertise.

Abstract

from arXiv · show

We apply techniques in natural language processing, computational linguistics, and machine-learning to investigate papers in hep-th and four related sections of the arXiv: hep-ph, hep-lat, gr-qc, and math-ph. All of the titles of papers in each of these sections, from the inception of the arXiv until the end of 2017, are extracted and treated as a corpus which we use to train the neural network Word2Vec. A comparative study of common n-grams, linear syntactical identities, word cloud and word similarities is carried out. We find notable scientific and sociological differences between the fields. In conjunction with support vector machines, we also show that the syntactic structure of the titles in different sub-fields of high energy and mathematical physics are sufficiently different that a neural network can perform a binary classification of formal versus phenomenological sections with 87.1% accuracy, and can perform a finer five-fold classification across all sections with 65.1% accuracy.

1 Introduction and Summary

The paper applies computational linguistics and machine learning to arXiv physics literature, using word embeddings to study disciplinary language and classify papers. It examines five related sections and reports differences in their scientific and sociological language.

  • Motivation: The paper positions textual analysis as a response to the growing volume of scientific literature that makes keeping up with research difficult.The arXiv had expanded beyond high-energy physics and hosted nearly 1.4 million preprints.
  • Scope and method: Word2vec embeddings capture relationships between scientific concepts and support automated classification of papers into their appropriate disciplines.The authors present this as a proof of concept for using computers as idea-generating machines.
  • Comparative analysis: The study investigates whether language can quantify where authors in different sections lie between pure mathematics and pure observation.It argues that disciplinary distinctions are encoded not only in subject matter but also in how subjects are described.
  • Scope and method: The study analyzes hep-th, hep-ph, hep-lat, gr-qc, and math-ph preprints using computational linguistics, natural language processing, and machine learning.The December 2017 corpus contains about 395,000 preprints, with Word2vec used to map words into vectors.
  • Comparative analysis: The analysis compares common n-grams, syntactical identities, word frequencies, word clouds, and word similarities across the five sections.The paper focuses especially on syntactical identities generated from contextual studies.

2 Computational Textual Analysis

This section introduces n-grams, word embeddings, neural networks, and contextual training as the technical basis for analyzing scientific language. It explains how Word2vec converts context into vectors whose algebraic relations can be used to identify syntactic identities, while noting important mathematical limitations.

  • Textual analysis: An n-gram is an ordered sequence of n words, and a context window selects nearby words around a target word.Titles typically contain n no more than O(10), while abstracts typically contain n no more than O(100).
  • Distributed representation: One-hot vectors encode dictionary membership but provide little information beyond equality testing.Each word is represented by a basis vector with one 1-entry and zeros elsewhere.
  • Distributed representation: Word embeddings assign weighted vectors intended to reflect word meaning and support vector addition and subtraction.The paper illustrates this with analogous differences between singular and plural word vectors.
  • Neural networks: A neural network learns weights and biases from labeled training data by minimizing a goodness-of-fit measure and testing on unseen inputs.The activation function may be nonlinear, such as a hyperbolic tangent or sigmoid.
  • Word2vec: The CBOW network maps context words represented in R^V through a hidden layer to an N-dimensional representation and predicts a target word.For the context “ring”, “of”, “string”, “theory”, the target is “two-dimensional” in the example.
  • Distance measures: Linear syntactic identities use vector addition and subtraction to find the closest contextual word, such as w1 + w2 − w3 = w4.The investigation searches for such identities in hep-th and related arXiv repositories.
  • Distance measures: Word-vectors do not form a vector space in the proper mathematical sense because closure and general scalar multiplication are unavailable.The supported operation is addition and subtraction interpreted through the closest word by distance.

3 Data Preparation

The paper assembles and cleans title and abstract data from five arXiv physics sections, using field-informed preprocessing before frequency and language analysis. The cleaned corpus reveals discipline-specific vocabulary and n-gram patterns across related communities.

  • Data sets: The study covers hep-th, hep-ph, hep-lat, gr-qc, and math-ph, whose submissions address formal theory, phenomenology, lattice calculations, relativity, and mathematical physics.The dataset includes titles and abstracts from these five related arXiv sections.
  • Data preparation: Titles were treated as sentences, while abstracts were retained as collections of sentences with distinct grammatical and semantic functions.The hep-th title corpus contains 120,249 sentences.
  • Data cleaning: Successful cleaning requires substantial high-energy-physics expertise because mathematical notation, acronyms, terminology, and community-specific usage complicate automated language processing.The authors specifically note that semi-automated word merging and compound n-gram recognition depend on field knowledge.
  • Frequency analysis: After cleaning, “model” becomes more common than “theory,” while “gauge-theory” is prominent and “black-hole” is the most common technical word in hep-th titles.The analysis also identifies discipline-specific technical expressions such as “separation of variables” and “tree amplitudes.”

4 Machine Learning hep-th

Word2vec embeddings trained on hep-th titles capture contextual similarities and syntactic identities, while revealing distinctive geometric structure in the word space. The analysis also shows that title-based findings require careful interpretation because titles use semi-formal syntax and similarity depends on frequency and local co-occurrence.

  • Word Embeddings: Word2vec was trained on hep-th titles using a context window of five words, with words appearing less than twice removed from training.The analysis considered 9,516 words appearing at least four times when computing pairwise similarity distances.
  • Word Similarity: The embedding produces plausible contextual relations: “sym” is close to “duality” but not to “dark-matter”.These similarities reflect words sharing contextual neighbors within titles rather than learned physical theories.
  • Interpretive Caveats: Title-based results should not be equated with abstract-level or ordinary-language syntax because paper titles follow semi-formalized construction rules.Similarity also requires sufficient word frequency and repeated co-occurrence within five words in titles.
  • Word Similarity: Similarity distances in hep-th form a tighter conical cluster than Times of India headlines, with negative distances essentially absent.Both datasets cluster around dominant words, but the news-headline distribution is more moderate and contains many negative values.
  • Word Similarity: Relaxing the frequency cutoff from four appearances to two changes neither the average similarity distance nor the histogram shape.This test argues that the observed clustering is not produced by the small dataset or the stricter cutoff alone.
  • Linear Syntactic Identities: These identities encode contextual syntax rather than physical understanding: “open-string” is associated with “bosonic” and “string theory” through title contexts.The authors explicitly caution that the network learns likely contextual neighbors, not the underlying physical relation.
  • Linear Syntactic Identities: Vector addition recovers meaningful hep-th identities, including “symmetry + black-hole = killing” and “string-theory + calabi-yau = m-theory + g2”.The procedure finds nearest vectors to sums or differences, exposing recurring concepts that appear together in hep-th titles.

5 Comparisons with Other arXiv Sections

Comparisons across five arXiv sections show that language captures both shared scientific vocabulary and distinct formal–phenomenological groupings. Word frequencies, bi-grams, syntax, and automated classification reveal these differences while also exposing preprocessing limits.

  • Word Frequencies: Common words such as “model” and “theory” appear across multiple sections, but their distributions still provide comparative information for classification.The frequency of words alone is insufficient as a section marker, especially for short titles.
  • Word Frequencies: Words shared across sections reveal hep-th’s centrality, with its frequent terms tending to recur in other repositories.The analysis uses these overlaps to compare how authors in the five groupings use language.
  • Word Frequencies: The five sections show a coarse divide between more mathematical hep-th, gr-qc, and math-ph and more phenomenological hep-ph and hep-lat.This separation is described as both a scientific and sociological distinction.
  • Word Frequencies: Tf-idf highlights section-specific vocabulary, including “schrodinger-operator” in math-ph and “Wilson fermion” in hep-lat.“string-theory” appears in nearly all titles, illustrating both specialized and broadly shared topics.
  • Common Bi-grams: The bi-gram “at the” is distinctive of hep-ph, while “on a” appears significantly in hep-th and math-ph and is rare in hep-ph.These syntactic patterns are associated with experimental-location phrases in hep-ph and mathematically oriented surface studies in hep-th and math-ph.
  • Common Bi-grams: Trivial bi-gram analysis places hep-ph apart from the other four sections, while hep-lat is slightly more closely aligned with hep-th.The computer detects these distinctions despite their subtlety within specialized fields.

6 Title Classification

The paper evaluates title-based classification across five arXiv physics sections using Word2vec-derived representations and support vector machines. Five-way classification reaches 65.1% overall accuracy, while formal-versus-phenomenological classification reaches 87.1%, with misclassifications revealing relationships among subfields.

  • Prediction Results: hep-th is more often confused with gr-qc and math-ph, while hep-ph and hep-lat form a connected, relatively isolated confusion block.The asymmetric hep-th–gr-qc confusion is 24.0% versus 12.4% in the reverse direction.
  • Prediction Results: 87.1% accuracy is achieved when hep-th, gr-qc, and math-ph are grouped as formal sections and hep-ph and hep-lat as phenomenological sections.This binary task separates the formal and phenomenological groupings defined in the analysis.
  • Prediction Results: Misclassified titles show that specific terms such as “cosmological and black-hole” or “coulomb-gauge qcd” can pull predictions toward neighboring sections.These examples illustrate how title wording contributes to individual classification errors.
  • Cross-Checking Results: Word2vec context is crucial: an SVM using only section vocabularies performs poorly, whereas contextual word embeddings support effective classification.Without Word2vec, the confusion matrix is far from diagonal and classifications are often assigned to hep-th.
  • Beyond Physics: Classification across external sections is also strong, including 99.3% separation of scholarly publication titles from newspaper headlines and 92% for the newspaper class.The reported matrix gives 92% as the highest class-specific score and 81% for stat; q-fin is less distinct from the physics sections.

7 Conclusion

The paper shows that Word2vec-based title embeddings classify arXiv sections and reveal scientific and sociological structure in high-energy physics. It also proposes broader uses for embedding geometry while noting that titles provide a constrained textual basis.

  • Classification: 65% accuracy was achieved when classifying papers into five arXiv sections using only paper titles and Word2vec embeddings.The easier distinction between high-energy physics and other scientific pursuits reached 92% accuracy.
  • Classification: Contextual windows captured by Word2vec, rather than word identities alone, were important for distinguishing titles.The authors contrast the embedding-based result with what experienced theoretical physicists could achieve unaided.
  • Scientific and sociological structure: The contextual analysis found strong ties between hep-th, math-ph, and gr-qc, while hep-th syntax was closer to hep-ph than hep-lat syntax.Hep-ph and hep-lat were themselves similar in syntax and subject content.
  • Scientific and sociological structure: The observed relationships support the perception of a formal–phenomenological divide within the high-energy community.The paper links this divide to differences in conference attendance, citation, and co-authorship, and to a bifurcated citation network.
  • Embedding geometry: The pronounced conical clustering of technical hep-th word embeddings may serve as a marker of corpus specificity.The authors also suggest investigating the true dimensionality of the embedding space.
  • Limitations and future work: The study primarily restricts itself to titles because of limited computational resources, leaving abstracts and full papers for future analysis.The authors discuss Word2vec and Doc2vec as possible approaches for extending the analysis.

A From Raw Titles to Cleaned Titles

The cleaning pipeline normalizes hep-th titles and automatically identifies frequent multiword technical terms. Iterative hyphenation reduces these terms to usable compound tokens.

  • Cleaning: 120,249 hep-th titles contain 996,485 raw words and 48,984 unique words before cleaning.Lowercasing, punctuation removal, spelling and plural normalization, and acronym replacement reduce the corpus to 701,794 words and 32,693 unique words.
  • 2-gram processing: The most common adjacent word pairs include “gauge theory,” “field theory,” and “scalar field,” motivating their treatment as single terms.The authors use a frequency threshold of more than 50 occurrences for automatic hyphenation.
  • Iterative processing: Repeated hyphenation can create technical 3-grams such as “quantum-field-theory,” and the frequency histogram becomes essentially flat after two iterations.The flatness is used as the stopping rule for automatic replacements.

B Higher n-Grams across the Sections

Higher-order n-gram analysis exposes field-specific terminology across the arXiv sections, while cleaned title statistics and word clouds support distinguishability despite cross-listing overlap.

  • Scope: The appendix extends the analysis from 1-grams and 2-grams to 3-grams and 4-grams across the arXiv sections.The section presents the most common higher-order n-grams for hep-th and the other repositories.
  • Word clouds: Experts can associate cleaned word clouds with their corresponding subject areas, making algorithmic discrimination between sections unsurprising.The word clouds are based on cleaned titles from hep-ph, hep-lat, gr-qc, and math-ph.
  • Cross-listing: Cross-listing creates substantial overlap between section vocabularies, but emphasized themes still render the sections identifiable.The paper gives hep-th and hep-ph as an example of reasonable cross-listing.
  • Cross-section comparison: The other sections exhibit distinct recurring 3-gram vocabularies, including hadronic and collider terms in hep-ph, propagators and phase transitions in hep-lat, and gravity and cosmology terms in gr-qc.Math-ph includes terms related to matrices, algebras, semigroups, asymptotics, and spin glasses.
Loading 1807.00735v1…