├── .gitignore ├── Data-Centric Learning ├── DDs.md └── DPs.md ├── Generative Modeling ├── Archs.md ├── Continuous&Discrete.md ├── DMs&FMs.md ├── GANs.md ├── VAEs.md └── Video Generation.md ├── Inference Scaling Law └── all.md ├── Language Modeling ├── Archs.md ├── Logic.md ├── Prompt.md ├── Scaling.md └── Short cut learning.md ├── Neural Networks └── Archs.md ├── Optimization └── OPTs.md ├── README.md ├── Reinforcement Learning └── SRLs.md └── Representation Learning ├── CLs.md ├── DSs.md └── SSLs.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /Data-Centric Learning/DDs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Data-Centric Learning/DDs.md -------------------------------------------------------------------------------- /Data-Centric Learning/DPs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Data-Centric Learning/DPs.md -------------------------------------------------------------------------------- /Generative Modeling/Archs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Generative Modeling/Archs.md -------------------------------------------------------------------------------- /Generative Modeling/Continuous&Discrete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Generative Modeling/Continuous&Discrete.md -------------------------------------------------------------------------------- /Generative Modeling/DMs&FMs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Generative Modeling/DMs&FMs.md -------------------------------------------------------------------------------- /Generative Modeling/GANs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Generative Modeling/GANs.md -------------------------------------------------------------------------------- /Generative Modeling/VAEs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Generative Modeling/VAEs.md -------------------------------------------------------------------------------- /Generative Modeling/Video Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Generative Modeling/Video Generation.md -------------------------------------------------------------------------------- /Inference Scaling Law/all.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Inference Scaling Law/all.md -------------------------------------------------------------------------------- /Language Modeling/Archs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Language Modeling/Archs.md -------------------------------------------------------------------------------- /Language Modeling/Logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Language Modeling/Logic.md -------------------------------------------------------------------------------- /Language Modeling/Prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Language Modeling/Prompt.md -------------------------------------------------------------------------------- /Language Modeling/Scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Language Modeling/Scaling.md -------------------------------------------------------------------------------- /Language Modeling/Short cut learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Language Modeling/Short cut learning.md -------------------------------------------------------------------------------- /Neural Networks/Archs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Neural Networks/Archs.md -------------------------------------------------------------------------------- /Optimization/OPTs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Optimization/OPTs.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/README.md -------------------------------------------------------------------------------- /Reinforcement Learning/SRLs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Reinforcement Learning/SRLs.md -------------------------------------------------------------------------------- /Representation Learning/CLs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Representation Learning/CLs.md -------------------------------------------------------------------------------- /Representation Learning/DSs.md: -------------------------------------------------------------------------------- 1 | #### Efficacy 2 | 3 | - [Deep Sets](https://arxiv.org/abs/1703.06114) -------------------------------------------------------------------------------- /Representation Learning/SSLs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LINs-lab/awesome_papers/HEAD/Representation Learning/SSLs.md --------------------------------------------------------------------------------