← Search

Nam Le Hai

7 accepted papers

2025

CodeMMLU: A Multi-Task Benchmark for Assessing Code Understanding & Reasoning Capabilities of CodeLLMs

ICLR 2025poster

Recent advances in Code Large Language Models (CodeLLMs) have primarily focused on open-ended code generation, often overlooking the crucial aspect of code understanding & reasoning. To bridge this gap, we introduce CodeMMLU, a comprehensive multiple-choice benchmark designed to evaluate the depth o…

Cited by 0SourcePDFScholar
2025

Enhancing Discriminative Representation in Similar Relation Clusters for Few-Shot Continual Relation Extraction

NAACL 2025long

Few-shot Continual Relation Extraction (FCRE) has emerged as a significant challenge in information extraction, necessitating that relation extraction (RE) systems can sequentially identify new relations with limited labeled samples. While existing studies have demonstrated promising results in FCRE…

Cited by 0SourcePDFScholar
2025

Improving Vietnamese-English Cross-Lingual Retrieval for Legal and General Domains

NAACL 2025short

Document retrieval plays a crucial role in numerous question-answering systems, yet research has concentrated on the general knowledge domain and resource-rich languages like English. In contrast, it remains largely underexplored in low-resource languages and cross-lingual scenarios within specializ…

Cited by 0SourcePDFScholar
2025

MaGiX: A Multi-Granular Adaptive Graph Intelligence Framework for Enhancing Cross-Lingual RAG

EMNLP 2025

Retrieval-Augmented Generation (RAG) enhances large language models by grounding their outputs in external knowledge. Recent advances in Graph-based RAG (GRAG) frameworks, such as GraphRAG, LightRAG, and HippoRAG2, integrate knowledge graphs into the retrieval process to improve multi-hop reasoning

Cited by 0SourcePDFScholar
2025

Mitigating Non-Representative Prototypes and Representation Bias in Few-Shot Continual Relation Extraction

ACL 2025long

To address the phenomenon of similar classes, existing methods in few-shot continual relation extraction (FCRE) face two main challenges: non-representative prototypes and representation bias, especially when the number of available samples is limited. In our work, we propose Minion to address these…

Cited by 0SourcePDFScholar
2025

On the Impacts of Contexts on Repository-Level Code Generation

NAACL 2025findings

CodeLLMs are widely used for code generation, yet their ability to handle repository-level dependencies remains underexplored. We introduce RepoExec, a benchmark for evaluating repository-level code generation, focusing on executability, functional correctness, and dependency utilization. Our study…

2024

Preserving Generalization of Language models in Few-shot Continual Relation Extraction

EMNLP 2024main

Few-shot Continual Relations Extraction (FCRE) is an emerging and dynamic area of study where models can sequentially integrate knowledge from new relations with limited labeled data while circumventing catastrophic forgetting and preserving prior knowledge from pre-trained backbones. In this work,…