├── BD_consts.py ├── BD_data_analy.py ├── BD_data_load.py ├── BD_eval.py ├── BD_model.py ├── BD_test.py ├── BD_train.py ├── BD_utils.py ├── README.md ├── data ├── dev.json ├── num.json ├── test1.json ├── train.json └── trigger.json └── event_schema ├── Graph2 Event type and corresponding role.pdf ├── event_schema.json └── event_schema.pdf /BD_consts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_consts.py -------------------------------------------------------------------------------- /BD_data_analy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_data_analy.py -------------------------------------------------------------------------------- /BD_data_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_data_load.py -------------------------------------------------------------------------------- /BD_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_eval.py -------------------------------------------------------------------------------- /BD_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_model.py -------------------------------------------------------------------------------- /BD_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_test.py -------------------------------------------------------------------------------- /BD_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_train.py -------------------------------------------------------------------------------- /BD_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/BD_utils.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/README.md -------------------------------------------------------------------------------- /data/dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/data/dev.json -------------------------------------------------------------------------------- /data/num.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/data/num.json -------------------------------------------------------------------------------- /data/test1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/data/test1.json -------------------------------------------------------------------------------- /data/train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/data/train.json -------------------------------------------------------------------------------- /data/trigger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/data/trigger.json -------------------------------------------------------------------------------- /event_schema/Graph2 Event type and corresponding role.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/event_schema/Graph2 Event type and corresponding role.pdf -------------------------------------------------------------------------------- /event_schema/event_schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/event_schema/event_schema.json -------------------------------------------------------------------------------- /event_schema/event_schema.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ll0ruc/BD_event-extraction/HEAD/event_schema/event_schema.pdf --------------------------------------------------------------------------------