https://github.com/p-baleine/metaanalyser
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://github.com/p-baleine/metaanalyser
gpt llm python systematic-literature-reviews systematic-review
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/p-baleine/metaanalyser
- Owner: p-baleine
- License: mit
- Created: 2023-05-03T00:24:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T09:12:19.000Z (over 2 years ago)
- Last Synced: 2024-10-18T20:49:38.064Z (12 months ago)
- Topics: gpt, llm, python, systematic-literature-reviews, systematic-review
- Language: Python
- Homepage: https://huggingface.co/spaces/p-baleine/metaanalyser
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: Metaanalyser
emoji: 🎓
colorFrom: blue
colorTo: gray
sdk: gradio
sdk_version: 3.28.3
app_file: app.py
pinned: false
tags:
- LangChain
- GPT
---# Metaanalyser
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
Following is a quote from Wikipedia:
> 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.
This application aims to generate a systematic review of a given topic by examining multiple literature.
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.
## Examples
You can find a sample output of this application in the [examples](./examples) directory (the file name is a Google Scholar search query).
- [A Systematic Review of Large Language Model Agent and Tool Integration](./examples/llm%20agent%20OR%20llm%20tool%20integration.md)
- [A Systematic Review of Pitman-Yor Language Model](./examples/Pitman-Yor%20Language%20Model.md)
- [A Systematic Review of Programming Testing Arxiv](./examples/programming%20testing%20arxiv.md): I wanted to limit my search to arXiv, so I included "arxiv" in the query, resulting in an unintended title.