-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.py
45 lines (41 loc) · 1.1 KB
/
config.py
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
# encoding: utf-8
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
# The repository to add this issue to
REPO_OWNER = 'e-tornike'
REPO_NAME = 'arxiv-daily'
# Set new submission url of subject
NEW_SUB_URL = 'https://arxiv.org/list/cs/new'
# Papers with Code URL
PWC_URL = 'https://arxiv.paperswithcode.com/api/v0/papers/'
# Keywords to search
KEYWORD_LIST = [
"extreme multi-label",
"mixup",
"data augmentation",
"computational social science",
"argument mining",
"scholarly",
"scholarly document processing",
"citation context analysis",
"knowledge graph",
"legal text",
"legal",
"multi-task",
"robustness",
"summarization",
"knowledge discovery",
"cross-language information retrieval",
"cross-lingual information retrieval",
"text generation",
"passage generation",
"paraphrase",
"simplification",
"plagiarism",
"abstract meaning representation",
"semantic similarity",
"similarity measure",
"contrastive",
]