Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-Legoupil committed May 23, 2024
1 parent 138c3ca commit 6f06e9b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 21 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,8 @@ <h3 class="anchored" data-anchor-id="a-fine-tuned-expert-model">A Fine-Tuned “
</section>
<section id="conclusions" class="level2">
<h2 class="anchored" data-anchor-id="conclusions">Conclusions</h2>
<p>Blind trust in AI definitely comes with <strong>serious risks to manage</strong>. And at first on one side, the lack of transparency and explainability and on the other side the occurence and reproduction of bias and discrimination.</p>
<p>Trust building will therefore require <strong>organizational commitement to control</strong>:</p>
<p>Blind trust in AI definitely comes with <strong>serious risks to manage</strong>. And at first on one side, the lack of transparency and explainability and on the other side the occurrence and reproduction of bias and discrimination.</p>
<p>Trust building will therefore require <strong>organizational commitment to control</strong>:</p>
<ul>
<li>the performance of information retrieval (<em>RAG</em>);<br>
</li>
Expand Down
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1293,9 +1293,9 @@ A fine tune model could help front-loading many more contexts that a simple foun

## Conclusions {#conclusions}

Blind trust in AI definitely comes with **serious risks to manage**. And at first on one side, the lack of transparency and explainability and on the other side the occurence and reproduction of bias and discrimination.
Blind trust in AI definitely comes with **serious risks to manage**. And at first on one side, the lack of transparency and explainability and on the other side the occurrence and reproduction of bias and discrimination.

Trust building will therefore require **organizational commitement to control**:
Trust building will therefore require **organizational commitment to control**:

- the performance of information retrieval (*RAG*);\
- the ground truthing and alignment of model outputs (*Fine-tuning*).
Expand Down
4 changes: 2 additions & 2 deletions prez/prez.html
Original file line number Diff line number Diff line change
Expand Up @@ -1451,8 +1451,8 @@ <h2>Some Considerations</h2>
</section>
<section id="conclusions" class="slide level2">
<h2>Conclusions</h2>
<p>Blind trust in AI definitely comes with <strong>serious risks to manage</strong>. And at first on one side, the lack of transparency and explainability and on the other side the occurence and reproduction of bias and discrimination.</p>
<p>Trust building will therefore require <strong>organizational commitement to control</strong>:</p>
<p>Blind trust in AI definitely comes with <strong>serious risks to manage</strong>. And at first on one side, the lack of transparency and explainability and on the other side the occurrence and reproduction of bias and discrimination.</p>
<p>Trust building will therefore require <strong>organizational commitment to control</strong>:</p>
<ul>
<li>the performance of information retrieval (<em>RAG</em>);<br>
</li>
Expand Down
21 changes: 6 additions & 15 deletions prez/prez.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ embed-resources: true
Edward Osborne Wilson

::: notes

simpler procedures,
faster turnaround times,
more secure responses,
and more effective public policies.


simpler procedures, faster turnaround times, more secure responses, and more effective public policies.
:::

## Current Challenge
Expand Down Expand Up @@ -93,7 +87,6 @@ Mechanism: - Retrieval: Fetches relevant documents or information from a knowled
Benefits: - Enhanced accuracy and relevance of generated responses. - Effective in scenarios with vast, dynamic information sources.

Text embedding models are statistical methods that represent text as numerical vectors. These embeddings aim to capture the semantic meaning of words and phrases in an efficient and user-friendly manner. They find applications in various natural language processing tasks and are constantly evolving.

:::

## Leaderboard for Large Language Models
Expand Down Expand Up @@ -227,10 +220,9 @@ See [full article here](https://edouard-legoupil.github.io/rag_extraction/){targ
5. **Evaluation**: Assess accuracy, relevance, and efficiency using [RAGAS (Retrieval Augmented Generation Assessment)](https://docs.ragas.io/en/stable/){target="_blank"}.
:::


## An interface for Human Review of LLM outputs

![](img/labelstudio.png){fig-align="center"}
![](img/labelstudio.png){fig-align="center"}

## AI Deployment: Buy or Build?

Expand Down Expand Up @@ -258,12 +250,11 @@ Quick implementation with vendor support. Cost-effective for standard applicatio
by refining the AI with ORGANISATION SPECIFIC Operational data, we can enhance its ability to support our teams more accurately and efficiently
:::


## Conclusions

Blind trust in AI definitely comes with **serious risks to manage**. And at first on one side, the lack of transparency and explainability and on the other side the occurence and reproduction of bias and discrimination.
Blind trust in AI definitely comes with **serious risks to manage**. And at first on one side, the lack of transparency and explainability and on the other side the occurrence and reproduction of bias and discrimination.

Trust building will therefore require **organizational commitement to control**:
Trust building will therefore require **organizational commitment to control**:

- the performance of information retrieval (*RAG*);
- the ground truthing and alignment of model outputs (*Fine-tuning*).
- the performance of information retrieval (*RAG*);\
- the ground truthing and alignment of model outputs (*Fine-tuning*).

0 comments on commit 6f06e9b

Please sign in to comment.