Interesting papers related to graph data mining.
You can also use the code provided in this repository to generate your own conference papers list.
-
ICML 2024: folded_version, full_version, PDFs
-
IJCAI 2024: folded_version, full_version, PDFs
-
KDD 2024: folded_version, full_version, PDFs
-
NeurIPS 2024: folded_version, full_version, PDFs
The workflow of generating conference paper list is as follows:
-
Get the raw conference papers data from the conference website or other sources, and put it into the
data
folder. -
Process the raw data using the provided scripts in the
src
folder. You can also write your own scripts to process the data. Make sure you convert the raw data into thecsv
format and put it into thedata
folder. -
Run the
xxx_filter
script to filter the papers you are interested in. The filtered papers will be saved in theres
folder (xxx_results.md
). -
Generally, you need to double-check the filtered papers and manually adjust the content if necessary (
xxx_ms.md
). -
Run the
markdown_formatter.py
script to generate the final markdown file (xxx_folded.md
andxxx_full.md
).
Currently, the filtering mechanism is simply based on keywords. You can adjust the keywords in the data
folder.