Skip to content
Snippets Groups Projects
arxmliv-dataset-082017.md 5.25 KiB
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    Michael Kohlhase committed
    ---
    layout: page
    
    title: arXMLiv 08.2017 - An HTML5 dataset for arXiv.org 
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    ---
    
    Deyan Ginev's avatar
    Deyan Ginev committed
    Part of the [arXMLiv](https://kwarc.info/projects/arXMLiv/) project at the [KWARC](https://kwarc.info/) research group
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    ### Author
    
     - Deyan Ginev
    
    Deyan Ginev's avatar
    Deyan Ginev committed
    
    
    Deyan Ginev's avatar
    Deyan Ginev committed
    ### Current release
     - 08.2017
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    ### Accessibility and License
    
    The content of this Dataset is licensed to [SIGMathLing members](/member/) for research
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    and tool development purposes. 
    
    
    Access is restricted to  [SIGMathLing members](/member/) under the
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    [SIGMathLing Non-Disclosure-Agreement](/nda/) as for most [arXiv](http://arxiv.org)
    articles, the right of distribution was only given (or assumed) to arXiv itself.
    
    ### Contents
      - 1,088,370 HTML5 documents
      - Three separate archive bundles separated by LaTeXML conversion severity
    
      - derivative **word embeddings** and a **token model** are available separately [here](/resources/arxmliv-embeddings-082017/)
    
      | subset ID  | number of documents | size archived | size unpacked |
      | :---       | ---:                | ---:          | ---:          |
      | no\_problem| 112,088             | 5 GB          | 37 GB         |
      | warning    | 574,638             | 71 GB         | 595 GB        | 
      | error      | 401,644             | 50 GB         | 421 GB        |
    
      | subset file name                 | MD5                                 |
      | :---                             | :---                                |
      | `arXMLiv_08_2017_no_problem.zip` | `036945755c7cc75ea1577cf04ca4fead`  |
      | `arXMLiv_08_2017_warning.zip`    | `c0d5c1baf626225b48264510ac4c6bd5`  | 
      | `arXMLiv_08_2017_error.zip`      | `2f4e60b993d85d30523b064c19e45733`  |
    
    ### Description
    
    This is a first public release of the arXMLiv dataset generated by the [KWARC](https://kwarc.info/) research group. It contains 1,088,370 HTML5 scientific documents from the arXiv.org preprint archive, converted from their respective TeX sources.
    
    The dataset is segmented in 3 different subsets, each corresponding to a severity level of the LaTeXML software responsible for the HTML5 conversion. 
     - The `no_problem` set had no obvious challenges in conversion and is the safest, most reliable subset
     - The `warning` set covers a variety of minor issues, from mathematical expressions unparseable by the LaTeXML grammar, to missing LaTeX packages with no apparent use in the document. The vast majority of the documents should both have a good-looking rendering, as well as data consistency for e.g. NLP tasks.
     - The `error` set covers all conversions which successfully generated an HTML5 document, but had major issues during the conversion. Examples would range from unknown macros (due to limited LaTeX coverage), unexpected latex syntax, math/text mode mismatches, as well as real LaTeX errors from the original sources. This subset should be used with extra caution, though should still preserve overall data consistency and could be safely used for e.g. generating word embeddings.
    
     This version of the dataset has had minimal manual quality control, and we offer no additional warranty beyond the latexml severity reported.
    
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    We welcome community feedback on all of: data quality, representation issues, need for auxiliary resources (e.g. figures, token models), as well as organization and archival best practices. The conversion, build system, and data redistribution efforts are all ongoing projects at the [KWARC research group](http://kwarc.info).
    
    
    A following release is planned for mid-2018, with an up-to-date arXiv dataset and community feedback incorporated. We anticipate annual dataset releases going forward.
    
    Deyan Ginev's avatar
    Deyan Ginev committed
    
    ### Citing this Resource
    
    
    The dataset should be referenced in all academic publications that present results
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    obtained with its help. The reference should contain the identifier `arXMLiv:08.2017` in
    the title, the author, year, a reference to SIGMathLing, and the URL of the resource
    
    description page. For convenience, we supply some records for bibTeX and EndNote below. To
    
    cite a particular part of the dataset use the subset identifiers in the ciation; 
    e.g. `\cite[no_problem subset]{arXMLiv:08.2017}` or just explain it in the text using the
    
    concrete identifier.  
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    #### pure bibTeX
    ```
    @MISC{SML:arXMLiv:08.2017,
      author = {Deyan Ginev},
    
      title = {arXMLiv:08.2017 dataset, an HTML5 conversion of arXiv.org},
      howpublished = {hosted at \url{https://sigmathling.kwarc.info/resources/arxmliv/}},
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
      note = {SIGMathLing -- Special Interest Group on Math Linguistics},
      year = 2018}
    ```
    
    #### bibTeX for the bibLaTeX package (preferred)
    ```
    @online{SML:arXMLiv:08.2017,
      author = {Deyan Ginev},
    
      title = {arXMLiv:08.2017 dataset, an HTML5 conversion of arXiv.org},
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
      url = {https://sigmathling.kwarc.info/resources/arxmliv/},
      note = {SIGMathLing -- Special Interest Group on Math Linguistics},
      year = 2018}
    ```
    
    #### EndNote
    ```
    %0 Generic
    
    %T arXMLiv:08.2017 dataset, an HTML5 conversion of arXiv.org
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    %A Ginev, Deyan
    %D 2018
    
    %I hosted at https://sigmathling.kwarc.info/resources/arxmliv/
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    %F SML:arXMLiv:08.2017b
    %O SIGMathLing – Special Interest Group on Math Linguistics
    ```
    
    Deyan Ginev's avatar
    Deyan Ginev committed
    
    ### Download
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
      [Download link](https://gl.kwarc.info/SIGMathLing/dataset-arXMLiv-08-2017)
      ([SIGMathLing members](/member/) only)
     
    
    ### Generated via
     - [LaTeXML 0.8.2](https://github.com/brucemiller/LaTeXML/releases/tag/v0.8.2), 
     - [CorTeX 0.2](https://github.com/dginev/CorTeX/releases/tag/0.2.0)