Arcoson/distilgpt2-arxiv-csai
Text Generation • 81.9M • Updated • 8
text stringlengths 2.85k 2.55M | label class label 11
classes |
|---|---|
Constrained Submodular Maximization via a
Non-symmetric Technique
arXiv:1611.03253v1 [cs.DS] 10 Nov 2016
Niv Buchbinder∗
Moran Feldman†
November 11, 2016
Abstract
The study of combinatorial optimization problems with a submodular objective has attracted
much attention in recent years. Such problems are important i... | 8cs.DS |
Self Organizing Maps Whose Topologies Can Be Learned With
Adaptive Binary Search Trees Using Conditional Rotations
arXiv:1506.02750v1 [cs.NE] 9 Jun 2015
César A. Astudillo
∗ †
B. John Oommen‡
§
Abstract
Numerous variants of Self-Organizing Maps (SOMs) have been proposed in the literature, including
those which a... | 9cs.NE |
"Robust Satisfaction of Temporal Logic Specifications via Reinforcement\nLearning\n\narXiv:1510.0646(...TRUNCATED) | 3cs.SY |
"BATCHED QR AND SVD ALGORITHMS ON GPUS WITH APPLICATIONS\nIN HIERARCHICAL MATRIX COMPRESSION\n\narXi(...TRUNCATED) | 8cs.DS |
"Analytical and simplified models for dynamic analysis\nof short skew bridges under moving loads\n\n(...TRUNCATED) | 5cs.CE |
"Efficient PAC Learning from the Crowd\n\narXiv:1703.07432v2 [cs.LG] 13 Apr 2017\n\nPranjal Awasthi(...TRUNCATED) | 8cs.DS |
"Automated Identification of Trampoline Skills\nUsing Computer Vision Extracted Pose Estimation\nPau(...TRUNCATED) | 1cs.CV |
"Parsing methods streamlined\n\narXiv:1309.7584v1 [cs.FL] 29 Sep 2013\n\nLuca Breveglieri\n\nStefano(...TRUNCATED) | 6cs.PL |
"I/O-Efficient Similarity Join⋆\nRasmus Pagh, Ninh Pham, Francesco Silvestri⋆⋆ , and Morten St(...TRUNCATED) | 8cs.DS |
"arXiv:1207.0612v2 [math.AC] 21 Jan 2013\n\nCOMPLETION BY DERIVED DOUBLE CENTRALIZER\nMARCO PORTA, L(...TRUNCATED) | 0math.AC |
Arxiv Classification: a classification of Arxiv Papers (11 classes).
This dataset is intended for long context classification (documents have all > 4k tokens).
Copied from "Long Document Classification From Local Word Glimpses via Recurrent Attention Learning"
@ARTICLE{8675939,
author={He, Jun and Wang, Liqun and Liu, Liu and Feng, Jiao and Wu, Hao},
journal={IEEE Access},
title={Long Document Classification From Local Word Glimpses via Recurrent Attention Learning},
year={2019},
volume={7},
number={},
pages={40707-40718},
doi={10.1109/ACCESS.2019.2907992}
}
It contains 11 slightly unbalanced classes, 33k Arxiv Papers divided into 3 splits: train (28k), val (2.5k) and test (2.5k).
2 configs:
Compatible with run_glue.py script:
export MODEL_NAME=roberta-base
export MAX_SEQ_LENGTH=512
python run_glue.py \
--model_name_or_path $MODEL_NAME \
--dataset_name ccdv/arxiv-classification \
--do_train \
--do_eval \
--max_seq_length $MAX_SEQ_LENGTH \
--per_device_train_batch_size 8 \
--gradient_accumulation_steps 4 \
--learning_rate 2e-5 \
--num_train_epochs 1 \
--max_eval_samples 500 \
--output_dir tmp/arxiv