← Search

Yiming Ju

11 accepted papers

2026

DataCube: A Video Retrieval Platform via Natural Language Semantic Profiling

IJCAI 2026

Large-scale video repositories are increasingly available for modern video understanding and generation tasks. However, transforming raw videos into high-quality, task-specific datasets remains costly and inefficient. We present DataCube, an intelligent platform for automatic video processing, multi

Cited by 0Scholar
2026

Scaling Towards the Information Boundary of Instructions through Data Synthesizing

AAAI 2026technical

High-quality instructions are crucial for aligning pretrained models to improve their performance on downstream tasks. Although current instruction datasets have reached tens of millions of samples, models finetuned on them may still struggle with complex instruction following and tasks in rare doma

Cited by 0SourcePDFScholar
2025

Beyond IID: Optimizing Instruction Finetuning from the Perspective of Instruction Interaction and Dependency

AAAI 2025technical

With the availability of various instruction datasets, a pivotal challenge is how to effectively select and integrate these instructions to fine-tune large language models (LLMs). Previous research mainly focuses on selecting individual high-quality instructions. However, these works overlooked the…

2025

Exploiting Contextual Knowledge in LLMs through 𝒱-usable Information based Layer Enhancement

ACL 2025long

Large Language Models (LLMs) have demonstrated remarkable capabilities in various tasks, yet they often struggle with context-faithfulness generations that properly reflect contextual knowledge. While existing approaches focus on enhancing the decoding strategies, they ignore the fundamental mechani…

Cited by 0SourcePDFScholar
2024

Mitigating Training Imbalance in LLM Fine-Tuning via Selective Parameter Merging

EMNLP 2024main

Supervised fine-tuning (SFT) is crucial for adapting Large Language Models (LLMs) to specific tasks. In this work, we demonstrate that the order of training data can lead to significant training imbalances, potentially resulting in performance degradation. Consequently, we propose to mitigate this i…

Cited by 1SourcePDFScholar
2024

SpikeLM: Towards General Spike-Driven Language Modeling via Elastic Bi-Spiking Mechanisms

ICML 2024poster

Towards energy-efficient artificial intelligence similar to the human brain, the bio-inspired spiking neural networks (SNNs) have advantages of biological plausibility, event-driven sparsity, and binary activation. Recently, large-scale language models exhibit promising generalization capability, ma…

2023

A Hierarchical Explanation Generation Method Based on Feature Interaction Detection

ACL 2023findings

The opaqueness of deep NLP models has motivated efforts to explain how deep models predict. Recently, work has introduced hierarchical attribution explanations, which calculate attribution scores for compositional text hierarchically to capture compositional semantics. Existing work on hierarchical…

2022

CMQA: A Dataset of Conditional Question Answering with Multiple-Span Answers

COLING 2022main

Forcing the answer of the Question Answering (QA) task to be a single text span might be restrictive since the answer can be multiple spans in the context. Moreover, we found that multi-span answers often appear with two characteristics when building the QA system for a real-world application. First…

2022

Logic Traps in Evaluating Attribution Scores

ACL 2022long

Modern deep learning models are notoriously opaque, which has motivated the development of methods for interpreting how deep models predict. This goal is usually approached with attribution method, which assesses the influence of features on model predictions. As an explanation method, the evaluatio…

Cited by 21SourcePDFScholar
2021

Enhancing Multiple-choice Machine Reading Comprehension by Punishing Illogical Interpretations

EMNLP 2021main

Machine Reading Comprehension (MRC), which requires a machine to answer questions given the relevant documents, is an important way to test machines’ ability to understand human language. Multiple-choice MRC is one of the most studied tasks in MRC due to the convenience of evaluation and the flexibi…