← Search

Yao-Ching Yu

3 accepted papers

2025

PathwiseRAG: Multi-Dimensional Exploration and Integration Framework

EMNLP 2025

Conventional retrieval-augmented generation(RAG) systems employ rigid retrieval strategies that create: (1) knowledge blind spots across domain boundaries, (2) reasoning fragmentation when processing interdependent concepts, and (3) contradictions from conflicting evidence sources. Motivated by thes

Cited by 0SourcePDFScholar
2025

Primus: A Pioneering Collection of Open-Source Datasets for Cybersecurity LLM Training

EMNLP 2025

Large Language Models (LLMs) have shown remarkable advancements in specialized fields such as finance, law, and medicine. However, in cybersecurity, we have noticed a lack of open-source datasets, with a particular lack of high-quality cybersecurity pretraining corpora, even though much research ind

2024

Breaking the Ceiling of the LLM Community by Treating Token Generation as a Classification for Ensembling

EMNLP 2024finding

Ensembling multiple models has always been an effective approach to push the limits of existing performance and is widely used in classification tasks by simply averaging the classification probability vectors from multiple classifiers to achieve better accuracy. However, in the thriving open-source…