File size: 676 Bytes
85e3d20
 
 
 
1
2
3
4
Create a literature_review.py file to create a large language model(LLM) based AI system for the task of literature review. The LLM can be accessed using anthropic API with API key in claude_api_key.txt. Use it as in claude_example.py.
Given ANY query on a research topic, e.g. Language model hallucination detection, the system should 
    - Call arxiv API (with reference in arxiv_API_reference.txt) with appropriate queries to get a list of related papers.
    - Use the LLM to summarize these papers and generate a report. The report should include the following information: 1) the list of papers; 2) the summary of each paper; 3) the conclusion of the literature review.