-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.py
31 lines (29 loc) · 856 Bytes
/
setup.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
FIELDS = ["paperId", "url", "title", "venue", "publicationVenue", "year", "authors", "abstract",
"referenceCount", "citationCount", "openAccessPdf", "fieldsOfStudy", "s2FieldsOfStudy", "publicationTypes",
"publicationDate", "journal"]
TIMEFRAME = None # format: '{year}' or '{start}-{end}'
MAX_RETURNED_PAPERS = 100 # should not be more than 100
FIELDS_OF_STUDY = ["Computer Science"]
SEARCH_ANCHORS = [
"Text Generation",
"Machine Generated Text"
]
SEARCH_SUB_KEYS = [
"Paraphrase",
"NLP",
"Natural Language Generation",
"Language Model",
"Evaluation Metrics",
"Bias",
"Privacy",
"Controllable",
"Creative",
"Machine",
"Automated",
"Task",
"Training",
"Cost",
"CO2 Emission",
"Detection"
]
TOP_X = 5 # how many top papers per year and subquery to extract