Papers by Haoran Jia
Internal Value Alignment in Large Language Models through Controlled Value Vector Activation (2025.acl-long)
Copied to clipboard
| Challenge: | Existing LLMs do not possess consistent values, but many have been developed to align them at the behavioral level, including supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF). |
| Approach: | They propose a Controlled Value Vector Activation method that directly aligns the internal values of Large Language Models by interpreting how a value is encoded in their latent representations. |
| Outcome: | The proposed method achieves highest success rate across 10 basic values without hurting model performance and fluency, and ensures target values even with opposite and potentially malicious input prompts. |
Evidence Retrieval is almost All You Need for Fact Verification (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing evidence retrieval methods adopt a trivial retrieval strategy, resulting in task-irrelevant evidence and undesirable performance. |
| Approach: | They propose a framework for evidence retrieval and joint fact verification that integrates two modules. |
| Outcome: | The proposed framework improves evidence retrieval and claims verification on a FEVER dataset. |