Fix title and rebuttal passing via gr.State instead of hidden textboxes
4827e31
Sina1138commited on
Fix polarity display and title rendering on HF Spaces
ea98c29
Sina1138commited on
Improve title extraction logic in fetch_reviews_from_openreview_link function for better fallback handling
18efeda
Sina1138commited on
Refactor toggle_display_mode function for improved clarity and performance in Demo.py
743539c
Sina1138commited on
Add success handler for display mode toggle in Demo.py and improve title fetching fallback in interactive_processor.py
34bd850
Sina1138commited on
Implement dark mode theme overrides to match light mode appearance in Demo.py
db8e2b5
Sina1138commited on
Remove forced light theme script from Gradio initialization in Demo.py
2979714
Sina1138commited on
Add script to enforce light theme before Gradio initialization
204d686
Sina1138commited on
Update light theme handling in Demo.py for proper Gradio redirection
213f4fe
Sina1138commited on
Remove forced light theme CSS overrides from Demo.py
575fa41
Sina1138commited on
Force light theme in Demo.py to override dark mode settings
f79ada0
Sina1138commited on
Force light theme on HF Spaces
05e9824
Sina1138commited on
Skip ensure_device on ZeroGPU: GPU managed transparently by spaces library
ac2b45c
Sina1138commited on
Force CPU on ZeroGPU: CUDA init not allowed in main process
1a50e25
Sina1138commited on
Add @spaces.GPU decorated functions for ZeroGPU compatibility
269e282
Sina1138commited on
Disable server-side rendering for demo launch
fefa128
Sina1138commited on
Refactor process_interactive_reviews_fast to use string keys for thread states and add UUID
244b1bd
Sina1138commited on
Remove GPU decorator from process_interactive_reviews_fast for streamlined processing
11bcfa8
Sina1138commited on
Refactor model references and enhance ZeroGPU support; update README and requirements for HF
fdaabfa
Sina1138commited on
[Improvement - alpha] Implement RSARerankingCached for improved efficiency in interactive review processing; update import in interactive_processor.py to use cached version.
acf8e5e
Sina1138commited on
Enhance interactive review processing by adding thread management for polarity and topic predictions; set optimal thread count for SLURM environments; update loss function to ignore padding tokens.
97c36d1
Sina1138commited on
Add interactive legend HTML reset on new submission in Demo.py
4c02957
Sina1138commited on
Add timing metrics for model loading and processing in interactive review; optimize polarity and topic prediction with batch processing; Remove threading for polarity and topic (huge CPU slowdown)
389ed35
Sina1138commited on
Reduce max_length for model inputs to 256 tokens for improved performance; add BetterTransformer support for CPU speedup in interactive review processing.
af9d146
Sina1138commited on
Refactor toggle button styles and enhance paper title heading in Demo.py; improve layout for better visibility and user interaction.
2f97768
Sina1138commited on
Enhance jump button functionality and add color legends for polarity and topic modes in Demo.py; improve layout and styling for better user experience.
9ad32da
Sina1138commited on
Add unified review card builder and format rebuttal as collapsible HTML in Demo.py
73692a4
Sina1138commited on
Enhance interactive review processing in Demo.py; embed rebuttal HTML in review cards and improve progress display messages.
726e124
Sina1138commited on
Refactor results section layout in Demo.py; improve vertical spacing and remove unnecessary wrapper for progress bars.
2027d7b
Sina1138commited on
Refactor progress bar HTML for agreement and polarity computations; enhance ETA and elapsed time display in agreement progress function.
ece95cb
Sina1138commited on
Add progress tracking for RSA computation in background and interactive processor
6a89f35
Sina1138commited on
Add jump-to buttons and agreement progress bar in Demo.py; refactor review fetching in interactive_processor.py
d477af8
Sina1138commited on
[Code Review] Enhance Demo.py and interactive_processor.py:
bcdc11a
Sina1138commited on
Adjust agreement amplification settings in Demo.py for consistent color representation; Update gitignore.
1242075
Sina1138commited on
Refactor and streamline review card rendering: consolidate HTML generation into a single function for collapsible cards and streamline rendering logic in review and agreement sections.
49eded7
Sina1138commited on
Add common themes formatting: normalize polarity, group sentences by topic, and render polarity breakdown for improved review insights.
7fbbfc1
Sina1138commited on
Add Expand/Collapse functionality for reviews and rebuttals, enhance HTML rendering for improved formatting, default to light mode
8ea388a
Sina1138commited on
Add Expand/Collapse toggle for author responses in review section
d8b84f2
Sina1138commited on
Fix UI elements: set default choice to "No Highlighting" and load initial data for pre-processed tab on page load.
448af14
Sina1138commited on
Enhance RSA data handling: parse listener/speaker distributions from CSV, integrate into review metadata, and update visualization logic for improved agreement representation.
caf5ce4
Sina1138commited on
Update pre-processed tab to have a consistent design as interactive tab.
7a14afe
Sina1138commited on
Enhance opacity calculation in render_agreement_html: suppress blue opacity for highly concentrated listener responses to improve visual clarity.
5a18658
Sina1138commited on
Refactor summary card rendering: remove _find_corresponding function, streamline HTML structure, and enhance collapsible elements for author responses and divergent opinions.
a0817e1
Sina1138commited on
Add semantic similarity detection for sentences: implement _find_corresponding function to identify similar sentences across reviews and enhance summary card rendering with corresponding sentence matches.
623f4c7
Sina1138commited on
Refactor summary card rendering: enhance review source badges, improve listener entropy ranking for common sentences, and streamline opacity calculations for agreement visualization.
2b125b7
Sina1138commited on
Add informativeness computation and enhance RSA processing: implement sentence ranking by informativeness and uniqueness, and improve HTML rendering for agreement and divergence summaries.
80d3367
Sina1138commited on
Add centralized sentence filtering for RSA and polarity scoring; enhance interactive review processor to filter noise sentences and improve summary card formatting
894cdf6
Sina1138commited on
Enhance score normalization in interactive review processor: implement robust median-centered, IQR-scaled clipping to improve color scale handling
8bcd5eb
Sina1138commited on
Enhance paper title handling: load titles from raw data CSVs for improved metadata accuracy in reviews
4cd1bc5
Sina1138commited on
Update model loading to prioritize local trained models for improved accuracy; adjust configuration for model paths and fallback options