paper-with-me

Papers

Towards Transparency: Exploring LLM Trainings Datasets through Visual Topic Modeling and Semantic Frame

2024-06-03 · Charles de Dampierre, Andrei Mogoutov, Nicolas Baumard

LLMs are now responsible for making many decisions on behalf of humans: from answering questions to classifying things, they have become an important part of everyday life. While computation and model architecture have been rapidly expanding in recent years, the efforts towards curating training datasets are still in their beginnings. This underappreciation of training datasets has led LLMs to create biased and low-quality content. In order to solve that issue, we present Bunka, a software that leverages AI and Cognitive Science to improve the refinement of textual datasets. We show how Topic Modeling coupled with 2-dimensional Cartography can increase the transparency of datasets. We then show how the same Topic Modeling techniques can be applied to Preferences datasets to accelerate the fine-tuning process and increase the capacities of the model on different benchmarks. Lastly, we show how using Frame Analysis can give insights into existing biases in the training corpus. Overall, we argue that we need better tools to explore and increase the quality and transparency of LLMs training datasets.

📄 PDF Abstract BibTeX arXiv:2406.06574

Code (1)

charlesdedampierre/NeurIPS2024 공식 구현

Similar Papers 제목 키워드 기반

On the Variance of Neural Network Training with respect to Test Sets and Distributions

2023-04-04 · Keller Jordan

Typical neural network trainings have substantial variance in test-set performance between repeated runs, impeding hyperparameter comparison and training reproducibility. In this work we present the following results tow…

Binary ClassificationData Augmentation

Improving Code Autocompletion with Transfer Learning

2021-05-12 · Wen Zhou, Seohyun Kim, Vijayaraghavan Murali, Gareth Ari Aye

Software language models have achieved promising results predicting code completion usages, and several industry studies have described successful IDE integrations. Recently, accuracy in autocompletion prediction improve…

Code CompletionTransfer Learning

Avatar Visual Similarity for Social HCI: Increasing Self-Awareness

2024-08-23 · Bernhard Hilpert, Claudio Alves da Silva, Leon Christidis, Chirag Bhuvaneshwara 외

Self-awareness is a critical factor in social human-human interaction and, hence, in social HCI interaction. Increasing self-awareness through mirrors or video recordings is common in face-to-face trainings, since it inf…

An Optimization Principle Of Deep Learning?

2019-09-25 · Cheng Chen, Junjie Yang, Yi Zhou

Training deep neural networks (DNNs) has achieved great success in recent years. Modern DNN trainings utilize various types of training techniques that are developed in different aspects, e.g., activation functions for n…

Deep Learning

Visualizing Rule Sets: Exploration and Validation of a Design Space

2021-03-01 · Jun Yuan, Oded Nov, Enrico Bertini

Rule sets are often used in Machine Learning (ML) as a way to communicate the model logic in settings where transparency and intelligibility are necessary. Rule sets are typically presented as a text-based list of logica…