auto_research.survey package
Submodules
- auto_research.survey.core module
AutoSurveyAutoSurvey.OpenAI_instanceAutoSurvey.paper_pathAutoSurvey.paper_nameAutoSurvey.paper_instanceAutoSurvey.prompt_instanceAutoSurvey.modeAutoSurvey.approachAutoSurvey.outputAutoSurvey.ending_pagesAutoSurvey.storage_instanceAutoSurvey.cost_accumulationAutoSurvey.__init__()AutoSurvey.run()AutoSurvey.send_inquiry()AutoSurvey.information_retrieval()AutoSurvey.extract_algorithm()AutoSurvey.explain_algorithm()AutoSurvey.review()AutoSurvey.extraction_key_information()AutoSurvey.extraction()AutoSurvey.extract_abstract()AutoSurvey.extract_introduction()AutoSurvey.extract_discussion()AutoSurvey.extract_conclusion()AutoSurvey.summarize_computer_science()AutoSurvey.explain_computer_science()AutoSurvey.findings()
- auto_research.survey.paper_reader module
PaperPaper.paper_pathPaper.whole_paperPaper.paper_lengthPaper.modelPaper.extracted_informationPaper.__init__()Paper.read_pypdf2()Paper.read_pymupdf()Paper.first_n_pages()Paper.get_whole_paper()Paper.extract_up_to_first_match_exclude_list()Paper.extract_ending_pages()Paper.calculate_token_length()
- auto_research.survey.prompts module
SurveyPromptSurveyPrompt.general_text_cleaningSurveyPrompt.general_text_cleaningSurveyPrompt.extract_abstract()SurveyPrompt.extract_introduction()SurveyPrompt.extract_discussion()SurveyPrompt.extract_conclusion()SurveyPrompt.extract_algorithm()SurveyPrompt.explain_algorithm()SurveyPrompt.summarize_default_computer_science()SurveyPrompt.explain_default_computer_science()SurveyPrompt.information_retrieval()SurveyPrompt.__init__()SurveyPrompt.conversation_prompting()SurveyPrompt.formatted_to_string_OpenAI()SurveyPrompt.general_interactive_prompting()SurveyPrompt.iterative_prompting()SurveyPrompt.list_to_formatted_OpenAI()SurveyPrompt.print_prompt()SurveyPrompt.sequence_assembler_default()