Zhen Yang
5 Papers
Zhen Yang is an academic researcher. The author has contributed to research in topics: Computer science. The author has an hindex of 1, co-authored 1 publications.
Chat about Author
Papers
Does Negative Sampling Matter? A Review with Insights into its Theory and Applications
Zhen Yang,Ming Ding,Tinglin Huang,Yukuo Cen,Junshuai Song,Bin Xu,Yuxiao Dong,Jie Tang +7 more
TL;DR: This work dissects and categorizes the strategies used to select negative sample candidates, detailing global, local, mini-batch, hop, and memory-based approaches, and proposes a general framework that can incorporate all negative sampling methods.
10
TriSampler: A Better Negative Sampling Principle for Dense Retrieval
Zhen Yang,Zhou Shao,Yuxiao Dong,Jie Tang +3 more
- 19 Feb 2024
TL;DR: This paper introduces TriSampler, a novel negative sampling method for dense retrieval, based on a quasi-triangular principle that elucidates the interplay between query, positive, and negative documents, achieving superior retrieval performance across various models.
WebVIA: A Web-based Vision-Language Agentic Framework for Interactive and Verifiable UI-to-Code Generation
Mingde Xu,Zhen Yang,Wenyi Hong,Lihang Pan,Xinyue Fan,Yan Wang,Xiaotao Gu,Bin Xu,Jie Tang +8 more
TL;DR: WebVIA proposes an agentic framework for interactive UI-to-Code generation and validation, comprising exploration, UI2Code, and validation modules, achieving more stable and accurate UI exploration and generating executable interactive code with substantial improvements over existing models.
UI2CodeN: A Visual Language Model for Test-Time Scalable Interactive UI-to-Code Generation
Zhen Yang,Wenyi Hong,Mingde Xu,Xinyue Fan,Weihan Wang,Jiele Cheng,Xiaotao Gu,Jie Tang +7 more
TL;DR: UI2CodeN is a visual language model that generates UI code through interactive, multimodal feedback, achieving state-of-the-art performance on UI-to-code and UI polishing benchmarks, outperforming open-source models and rivaling closed-source models like Claude-4-Sonnet and GPT-5.
BatchSampler: Sampling Mini-Batches for Contrastive Learning in Vision, Language, and Graphs
TL;DR: BatchSampler as discussed by the authors proposes to improve contrastive learning by sampling mini-batches from the input data, which can be directly plugged into existing Contrastive Learning models in vision, language, and graphs.