-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yaml
More file actions
108 lines (99 loc) · 2 KB
/
config.yaml
File metadata and controls
108 lines (99 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# 数据源配置
sources:
arxiv:
enabled: true
categories:
- cs.AI # Artificial Intelligence
- cs.CV # Computer Vision
- cs.CL # Computation and Language (NLP)
- cs.LG # Machine Learning
- cs.IR # Information Retrieval
- cs.RO # Robotics
max_results: 100
days_back: 7 # 抓取最近几天的论文
# 领域分类关键词
categories:
Computer Vision:
keywords:
- computer vision
- image processing
- object detection
- image segmentation
- face recognition
- video analysis
- 3d reconstruction
- pose estimation
- visual recognition
- image generation
Natural Language Processing:
keywords:
- natural language processing
- language model
- transformer
- bert
- gpt
- machine translation
- text generation
- question answering
- sentiment analysis
- named entity recognition
Machine Learning:
keywords:
- machine learning
- deep learning
- neural network
- reinforcement learning
- transfer learning
- few-shot learning
- meta-learning
- optimization
- generative model
- contrastive learning
Robotics:
keywords:
- robotics
- autonomous
- robot learning
- manipulation
- navigation
- control
Multimodal:
keywords:
- multimodal
- vision-language
- clip
- image-text
- video-text
# 顶级会议和期刊列表
venues:
conferences:
- NeurIPS
- ICML
- ICLR
- CVPR
- ICCV
- ECCV
- ACL
- EMNLP
- NAACL
- AAAI
- IJCAI
- KDD
- ICRA
- IROS
journals:
- Nature
- Science
- PAMI
- JMLR
- TPAMI
- IJCV
# GitHub Pages 配置
output:
data_dir: data
docs_dir: docs
papers_per_page: 50
# 调度配置(GitHub Actions)
schedule:
cron: "0 0 * * *" # 每天 UTC 0:00
timezone: UTC