Estelle Hary, a designer and co-founder of the studio Design Friction, a PhD student at RMIT University and affiliated with the Centre for Design Research, focuses more specifically on generative AI, which falls within the field of machine learning - a field she defines as "algorithms that extract forms of statistical truth and reapply them to other data". The public sector is currently taking a particular interest in LLMs (Large Language Models), which, as Estelle points out, produce results that are probabilistic rather than absolute truths (to find out more about the probabilistic model and its implications, listen to this episode of Code a changé!)
The implementation of generative AI in public policy first raises the question of access to and use of data (without data, there is no AI!), with four possible scenarios:
- The data is accessible and usable (for example, to train the LLM Albert, DINUM uses the records from service-publics.fr, which are open data and in a format that is easily machine-readable).
- The data is accessible but not directly usable (such as the information available on government websites). It is therefore necessary to carry out preliminary work to retrieve and validate the information in order to be able to use it.
- The data is not accessible but is usable, for example data held by other government bodies. This raises the question of data sharing between government bodies, a process that is intended to be facilitated by the 3DS Act adopted in 2022, the spirit of which is in line with the 'Tell us once' initiative.
- The data does not exist; it must either be created or the AI project abandoned.
In three out of four cases, it is therefore necessary to put new technical and organisational processes in place and draw on specialist expertise, such as data scientists to analyse the data and develop AI models, or lawyers specialising in digital law to ensure that data processing complies with regulations. These are skills that public authorities do not always have at their disposal.
Another significant issue relating to data is that of its scope and maintenance, which has a direct impact on the relevance of the results produced by generative AI. Albert, for example, which is currently being trialled in France Services centres, did not, at the time of the webinar, have any information on schemes specific to each territory (regions, departments, etc.), as no data relating to these was included in the model's training dataset, even though such information could be useful to France Services advisers. There is also the question of maintaining and updating this data over time, which poses a real technical and organisational challenge given how rapidly administrative and legislative matters evolve. Will it be necessary to make LLMs 'unlearn' one set of knowledge in favour of another every time a scheme changes? And how can this be done in practice?
Estelle also discussesthe impact of generative AI on work, using the example of advisers at the Maisons France Services, who assist users with various administrative procedures and are therefore required to consult, compare and summarise different sources of information. Using Albert, the adviser asks the tool a question directly and then passes on the generated response to the user. This change in practice raises several issues:
- learning how to use the LLM tool, which does not work like a search engine and requires users to formulate the right question (the prompt)*, as the way the question is phrased affects the quality and relevance of the response (this learning process must be repeated with every model update);
- the need to maintain trust and critical thinking when faced with responses generated by LLMs, which are not always reliable. Whilst these responses may seem plausible, they may contain omissions or 'hallucinations' (the invention of facts or information)... Thus, as part of the trial, France Service advisers are encouraged to use the tool for tasks or questions they are familiar with so that they can verify the accuracy of the responses, but what would happen if this were not the case? In particular, a mechanism for citing 'sources' (service-public.fr factsheets) is being tested so that advisers can quickly verify the information. Other ideas under consideration include introducing a confidence score for each response or allowing Albert to say 'I don't know'.
- the necessary 'feedback' on the quality of the answers provided by Albert, to help improve it. Indeed, the improvement of LLM models relies largely on feedback from their users (reinforcement learning from human feedback - RLHF), which amounts to generating evaluation data for the responses produced, via the agent's feedback on the perceived quality of the response (in this case, a '+' or '-' click). This is yet another example of the shift in work associated with AI. Sometimes, this data generation even requires the creation of a dedicated service, such as the one set up by the Court of Cassation to verify the pseudonymisation of court rulings by an algorithm. Estelle therefore urges public authorities wishing to develop AI to consider what impact this will have on existing roles, and what new tasks and roles it will require ... For example, the IGN, which has embarked on a major aerial image recognition project, highlights the risk of not having trained enough staff (and not having anticipated this training need) to recognise trees via remote sensing and annotate the images with the correct information.
She concludes with a broader reflection, particularly on the ethical issues surrounding the use of AI by public services: the probabilistic logic of an LLM, which may provide different answers to different people in response to the same question, could undermine the principle of equality before public services; and what about the responsibility of public authorities for what is generated by an LLM: for who is responsible in the case of a chatbot that contributes to an administrative decision or explains to a user how to circumvent the law or avoid paying tax (as a New York City chatbot recently did)? On this last point, are we not seeing, with AI, a reversal of the burden of proof, whereby it falls to the member of the public to prove that the administration is wrong, whereas previously it was up to the administration to justify its request?
*We'd also recommend this interesting article on ways to hack AI systems using these so-called prompts.