Skip to content

Commit 2651675

Browse files
committed
Update format and cv
1 parent ae4fa10 commit 2651675

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

_bibliography/papers.bib

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
---
33
44
@article{huihan2024culture,
5+
abbr={ICLR 2025},
56
title={Attributing Culture-Conditioned Generations to Pretraining Corpora},
67
author={Huihan Li* and Arnav Goel* and Keyu He and Xiang Ren},
78
year={2025},
@@ -14,6 +15,7 @@ @article{huihan2024culture
1415
}
1516

1617
@article{keyu2025explanations,
18+
abbr={ACL Findings 2025},
1719
title={ELI-Why: Evaluating the Pedagogical Utility of LLM Explanations},
1820
author={Brihi Joshi* and Keyu He* and Sahana Ramnath and Sadra Sabouri and Kaitlyn Zhou and Souti Chattopadhyay and Swabha Swayamdipta and Xiang Ren},
1921
year={2025},
@@ -25,6 +27,7 @@ @article{keyu2025explanations
2527
}
2628

2729
@article{keyu2025vlm,
30+
abbr={PREPRINT},
2831
title={Believing without Seeing: Quality Scores for Contextualizing Vision-Language Model Explanations},
2932
author={Keyu He and Tejas Srinivasan and Brihi Joshi and Xiang Ren and Jesse Thomason and Swabha Swayamdipta},
3033
year={2025},
@@ -35,6 +38,7 @@ @article{keyu2025vlm
3538
}
3639

3740
@article{enhancing-debugging,
41+
abbr={Tech Report},
3842
title={Enhancing Debugging Skills of LLMs with Prompt Engineering},
3943
author={Keyu He* and Max Li* and Joseph Liu*},
4044
abstract={This paper presents a comprehensive study on improving the debugging capabilities of Large Language Models (LLMs) like GPT-3.5, focusing on the application of prompt engineering techniques. We explore the efficacy of few-shot learning, chain-of-thought prompting, and a baseline zero-shot model in enhancing LLMs' ability to debug code. Utilizing static and dynamic evaluation metrics, the study rigorously assesses the debugging proficiency of these models. By introducing different types of bugs, including procedural and language model-generated errors, and applying varied prompting strategies, we provide a deeper understanding of LLMs' debugging capabilities. The results provide insights into the limitation of debugging capabilities of GPT-3.5 Turbo, even with the assistance of various prompting techniques. Source code of our evaluation method and bug generation techniques are in GitHub repository: https://github.com/FrankHe2002/CSCI499FinalProject.},

_sass/_themes.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
--global-code-bg-color: #{$code-bg-color-light};
1010
--global-text-color: #{$black-color};
1111
--global-text-color-light: #{$grey-color};
12-
--global-theme-color: #1e4fff; // #{$purple-color};
13-
--global-hover-color: #0d33bb; //#{$purple-color};
12+
--global-theme-color: #8b1538;//#{$purple-color};
13+
--global-hover-color: #6610f2;//#{$purple-color};
1414
--global-hover-text-color: #{$white-color};
1515
--global-footer-bg-color: #{$grey-color-dark};
1616
--global-footer-text-color: #{$grey-color-light};

assets/pdf/CV.pdf

90 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)