-
非常感谢出色的工作,可以继续增添一些会议和期刊吗?比如
- [AAAI 2019-2022] [IJCAI 2019-2021] [TIP 2020-2022] [TPAMI 2020-2022]
[WACV 2020-2022] [BMVC]
-
## AAAI-24
Benchmarking Large Language Models in Retrieval-Augmented Generation
https://arxiv.org/abs/2309.01431
Hot or Cold? Adaptive Temperature Sampling for Code Generation with Large Langua…
-
# title
Sequential Copying Networks
# notes
原先的copy都是copy一个词,这个文章可以copy一个段。就是给每个词打标,是span的开始还是结束。
# bibtex
# link
# publication
AAAI 2018
# open source
No
# affiliated
MSRA
…
-
Implement the lazy approximation scheme described in Li & Littman 2005 (1).
(1) Lihong Li and Michael L. Littman: Lazy approximation for solving continuous finite-horizon MDPs. In AAAI-05, pages 117…
beniz updated
10 years ago
-
I had the opportunity to read your paper and thought the algorithm was excellent.
I noticed that the implementation of the reinforcement learning part is not included in the repository.
Do you…
-
Hi bxshi,
In [gen_ht_r](https://github.com/bxshi/ProjE/blob/master/ProjE_softmax.py#L173), it seems that you use both the validation set and test set to generate `ht_r` and `tr_h`. When I change it …
-
Dear authors:
I am impressed by this amazing work! But when I am reading another paper in ICLR 24' about time series forecasting (FITS: Modeling Time Series with $10k$ Parameters) I noticed the aut…
-
Hello, may I ask if the model obtained by using other action recognition algorithms besides the following algorithms can be used in your visualization program?
口DG-STGCN (Arxiv) [MODELZOO]
口ST-GCN (…
-
-
s2cnet is a nice work. i wonder when will the code be released ? Thanks in advance.