chopratejas/kompress-base
Token Classification • 0.1B • Updated • 88 • 1
article stringlengths 0 745k | abstract stringlengths 0 92.7k |
|---|---|
additive models @xcite provide an important family of models for semiparametric regression or classification . some reasons for the success of additive models are their increased flexibility when compared to linear or generalized linear models and their increased interpretability when compared to fully nonparametric mo... | additive models play an important role in semiparametric statistics .
this paper gives learning rates for regularized kernel based methods for additive models .
these learning rates compare favourably in particular in high dimensions to recent results on optimal learning rates for purely nonparametric regularized k... |
the leptonic decays of a charged pseudoscalar meson @xmath7 are processes of the type @xmath8 , where @xmath9 , @xmath10 , or @xmath11 . because no strong interactions are present in the leptonic final state @xmath12 , such decays provide a clean way to probe the complex , strong interactions that bind the quark and an... | we have studied the leptonic decay @xmath0 , via the decay channel @xmath1 , using a sample of tagged @xmath2 decays collected near the @xmath3 peak production energy in @xmath4 collisions with the cleo - c detector .
we obtain @xmath5 and determine the decay constant @xmath6 mev , where the first uncertainties are ... |
the transport properties of nonlinear non - equilibrium dynamical systems are far from well - understood@xcite .
consider in particular so - called ratchet systems which are asymmetric periodic potentials where an ensemble of particles experience directed transport@xcite .
the origins of the interest in this lie in... | in 84 , 258 ( 2000 ) , mateos conjectured that current reversal in a classical deterministic ratchet is associated with bifurcations from chaotic to periodic regimes .
this is based on the comparison of the current and the bifurcation diagram as a function of a given parameter for a periodic asymmetric potential .
... |
studies of laser beams propagating through turbulent atmospheres are important for many applications such as remote sensing , tracking , and long - distance optical communications .
howerver , fully coherent laser beams are very sensitive to fluctuations of the atmospheric refractive index .
the initially coherent ... | the effect of a random phase diffuser on fluctuations of laser light ( scintillations ) is studied .
not only spatial but also temporal phase variations introduced by the phase diffuser are analyzed .
the explicit dependence of the scintillation index on finite - time phase variations is obtained for long propagati... |
the so - called `` nucleon spin crisis '' raised by the european muon collaboration ( emc ) measurement in 1988 is one of the most outstanding findings in the field of hadron physics @xcite,@xcite .
the renaissance of the physics of high energy deep inelastic scatterings is greatly indebted to this epoch - making fin... | with a special intention of clarifying the underlying spin contents of the nucleon , we investigate the generalized form factors of the nucleon , which are defined as the @xmath0-th @xmath1-moments of the generalized parton distribution functions , within the framework of the chiral quark soliton model .
a particular... |
let @xmath1 . let @xmath2\longrightarrow [
0,\pi_{p , q}/2]$ ] be the integral @xmath3 where @xmath4 . the @xmath0-_sine functions _
, @xmath5 , $ ] are defined to be the inverses of @xmath6 , @xmath7\ ] ] extended to @xmath8 by the rules @xmath9 which make them periodic , continuous , odd with respect to 0 and eve... | we improve the currently known thresholds for basisness of the family of periodically dilated @xmath0-sine functions .
our findings rely on a beurling decomposition of the corresponding change of coordinates in terms of shift operators of infinite multiplicity .
we also determine refined bounds on the riesz constan... |
"the simulations we discuss here allowed us to obtain spectra of the shg response . \n we employed c(...TRUNCATED) | "we report on strong enhancement of mid - infrared second harmonic generation ( shg ) from sic nanop(...TRUNCATED) |
"with significant research efforts being directed to the development of neurocomputers based on the (...TRUNCATED) | "synaptic memory is considered to be the main element responsible for learning and cognition in huma(...TRUNCATED) |
"the segmentation process as a whole can be thought of as consisting of two tasks : recognition and (...TRUNCATED) | "this paper investigates , using prior shape models and the concept of ball scale ( b - scale ) , wa(...TRUNCATED) |
"one surprising result that has come out of the more than 200 extrasolar planet discoveries to date (...TRUNCATED) | "long time coverage and high radial velocity precision have allowed for the discovery of additional (...TRUNCATED) |
Dataset for summarization of long documents.
Adapted from this repo.
Note that original data are pre-tokenized so this dataset returns " ".join(text) and add "\n" for paragraphs.
This dataset is compatible with the run_summarization.py script from Transformers if you add this line to the summarization_name_mapping variable:
"ccdv/arxiv-summarization": ("article", "abstract")
id: paper idarticle: a string containing the body of the paperabstract: a string containing the abstract of the paperThis dataset has 3 splits: train, validation, and test.
Token counts are white space based.
| Dataset Split | Number of Instances | Avg. tokens |
|---|---|---|
| Train | 203,037 | 6038 / 299 |
| Validation | 6,436 | 5894 / 172 |
| Test | 6,440 | 5905 / 174 |
@inproceedings{cohan-etal-2018-discourse,
title = "A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents",
author = "Cohan, Arman and
Dernoncourt, Franck and
Kim, Doo Soon and
Bui, Trung and
Kim, Seokhwan and
Chang, Walter and
Goharian, Nazli",
booktitle = "Proceedings of the 2018 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)",
month = jun,
year = "2018",
address = "New Orleans, Louisiana",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/N18-2097",
doi = "10.18653/v1/N18-2097",
pages = "615--621",
abstract = "Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research papers). Our approach consists of a new hierarchical encoder that models the discourse structure of a document, and an attentive discourse-aware decoder to generate the summary. Empirical results on two large-scale datasets of scientific papers show that our model significantly outperforms state-of-the-art models.",
}