├── Benchmarks ├── CLUSTREC COVID │ ├── README.md │ └── clustrec_covid.jsonl ├── README.md └── SciTOC │ ├── README.md │ └── SCITOC.json ├── Navigator ├── Navigator_app.py ├── Navigator_utils.py ├── README.md ├── Subtopic_Query_Expansion.py ├── assets │ ├── system_over_view_poster.png │ └── whale3.png ├── cluster_subtopics.py ├── get_paper_embeddings.py ├── google_scholar_api.py ├── outline_creation.py ├── requirements.txt ├── run_full_subtopic_expansion_process.py ├── search_api.py └── subtopic_aspect_generation.py └── README.md /Benchmarks/CLUSTREC COVID/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Benchmarks/CLUSTREC COVID/README.md -------------------------------------------------------------------------------- /Benchmarks/CLUSTREC COVID/clustrec_covid.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Benchmarks/CLUSTREC COVID/clustrec_covid.jsonl -------------------------------------------------------------------------------- /Benchmarks/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Benchmarks/SciTOC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Benchmarks/SciTOC/README.md -------------------------------------------------------------------------------- /Benchmarks/SciTOC/SCITOC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Benchmarks/SciTOC/SCITOC.json -------------------------------------------------------------------------------- /Navigator/Navigator_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/Navigator_app.py -------------------------------------------------------------------------------- /Navigator/Navigator_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/Navigator_utils.py -------------------------------------------------------------------------------- /Navigator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/README.md -------------------------------------------------------------------------------- /Navigator/Subtopic_Query_Expansion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/Subtopic_Query_Expansion.py -------------------------------------------------------------------------------- /Navigator/assets/system_over_view_poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/assets/system_over_view_poster.png -------------------------------------------------------------------------------- /Navigator/assets/whale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/assets/whale3.png -------------------------------------------------------------------------------- /Navigator/cluster_subtopics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/cluster_subtopics.py -------------------------------------------------------------------------------- /Navigator/get_paper_embeddings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/get_paper_embeddings.py -------------------------------------------------------------------------------- /Navigator/google_scholar_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/google_scholar_api.py -------------------------------------------------------------------------------- /Navigator/outline_creation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/outline_creation.py -------------------------------------------------------------------------------- /Navigator/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/requirements.txt -------------------------------------------------------------------------------- /Navigator/run_full_subtopic_expansion_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/run_full_subtopic_expansion_process.py -------------------------------------------------------------------------------- /Navigator/search_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/search_api.py -------------------------------------------------------------------------------- /Navigator/subtopic_aspect_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/Navigator/subtopic_aspect_generation.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/katzurik/Knowledge_Navigator/HEAD/README.md --------------------------------------------------------------------------------