search
HomeTechnology peripheralsAITsinghua University won the Best Paper + Time Test Award, Shandong University received an honorable mention, and the SIGIR 2024 awards were announced

Tsinghua University has outstanding results.


The 47th Association for Computing Machinery Conference on Information Retrieval (ACM SIGIR) will be held in Washington, DC, USA from July 14th to 18th, 2024. This conference is the top academic conference in the field of information retrieval.

Just now, the conference announced the Best Paper Award, Best Paper Runner-up, Best Paper Honorable Mention Award, and Time Test Award.

Among them, Tsinghua University, Hillhouse School of Artificial Intelligence at Renmin University of China, and the Xiaohongshu team won the best paper; researchers from the University of Glasgow and the University of Pisa won the runner-up; the honorable mention award for the best paper was awarded to researchers from Shandong University (Qingdao), Leiden University, and the University of Amsterdam; the Time Test Award was awarded to researchers from Tsinghua University and the University of California, Santa Cruz.

Next, let’s look at the specific content of the winning paper.

Best paper
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
  • Paper: Scaling Laws For Dense Retrieval
  • Paper authors: Fang Yan, Jingtao Zhan, Ai Qingyao, Mao Jiaxin, Weihang Su, Jia Chen, Liu Yiqun
  • Institutions: Tsinghua University, Hillhouse School of Artificial Intelligence, Renmin University of China, Xiaohongshu
  • Paper link: https://dl.acm.org/doi/abs/10.1145/3626772.3657743

About the paper: Researchers have observed scaling laws across a wide range of tasks, especially language generation. Research shows that the performance of large language models follows predictable patterns across model and dataset sizes, which helps in designing training strategies effectively and efficiently, especially as large-scale training becomes increasingly resource-intensive. However, in dense retrieval, the expansion law has not been fully explored.

This study explores how scaling affects the performance of dense retrieval models. Specifically, the research team implemented dense retrieval models with different numbers of parameters and trained them using different amounts of annotated data. This study uses contrastive entropy as an evaluation metric. Compared with discrete ranking metrics, contrastive entropy is continuous and therefore can accurately reflect the performance of the model.
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
Experimental results show that the performance of dense retrieval models follows an exact power-law scaling related to the model size and the number of annotations.
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
In addition, the study also shows that the expansion law helps optimize the training process, such as solving resource allocation problems under budget constraints.
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
This study greatly contributes to understanding the scaling effects of dense retrieval models and provides meaningful guidance for future research.

The runner-up for the best paper

The runner-up for the best paper in this year's ACM SIGIR was awarded to the paper "A Reproducibility Study of PLAID". The authors of the paper include Sean MacAvaney from the University of Glasgow and Nicola Tonellotto from the University of Pisa.

清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉

Paper address: https://arxiv.org/pdf/2404.14989

Paper abstract: ColBERTv2’s PLAID algorithm uses clustered term representations to retrieve and progressively prune documents to obtain a final document score. This article reproduces and fills in the missing gaps in the original text. By studying the parameters introduced by PLAID, researchers found that its Pareto frontier is formed by the balance between three parameters. Deviation from recommended settings can significantly increase latency without necessarily improving its effectiveness.

Based on this finding, this paper compares PLAID to an important baseline missing from the paper: reordering the lexical system. It is found that applying ColBERTv2 as a reorderer on top of the initial BM25 result pool provides a better efficiency-effectiveness trade-off in low-latency settings. This work highlights the importance of careful selection of relevant baselines when evaluating retrieval engine efficiency.

Honorable Mention Award for Best Paper

The Honorable Mention Award for Best Paper at this conference was won by researchers from Shandong University (Qingdao), Leiden University, and University of Amsterdam. The winning paper is "Generative Retrieval as Multi-Vector Dense Retrieval".
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
  • Authors of the paper: Wu Shiguang, Wei Wenda, Zhang Mengqi, Chen Zhumin, Ma Jun, Ren Zhaochun, Maarten de Rijke, Ren Pengjie
  • Paper address: https://arxiv.org/pdf/2404.00684

Abstract: This paper measures the relevance of document queries by demonstrating that generative retrieval and multi-vector dense retrieval share the same framework. Specifically, they studied the attention layer and prediction head of generative retrieval, revealing that generative retrieval can be understood as a special case of multi-vector dense retrieval. Both methods calculate the correlation by calculating the sum of the products of the query vector and the document vector with the alignment matrix.

Then, the researchers explored how to apply this framework to generative retrieval, and they adopted different strategies to calculate document token vectors and alignment matrices. Experiments are conducted to verify the conclusions, showing that both paradigms exhibit commonalities in term matching in their alignment matrices.

Time-tested award

This year’s ACM SIGIR Time-tested Award was awarded to the research on explainable recommendation published at SIGIR 2014 10 years ago, the paper is "Explicit Factor Models for Explainable Recommendation" based on Phrase-level Sentiment Analysis”.
清华包揽最佳论文+时间检验奖,山大获荣誉提名,SIGIR 2024奖项出炉
  • Authors of the paper: Zhang Yongfeng, Lai Guoquan, Zhang Min, Yi Zhang, Liu Yiqun, Ma Shaoping
  • Institution: Tsinghua University, University of California, Santa Cruz
  • Paper link: https:// www.cs.cmu.edu/~glai1/papers/yongfeng-guokun-sigir14.pdf

This study defines the problem of "interpretable recommendation" for the first time and proposes corresponding sentiment analysis methods for To solve this technical challenge, it has been playing a leading role in related fields.

Paper abstract: Collaborative filtering (CF)-based recommendation algorithms, such as latent factor models (LFM), perform well in terms of prediction accuracy. However, the underlying characteristics make it difficult to explain the recommendation results to users.

Fortunately, as online user reviews continue to grow, the information available for training recommender systems is no longer limited to numerical star ratings or user/item characteristics. By extracting users' explicit opinions on various aspects of a product from reviews, it is possible to gain a more detailed understanding of what users care about, which further reveals the possibility of making explainable recommendations.

This article proposes EFM (Explicit Factor Model) to generate interpretable recommendations while maintaining high prediction accuracy.

Researchers first extract explicit product features and user opinions by conducting phrase-level sentiment analysis on user reviews, and then generate recommendations and non-recommendations based on specific product features of user interest and learned latent features. Additionally, intuitive feature-level explanations of why an item is recommended or not recommended are generated from the model.

Offline experimental results on multiple real-world datasets show that the framework proposed in this study outperforms competing baseline algorithms on both rating prediction and top-K recommendation tasks. Online experiments show that detailed explanations make recommendations and non-recommendations more influential on users’ purchasing behavior.

Young Scholar Award

The ACM SIGIR Young Scholar Award aims to recognize researchers who have played an important role in information retrieval research, scholar community building, and promotion of academic equity. It is required to be awarded a doctorate 7 Young researchers within 20 years. Ai Qingyao, an assistant professor from the Department of Computer Science of Tsinghua University, and Wang Xiang, a professor and doctoral supervisor from the School of Cyberspace Security and Big Data School of the University of Science and Technology of China, won the SIGIR 2024 Young Scholar Award.

Ai Qingyao

Ai Qingyao is an assistant professor in the Department of Computer Science at Tsinghua University. His main research areas focus on information retrieval, machine learning and natural language processing research. The key research direction is the research and design of intelligent information retrieval systems, including information representation learning, ranking optimization theory, and the application of large language models in Internet search and recommendation and smart justice.

Wang Xiang

Wang Xiang is a professor and doctoral supervisor at the School of Cyberspace Security and Big Data School, University of Science and Technology of China. Professor Wang Xiang’s research interests include information retrieval, data mining, and trustworthy and explainable artificial intelligence, especially recommendation systems, graph learning, and social media analysis.

The above is the detailed content of Tsinghua University won the Best Paper + Time Test Award, Shandong University received an honorable mention, and the SIGIR 2024 awards were announced. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Reading The AI Index 2025: Is AI Your Friend, Foe, Or Co-Pilot?Reading The AI Index 2025: Is AI Your Friend, Foe, Or Co-Pilot?Apr 11, 2025 pm 12:13 PM

The 2025 Artificial Intelligence Index Report released by the Stanford University Institute for Human-Oriented Artificial Intelligence provides a good overview of the ongoing artificial intelligence revolution. Let’s interpret it in four simple concepts: cognition (understand what is happening), appreciation (seeing benefits), acceptance (face challenges), and responsibility (find our responsibilities). Cognition: Artificial intelligence is everywhere and is developing rapidly We need to be keenly aware of how quickly artificial intelligence is developing and spreading. Artificial intelligence systems are constantly improving, achieving excellent results in math and complex thinking tests, and just a year ago they failed miserably in these tests. Imagine AI solving complex coding problems or graduate-level scientific problems – since 2023

Getting Started With Meta Llama 3.2 - Analytics VidhyaGetting Started With Meta Llama 3.2 - Analytics VidhyaApr 11, 2025 pm 12:04 PM

Meta's Llama 3.2: A Leap Forward in Multimodal and Mobile AI Meta recently unveiled Llama 3.2, a significant advancement in AI featuring powerful vision capabilities and lightweight text models optimized for mobile devices. Building on the success o

AV Bytes: Meta's Llama 3.2, Google's Gemini 1.5, and MoreAV Bytes: Meta's Llama 3.2, Google's Gemini 1.5, and MoreApr 11, 2025 pm 12:01 PM

This week's AI landscape: A whirlwind of advancements, ethical considerations, and regulatory debates. Major players like OpenAI, Google, Meta, and Microsoft have unleashed a torrent of updates, from groundbreaking new models to crucial shifts in le

The Human Cost Of Talking To Machines: Can A Chatbot Really Care?The Human Cost Of Talking To Machines: Can A Chatbot Really Care?Apr 11, 2025 pm 12:00 PM

The comforting illusion of connection: Are we truly flourishing in our relationships with AI? This question challenged the optimistic tone of MIT Media Lab's "Advancing Humans with AI (AHA)" symposium. While the event showcased cutting-edg

Understanding SciPy Library in PythonUnderstanding SciPy Library in PythonApr 11, 2025 am 11:57 AM

Introduction Imagine you're a scientist or engineer tackling complex problems – differential equations, optimization challenges, or Fourier analysis. Python's ease of use and graphics capabilities are appealing, but these tasks demand powerful tools

3 Methods to Run Llama 3.2 - Analytics Vidhya3 Methods to Run Llama 3.2 - Analytics VidhyaApr 11, 2025 am 11:56 AM

Meta's Llama 3.2: A Multimodal AI Powerhouse Meta's latest multimodal model, Llama 3.2, represents a significant advancement in AI, boasting enhanced language comprehension, improved accuracy, and superior text generation capabilities. Its ability t

Automating Data Quality Checks with DagsterAutomating Data Quality Checks with DagsterApr 11, 2025 am 11:44 AM

Data Quality Assurance: Automating Checks with Dagster and Great Expectations Maintaining high data quality is critical for data-driven businesses. As data volumes and sources increase, manual quality control becomes inefficient and prone to errors.

Do Mainframes Have A Role In The AI Era?Do Mainframes Have A Role In The AI Era?Apr 11, 2025 am 11:42 AM

Mainframes: The Unsung Heroes of the AI Revolution While servers excel at general-purpose applications and handling multiple clients, mainframes are built for high-volume, mission-critical tasks. These powerful systems are frequently found in heavil

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)