├── .gitattributes ├── .github └── workflows │ └── generate_checksum.yml ├── LICENSE ├── README.md ├── colabs ├── CURIEbenchmark_inference_Command_R_Plus.ipynb ├── Example_PDB_long_llama_inference.ipynb ├── curie_generate_tables_figures.ipynb ├── curie_inference.ipynb └── curie_run_eval.ipynb ├── curie_dist.png ├── data ├── README.md ├── data.zip └── sha256sum.txt ├── docs ├── code-of-conduct.md └── contributing.md ├── extras ├── CURIE_ICLR2025_deck_shared.pdf └── ICLR_2025_poster_CURIE.pdf └── prompts ├── derivation_prompt.txt ├── describe_code_in_paper.txt ├── dft_metadata_eval_output_1_shot.txt ├── dft_structure_eval_output_1_shot.txt ├── extract_dataset_from_geo_papers_0_shot.txt ├── extract_dft_metadata_1_shot.txt ├── extract_hamiltonian_0_shot.txt ├── extract_structure_data_1_shot.txt ├── georeference_image_0_shot.txt ├── mat_eval_output_1_shot.txt ├── mat_paper_to_passage_0_shot.txt ├── mat_paper_to_property_0_shot.txt ├── mat_paper_to_property_1_shot.txt ├── mat_paper_to_property_1_shot_bandgap_refractive.txt ├── mat_paper_to_property_1_shot_exclude_trivia.txt ├── mat_paper_to_property_2_shot.txt ├── mat_passage_to_property_0_shot.txt ├── reconstruct_protein_amino_acid_sequence_0_shot.txt ├── write_code_for_paper_0_shot.txt └── write_code_for_paper_2_shot.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/generate_checksum.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/.github/workflows/generate_checksum.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/README.md -------------------------------------------------------------------------------- /colabs/CURIEbenchmark_inference_Command_R_Plus.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/colabs/CURIEbenchmark_inference_Command_R_Plus.ipynb -------------------------------------------------------------------------------- /colabs/Example_PDB_long_llama_inference.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/colabs/Example_PDB_long_llama_inference.ipynb -------------------------------------------------------------------------------- /colabs/curie_generate_tables_figures.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/colabs/curie_generate_tables_figures.ipynb -------------------------------------------------------------------------------- /colabs/curie_inference.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/colabs/curie_inference.ipynb -------------------------------------------------------------------------------- /colabs/curie_run_eval.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/colabs/curie_run_eval.ipynb -------------------------------------------------------------------------------- /curie_dist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/curie_dist.png -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/data/README.md -------------------------------------------------------------------------------- /data/data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/data/data.zip -------------------------------------------------------------------------------- /data/sha256sum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/data/sha256sum.txt -------------------------------------------------------------------------------- /docs/code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/docs/code-of-conduct.md -------------------------------------------------------------------------------- /docs/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/docs/contributing.md -------------------------------------------------------------------------------- /extras/CURIE_ICLR2025_deck_shared.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/extras/CURIE_ICLR2025_deck_shared.pdf -------------------------------------------------------------------------------- /extras/ICLR_2025_poster_CURIE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/extras/ICLR_2025_poster_CURIE.pdf -------------------------------------------------------------------------------- /prompts/derivation_prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/derivation_prompt.txt -------------------------------------------------------------------------------- /prompts/describe_code_in_paper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/describe_code_in_paper.txt -------------------------------------------------------------------------------- /prompts/dft_metadata_eval_output_1_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/dft_metadata_eval_output_1_shot.txt -------------------------------------------------------------------------------- /prompts/dft_structure_eval_output_1_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/dft_structure_eval_output_1_shot.txt -------------------------------------------------------------------------------- /prompts/extract_dataset_from_geo_papers_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/extract_dataset_from_geo_papers_0_shot.txt -------------------------------------------------------------------------------- /prompts/extract_dft_metadata_1_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/extract_dft_metadata_1_shot.txt -------------------------------------------------------------------------------- /prompts/extract_hamiltonian_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/extract_hamiltonian_0_shot.txt -------------------------------------------------------------------------------- /prompts/extract_structure_data_1_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/extract_structure_data_1_shot.txt -------------------------------------------------------------------------------- /prompts/georeference_image_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/georeference_image_0_shot.txt -------------------------------------------------------------------------------- /prompts/mat_eval_output_1_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_eval_output_1_shot.txt -------------------------------------------------------------------------------- /prompts/mat_paper_to_passage_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_paper_to_passage_0_shot.txt -------------------------------------------------------------------------------- /prompts/mat_paper_to_property_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_paper_to_property_0_shot.txt -------------------------------------------------------------------------------- /prompts/mat_paper_to_property_1_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_paper_to_property_1_shot.txt -------------------------------------------------------------------------------- /prompts/mat_paper_to_property_1_shot_bandgap_refractive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_paper_to_property_1_shot_bandgap_refractive.txt -------------------------------------------------------------------------------- /prompts/mat_paper_to_property_1_shot_exclude_trivia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_paper_to_property_1_shot_exclude_trivia.txt -------------------------------------------------------------------------------- /prompts/mat_paper_to_property_2_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_paper_to_property_2_shot.txt -------------------------------------------------------------------------------- /prompts/mat_passage_to_property_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/mat_passage_to_property_0_shot.txt -------------------------------------------------------------------------------- /prompts/reconstruct_protein_amino_acid_sequence_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/reconstruct_protein_amino_acid_sequence_0_shot.txt -------------------------------------------------------------------------------- /prompts/write_code_for_paper_0_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/write_code_for_paper_0_shot.txt -------------------------------------------------------------------------------- /prompts/write_code_for_paper_2_shot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/google/curie/HEAD/prompts/write_code_for_paper_2_shot.txt --------------------------------------------------------------------------------