Goto

Collaborating Authors

 Education


Uzbek text's correspondence with the educational potential of pupils: a case study of the School corpus

arXiv.org Artificial Intelligence

One of the major challenges of an educational system is choosing appropriate content considering pupils' age and intellectual potential. In this article the experiment of primary school grades (from 1st to 4th grades) is considered for automatically determining the correspondence of an educational materials recommended for pupils by using the School corpus where it includes the dataset of 25 school textbooks confirmed by the Ministry of preschool and school education of the Republic of Uzbekistan. In this case, TF-IDF scores of the texts are determined, they are converted into a vector representation, and the given educational materials are compared with the corresponding class of the School corpus using the cosine similarity algorithm. Based on the results of the calculation, it is determined whether the given educational material is appropriate or not appropriate for the pupils' educational potential.


Mixing Backward- with Forward-Chaining for Metacognitive Skill Acquisition and Transfer

arXiv.org Artificial Intelligence

Metacognitive skills have been commonly associated with preparation for future learning in deductive domains. Many researchers have regarded strategy- and time-awareness as two metacognitive skills that address how and when to use a problem-solving strategy, respectively. It was shown that students who are both strategy-and time-aware (StrTime) outperformed their nonStrTime peers across deductive domains. In this work, students were trained on a logic tutor that supports a default forward-chaining (FC) and a backward-chaining (BC) strategy. We investigated the impact of mixing BC with FC on teaching strategy- and time-awareness for nonStrTime students. During the logic instruction, the experimental students (Exp) were provided with two BC worked examples and some problems in BC to practice how and when to use BC. Meanwhile, their control (Ctrl) and StrTime peers received no such intervention. Six weeks later, all students went through a probability tutor that only supports BC to evaluate whether the acquired metacognitive skills are transferred from logic. Our results show that on both tutors, Exp outperformed Ctrl and caught up with StrTime.


Representation Bias in Data: A Survey on Identification and Resolution Techniques

arXiv.org Artificial Intelligence

Data-driven algorithms are only as good as the data they work with, while data sets, especially social data, often fail to represent minorities adequately. Representation Bias in data can happen due to various reasons ranging from historical discrimination to selection and sampling biases in the data acquisition and preparation methods. Given that "bias in, bias out", one cannot expect AI-based solutions to have equitable outcomes for societal applications, without addressing issues such as representation bias. While there has been extensive study of fairness in machine learning models, including several review papers, bias in the data has been less studied. This paper reviews the literature on identifying and resolving representation bias as a feature of a data set, independent of how consumed later. The scope of this survey is bounded to structured (tabular) and unstructured (e.g., image, text, graph) data. It presents taxonomies to categorize the studied techniques based on multiple design dimensions and provides a side-by-side comparison of their properties. There is still a long way to fully address representation bias issues in data. The authors hope that this survey motivates researchers to approach these challenges in the future by observing existing work within their respective domains.


Byzantine-Resilient Federated Learning at Edge

arXiv.org Artificial Intelligence

Both Byzantine resilience and communication efficiency have attracted tremendous attention recently for their significance in edge federated learning. However, most existing algorithms may fail when dealing with real-world irregular data that behaves in a heavy-tailed manner. To address this issue, we study the stochastic convex and non-convex optimization problem for federated learning at edge and show how to handle heavy-tailed data while retaining the Byzantine resilience, communication efficiency and the optimal statistical error rates simultaneously. Specifically, we first present a Byzantine-resilient distributed gradient descent algorithm that can handle the heavy-tailed data and meanwhile converge under the standard assumptions. To reduce the communication overhead, we further propose another algorithm that incorporates gradient compression techniques to save communication costs during the learning process. Theoretical analysis shows that our algorithms achieve order-optimal statistical error rate in presence of Byzantine devices. Finally, we conduct extensive experiments on both synthetic and real-world datasets to verify the efficacy of our algorithms.


OpenAI's GPT-4 exhibits "human-level performance" on professional benchmarks

#artificialintelligence

On Tuesday, OpenAI announced GPT-4, a large multimodal model that can accept text and image inputs while returning text output that "exhibits human-level performance on various professional and academic benchmarks," according to OpenAI. Also on Tuesday, Microsoft announced that Bing Chat has been running on GPT-4 all along. If it performs as claimed, GPT-4 potentially represents the opening of a new era in artificial intelligence. "It passes a simulated bar exam with a score around the top 10% of test takers," writes OpenAI in its announcement. OpenAI plans to release GPT-4's text capability through ChatGPT and its commercial API, but with a waitlist at first.


Senior Manager, Machine Learning Engineering (Coupang Play) at Coupang - Singapore, Singapore

#artificialintelligence

Launched in December 2020, Coupang Play is Coupang's OTT (over-the-top) service. Coupang Play aims to become the definitive destination for digital content. Backed by our strong Product and Engineering teams in Seoul, Singapore, and Mountain View -- Coupang Play has been creating and optimizing the viewing experience for our customers. Coupang Play is available on mobile devices, tablet PCs, smart TVs, and your preferred browsers. We are building a competitive content library that includes TV for children and all ages, movies, live sports, educational content, and more.


OpenAI Reveals 'Human-Level Performance' GPT-4 That Passed Bar Exam Among Top 10%

International Business Times

OpenAI has revealed that GPT-4, the latest version of its primary large language model, exhibits "human-level performance" on various professional and academic tests, including passing a simulated bar exam in the top 10% of test takers. The update is a huge improvement from GPT-3.5, which scored around the bottom 10%, OpenAI said in an announcement Tuesday. GPT-4, which learns its skills by analyzing huge amounts of data culled from the internet, was designed to power artificial intelligence chatbots such as Bing's AI chat and OpenAI's ChatGPT as well as various other systems, from business software to personal online tutors. OpenAI said in a blog post that the new model is "more creative and collaborative than ever before" and "can solve difficult problems with greater accuracy, thanks to its broader general knowledge and problem-solving abilities." "The difference comes out when the complexity of the task reaches a sufficient threshold," OpenAI wrote.


ChatGPT Takes NEET; Will it Pass with Flying Colors or Flunk Out?

#artificialintelligence

Microsoft-backed OpenAI's ChatGPT is known for its versatility for the chatbot can switch between generating complex codes to composing songs with ease. Its capabilities extend beyond the literary and technical realms, as it now has an array of impressive academic accomplishments to show off. Besides acing the MBA program at the University of Pennsylvania and the law exam at Minnesota Law School, the chatbot passed the United States Medical Licensing Examination (USMLE) at one go, which usually takes aspiring doctors close to four years and over two years of clinical rotations to clear. But, after a failed attempt at UPSC, AIM decided to check ChatGPT's medicine prowess. This time around, we experimented with NEET (UG), one of the most difficult entrance examinations for medical aspirants, which often requires more than one attempt to get into the top medical schools in India.


Fixed Design Analysis of Regularization-Based Continual Learning

arXiv.org Artificial Intelligence

We consider a continual learning (CL) problem with two linear regression tasks in the fixed design setting, where the feature vectors are assumed fixed and the labels are assumed to be random variables. We consider an $\ell_2$-regularized CL algorithm, which computes an Ordinary Least Squares parameter to fit the first dataset, then computes another parameter that fits the second dataset under an $\ell_2$-regularization penalizing its deviation from the first parameter, and outputs the second parameter. For this algorithm, we provide tight bounds on the average risk over the two tasks. Our risk bounds reveal a provable trade-off between forgetting and intransigence of the $\ell_2$-regularized CL algorithm: with a large regularization parameter, the algorithm output forgets less information about the first task but is intransigent to extract new information from the second task; and vice versa. Our results suggest that catastrophic forgetting could happen for CL with dissimilar tasks (under a precise similarity measurement) and that a well-tuned $\ell_2$-regularization can partially mitigate this issue by introducing intransigence.


SFE: A Simple, Fast and Efficient Feature Selection Algorithm for High-Dimensional Data

arXiv.org Artificial Intelligence

In this paper, a new feature selection algorithm, called SFE (Simple, Fast, and Efficient), is proposed for high-dimensional datasets. The SFE algorithm performs its search process using a search agent and two operators: non-selection and selection. It comprises two phases: exploration and exploitation. In the exploration phase, the non-selection operator performs a global search in the entire problem search space for the irrelevant, redundant, trivial, and noisy features, and changes the status of the features from selected mode to non-selected mode. In the exploitation phase, the selection operator searches the problem search space for the features with a high impact on the classification results, and changes the status of the features from non-selected mode to selected mode. The proposed SFE is successful in feature selection from high-dimensional datasets. However, after reducing the dimensionality of a dataset, its performance cannot be increased significantly. In these situations, an evolutionary computational method could be used to find a more efficient subset of features in the new and reduced search space. To overcome this issue, this paper proposes a hybrid algorithm, SFE-PSO (particle swarm optimization) to find an optimal feature subset. The efficiency and effectiveness of the SFE and the SFE-PSO for feature selection are compared on 40 high-dimensional datasets. Their performances were compared with six recently proposed feature selection algorithms. The results obtained indicate that the two proposed algorithms significantly outperform the other algorithms, and can be used as efficient and effective algorithms in selecting features from high-dimensional datasets.