Skip to content

Commit

Permalink
Merge pull request #9 from minsusun/2024
Browse files Browse the repository at this point in the history
fix: specify font name to succeed local compile
  • Loading branch information
minsusun authored Dec 26, 2024
2 parents ff0ec47 + d7ea415 commit ff0154e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 25 additions & 4 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
\end{tabular}
\end{rSection}

\begin{rSection}{Job Experience}
\begin{rSection}{Experience}
\begin{rSubsection}{\href{https://shiftup.co.kr/}{SHIFT UP}}{Jun 2024 -- Aug 2024}
{\bfseries\rmfamily{Intern Backend Engineer of \href{https://nikke-en.com/}{NIKKE}}}

Expand Down Expand Up @@ -78,16 +78,37 @@
\end{rSection}

\begin{rSection}{Projects}
\begin{rSubsection}{Performance Boost of RECOMP with DSLR}{Oct 2024 -- Dec 2024}
\begin{rSubsection}{Boosting RECOMP with DSLR}{Oct 2024 -- Dec 2024}
Adapting DSLR(Document Refinement with Sentence-Level Re-Ranking and Reconstruction to Enhance Retrieval-Augmented Generation) on RECOMP

\item Individual research project adapting DSLR contextual reconstruction method in RECOMP

\item Achievement:
\vspace{-0.5em}
\begin{list}{--}{\setlength{\rightmargin}{1.5em}}
\itemsep -0.5em

\item Baseline Method(RECOMP) - EM: 0.163(NQ) / 0.300(TQA) / 0.186(HotpotQA)

\item Proposed Method(RECOMP + DSLR) - EM: 0.172(NQ) / 0.312(TQA) / 0.194(HotpotQA)
\end{list}

\item Advisor: Prof. Hwanjo Yu

\item Topics: NLP, LLM, RAG(Retrieval Augmented Generation), RECOMP, DSLR
\end{rSubsection}

\begin{rSubsection}{VC-GNN}{Oct 2024 -- Dec 2024}
Graph Neural Network for Solving Decision Variant of Vertex Cover Problem

\item Team project adapting GNN on solving the decision variant of NP-Hard Problem, Vertex Cover Problem

\item Achieved 92.76\% of accuracy with 0.2002 of loss

\item Topics: Deep Learning, Graph Neural Network
\end{rSubsection}


\begin{rSubsection}{Distributed Arduino Calculator}{Aug 2024}
Simple Distributed Computing Cluster with Arduinos via $I^2C$ protocol

Expand Down Expand Up @@ -195,13 +216,13 @@

\item Main Role: Developer, QA
\end{rSubsection}

\begin{rSubsection}{PintOS}{Sep 2023 -- Dec 2023}
- Individual project developing educational OS called PintOS(\href{https://github.com/minsusun/csed312-pintos}{link}) \\
- Skills: C \\
- Worked on Threading, User Program, Virtual Memory
\end{rSubsection}

\begin{rSubsection}{BaroKey}{Oct 2023}
- Team project developing web service(\href{https://github.com/UniD3-Hackathon-Team4/barokey}{link}) introduced at 3rd UniThon Hackathon Track \\
- Web service supplying user real-time emergency-related issue keywords near user's location \\
Expand Down
2 changes: 1 addition & 1 deletion resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

\pagestyle{empty}

\setmainfont{Noto Sans}[UprightFont=* Light, BoldFont=* SemiBold]
\setmainfont{NotoSans}[UprightFont=*-Thin, BoldFont=*-SemiBold]

\setmainhangulfont{Noto Sans CJK KR}[
UprightFont=* Light, BoldFont=* Bold,
Expand Down

0 comments on commit ff0154e

Please sign in to comment.