├── LICENSE ├── README.md ├── README_template.md ├── README_template_zh.md ├── SimHei.ttf ├── SimSun.ttf ├── appendix ├── Materials.tex ├── OriginalText.tex ├── TranslatedText.tex ├── acknowledgements.tex ├── appA.tex └── appB.tex ├── bib ├── mybib.bib └── xjtuthesis-numerical.bst ├── body ├── body.tex ├── chapter_1.tex ├── chapter_2.tex ├── chapter_3.tex ├── conclusion.tex ├── experiments.tex └── method.tex ├── docx └── README.md ├── figures ├── 2step.png ├── MPNN.png ├── arch.png ├── bert.png ├── dag.png ├── dataset1.png ├── dataset2.png ├── display.png ├── echoes.pdf ├── example.png ├── kernel.png ├── newtask.png ├── score.png ├── textgcn.png ├── vis_example.png ├── vis_model1.png └── vis_model2.png ├── main.tex ├── pdfs ├── README.md ├── empty.pdf ├── ranking.pdf ├── 封面.pdf └── 论文翻译.pdf ├── score.png ├── setup ├── abstract.tex ├── content.tex ├── denotation.tex ├── format.tex ├── formatApp.tex └── package.tex └── 论文.pdf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/README.md -------------------------------------------------------------------------------- /README_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/README_template.md -------------------------------------------------------------------------------- /README_template_zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/README_template_zh.md -------------------------------------------------------------------------------- /SimHei.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/SimHei.ttf -------------------------------------------------------------------------------- /SimSun.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/SimSun.ttf -------------------------------------------------------------------------------- /appendix/Materials.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/appendix/Materials.tex -------------------------------------------------------------------------------- /appendix/OriginalText.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/appendix/OriginalText.tex -------------------------------------------------------------------------------- /appendix/TranslatedText.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/appendix/TranslatedText.tex -------------------------------------------------------------------------------- /appendix/acknowledgements.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/appendix/acknowledgements.tex -------------------------------------------------------------------------------- /appendix/appA.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/appendix/appA.tex -------------------------------------------------------------------------------- /appendix/appB.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/appendix/appB.tex -------------------------------------------------------------------------------- /bib/mybib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/bib/mybib.bib -------------------------------------------------------------------------------- /bib/xjtuthesis-numerical.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/bib/xjtuthesis-numerical.bst -------------------------------------------------------------------------------- /body/body.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/body.tex -------------------------------------------------------------------------------- /body/chapter_1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/chapter_1.tex -------------------------------------------------------------------------------- /body/chapter_2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/chapter_2.tex -------------------------------------------------------------------------------- /body/chapter_3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/chapter_3.tex -------------------------------------------------------------------------------- /body/conclusion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/conclusion.tex -------------------------------------------------------------------------------- /body/experiments.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/experiments.tex -------------------------------------------------------------------------------- /body/method.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/body/method.tex -------------------------------------------------------------------------------- /docx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/docx/README.md -------------------------------------------------------------------------------- /figures/2step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/2step.png -------------------------------------------------------------------------------- /figures/MPNN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/MPNN.png -------------------------------------------------------------------------------- /figures/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/arch.png -------------------------------------------------------------------------------- /figures/bert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/bert.png -------------------------------------------------------------------------------- /figures/dag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/dag.png -------------------------------------------------------------------------------- /figures/dataset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/dataset1.png -------------------------------------------------------------------------------- /figures/dataset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/dataset2.png -------------------------------------------------------------------------------- /figures/display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/display.png -------------------------------------------------------------------------------- /figures/echoes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/echoes.pdf -------------------------------------------------------------------------------- /figures/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/example.png -------------------------------------------------------------------------------- /figures/kernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/kernel.png -------------------------------------------------------------------------------- /figures/newtask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/newtask.png -------------------------------------------------------------------------------- /figures/score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/score.png -------------------------------------------------------------------------------- /figures/textgcn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/textgcn.png -------------------------------------------------------------------------------- /figures/vis_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/vis_example.png -------------------------------------------------------------------------------- /figures/vis_model1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/vis_model1.png -------------------------------------------------------------------------------- /figures/vis_model2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/figures/vis_model2.png -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/main.tex -------------------------------------------------------------------------------- /pdfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/pdfs/README.md -------------------------------------------------------------------------------- /pdfs/empty.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/pdfs/empty.pdf -------------------------------------------------------------------------------- /pdfs/ranking.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/pdfs/ranking.pdf -------------------------------------------------------------------------------- /pdfs/封面.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/pdfs/封面.pdf -------------------------------------------------------------------------------- /pdfs/论文翻译.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/pdfs/论文翻译.pdf -------------------------------------------------------------------------------- /score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/score.png -------------------------------------------------------------------------------- /setup/abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/setup/abstract.tex -------------------------------------------------------------------------------- /setup/content.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/setup/content.tex -------------------------------------------------------------------------------- /setup/denotation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/setup/denotation.tex -------------------------------------------------------------------------------- /setup/format.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/setup/format.tex -------------------------------------------------------------------------------- /setup/formatApp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/setup/formatApp.tex -------------------------------------------------------------------------------- /setup/package.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/setup/package.tex -------------------------------------------------------------------------------- /论文.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Radiance-nt/XJTU_BachelorThesis_DagRank/HEAD/论文.pdf --------------------------------------------------------------------------------