vasilii-feofanov commited on
Commit
f8a4912
1 Parent(s): b297dbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -12,3 +12,8 @@ pinned: false
12
  ## Projects
13
 
14
  - [Large Language Models as Markov Chains](https://huggingface.co/papers/2410.02724): theoretical insights on their generalization and convergence properties.
 
 
 
 
 
 
12
  ## Projects
13
 
14
  - [Large Language Models as Markov Chains](https://huggingface.co/papers/2410.02724): theoretical insights on their generalization and convergence properties.
15
+ - *(NeurIPS'24)* [MANO: Unsupervised Accuracy Estimation Under Distribution Shifts](https://huggingface.co/papers/2405.18979): when logits are enough to estimate generalization of a pre-trained model.
16
+ - *(NeurIPS'24, Spotlight)* [Analysing Multi-Task Regression via Random Matrix Theory](https://arxiv.org/pdf/2406.10327): insights on a classical approach and its potentiality for time series forecasting.
17
+ - *(ICML'24, Oral)* [SAMformer: Unlocking the Potential of Transformers in Time Series Forecasting](https://huggingface.co/papers/2402.10198): sharpness-aware minimization and channel-wise attention is all you need.
18
+ - *(AISTATS'24)* [Leveraging Ensemble Diversity for Robust Self-Training](https://huggingface.co/papers/2310.14814): confidence estimation method for efficient pseudo-labeling under sample selection bias.
19
+ - *(JMLR, 2024)* [Multi-class Probabilistic Bounds for Majority Vote Classifiers with Partially Labeled Data](https://www.jmlr.org/papers/volume25/23-0121/23-0121.pdf) generalization with unlabeled or pseudo-labeled data.