Richard Fan commited on
Commit
0a87c25
·
1 Parent(s): 4ce50c4

changes to topic format in readme

Browse files
Files changed (2) hide show
  1. README.md +3 -2
  2. config.yaml +1 -0
README.md CHANGED
@@ -14,7 +14,8 @@ This repository provides a way to have this daily digest sorted by relevance via
14
 
15
  ### Some examples:
16
 
17
- - Topic: cs.AI, cs.CL
 
18
  - Interest:
19
  - Large language model pretraining and finetunings
20
  - Multimodal machine learning
@@ -24,7 +25,7 @@ This repository provides a way to have this daily digest sorted by relevance via
24
  ![example1](./readme_images/example_1.png)
25
 
26
 
27
- - Topic: q-fin
28
  - Interest: "making lots of money"
29
 
30
  ![example2](./readme_images/example_2.png)
 
14
 
15
  ### Some examples:
16
 
17
+ - Topic: Computer Science
18
+ - Categories: Artificial Intelligence, Computation and Language
19
  - Interest:
20
  - Large language model pretraining and finetunings
21
  - Multimodal machine learning
 
25
  ![example1](./readme_images/example_1.png)
26
 
27
 
28
+ - Topic: Quantitative Finance
29
  - Interest: "making lots of money"
30
 
31
  ![example2](./readme_images/example_2.png)
config.yaml CHANGED
@@ -1,6 +1,7 @@
1
  # For physics topics, use the specific subtopics, e.g. "Astrophysics"
2
  topic: "Computer Science"
3
  # An empty list here will include all categories in a topic
 
4
  # Including more categories will result in more calls to the large language model
5
  categories: ["Artificial Intelligence", "Computation and Language"]
6
 
 
1
  # For physics topics, use the specific subtopics, e.g. "Astrophysics"
2
  topic: "Computer Science"
3
  # An empty list here will include all categories in a topic
4
+ # Use the natural language names of the topics, found here: https://arxiv.org
5
  # Including more categories will result in more calls to the large language model
6
  categories: ["Artificial Intelligence", "Computation and Language"]
7