cc4718 commited on
Commit
8ff8652
·
verified ·
1 Parent(s): 6f205d0

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +6 -0
src/about.py CHANGED
@@ -159,4 +159,10 @@ If everything is done, check you can launch the EleutherAIHarness on your model
159
 
160
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
161
  CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
 
162
  """
 
159
 
160
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
161
  CITATION_BUTTON_TEXT = r"""
162
+ @article{constantinides2025failuresensoriq,
163
+ title={FailureSensorIQ: A Multi-Choice QA Dataset for Understanding Sensor Relationships and Failure Modes},
164
+ author={Constantinides, Christodoulos and Patel, Dhaval and Lin, Shuxin and Guerrero, Claudio and Patil, Sunil Dagajirao and Kalagnanam, Jayant},
165
+ journal={arXiv preprint arXiv:2506.03278},
166
+ year={2025}
167
+ }
168
  """