Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualizations #6

Open
wants to merge 85 commits into
base: main
Choose a base branch
from
Open

Conversation

nils-bz
Copy link

@nils-bz nils-bz commented Sep 30, 2024

We integrated several visualizations allowing for deeper insights into the system's mechanisms.

These visualizations cover:

  1. 3D Grid visualizing dimension-reduced embeddings of all best guesses of all documents (NuggetListWidget)
  2. Data Insights section displaying the effects of the user's latest feedback (NuggetListWidget)
  3. 3D-Grid visualizing dimension-reduced embeddings of all nuggets of the currently opened document (DocumentWidget)
  4. Bar Chart displaying the cosine similarity of all nuggets of the currently opened document (DocumentWidget)

nils-bz and others added 30 commits May 29, 2024 21:32
add scatterplot to display cosine distance between points, click on one point to display corresponding text+distance
Display only the relevant information nuggets on the scatter plot/bar chart for the currently selected document, without accumulating data from previously viewed documents (irrelevant information nuggets)
adjust plot layout to prevent annotation boxes from getting out of the plot window in fullscreen mode
change colormap of scatterplot to represent distances (same color for same distance)
@Jannis25 Jannis25 mentioned this pull request Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants