From ab4f3a078a4a796371abbeedbcf75d43fac94754 Mon Sep 17 00:00:00 2001 From: Lilija Wehling Date: Thu, 11 Apr 2024 14:53:13 +0200 Subject: [PATCH] add quotation marks to phrases --- app/data/query.tsv | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/data/query.tsv b/app/data/query.tsv index bab94083..d279fa0e 100644 --- a/app/data/query.tsv +++ b/app/data/query.tsv @@ -1,9 +1,9 @@ Title Query Time-series forecasting (time series forecasting) -Diffusion models (diffusion model*) | (graph neural diffusion)) -Symbolic regression ((symbolic regression) + dynamics) +Diffusion models ((diffusion model*) | (graph neural diffusion) | (flow matching)) +Symbolic regression (("symbolic regression") + dynamics) PINNs ("physics-informed neural computing") | ("physics-informed neural networks") | ("physics-informed deep learning") -Latent Space Simulator (VAMP) | (latent space simul*) | (decomposition of koopman operator) | (time-lagged autoencoder) -Koopman Theory (koopman*) | (transformations in hilbert space) | (linear transformation of PDEs) | (regularization of physics-informed machine learning) -Neural ODEs (neural ordinary differential equation) | (neural ODE) | (graph neural differential equation) | (graph neural ODEs) | (neural ODE solvers) +Latent Space Simulator ("VAMP") | ("latent space simul*") | ("decomposition of koopman operator") | ("time-lagged autoencoder") +Koopman Theory (koopman*) | ("transformations in hilbert space") | ("linear transformation of PDEs") | ("regularization of physics-informed machine learning") +Neural ODEs ("neural ordinary differential equation") | ("neural ODE") | ("graph neural differential equation") | ("graph neural ODEs") | ("neural ODE solvers") Physics-informed GNNs ((graph networks) + (physics constrain*)) \ No newline at end of file