From 13fa9a8f8e16fc890a67ddfb26ba5c182cb01ce6 Mon Sep 17 00:00:00 2001 From: davidediruscio Date: Fri, 6 Jun 2025 09:53:33 +0200 Subject: [PATCH] [logseq-plugin-git:commit] 2025-06-06T07:53:33.389Z --- journals/2025_06_06.md | 7 + .../2025-06-04T09_51_57.711Z.Desktop.edn | 363 ------------------ logseq/config.edn | 2 +- pages/DONE.md | 3 +- pages/EditoringChairing___2026-ICSE.md | 17 +- ...on - INFSOF-D-25-00112 - Major Revision.md | 3 + .../Riunione Emeliot Salerno - Luglio 2025.md | 5 + pages/TODOIST-LOGSEQED.md | 12 +- pages/icse2026-paper50.md | 3 + 9 files changed, 40 insertions(+), 375 deletions(-) delete mode 100644 logseq/bak/logseq/config/2025-06-04T09_51_57.711Z.Desktop.edn create mode 100644 pages/I%3A ELSEVIER IST%3A Your Submission - INFSOF-D-25-00112 - Major Revision.md create mode 100644 pages/Riunione Emeliot Salerno - Luglio 2025.md diff --git a/journals/2025_06_06.md b/journals/2025_06_06.md index 12b84131..3b71e2ab 100644 --- a/journals/2025_06_06.md +++ b/journals/2025_06_06.md @@ -3,5 +3,12 @@ icon:: 📅 boox-notes:: ![BOOX Notes](../assets/../../onyx/TabUltraCPro/Notepad/JOURNALING.pdf) - ## Tasks + - TODO Finalizzare ICSE + - [[EditoringChairing/2026-ICSE]] + - TODO Reviews RecSyS + - TODO Call Mosaico + - TODO Call Emeliot UDA + - [[Riunione Emeliot Salerno - Luglio 2025]] + - [[I: ELSEVIER IST: Your Submission - INFSOF-D-25-00112 - Major Revision]] - ## Notes - \ No newline at end of file diff --git a/logseq/bak/logseq/config/2025-06-04T09_51_57.711Z.Desktop.edn b/logseq/bak/logseq/config/2025-06-04T09_51_57.711Z.Desktop.edn deleted file mode 100644 index 4224c624..00000000 --- a/logseq/bak/logseq/config/2025-06-04T09_51_57.711Z.Desktop.edn +++ /dev/null @@ -1,363 +0,0 @@ -{:meta/version 1 - - ;; Currently, we support either "Markdown" or "Org". - ;; This can overwrite your global preference so that - ;; maybe your personal preferred format is Org but you'd - ;; need to use Markdown for some projects. - ;; :preferred-format "" - - ;; Preferred workflow style. - ;; Value is either ":now" for NOW/LATER style, - ;; or ":todo" for TODO/DOING style. - :preferred-workflow :todo - - ;; The app will ignore those directories or files. - ;; E.g. :hidden ["/archived" "/test.md" "../assets/archived"] - :hidden [] - - ;; When creating the new journal page, the app will use your template if there is one. - ;; You only need to input your template name here. - :default-templates - {:journals "JOURNAL-TEMPLATE"} - - ;; Set a custom date format for journal page title - ;; Example: - ;; :journal/page-title-format "EEE, do MMM yyyy" - - ;; Whether to enable hover on tooltip preview feature - ;; Default is true, you can also toggle this via setting page - :ui/enable-tooltip? false - - ;; Show brackets around page references - ;; :ui/show-brackets? true - - ;; Enable showing the body of blocks when referencing them. - :ui/show-full-blocks? true - - ;; Expand block references automatically when zoom-in - :ui/auto-expand-block-refs? true - - ;; Enable Block timestamp - :feature/enable-block-timestamps? false - - ;; Enable remove accents when searching. - ;; After toggle this option, please remember to rebuild your search index by press (cmd+c cmd+s). - :feature/enable-search-remove-accents? true - - ;; Enable journals - ;; :feature/enable-journals? true - - ;; Enable flashcards - ;; :feature/enable-flashcards? true - - ;; Enable Whiteboards - ;; :feature/enable-whiteboards? true - - ;; Disable the built-in Scheduled tasks and deadlines query - :feature/disable-scheduled-and-deadline-query? false - - ;; Specify the number of days in the future to display in the - ;; scheduled tasks and deadlines query, with a default value of 7 which - ;; displays tasks for the next 7 days. - ;; Example usage: - ;; Display all scheduled and deadline blocks for the next 14 days - :scheduled/future-days 7 - - ;; Specify the date on which the week starts. - ;; Goes from 0 to 6 (Monday to Sunday), default to 6 - :start-of-week 6 - - ;; Specify a custom CSS import - ;; This option take precedence over your local `logseq/custom.css` file - ;; You may find a list of awesome logseq themes here: - ;; https://github.com/logseq/awesome-logseq#css-themes - ;; Example: - ;; :custom-css-url "@import url('https://cdn.jsdelivr.net/gh/dracula/logseq@master/custom.css');" - - ;; Specify a custom js import - ;; This option take precedence over your local `logseq/custom.js` file - ;; :custom-js-url "" - - ;; Set a custom Arweave gateway - ;; Default gateway: https://arweave.net - ;; :arweave/gateway "" - - ;; Set Bullet indentation when exporting - ;; default option: tab - ;; Possible options for `:export/bullet-indentation` are - ;; 1. `:eight-spaces` as eight spaces - ;; 2. `:four-spaces` as four spaces - ;; 3. `:two-spaces` as two spaces - ;; :export/bullet-indentation :tab - - ;; When :all-pages-public? true, export repo would export all pages within that repo. - ;; Regardless of whether you've set any page to public or not. - ;; Example: - ;; :publishing/all-pages-public? true - - ;; Specify default home page and sidebar status for Logseq - ;; If not specified, Logseq default opens journals page on startup - ;; value for `:page` is name of page - ;; Possible options for `:sidebar` are - ;; 1. `"Contents"` to open up `Contents` in sidebar by default - ;; 2. `page name` to open up some page in sidebar - ;; 3. Or multiple pages in an array ["Contents" "Page A" "Page B"] - ;; If `:sidebar` is not set, sidebar will be hidden - ;; Example: - ;; 1. Setup page "Changelog" as home page and "Contents" in sidebar - ;; :default-home {:page "Changelog", :sidebar "Contents"} - ;; 2. Setup page "Jun 3rd, 2021" as home page without sidebar - ;; :default-home {:page "Jun 3rd, 2021"} - ;; 3. Setup page "home" as home page with multiple pages in sidebar - ;; :default-home {:page "home" :sidebar ["page a" "page b"]} - - ;; Tell logseq to use a specific folder in the repo as a default location for notes - ;; if not specified, notes are stored in `pages` directory - ;; :pages-directory "your-directory" - - ;; Tell logseq to use a specific folder in the repo as a default location for journals - ;; if not specified, journals are stored in `journals` directory - ;; :journals-directory "your-directory" - - ;; Set this to true will convert - ;; `[[Grant Ideas]]` to `[[file:./grant_ideas.org][Grant Ideas]]` for org-mode - ;; For more, see https://github.com/logseq/logseq/issues/672 - ;; :org-mode/insert-file-link? true - - ;; Setup custom shortcuts under `:shortcuts` key - ;; Syntax: - ;; 1. `+` means keys pressing simultaneously. eg: `ctrl+shift+a` - ;; 2. ` ` empty space between keys represents key chords. eg: `t s` means press `t` followed by `s` - ;; 3. `mod` means `Ctrl` for Windows/Linux and `Command` for Mac - ;; 4. use `false` to disable particular shortcut - ;; 5. you can define multiple bindings for one action, eg `["ctrl+j" "down"]` - ;; full list of configurable shortcuts are available below: - ;; https://github.com/logseq/logseq/blob/master/src/main/frontend/modules/shortcut/config.cljs - ;; Example: - ;; :shortcuts - ;; {:editor/new-block "enter" - ;; :editor/new-line "shift+enter" - ;; :editor/insert-link "mod+shift+k" - ;; :editor/highlight false - ;; :ui/toggle-settings "t s" - ;; :editor/up ["ctrl+k" "up"] - ;; :editor/down ["ctrl+j" "down"] - ;; :editor/left ["ctrl+h" "left"] - ;; :editor/right ["ctrl+l" "right"]} - :shortcuts {} - - ;; By default, pressing `Enter` in the document mode will create a new line. - ;; Set this to `true` so that it's the same behaviour as the usual outliner mode. - :shortcut/doc-mode-enter-for-new-block? false - - ;; Block content larger than `block/content-max-length` will not be searchable - ;; or editable for performance. - :block/content-max-length 10000 - - ;; Whether to show command doc on hover - :ui/show-command-doc? true - - ;; Whether to show empty bullets for non-document mode (the default mode) - :ui/show-empty-bullets? false - - ;; Pre-defined :view function to use with advanced queries - :query/views - {:pprint - (fn [r] [:pre.code (pprint r)])} - - ;; Pre-defined :result-transform function for use with advanced queries - :query/result-transforms - {:sort-by-priority - (fn [result] (sort-by (fn [h] (get h :block/priority "Z")) result))} - - ;; The app will show those queries in today's journal page, - ;; the "NOW" query asks the tasks which need to be finished "now", - ;; the "NEXT" query asks the future tasks. - :default-queries - {:journals - [{:title "🔨 NOW" - :query [:find (pull ?h [*]) - :in $ ?start ?today - :where - [?h :block/marker ?marker] - [(contains? #{"NOW" "DOING"} ?marker)] - [?h :block/page ?p] - [?p :block/journal? true] - [?p :block/journal-day ?d] - [(>= ?d ?start)] - [(<= ?d ?today)]] - :inputs [:14d :today] - :result-transform (fn [result] - (sort-by (fn [h] - (get h :block/priority "Z")) result)) - :group-by-page? false - :collapsed? true} - {:title "📅 NEXT" - :query [:find (pull ?h [*]) - :in $ ?start ?next - :where - [?h :block/marker ?marker] - [(contains? #{"NOW" "LATER" "TODO"} ?marker)] - [?h :block/page ?p] - [?p :block/journal? true] - [?p :block/journal-day ?d] - [(> ?d ?start)] - [(< ?d ?next)]] - :inputs [:today :7d-after] - :group-by-page? false - :collapsed? true} - {:title "Reviews" - - }]} - - ;; Add your own commands to slash menu to speedup. - ;; E.g. - ;; :commands - ;; [ - ;; ["js" "Javascript"] - ;; ["md" "Markdown"] - ;; ] - :commands - [] - - ;; By default, a block can only be collapsed if it has some children. - ;; `:outliner/block-title-collapse-enabled? true` enables a block with a title - ;; (multiple lines) can be collapsed too. For example: - ;; - block title - ;; block content - :outliner/block-title-collapse-enabled? true - - ;; Macros replace texts and will make you more productive. - ;; For example: - ;; Change the :macros value below to: - ;; {"poem" "Rose is $1, violet's $2. Life's ordered: Org assists you."} - ;; input "{{poem red,blue}}" - ;; becomes - ;; Rose is red, violet's blue. Life's ordered: Org assists you. - :macros {} - - ;; The default level to be opened for the linked references. - ;; For example, if we have some example blocks like this: - ;; - a [[page]] (level 1) - ;; - b (level 2) - ;; - c (level 3) - ;; - d (level 4) - ;; - ;; With the default value of level 2, `b` will be collapsed. - ;; If we set the level's value to 3, `b` will be opened and `c` will be collapsed. - :ref/default-open-blocks-level 1 - - :ref/linked-references-collapsed-threshold 0 - - ;; Favorites to list on the left sidebar -:favorites ["inbox" "todoist-logseqed" "planner" "desktop" "diario" "brainstorming" "reviews" "services/phdict" "cv empower" "projects" "services/dottorato" "papers" "teaching" "books" "todoist-dashboard" "consigliodisim" "services/placement" "ideas"] - - ;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5) - ;; :srs/learning-fraction 0.5 - - ;; the initial interval after the first successful review of a card (default 4) - ;; :srs/initial-interval 4 - - ;; hide specific properties for blocks - ;; E.g. :block-hidden-properties #{:created-at :updated-at} - ;; :block-hidden-properties #{} - :block-hidden-properties #{:todoistid } - - - ;; Enable all your properties to have corresponding pages - :property-pages/enabled? true - - ;; Properties to exclude from having property pages - ;; E.g.:property-pages/excludelist #{:duration :author} - ;; :property-pages/excludelist - - ;; By default, property value separated by commas will not be treated as - ;; page references. You can add properties to enable it. - ;; E.g. :property/separated-by-commas #{:alias :tags} - ;; :property/separated-by-commas #{} - - ;; Properties that are ignored when parsing property values for references - ;; :ignored-page-references-keywords #{:author :startup} - - ;; logbook setup - ;; :logbook/settings - ;; {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated - ;; :enabled-in-all-blocks true ;display logbook in all blocks after timetracking - ;; :enabled-in-timestamped-blocks false ;don't display logbook at all - ;; } - - ;; Mobile photo uploading setup - ;; :mobile/photo - ;; {:allow-editing? true - ;; :quality 80} - - ;; Mobile features options - ;; Gestures - ;; :mobile - ;; {:gestures/disabled-in-block-with-tags ["kanban"]} - - ;; Extra CodeMirror options - ;; See https://codemirror.net/5/doc/manual.html#config for possible options - ;; :editor/extra-codemirror-options {:keyMap "emacs" :lineWrapping true} - - ;; Enable logical outdenting - ;; :editor/logical-outdenting? true - - ;; When both text and a file are in the clipboard, paste the file - ;; :editor/preferred-pasting-file? true - - ;; Quick capture templates for receiving contents from other apps. - ;; Each template contains three elements {time}, {text} and {url}, which can be auto-expanded - ;; by received contents from other apps. Note: the {} cannot be omitted. - ;; - {time}: capture time - ;; - {date}: capture date using current date format, use `[[{date}]]` to get a page reference - ;; - {text}: text that users selected before sharing. - ;; - {url}: url or assets path for media files stored in Logseq. - ;; You can also reorder them, or even only use one or two of them in the template. - ;; You can also insert or format any text in the template as shown in the following examples. - ;; :quick-capture-templates - ;; {:text "[[quick capture]] **{time}**: {text} from {url}" - ;; :media "[[quick capture]] **{time}**: {url}"} - - ;; Quick capture options - ;; :quick-capture-options {:insert-today? false :redirect-page? false :default-page "my page"} - - ;; File sync options - ;; Ignore these files when syncing, regexp is supported. - ;; :file-sync/ignore-files [] - - ;; dwim (do what I mean) for Enter key when editing. - ;; Context-awareness of Enter key makes editing more easily - ; :dwim/settings { - ; :admonition&src? true - ; :markup? false - ; :block-ref? true - ; :page-ref? true - ; :properties? true - ; :list? true - ; } - - ;; Decide the way to escape the special characters in the page title. - ;; Warning: - ;; This is a dangerous operation. If you want to change the setting, - ;; should access the setting `Filename format` and follow the instructions. - ;; Or you have to rename all the affected files manually then re-index on all - ;; clients after the files are synced. Wrong handling may cause page titles - ;; containing special characters to be messy. - ;; Available values: - ;; :file/name-format :triple-lowbar - ;; ;use triple underscore `___` for slash `/` in page title - ;; ;use Percent-encoding for other invalid characters - :file/name-format :triple-lowbar - :journal/page-title-format "dd-MM-yyyy" - :ui/show-brackets? true - :zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}} - :editor/logical-outdenting? false - :feature/enable-timetracking? true - :feature/enable-whiteboards? false - :editor/preferred-pasting-file? true - - ;; specify the format of the filename for journal files - ;; :journal/file-name-format "yyyy_MM_dd" -:editor/extra-codemirror-options {:theme "gruvbox-dark"} - } diff --git a/logseq/config.edn b/logseq/config.edn index bbe5ef81..fc74deac 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -350,7 +350,7 @@ ;; ;use Percent-encoding for other invalid characters :file/name-format :triple-lowbar :journal/page-title-format "dd-MM-yyyy" - :ui/show-brackets? true + :ui/show-brackets? false :zotero/settings-v2 {"default" {:extra-tags "#zotero", :zotero-data-directory "C:/Users/david/Zotero", :zotero-linked-attachment-base-directory "C:/Users/david/Zotero", :type-id "1039502", :type :user, :notes-block-text "### Notes", :page-insert-prefix "@", :include-notes? true, :attachments-block-text "### Attachments"}} :editor/logical-outdenting? false :feature/enable-timetracking? true diff --git a/pages/DONE.md b/pages/DONE.md index d5a59c4d..05a23895 100644 --- a/pages/DONE.md +++ b/pages/DONE.md @@ -98,4 +98,5 @@ icon:: ✅ - ✔️ [[05-06-2025]] *16:51* ((68414fa7-671f-43f2-9bca-3a6e0208567e)) - ✔️ [[05-06-2025]] *23:27* ((683620b6-076a-40c2-a39e-ed6e6b6b38d0)) - ✔️ [[05-06-2025]] *23:27* ((683620b6-807d-4a7b-833c-08a95c81bc76)) - - ✔️ [[05-06-2025]] *23:30* ((683620b6-4510-470b-90ef-d8ec1122471c)) \ No newline at end of file + - ✔️ [[05-06-2025]] *23:30* ((683620b6-4510-470b-90ef-d8ec1122471c)) + - ✔️ [[06-06-2025]] *09:53* ((683e08c8-82e3-4e52-8c5d-16a3c15ba341)) \ No newline at end of file diff --git a/pages/EditoringChairing___2026-ICSE.md b/pages/EditoringChairing___2026-ICSE.md index 37c8bed8..e47503b7 100644 --- a/pages/EditoringChairing___2026-ICSE.md +++ b/pages/EditoringChairing___2026-ICSE.md @@ -1,14 +1,15 @@ -- [ICSE 2026 Review Process and Guidelines - Google Slides](https://docs.google.com/presentation/d/1YD3-H2fgA26SQhv7VqUMRB936GeYjvWZOgHltsIgeL4/edit?slide=id.ge27c856fa7_1_15#slide=id.ge27c856fa7_1_15) - - Have a look at slide 90 on *Discussion Period* - - ![image.png](../assets/image_1748853396186_0.png){:height 349, :width 570} - - ![image.png](../assets/image_1748853415029_0.png){:height 274, :width 572} - - ![image.png](../assets/image_1748853493738_0.png){:height 328, :width 522} -- Discussion leader for the following papers - - [#50 - ICSE 2026, Research Track](https://icse2026.hotcrp.com/paper/50#Cycle-1-Rebuttalresponse) +- **Discussion leader for the following papers** + - DONE [#50 - ICSE 2026, Research Track](https://icse2026.hotcrp.com/paper/50#Cycle-1-Rebuttalresponse) +id:: 683e08c8-82e3-4e52-8c5d-16a3c15ba341 - ![2026_AutoEmbed_ICSE Rebuttal.pdf](../assets/2026_AutoEmbed_ICSE_Rebuttal_1748853662638_0.pdf) - I'm reviewer B for this paper - [[icse2026-paper50]] - Triggered discussion - [#1640 - ICSE 2026, Research Track](https://icse2026.hotcrp.com/paper/1640) - [[icse2026-paper1640]] - - Triggered the discussion \ No newline at end of file + - Triggered the discussion +- [**ICSE 2026 Review Process and Guidelines - Google Slides**](https://docs.google.com/presentation/d/1YD3-H2fgA26SQhv7VqUMRB936GeYjvWZOgHltsIgeL4/edit?slide=id.ge27c856fa7_1_15#slide=id.ge27c856fa7_1_15) + - Have a look at slide 90 on *Discussion Period* + - ![image.png](../assets/image_1748853396186_0.png){:height 349, :width 570} + - ![image.png](../assets/image_1748853415029_0.png){:height 274, :width 572} + - ![image.png](../assets/image_1748853493738_0.png){:height 328, :width 522} \ No newline at end of file diff --git a/pages/I%3A ELSEVIER IST%3A Your Submission - INFSOF-D-25-00112 - Major Revision.md b/pages/I%3A ELSEVIER IST%3A Your Submission - INFSOF-D-25-00112 - Major Revision.md new file mode 100644 index 00000000..a88440ea --- /dev/null +++ b/pages/I%3A ELSEVIER IST%3A Your Submission - INFSOF-D-25-00112 - Major Revision.md @@ -0,0 +1,3 @@ +tags:: #todoist-task [[PAPERS]] +date:: [[06-06-2025]] - 09:39 +progress:: {{renderer :todomaster}} diff --git a/pages/Riunione Emeliot Salerno - Luglio 2025.md b/pages/Riunione Emeliot Salerno - Luglio 2025.md new file mode 100644 index 00000000..68b48b17 --- /dev/null +++ b/pages/Riunione Emeliot Salerno - Luglio 2025.md @@ -0,0 +1,5 @@ +tags:: #todoist-task [[PROJECTS/PRIN-EMELIOT]] [[meeting]] +date:: [[06-06-2025]] - 09:39 +progress:: {{renderer :todomaster}} + +- \ No newline at end of file diff --git a/pages/TODOIST-LOGSEQED.md b/pages/TODOIST-LOGSEQED.md index 92af7c92..ff63dbed 100644 --- a/pages/TODOIST-LOGSEQED.md +++ b/pages/TODOIST-LOGSEQED.md @@ -55,7 +55,7 @@ progress:: {{renderer :todomaster}} - TODO [#A] [[Intervento PINKAMP]] todoist-id:: [9179967916](https://app.todoist.com/app/task/9179967916) SCHEDULED: <2025-06-07 Sat> -- TODO [#A] [[Update fondi progetti]] +- TODO [#B] [[Update fondi progetti]] todoist-id:: [9143259271](https://app.todoist.com/app/task/9143259271) SCHEDULED: <2025-06-06 Fri> - TODO [[[mosaico-all] MOSAICO meetings in Rome July 2025]] @@ -65,4 +65,12 @@ progress:: {{renderer :todomaster}} - TODO [[Invited talk at LLMA4SE Summer School website]] todoist-id:: [9201031612](https://app.todoist.com/app/task/9201031612) todoist-desc:: From: chemacm@unex.es - SCHEDULED: <2025-08-18 Mon> \ No newline at end of file + SCHEDULED: <2025-08-18 Mon> +- TODO [#A] [[Riunione Emeliot Salerno - Luglio 2025]] + todoist-id:: [9161916557](https://app.todoist.com/app/task/9161916557) + todoist-desc:: From: leonardo.mariani@unimib.it + SCHEDULED: <2025-06-06 Fri> +- TODO [#A] [[I: ELSEVIER IST: Your Submission - INFSOF-D-25-00112 - Major Revision]] + todoist-id:: [9223518427](https://app.todoist.com/app/task/9223518427) + todoist-desc:: From: giordano.daloisio@univaq.it + SCHEDULED: <2025-06-06 Fri> \ No newline at end of file diff --git a/pages/icse2026-paper50.md b/pages/icse2026-paper50.md index 827b9afd..499e5e7d 100644 --- a/pages/icse2026-paper50.md +++ b/pages/icse2026-paper50.md @@ -14,6 +14,7 @@ todoist:: https://app.todoist.com/app/task/50-auto-embed-towards-automated-softw - ### [[Highlights]] - ### [[Comments]] + collapsed:: true - Paper summary - The paper presents AutoEmbed, an LLM-based approach to support the automated development of embedded IoT systems. The platform aims to facilitate different phases of the development process, including identifying the required modules and libraries needed to implement the desired system. The paper presents an evaluation consisting of 4 different development platforms, 71 modules, and over 350 IoT tasks. - Strengths @@ -52,6 +53,8 @@ todoist:: https://app.todoist.com/app/task/50-auto-embed-towards-automated-softw - How is the correctness of the generated system verified beyond compilation—particularly when logical errors might be present?* - Could you clarify how metrics such as "coding accuracy" and "completion rate" reflect the effectiveness of individual components of AutoEmbed (e.g., library resolution, knowledge augmentation)? Are there any component-specific metrics available? - Regarding the EmbedTask dataset: could you elaborate on the granularity of the tasks and how the classification into three difficulty levels was defined? + - [[Metareview]] + - The paper proposes AutoEmbed, an LLM-based framework for automating embedded IoT development. While the idea is interesting and the evaluation broad, according to the reviewers the submission suffers from significant limitations. In particular, valid concerns are raised regarding the clarity and rigor of the methodology, the definition and validity of evaluation metrics, and the limited discussion of system correctness and robustness. Reviewers are not satisfied by the rebuttal letter, which does not address these key issues. Given these unresolved concerns, particularly around logical correctness , the paper is not ready for acceptance in its current form. Nevertheless, the reviewers have provided specific suggestions that we believe will be valuable in improving the paper for potential publication in the future. We hope you find these suggestions helpful as you work towards enhancing the quality of the research. - ### [[REVIEWS/Notes]] - ### YELLOW CONCERNS background-color:: yellow