Tagged articles
10 articles
Page 1 of 1
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Feb 4, 2026 · Artificial Intelligence

Why LLM Agents Rush to Call Tools and How to Stop Them

The article explains that premature tool calls in LLM agents stem from a data‑distribution bias in fine‑tuning, and it presents practical fixes such as adding non‑tool samples, enforcing a Thought chain, and using negative sampling to teach the model when to think before acting.

AgentLLMThought Chain
0 likes · 10 min read
Why LLM Agents Rush to Call Tools and How to Stop Them
DataFunSummit
DataFunSummit
Jul 30, 2022 · Artificial Intelligence

Graph Link Prediction Techniques, Self‑Developed GNN Models, and Applications in Risk Control

This article reviews graph link prediction problems, categorizes existing methods from heuristics to GNN‑based approaches, introduces several self‑designed neighborhood attention networks and adversarial negative‑sampling strategies, discusses pairwise ranking objectives, reports OGB competition results, and explores practical risk‑control applications.

AIgraph link predictiongraph neural networks
0 likes · 15 min read
Graph Link Prediction Techniques, Self‑Developed GNN Models, and Applications in Risk Control
DataFunTalk
DataFunTalk
Apr 21, 2022 · Artificial Intelligence

Solving Cold‑Start in Recommender Systems: The DropoutNet Approach

This article explains why cold‑start is a critical challenge for recommender systems, outlines four practical strategies—generalization, fast data collection, transfer learning, and few‑shot learning—and then details the DropoutNet model, its end‑to‑end training, loss functions, negative‑sampling techniques, and open‑source implementation.

DropoutNetEmbeddingFew‑Shot Learning
0 likes · 21 min read
Solving Cold‑Start in Recommender Systems: The DropoutNet Approach
Tencent Cloud Developer
Tencent Cloud Developer
Apr 11, 2022 · Artificial Intelligence

Recall Module in Recommendation Systems: Multi-Path Retrieval and Optimization

The recall module in recommendation systems retrieves thousands of items from massive pools using parallel non-personalized and personalized paths—such as hot-item, content-based, behavior-based, and deep-model recall—prioritizing coverage and low latency while addressing challenges like hard-negative sampling, selection bias, objective alignment, and channel competition to feed downstream ranking.

AImachine learningmulti-path retrieval
0 likes · 15 min read
Recall Module in Recommendation Systems: Multi-Path Retrieval and Optimization
Baobao Algorithm Notes
Baobao Algorithm Notes
Mar 3, 2022 · Artificial Intelligence

How Hierarchical Curriculum Learning Improves Dialogue Response Selection

This article explains how treating negative response candidates with varying difficulty through a hierarchical curriculum learning framework—combining corpus‑level and instance‑level curricula—enhances dialogue response selection models, backed by experiments on Douban, Ubuntu, and E‑Commerce datasets.

curriculum learningdialogue response selectionhierarchical learning
0 likes · 8 min read
How Hierarchical Curriculum Learning Improves Dialogue Response Selection
Baidu Geek Talk
Baidu Geek Talk
Nov 29, 2021 · Artificial Intelligence

Pretrained Models for First-Stage Information Retrieval: A Comprehensive Review

This comprehensive review by Dr. Fan Yixing surveys how pretrained language models have transformed first‑stage information retrieval, tracing the shift from traditional term‑based methods to neural sparse, dense, and hybrid approaches, and discussing key challenges such as hard‑negative mining, joint indexing‑representation learning, and generative‑discriminative training.

Hybrid RetrievalNeural IRSparse Retrieval
0 likes · 15 min read
Pretrained Models for First-Stage Information Retrieval: A Comprehensive Review
Tencent Advertising Technology
Tencent Advertising Technology
Nov 26, 2020 · Artificial Intelligence

Representative Negative Instance Generation for Online Ad Targeting (RNIG)

Researchers from Tencent Ads and Tsinghua University introduced a novel Generative Adversarial framework, the Representative Negative Instance Generator (RNIG), which creates high‑quality representative negative samples from exposure data to mitigate data imbalance and selection bias, achieving superior performance on CIKM‑2020 ad targeting benchmarks.

Ad TargetingGenerative Adversarial Networksnegative sampling
0 likes · 8 min read
Representative Negative Instance Generation for Online Ad Targeting (RNIG)
Meituan Technology Team
Meituan Technology Team
Sep 24, 2020 · Artificial Intelligence

Meituan Search Ads Team's Solution for KDD Cup 2020 Multimodalities Recall Track

Meituan’s Search Ads team placed third in the KDD Cup 2020 Multimodalities Recall track by tackling training‑test distribution mismatch with diversified negative sampling and distillation learning, and improving text‑image matching via gated fully‑connected layers, bidirectional attention, and diversified fusion, then ensembling neural and tree models for strong NDCG gains later applied to their ad creative‑selection system.

DistillationKDD CupMultimodal Learning
0 likes · 19 min read
Meituan Search Ads Team's Solution for KDD Cup 2020 Multimodalities Recall Track
Sohu Tech Products
Sohu Tech Products
May 27, 2020 · Artificial Intelligence

Overview of Embedding Methods: From Word2Vec to Item2Vec and Dual‑Tower Models in Recommendation Systems

This article provides a comprehensive overview of embedding techniques, explaining their role in deep learning recommendation systems, detailing Word2Vec and its Skip‑gram model with negative sampling and hierarchical softmax, and extending the discussion to Item2Vec and dual‑tower architectures for item representation.

Item2VecWord2Vecnegative sampling
0 likes · 15 min read
Overview of Embedding Methods: From Word2Vec to Item2Vec and Dual‑Tower Models in Recommendation Systems