💡 Looking for role as a Research Engineer, Software Engineer, or Research Scientist in Large Language Models. Available immediately.
🎓 Graduated with a dual degree:
M.S. in Computer Science and Engineering @ Seoul National University (서울대학교).
M.Eng. in Engineering and AI @ IMT Mines Alès.
🔬 Research Interests:
I aim to incorporate human behaviors into LLMs to improve their performance and efficiency.
(Adaptive Computation in Transformers; LLM Post-Training; LLM Decoding & Optimization)
🏛️ Previously at: Language and Data Intelligence Lab (ldi.snu.ac.kr) under Prof. Hwang (황 교수님).
🌍 Based in France 🇫🇷
from profiles import ResearchEngineer
class Romain(ResearchEngineer):
def __init__(self):
self.name = "Romain"
self.focus = ["Adaptive Computation", "LLM Inference"]
self.education = [
"M.S. @ Seoul National University 🇰🇷",
"M.Eng. @ IMT Mines Alès 🇫🇷"
]
self.attribute = Curious(level=math.inf)
self.location = "France" # South Korea
def mode(self):
return "🔬 Research | 🛠️ Engineering" # Swiss Army knife mode activated
def contact(self):
return "romsto@snu.ac.kr"