Skip to content
View ljj-007's full-sized avatar
  • Southeast University
  • Nanjing, China
Block or Report

Block or report ljj-007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ljj-007/README.md

Hi there πŸ‘‹

  • πŸ”­ I'm currently pursuing my PhD in Computer Science and Technology at Southeast University.
  • 🌱 My study interests lie in model compression and speedup in large AI models.
  • ❀️ Love programming and new technologies!
  • πŸ‘― Enjoy doing interesting work with interesting friends!

My main works πŸ˜„

  • [IJCAI 2024] Fast and Continual Knowledge Graph Embedding via Incremental LoRA. [code]
  • [AAAI 2024, Oral] Towards Continual Knowledge Graph Embedding via Incremental Distillation. [paper] [code]
  • [AAAI 2023] IterDE: An Iterative Knowledge Distillation Framework for Knowledge Graph Embeddings. [paper] [code]

My contributed works πŸ˜„

  • [IJCAI 2024] Incorporating Schema-Aware Description into Document-Level Event Extraction. [code]
  • [AAAI 2024] OntoFact: Unveiling Fantastic Fact-Skeleton of LLMs via Ontology-Driven Reinforcement Learning. [paper] [code]

Pinned Loading

  1. seukgcode/IterDE seukgcode/IterDE Public

    [AAAI 2023] IterDE: An Iterative Knowledge Distillation Framework for Knowledge Graph Embeddings

    Python 8 1

  2. seukgcode/IncDE seukgcode/IncDE Public

    [AAAI 2024] Towards Continual Knowledge Graph Embedding via Incremental Distillation

    Python 9

  3. PtCoding PtCoding Public

    A framework for quick start to write codes for Pytorch Coding.

    Python 1

  4. seukgcode/FastKGE seukgcode/FastKGE Public

    [IJCAI 2024] Fast and Continual Knowledge Graph Embedding via Incremental LoRA

    Python 3 1

  5. Awesome-Knowledge-Distillation-of-LLMs Awesome-Knowledge-Distillation-of-LLMs Public

    Forked from Tebmer/Awesome-Knowledge-Distillation-of-LLMs

    This repository collects papers for "A Survey on Knowledge Distillation of Large Language Models". We break down KD into Knowledge Elicitation and Distillation Algorithms, and explore the Skill & V…