paper-with-me

홈 › Papers

Curriculum Learning Strategies for IR: An Empirical Study on Conversation Response Ranking

2019-12-18 · Gustavo Penha, Claudia Hauff

Neural ranking models are traditionally trained on a series of random batches, sampled uniformly from the entire training set. Curriculum learning has recently been shown to improve neural models' effectiveness by sampling batches non-uniformly, going from easy to difficult instances during training. In the context of neural Information Retrieval (IR) curriculum learning has not been explored yet, and so it remains unclear (1) how to measure the difficulty of training instances and (2) how to transition from easy to difficult instances during training. To address both challenges and determine whether curriculum learning is beneficial for neural ranking models, we need large-scale datasets and a retrieval task that allows us to conduct a wide range of experiments. For this purpose, we resort to the task of conversation response ranking: ranking responses given the conversation history. In order to deal with challenge (1), we explore scoring functions to measure the difficulty of conversations based on different input spaces. To address challenge (2) we evaluate different pacing functions, which determine the velocity in which we go from easy to difficult instances. We find that, overall, by just intelligently sorting the training data (i.e., by performing curriculum learning) we can improve the retrieval effectiveness by up to 2%.

📄 PDF Abstract BibTeX arXiv:1912.08555

Code (1)

Guzpenha/transformers_cl 공식 구현 pytorch

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Weakly-Supervised Neural Response Selection from an Ensemble of Task-Specialised Dialogue Agents

2020-05-06 · Asir Saeed, Khai Mai, Pham Minh, Nguyen Tuan Duc 외

Dialogue engines that incorporate different types of agents to converse with humans are popular. However, conversations are dynamic in the sense that a selected response will change the conversation on-the-fly, influenci…

Dialogue Response Selection with Hierarchical Curriculum Learning

2020-12-29 · ACL 2021 5 · Yixuan Su, Deng Cai, Qingyu Zhou, Zibo Lin 외

We study the learning of a matching model for dialogue response selection. Motivated by the recent finding that models trained with random negative samples are not ideal in real-world scenarios, we propose a hierarchical…

Conversational Response Selection

On Overcoming Miscalibrated Conversational Priors in LLM-based Chatbots

2024-06-01 · Christine Herlihy, Jennifer Neville, Tobias Schnabel, Adith Swaminathan

We explore the use of Large Language Model (LLM-based) chatbots to power recommender systems. We observe that the chatbots respond poorly when they encounter under-specified requests (e.g., they make incorrect assumption…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems

GenAITEd Ghana: A First-of-Its-Kind Context-Aware and Curriculum-Aligned Conversational AI Agent for Teacher Education

2025-12-31 · Matthew Nyaaba, Patrick Kyeremeh, Macharious Nabang, Bismark Nyaaba Akanzire 외 arxiv

Global frameworks increasingly advocate for Responsible Artificial Intelligence (AI) in education, yet they provide limited guidance on how ethical, culturally responsive, and curriculum-aligned AI can be operationalized…

Response GenerationSpeech Recognition

How Do Humans Teach: On Curriculum Learning and Teaching Dimension

2011-12-01 · NeurIPS 2011 12 · Faisal Khan, Bilge Mutlu, Jerry Zhu

We study the empirical strategies that humans follow as they teach a target concept with a simple 1D threshold to a robot. Previous studies of computational teaching, particularly the teaching dimension model and the cu…