From 07044fae22b36c8484a8161cb7940956af804767 Mon Sep 17 00:00:00 2001 From: zheheng Date: Fri, 2 Aug 2024 03:20:05 +0000 Subject: [PATCH] add about me --- _pages/about.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_pages/about.md b/_pages/about.md index 4978873bf46a2..788ccae69779c 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -1,14 +1,15 @@ --- permalink: / -title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites" +title: "About Me" author_profile: true redirect_from: - /about/ - /about.html --- -This is the front page of a website that is powered by the [Academic Pages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the respository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this repository](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads! An older version of this template powers my own personal website at [stuartgeiger.com](http://stuartgeiger.com), which uses [this Github repository](https://github.com/staeiou/staeiou.github.io). +I am a PhD student in Computer Science at Peking University, advised by Prof. Tao Xie. Before that, I received my Bachelor’s degree in Computer Science from Peking University in 2020. +I specialize in Artificial Intelligence (AI) with a focus on Large Language Models (LLMs). My research includes pretraining, prompting, and evaluation methodologies for a variety of language models, including BERT, T5, and GPT-like LLMs. My recent research delves into leveraging LLMs for code generation, infilling, transpilation, and understanding, pushing the boundaries of how AI interacts with programming languages. A data-driven personal website ====== Like many other Jekyll-based GitHub Pages templates, Academic Pages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.