├── README.md ├── asset ├── abs.png └── res.png ├── core_ave.py ├── core_trm.py ├── dataset └── preprocess.py ├── main.py └── props ├── core_ave.yaml ├── core_trm.yaml └── overall.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/README.md -------------------------------------------------------------------------------- /asset/abs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/asset/abs.png -------------------------------------------------------------------------------- /asset/res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/asset/res.png -------------------------------------------------------------------------------- /core_ave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/core_ave.py -------------------------------------------------------------------------------- /core_trm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/core_trm.py -------------------------------------------------------------------------------- /dataset/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/dataset/preprocess.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/main.py -------------------------------------------------------------------------------- /props/core_ave.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/props/core_ave.yaml -------------------------------------------------------------------------------- /props/core_trm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/props/core_trm.yaml -------------------------------------------------------------------------------- /props/overall.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RUCAIBox/CORE/HEAD/props/overall.yaml --------------------------------------------------------------------------------