logoalt Hacker News

ak_111today at 7:06 PM1 replyview on HN

if the data is not synthetic, how do you ensure that the LLM hasn't learnt about this data for example from training on the Financial Times.


Replies

Mzzzzztoday at 7:21 PM

We do a 2 step anonymisation: 1. Mask all symbols, timestamps etc. So the agents cannot infer the assets/time periods. 2. Mathematically transform numerical values and returns. E.g. the market return targets are not the raw market returns, but neutralised and manipulated. So even the agents have certain bullish/bearish biases, it cannot make use of it, as we use the transformed values.

In addition, we did not observe such behaviour in our traces. An example: https://hub.harborframework.com/jobs/af0299f9-a3bb-44ea-8ced...

show 1 reply