Skip to content

Commit f943c57

Browse files
committed
-
1 parent 5f13ef6 commit f943c57

1 file changed

Lines changed: 57 additions & 1 deletion

File tree

trustworthy-llms-and-llm-agents/index.html

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ <h3>Publications</h3>
139139
<li><a href="#paper-1">Responsibility Lens Survey</a></li>
140140
<li><a href="#paper-2">Credibility Scoring</a></li>
141141
<li><a href="#paper-3">Rank It, Then Ask It</a></li>
142-
<li><a href="#paper-4">AXOLOTL</a></li>
142+
<li><a href="#paper-4">REQUAL-LM</a></li>
143+
<li><a href="#paper-5">AXOLOTL</a></li>
143144
</ol>
144145
<p class="toc-note">This list will be updated during the course of project.</p>
145146
</aside>
@@ -328,6 +329,61 @@ <h3>Rank It, Then Ask It: Input Reranking for Maximizing the Performance of LLMs
328329
</article>
329330

330331
<article class="paper-card" id="paper-4">
332+
<div class="paper-tag">NAACL 2024</div>
333+
<h3>REQUAL-LM: Reliability and Equity through Aggregation in Large Language Models</h3>
334+
<p class="paper-meta">
335+
Sana Ebrahimi, Nima Shahbazi, and Abolfazl Asudeh · <em>Findings of the Association for Computational Linguistics: NAACL 2024</em>, 2024
336+
</p>
337+
<div class="paper-feature">
338+
<figure class="paper-figure">
339+
<img src="imgs/requal.jpg" alt="Illustration for the REQUAL-LM paper on reliable and equitable LLM output aggregation">
340+
</figure>
341+
<div class="paper-feature-copy">
342+
<p>
343+
Large language models are increasingly used in domains with
344+
real societal consequences, but their randomized behavior
345+
can make outputs unstable. At the same time, biases and
346+
historical stereotypes embedded in data can lead models to
347+
produce responses that are unreliable, inequitable, or
348+
harmful for underrepresented groups.
349+
</p>
350+
<p>
351+
REQUAL-LM addresses this challenge through aggregation. The
352+
paper develops a Monte Carlo method based on repeated
353+
sampling, using multiple LLM outputs to identify a reliable
354+
response that stays close to the mean of the underlying
355+
distribution of possible answers. This turns randomness from
356+
a deployment risk into a signal that can be measured and
357+
stabilized.
358+
</p>
359+
<p>
360+
The method also introduces equity-aware aggregation. By
361+
formally defining reliability and bias, REQUAL-LM can search
362+
for outputs that are both dependable and less harmful,
363+
selecting responses that better represent minority groups
364+
while reducing unfair effects in the final answer.
365+
</p>
366+
<p>
367+
A key strength of the system is its practicality: it treats
368+
LLMs as black boxes, requires no retraining or specialized
369+
hardware, and avoids imposing a significant computational
370+
load. Experiments across multiple tasks and datasets show
371+
that REQUAL-LM can mitigate bias while selecting more
372+
reliable and equitable responses, making it well suited for
373+
deployment settings where model internals are unavailable.
374+
</p>
375+
<p class="paper-citation">
376+
Citation: Sana Ebrahimi, Nima Shahbazi, and Abolfazl Asudeh. 2024. <em>REQUAL-LM: Reliability and Equity through Aggregation in Large Language Models</em>. In Findings of the Association for Computational Linguistics: NAACL 2024, pages 549-560, Mexico City, Mexico. Association for Computational Linguistics.
377+
</p>
378+
<p class="paper-links">
379+
<a href="https://aclanthology.org/2024.findings-naacl.37/" target="_blank" rel="noopener noreferrer">Paper</a>
380+
<a href="https://asudeh.github.io/files/RequalLM-asudeh.pdf" target="_blank" rel="noopener noreferrer">Slides</a>
381+
</p>
382+
</div>
383+
</div>
384+
</article>
385+
386+
<article class="paper-card" id="paper-5">
331387
<div class="paper-tag">ICKG 2024</div>
332388
<h3>AXOLOTL: Fairness through Assisted Self-Debiasing of Large Language Model Outputs</h3>
333389
<p class="paper-meta">

0 commit comments

Comments
 (0)