├── README.md ├── config.py ├── construct_dataset.sh ├── data_construct ├── add_cotemporal_expression 1.py ├── add_cotemporal_expression.py ├── classify_data.py ├── construct_cotempqa.py ├── facts_to_raw_data.py ├── sling2facts.py └── structured_to_query.py ├── inference.py ├── install.sh ├── interval_templates ├── S1_R1_O2.csv ├── S1_R2_O2.csv ├── S2_R1_O1.csv ├── S2_R1_O2.csv └── S2_R2_O2.csv ├── picture.png ├── point_templates ├── S1_R1_O2.csv ├── S1_R2_O2.csv ├── S2_R1_O1.csv ├── S2_R1_O2.csv └── S2_R2_O2.csv ├── prepare_data.sh ├── requirements.txt ├── run.sh └── templates ├── S1_R1_O2.csv ├── S1_R2_O2.csv ├── S2_R1_O1.csv ├── S2_R1_O2.csv ├── S2_R2_O2.csv └── templates.csv /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/config.py -------------------------------------------------------------------------------- /construct_dataset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/construct_dataset.sh -------------------------------------------------------------------------------- /data_construct/add_cotemporal_expression 1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/add_cotemporal_expression 1.py -------------------------------------------------------------------------------- /data_construct/add_cotemporal_expression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/add_cotemporal_expression.py -------------------------------------------------------------------------------- /data_construct/classify_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/classify_data.py -------------------------------------------------------------------------------- /data_construct/construct_cotempqa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/construct_cotempqa.py -------------------------------------------------------------------------------- /data_construct/facts_to_raw_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/facts_to_raw_data.py -------------------------------------------------------------------------------- /data_construct/sling2facts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/sling2facts.py -------------------------------------------------------------------------------- /data_construct/structured_to_query.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/data_construct/structured_to_query.py -------------------------------------------------------------------------------- /inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/inference.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/install.sh -------------------------------------------------------------------------------- /interval_templates/S1_R1_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/interval_templates/S1_R1_O2.csv -------------------------------------------------------------------------------- /interval_templates/S1_R2_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/interval_templates/S1_R2_O2.csv -------------------------------------------------------------------------------- /interval_templates/S2_R1_O1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/interval_templates/S2_R1_O1.csv -------------------------------------------------------------------------------- /interval_templates/S2_R1_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/interval_templates/S2_R1_O2.csv -------------------------------------------------------------------------------- /interval_templates/S2_R2_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/interval_templates/S2_R2_O2.csv -------------------------------------------------------------------------------- /picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/picture.png -------------------------------------------------------------------------------- /point_templates/S1_R1_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/point_templates/S1_R1_O2.csv -------------------------------------------------------------------------------- /point_templates/S1_R2_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/point_templates/S1_R2_O2.csv -------------------------------------------------------------------------------- /point_templates/S2_R1_O1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/point_templates/S2_R1_O1.csv -------------------------------------------------------------------------------- /point_templates/S2_R1_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/point_templates/S2_R1_O2.csv -------------------------------------------------------------------------------- /point_templates/S2_R2_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/point_templates/S2_R2_O2.csv -------------------------------------------------------------------------------- /prepare_data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/prepare_data.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/requirements.txt -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/run.sh -------------------------------------------------------------------------------- /templates/S1_R1_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/templates/S1_R1_O2.csv -------------------------------------------------------------------------------- /templates/S1_R2_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/templates/S1_R2_O2.csv -------------------------------------------------------------------------------- /templates/S2_R1_O1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/templates/S2_R1_O1.csv -------------------------------------------------------------------------------- /templates/S2_R1_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/templates/S2_R1_O2.csv -------------------------------------------------------------------------------- /templates/S2_R2_O2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/templates/S2_R2_O2.csv -------------------------------------------------------------------------------- /templates/templates.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhaochen0110/Cotempqa/HEAD/templates/templates.csv --------------------------------------------------------------------------------