dsiukaev commited on
Commit
c87123a
·
verified ·
1 Parent(s): 0c149c0

Changed examples

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -68,9 +68,10 @@ demo = gr.Interface(
68
  title="ArXiv Paper Classifier",
69
  description="Classify ArXiv papers into scientific categories. Enter a title and abstract manually, or paste an ArXiv URL.",
70
  examples=[
71
- ["Attention Is All You Need", "We propose a new simple network architecture, the Transformer.", ""],
 
72
  ["A Graph Method for Computing Invariant Densities of Some Multidimensional Fractions", "Multidimensional continued fraction algorithms generalize the classical continued fraction setting, which includes both the Euclidean algorithm and the Gauss algorithm (its projectivized version). We propose a novel method for computing invariant densities of certain multidimensional continued fraction algorithms. Inspired by Rauzy induction, our approach builds on the formalism of simplicial systems developed by Fougeron. We introduce a win-lose induction on a graph that is conjugate to the original algorithm, and construct its natural extension by introducing the notion of a dual graph. This method explicitly reconstructs the complete dynamics of the algorithm, yielding a partition of the invariant domain of the natural extension into pieces that map to one another. We further study the ergodic properties of the algorithms within this framework; in particular, we prove that the Modified Triangle algorithm in any dimension admits a unique ergodic measure equivalent to the Lebesgue measure.", ""],
73
- ["", "", "https://arxiv.org/abs/2204.14117"],
74
  ]
75
  )
76
 
 
68
  title="ArXiv Paper Classifier",
69
  description="Classify ArXiv papers into scientific categories. Enter a title and abstract manually, or paste an ArXiv URL.",
70
  examples=[
71
+ ["", "", ""],
72
+ ["Attention Is All You Need", "", "https://arxiv.org/abs/1706.03762"],
73
  ["A Graph Method for Computing Invariant Densities of Some Multidimensional Fractions", "Multidimensional continued fraction algorithms generalize the classical continued fraction setting, which includes both the Euclidean algorithm and the Gauss algorithm (its projectivized version). We propose a novel method for computing invariant densities of certain multidimensional continued fraction algorithms. Inspired by Rauzy induction, our approach builds on the formalism of simplicial systems developed by Fougeron. We introduce a win-lose induction on a graph that is conjugate to the original algorithm, and construct its natural extension by introducing the notion of a dual graph. This method explicitly reconstructs the complete dynamics of the algorithm, yielding a partition of the invariant domain of the natural extension into pieces that map to one another. We further study the ergodic properties of the algorithms within this framework; in particular, we prove that the Modified Triangle algorithm in any dimension admits a unique ergodic measure equivalent to the Lebesgue measure.", ""],
74
+ ["", "Accurately simulating the properties of liquid water remains a central challenge in molecular simulations. In this work, we use machine learning potentials to investigate how the convergence settings of electronic structure calculations impact the predicted structural and dynamical properties of simulated water and ice. We evaluate the true performance of several reference methods in classical and path-integral molecular dynamics. When we compare a popular, computationally pragmatic revPBE0-D3 setup against a highly converged one, our results reveal that its widely reported experimental agreement degrades. Applying the same highly converged settings to the \mathrm{\omega}B97X-rV functional, we find an improved agreement with experimental results. MP2 with a triple-\zeta basis set commonly used for liquid water shows poor performance, which is indicative of insufficient convergence. These findings underscore the need for fully converged reference calculations when evaluating the fundamental accuracy of electronic structure methods and developing reliable models for aqueous systems. ", ""],
75
  ]
76
  )
77