paper-with-me

Papers

Problem-Solving Guide: Predicting the Algorithm Tags and Difficulty for Competitive Programming Problems

2023-10-09 · Juntae Kim, Eunjung Cho, Dongbin Na

The recent program development industries have required problem-solving abilities for engineers, especially application developers. However, AI-based education systems to help solve computer algorithm problems have not yet attracted attention, while most big tech companies require the ability to solve algorithm problems including Google, Meta, and Amazon. The most useful guide to solving algorithm problems might be guessing the category (tag) of the facing problems. Therefore, our study addresses the task of predicting the algorithm tag as a useful tool for engineers and developers. Moreover, we also consider predicting the difficulty levels of algorithm problems, which can be used as useful guidance to calculate the required time to solve that problem. In this paper, we present a real-world algorithm problem multi-task dataset, AMT, by mainly collecting problem samples from the most famous and large competitive programming website Codeforces. To the best of our knowledge, our proposed dataset is the most large-scale dataset for predicting algorithm tags compared to previous studies. Moreover, our work is the first to address predicting the difficulty levels of algorithm problems. We present a deep learning-based novel method for simultaneously predicting algorithm tags and the difficulty levels of an algorithm problem given. All datasets and source codes are available at https://github.com/sronger/PSG_Predicting_Algorithm_Tags_and_Difficulty.

📄 PDF Abstract BibTeX arXiv:2310.05791

Code (1)

sronger/psg_predicting_algorithm_tags_and_difficulty 공식 구현 pytorch

Tasks

TAG

Similar Papers 제목 키워드 기반

Tag-LLM: Repurposing General-Purpose LLMs for Specialized Domains

2024-02-06 · Junhong Shen, Neil Tenenholtz, James Brian Hall, David Alvarez-Melis 외

Large Language Models (LLMs) have demonstrated remarkable proficiency in understanding and generating natural language. However, their capabilities wane in highly specialized domains underrepresented in the pretraining c…

TAGZero-shot Generalization

From Problem-Solving to Teaching Problem-Solving: Aligning LLMs with Pedagogy using Reinforcement Learning

2025-05-21 · David Dinucu-Jianu, Jakub Macina, Nico Daheim, Ido Hakimi 외

Large language models (LLMs) can transform education, but their optimization for direct question-answering often undermines effective pedagogy which requires strategically withholding answers. To mitigate this, we propos…

Question AnsweringReinforcement Learning (RL)

Automatic Generation of Social Tags for Music Recommendation

2007-12-01 · NeurIPS 2007 12 · Douglas Eck, Paul Lamere, Thierry Bertin-Mahieux, Stephen Green

Social tags are user-generated keywords associated with some resource on the Web. In the case of music, social tags have become an important component of Web2.0" recommender systems, allowing users to generate playlists …

Music RecommendationRecommendation SystemsTAG

Diverse Image Annotation

2017-07-01 · CVPR 2017 7 · Baoyuan Wu, Fan Jia, Wei Liu, Bernard Ghanem

In this work we study the task of image annotation, of which the goal is to describe an image using a few tags. Instead of predicting the full list of tags, here we target for providing a short list of tags under a limit…

DiversityTAG

Folksonomication: Predicting Tags for Movies from Plot Synopses Using Emotion Flow Encoded Neural Network

2018-08-15 · COLING 2018 8 · Sudipta Kar, Suraj Maharjan, Thamar Solorio

Folksonomy of movies covers a wide range of heterogeneous information about movies, like the genre, plot structure, visual experiences, soundtracks, metadata, and emotional experiences from watching a movie. Being able t…

Retrieval