Skip to content

Commit 2de9d8a

Browse files
rpranabPranab Rajbhandari
and
Pranab Rajbhandari
authored
Release notes for 6.10.0 Generative AI lab (#1685)
* changes for 610 release notes * corrections --------- Co-authored-by: Pranab Rajbhandari <pranabrajbhandari@Pranabs-MacBook-Pro.local>
1 parent acd7d42 commit 2de9d8a

File tree

13 files changed

+183
-71
lines changed

13 files changed

+183
-71
lines changed

docs/_includes/docs-annotation-pagination.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
</li>
1111
</ul>
1212
<ul class="pagination owl-carousel pagination_big">
13-
<li><a href="release_notes_6_9_0">6.9.0</a></li>
13+
<li><a href="release_notes_6_10_0">6.10.0</a></li>
14+
<li><a href="release_notes_6_9_1">6.9.1</a></li>
15+
<li><a href="release_notes_6_9_0">6.9.0</a></li>
1416
<li><a href="release_notes_6_8_1">6.8.1</a></li>
1517
<li><a href="release_notes_6_8_0">6.8.0</a></li>
1618
<li><a href="release_notes_6_7_2">6.7.2</a></li>
511 KB
Loading
5.74 MB
Loading
573 KB
Loading
547 KB
Loading
353 KB
Loading
252 KB
Loading
252 KB
Loading
430 KB
Loading
433 KB
Loading
1.84 MB
Loading
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
---
2+
layout: docs
3+
header: true
4+
seotitle: Generative AI Lab | John Snow Labs
5+
title: Generative AI Lab Release Notes 6.10.0
6+
permalink: /docs/en/alab/annotation_labs_releases/release_notes_6_10_0
7+
key: docs-licensed-release-notes
8+
modify_date: 2024-08-25
9+
show_nav: true
10+
sidebar:
11+
nav: annotation-lab
12+
---
13+
14+
<div class="h3-box" markdown="1">
15+
16+
## 6.10.0
17+
18+
Release date: **01-13-2025**
19+
20+
## Generative AI Lab 6.10.0: Faster Preannotation along with De-identification, and Improved Non-Overlapping Relations
21+
Generative AI Lab 6.10 brings an update that makes marked improvements to the speed of our Pre-annotation function, and De-identification projects. Additionally, we’ve made usability improvements to relation visualizations, allowing for a clearer view of projects.
22+
23+
Additional features include the ability to use annotation guidelines in HTML projects, a UI improvement to the analytics request page, and other small improvements.
24+
25+
## Enhanced NER Pre-annotation and De-identification
26+
Version 6.10.0 focused on an upgrade to the Pre-annotation and De-identification processes, combining speed, efficiency, and reliability. Pre-annotation processes have been fine-tuned, dramatically reducing processing time. De-identification workflows now leverage advanced pipelines for faster and more accurate results.
27+
28+
Redesigning our workflow for these processes allows for an increase in performance of up to **3x**. Our benchmark data showed consistently that for datasets that were routinely being pre-annotated at a rate of 300 tasks per hour, we are now able to pre-annotate at a rate of 1100 tasks per hour. This was a necessary feature to support our customers who rely on this feature for their teams of annotators.
29+
30+
Users can seamlessly transition to this version without requiring additional training or adjustments to their workflow.
31+
32+
## Improved Non-Overlapping Relations
33+
In earlier versions, when multiple relations were defined between text chunks positioned close to each other, the arrows and labels representing these relations would often overlap. This overlap created visual clutter, making it difficult for users to accurately distinguish and interpret the relations.
34+
35+
**Before:**
36+
![6100image](/assets/images/annotation_lab/6.10.0/1.png)
37+
38+
The display logic for relation lines has been refined to prevent overlapping. Relation arrows and labels are now strategically spaced and arranged into tiers based on the number of overlaps for each line, providing a clean and organized visual presentation. This improvement significantly enhances readability and reduces confusion when analyzing complex relationships between text chunks.
39+
40+
**After:**
41+
![6100image](/assets/images/annotation_lab/6.10.0/2.png)
42+
43+
The improved relation visualization feature, "**Accommodate Relation Overlap**" is now enabled by default, though it can be disabled for instances where overlapping of many relationships makes the text difficult to read. The goal of this feature is to decrease ambiguity in relations.
44+
45+
![6100image](/assets/images/annotation_lab/6.10.0/3.png)
46+
47+
## Improvements
48+
### Highlighted Model Versioning Option
49+
50+
The model versioning option is now highlighted in the training page, to avoid confusion and promote the use of this pivotal feature.
51+
52+
![6100image](/assets/images/annotation_lab/6.10.0/4.png)
53+
54+
### Redesigned Analytics Permission Request Page
55+
To enhance user experience and clarity, the Analytics Dashboard activation process has been updated with the following improvements:
56+
57+
When navigating to the **Analytics** page for a project where the dashboard is not enabled, users are presented with:
58+
- Two buttons: “**Go Back**” and “**Send Request**
59+
- A clear informational message:
60+
"**Analytics Dashboard Not Enabled for This Project**
61+
`Request the Generative AI Lab administrator to enable the Analytics Dashboard for this project.`"
62+
63+
![6100image](/assets/images/annotation_lab/6.10.0/5.png)
64+
65+
Upon clicking the “**Send Request**” button, the message updates to:
66+
67+
"**Analytics Dashboard Request Sent.**
68+
`Once the request is approved by the admin, the dashboard will be available for use.`".
69+
70+
Also, the “**Send Request**” button becomes disabled, preventing duplicate submissions.
71+
72+
![6100image](/assets/images/annotation_lab/6.10.0/6.png)
73+
74+
When the “**Go Back**” button is clicked, users are redirected to the previous page allowing them to continue with other tasks while awaiting approval for the Analytics Dashboard or without submitting a request. These updates deliver a clean UI for users to request dashboard access, ensuring clarity and transparency in the activation process.
75+
76+
### Highlight Drafts on Annotation page
77+
As part of our continuous efforts to improve the user experience, the Completions section has been updated to ensure consistent capitalization throughout the interface. Additionally, the text color for these messages has been changed to orange to enhance visibility and emphasis.
78+
79+
Message in the Completion Tab When a Draft Is Saved:
80+
81+
![6100image](/assets/images/annotation_lab/6.10.0/7.png)
82+
83+
Message in the Completion Tab When Viewing the Last Saved Annotation:
84+
85+
![6100image](/assets/images/annotation_lab/6.10.0/8.png)
86+
87+
### Bug Fixes
88+
89+
- **De-identification not working in Section Based Annotation-enabled project**
90+
91+
Section-based annotation filters tasks by relevant sections. When such tasks are pre-annotated using models and then de-identified, the de-identified text was previously not visible in these sections, as shown in the comparison screenshot below. This issue has now been resolved, and users can view the de-identified text by clicking the **Compare De-identified Data** button and then be exported as needed.
92+
93+
**Before:**
94+
![6100image](/assets/images/annotation_lab/6.10.0/9.png)
95+
96+
**After:**
97+
![6100image](/assets/images/annotation_lab/6.10.0/10.png)>
98+
99+
- **Model Publishing Fails with Error**
100+
101+
Users can once again publish their models to the models hub.
102+
103+
- **Users attempting External Prompts in Visual NER projects**
104+
105+
Visual NER Projects now have validation to prevent relation prompts and external prompts from being attempted, as this feature is not currently available.
106+
107+
- **Users can combine Visual NER model with Rules during project configuration**
108+
109+
Rules are not supported for Visual NER projects, so a validation error is now displayed when users attempt to add rules alongside a Visual NER model.
110+
111+
- **"Define What to Annotate" tab is hidden if the user tries to add/remove the External Classification Prompt**
112+
113+
The issue has been resolved now and users can no longer add classification prompts to the visual project hence the behaviour will no longer be an issue.
114+
115+
116+
</div><div class="prev_ver h3-box" markdown="1">
117+
118+
## Versions
119+
120+
</div>
121+
122+
{%- include docs-annotation-pagination.html -%}

0 commit comments

Comments
 (0)