Skip to content

Implementation Questions #2

@J-Gann

Description

@J-Gann

Dear authors,

Thank you for making the implementation of your work publicly available. After reading your paper SymRAG some questions arised. I would appreciate your help on this:

Regarding the dynamic threshold adjustment, I am asking myself why you reduce T_high_k given a low performing neural component. Would this update not in fact increase the neural band and lead to more usage of the neural path instead of less usage?

updated_thresholds['high_complexity_thr'] -= 0.05

Additionally I am asking myself why for the symbolic path to be chosen, low resource pressure is necessary. I assumed the purpose of symbolic execution is to reduce computational load and hence should be used in high resource pressure scenarios.

if query_complexity < low_complexity_thr and overall_resource_pressure < low_resource_thr:

I would really appreciate your feedback on these points to help my understanding.

Best regards,
Jonas Gann

--
PhD Student @ Data Science Research Group
Institute of Computer Science (IfI)

Heidelberg University
https://ds.ifi.uni-heidelberg.de/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions