Skip to content

Commit

Permalink
Regular updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yongchanghao committed Jun 22, 2024
1 parent 752f300 commit f6f949a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ gem "jekyll-remote-theme" # to load just-the-docs from GitHub
gem "jekyll-seo-tag" # supporting plugin
gem "rake" # supporting plugin
gem "liquid", "~> 4.0.4" # supporting plugin
gem "jekyll-include-cache" # supporting plugin
gem "jekyll-include-cache" # supporting plugin
gem "rexml", ">= 3.2.7"
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.3.0)
strscan
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
Expand All @@ -73,6 +75,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x64-mingw-ucrt
x86_64-darwin-19
x86_64-linux
Expand All @@ -84,6 +87,7 @@ DEPENDENCIES
jekyll-seo-tag
liquid (~> 4.0.4)
rake
rexml (>= 3.2.7)
webrick

BUNDLED WITH
Expand Down
Binary file modified assets/avatar.webp
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Home
permalink: /
nav_order: 0
last_modified_date: "2024-02-08"
last_modified_date: "2024-06-22"
---

![Avatar of Yongchang](/assets/avatar.webp){: width="96" height="128" .float-right .mx-4}
Expand All @@ -19,6 +19,8 @@ last_modified_date: "2024-02-08"
- *B.E. in Computer Science and Technology*, **Soochow University**, 2016 - 2020

## Internships
- *Machine Learning Research Intern*, **Borealis AI** \
Vancouver, May 2024 - Sep 2024
- *Research Intern*, **Tencent AI Lab** \
Shenzhen, Feb 2020 - Jun 2021
- *Software Engineer Intern*, **Google** \
Expand Down
19 changes: 11 additions & 8 deletions docs/pubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@
title: Publications
permalink: pubs
nav_order: 1
last_modified_date: "2024-02-08"
last_modified_date: "2024-06-22"
---

# Publications

## Preprints
## Conference Publications
- [Flora: Low-Rank Adapters Are Secretly Gradient Compressors](https://arxiv.org/abs/2402.03293) \
<span style="text-decoration: underline">Yongchang Hao</span>, Yanshuai Cao, Lili Mou \
*ar$\chi$iv 2024*
- [Ginger: An Efficient Curvature Approximation with Linear Complexity for General Neural Networks](https://arxiv.org/abs/2402.03295) \
<span style="text-decoration: underline">Yongchang Hao</span>, Yanshuai Cao, Lili Mou \
*ar$\chi$iv 2024*

## Conference Publications
*ICML 2024*
- [LLMR: Knowledge Distillation with a Large Language Model-Induced Reward](https://aclanthology.org/2024.lrec-main.932) \
Dongheng Li, <span style="text-decoration: underline">Yongchang Hao</span>, Lili Mou \
*Coling 2024*
- [An Equal-Size Hard EM Algorithm for Diverse Dialogue Generation](https://arxiv.org/abs/2209.14627) \
Yuqiao Wen, <span style="text-decoration: underline">Yongchang Hao</span>, Yanshuai Cao, Lili Mou \
*ICLR 2023*
Expand All @@ -29,6 +27,11 @@ last_modified_date: "2024-02-08"
<span style="text-decoration: underline">Yongchang Hao</span>\*, Shilin He\*, Wenxiang Jiao, Zhaopeng Tu, Michael Lyu, Xing Wang \
*NAACL 2021*

## Preprints
- [Ginger: An Efficient Curvature Approximation with Linear Complexity for General Neural Networks](https://arxiv.org/abs/2402.03295) \
<span style="text-decoration: underline">Yongchang Hao</span>, Yanshuai Cao, Lili Mou \
*ar$\chi$iv 2024*

## Theses
- [Discovering Reward Functions for Language Models](https://era.library.ualberta.ca/items/8ccbb37b-0b6d-4a1a-bc97-269667cdf029) \
<span style="text-decoration: underline">Yongchang Hao</span> \
Expand Down

0 comments on commit f6f949a

Please sign in to comment.