← Search

Vijay Lingam

4 accepted papers

2025

Enhancing Language Model Agents using Diversity of Thoughts

ICLR 2025poster

A popular approach to building agents using Language Models (LMs) involves iteratively prompting the LM, reflecting on its outputs, and updating the input prompts until the desired task is achieved. However, our analysis reveals two key shortcomings in the existing methods: $(i)$ limited exploration…

Cited by 1SourcePDFScholar
2024

Rethinking Label Poisoning for GNNs: Pitfalls and Attacks

ICLR 2024poster

Node labels for graphs are usually generated using an automated process or crowd-sourced from human users. This opens up avenues for malicious users to compromise the training labels, making it unwise to blindly rely on them. While robustness against noisy labels is an active area of research, there…

Cited by 8SourcePDFScholar
2024

SVFT: Parameter-Efficient Fine-Tuning with Singular Vectors

NeurIPS 2024poster

Popular parameter-efficient fine-tuning (PEFT) methods, such as LoRA and its variants, freeze pre-trained model weights $\(\mathbf{W}\)$ and inject learnable matrices $\(\mathbf{\Delta W}\)$. These $\(\mathbf{\Delta W}\)$ matrices are structured for efficient parameterization, often using techniques…