Manipulative Expression Recognition (MER) and LLM Manipulativeness Benchmark
A software library which enables people to analyse a transcript of a conversation or a single message. The library annotates relevant parts of the text with labels of different manipulative communication styles detected in this conversation or message. One of main use cases would be evaluating the presence of manipulation originating from large language model generated responses or conversations. The other main use case is evaluating human created conversations and responses. The software does not do fact checking, it focuses on labelling the psychological style of expressions present in the input text.

Completed: May 2023 - present
In cooperation with: This work was submitted to the Safety Benchmarks Hackathon https://alignmentjam.com/jam/benchmarks
 



 
Extended, multi-agent and multi-objective version of AI Safety Gridworlds
Extended, multi-agent and multi-objective (MaMoRL) environments based on DeepMind's AI Safety Gridworlds. This is a suite of reinforcement learning environments illustrating various safety properties of intelligent agents. It is made compatible with OpenAI's Gym/Gymnasium and Farama Foundation PettingZoo.

Completed: May 2022 - present
In cooperation with: Ben Smith, Robert Klassert, Joel Pyykkö, AI Safety Camp V, AIntelope, EA Funds, Emergent Ventures / Mercatus Center at George Mason University, and Foresight Institute
 



 
A paper about AI safety - Soft maximin approaches to Multi-Objective Decision-making for encoding human intuitive values
Abstract: Balancing multiple competing and conflicting objectives is an essential task for any artificial intelligence tasked with satisfying human values or preferences. Conflict arises both from misalignment between individuals with competing values, but also between conflicting value systems held by a single human. Starting with principles of loss-aversion and maximin, we designed a set of soft maximin function approaches to multi-objective decision-making.

The research was presented at MODeM (Multi-Objective Decision Making) 2021 workshop and is accepted for publication by AAMAS (Autonomous Agents and Multi-Agent Systems) journal.

Completed: July 2021 - October 2022
In cooperation with: Ben Smith, Robert Klassert, Peter Vamplew, AI Safety Camp V, EA Funds and Emergent Ventures / Mercatus Center at George Mason University
 



 
AI Safety research
Articles on topics about the AI alignment, AI safety related problems, the “Three Laws of Robotics”, and other proposed solutions.

Completed: 2007 - present
 



 
An optimized JavaScript implementation of the MurmurHash-3 algorithm
The implementation is based on the observation that JavaScript is not limited to exactly 32-bit integers. Rather, it internally represents integers as double-precision floats. Therefore it is limited to 52-bit integers (the mantissa length). 52 bits is enough to contain 48 bits and therefore it is able to contain the result of multiplying 32-bit and 16-bit numbers without loss of significant bits. This observation enables the algorithm to be implemented so that it requires less operations to emulate multiplications of 32-bit members, as compared to an algorithm that uses multiplications of 16-bit members to emulate multiplications of 32-bit members. Also because of that, addition of 32-bit operands can be performed simpler.

Completed: 24. January 2015
 



 
Framework for modelling of Natural General Intelligence
This project aims at creation of open source AGI (Artificial General Intelligence) through modeling of natural thinking.

The framework contains working model of classical and operant conditioning, plus insight learning.

The framework is flexible, not brittle. It is partially written using C++ metaprograms in such a way that it is easy to modify, add or remove model's components, without breaking the whole system or overwhelming programmers attention.

Additionally it contains multiple general-purpose libraries (for example: segmented linked lists; a metaprogram for generating net-like "pipeline" structures; a substantial extension of Boost "Parameter" library; metaprograms for generating SSE vector code) - which may become separate projects in the future.

One can test this framework for example connecting it with controller for SimRobot robot simulation software (SimRobot is a separate project), but other uses should be also handy without much modification.

Completed: 22. May 2007
 



 
Methods for calculating precise logarithm of a sum and subtraction
Disclosed are methods to compute the precise value of the logarithm of a sum and the logarithm of a subtraction.

A number of practical problems can result in having too big or small values in intermediate values of a calculation. Then one tries to take logarithm of these values and operate on logarithms instead.

In the case: log (p • q) equals log p + log q is very easy to compute, but the problem is then to compute (or approximate) the value of log (a + b) from the value of log a and log b.

Let us assume that log a and log b are known, and that we want to approximate log (a + b).
Most basic solution would be calculating
sum_log equals log(exp(a_log) + exp(b_log)),
where a_log equals log a and b_log equals log b and therefore sum_log equals log(a + b).
But the method I propose requires calling only one exp() and one log(), instead of two exp() and one log() in the basic solution.
Additionally, the proposed method has the critical advantage of not overflowing in case of large numbers of a and b.

Completed: Spring 2007
 
    Order a software 
 
 
 


© Simplify | Macrotec LLC | phone +372 58 058 134 | e-mail: info@simplify.ee