SearcharxivSearch

arXiv subjects

Rachel Chen

Publications and source records attributed to Rachel Chen.

4 recordsLinked to original sources

Detecting and Enhancing Intellectual Humility in Online Political Discourse

Intellectual humility (IH)-a recognition of one's own intellectual limitations-can reduce polarization and foster more understanding across lines of difference. Yet little work explores how IH can be systematically defined, measured, evaluated, and enhanced in spaces that often lack it the most: online political discussions. In this paper, we seek to bridge these gaps by exploring two questions: 1) how might preexisting levels of IH influence future expressions of IH during online political discourse? and 2) can online interventions enhance IH across different political topics and conversational environments? To pursue these questions, we define a codebook characterizing different dimensions of IH and intellectual arrogance (IA) and have researchers use it to annotate several hundred Reddit posts, which we then use to develop and validate a classifier to support IH analysis at scale. These tools subsequently enable two key contributions: i) an observational data analysis of how IH varies across different political discussions on Reddit, which reveals that more/less IH environments tend to contain future posts of a similar nature, and ii) a randomized control trial evaluating strategies for nudging discussion participants to demonstrate more IH in their posts, which reveals the possibility of enhancing IH in online discussions across a range of contentious topics. Our findings highlight the possibility of measuring and increasing IH online without necessarily reducing engagement.

cs.CY

The Dual Canonical Basis in the Spin Representation via the Temperley-Lieb Algebra

The spin representation $(\mathbb C^2)^{\otimes n}$ has a dual canonical basis introduced by Lusztig that is important in many areas of algebra, geometry, and physics. Khovanov observed that a portion of the dual canonical basis can be viewed diagrammatically through the Temperley-Lieb algebra. We provide a simpler construction that we generalize to the entire dual canonical basis, and write explicit formulas to compute the dual canonical basis, and thus the canonical basis of the spherical module, as a byproduct. We reprove some of Khovanov's results using our new perspective. Furthermore, we use the Hecke algebra to reprove the fact that the canonical basis is indeed dual to the dual canonical basis, leading to similar results about the canonical basis in $\mathcal M^*$ and $\mathcal N^*$, the dual spaces to the spherical and aspherical modules, as a byproduct. Finally, we present an alternative axiomatic definition of the canonical basis using diagrams.

math.RT

OmniCode: A Benchmark for Evaluating Software Engineering Agents

LLM-powered coding agents are redefining how real-world software is developed. To drive the research towards better coding agents, we require challenging benchmarks that can rigorously evaluate the ability of such agents to perform various software engineering tasks. However, popular coding benchmarks such as HumanEval and SWE-Bench focus on narrowly scoped tasks such as competition programming and patch generation. In reality, software engineers have to handle a broader set of tasks for real-world software development. To address this gap, we propose OmniCode, a novel software engineering benchmark that contains a broader and more diverse set of task categories beyond code or patch generation. Overall, OmniCode contains 1794 tasks spanning three programming languages - Python, Java, and C++ - and four key categories: bug fixing, test generation, code review fixing, and style fixing. In contrast to prior software engineering benchmarks, the tasks in OmniCode are (1) manually validated to eliminate ill-defined problems, and (2) synthetically crafted or recently curated to avoid data leakage issues, presenting a new framework for synthetically generating diverse software tasks from limited real-world data. We evaluate OmniCode with popular agent frameworks such as SWE-Agent and show that while they may perform well on bug fixing for Python, they fall short on tasks such as Test Generation and in languages such as C++ and Java. For instance, SWE-Agent achieves a maximum of 25.0% with DeepSeek-V3.1 on C++ Test Generation. OmniCode aims to serve as a robust benchmark and spur the development of agents that can perform well across different aspects of software development. Code and data are available at https://github.com/seal-research/OmniCode.

cs.SE

Automorphically Equivalent Elements of Finite Abelian Groups

Given a finite abelian group $G$ and elements $x, y \in G$, we prove that there exists $\phi \in \text{Aut}(G)$ such that $\phi(x) = y$ if and only if $G/\langle x \rangle \cong G/\langle y \rangle$. This result leads to our development of the two fastest known algorithms to determine if two elements of a finite abelian group are automorphic images of one another. The second algorithm also computes $G/\langle x \rangle$ in a near-linear time algorithm for groups, most feasible when the group has exponent at most $10^{20}$. We conculde with an algorithm that computes the automorphic orbits of finite abelian groups.

math.GR