Projects and demos

KG intents project class

Knowledge graph based intents reconstruction

Built service knowledge graph (KG). Re-construction of label hierarchy and refining classification logistics. Labels are reselected and redefined by entity and semantic similarity. The knowledge graph based intents improve classification model accuracy from 82.48% to 92.17%. The knowledge graph is also used to ingest fine grain factual knowledge in contextual learning and helps to suppress hallucination in generation.

KG intents project class

LLMs augmented Auto-labelling pipeline

This project is to conduct autolabelling in text data for text classification. The pipeline utilizes a diversity filtering algorithm to draw diverse and comprehensive samples from given labelled data. By contextual learning, it leverages LLM to summerize and formalize the definition of each label (or labelling guidelines). With delibrated designed prompts integrated by definitions, the pipeline auto label data samples. https://github.com/jiayi-xian/llm_langchain_projects

Knowledge graph to text modelling

Knowledge graph to text modelling

Converting knowledge graph triples to text (simplied as kg2text) is a classic NLP task. This project re-shaped the task as a tranlsation task and utilizes the language-agnostic representation learned by multilingual language model to conduct this task. The model was extendly pretrained and fine-tuned from a mbart 50 model. This project was finished during internship in Amazon

Build Rasa Calm Bot for business use case

Build Rasa Calm Bot for business use case

Building LLM based Chat Bot for card replacement, payment and fAQ banking scenarioes with Rasa Plus Framework. These are major projects done in American Express. Building a LLM based chatbot including fine tuned an LLM, designed journey, refining description of each intention or case (utilitzed by LLM to match with next-step journey). Training and monitoring.