p-baleine commited on
Commit
8f92b5a
1 Parent(s): f452434

update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -13,3 +13,21 @@ tags:
13
  ---
14
 
15
  # Metaanalyser
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metaanalyser
16
+
17
+ This is an application that generates systematic reviews powered by GPT. It searches Google Scholar with a given query and generates a systematic review using the search results. https://huggingface.co/spaces/p-baleine/metaanalyser
18
+
19
+ Following is a quote from Wikipedia:
20
+
21
+ > A systematic review is a scholarly synthesis of the evidence on a clearly presented topic using critical methods to identify, define and assess research on the topic. A systematic review extracts and interprets data from published studies on the topic, then analyzes, describes, and summarizes interpretations into a refined conclusion.
22
+
23
+ This application aims to generate a systematic review of a given topic by examining multiple literature.
24
+
25
+ This application is an experiment. The application may exceed the maximum token length and produce errors, or produce output of such poor quality that it is not appropriate to call it a systematic review.
26
+
27
+ ## Examples
28
+
29
+ You can find a sample output of this application in the [examples](./examples) directory (the file name is a Google Scholar search query).
30
+
31
+ - [A Systematic Review of Large Language Model Agent and Tool Integration](examples/llm agent OR llm tool integration.md)
32
+ - [A Systematic Review of Pitman-Yor Language Model](examples/Pitman-Yor Language Model.md)
33
+ - [A Systematic Review of Programming Testing Arxiv](examples/programming testing arxiv.md): I wanted to limit my search to arXiv, so I included "arxiv" in the query, resulting in an unintended title.