Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

111

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

111 results for “LLMs”

Learn how ShareScore rates datasets ↗
zenodo32/100

Replication package for "Do LLMs Generate Code with Type Annotations?"

<div> <p>See the README.md file for more details.</p> </div>

opencc-by-4.0Nov 2024View details →
zenodo32/100

CoqPyt: Proof Navigation in Python in the Era of LLMs

<p>Replication package with code and CompCert dataset accompanying the paper "CoqPyt: Proof Navigation in Python in the Era of LLMs".<br>The file provided here is a Docker image. To use it, follow the steps:</p><p>&nbsp;</p><p>1. docker load &lt; coqpyt.tar</p><p>2. docker run -it --name coqpyt -d coqpyt /bin/bash</p><p>3. docker attach coqpyt<br>&nbsp;</p><p>After these steps, see the README.</p>

opencc-by-4.0Dec 2023View details →
zenodo32/100

Data of LLMs evaluation

<p>This data is the outcome of evaluating the performance of three LLMs, including gpt-4o, gemini-1.5-pro, and claude-sonnet, on five tasks related to our system's functionalities, including generating corresponding pronunciation, example, synonyms, antonyms and contextual explanation.</p>

opencc-by-4.0May 2024View details →
zenodo32/100

Supplementary Material for "Turning Low-Code Development Platforms into True No-Code with LLMs"

<p>This repository contains additional material supporting the paper titled "Turning Low-Code Development Platforms into True No-Code&nbsp;with LLMs"</p>

opencc-by-4.0Jul 2024View details →
zenodo32/100

Supplemental Data - LLMs for Differential Diagnostic Rare Disease

Open the record for dataset details and reuse information.

opencc-by-4.0Jul 2024View details →
zenodo32/100

Evaluating the Capability of LLMs in Identifying Compilation Errors in Configurable Systems

<p>This dataset contains the log files of the queries performed on the LLMs, executed in the publication Albuquerque et al. 2024 (SBES-IIER 2024).</p>

opencc-by-4.0Jul 2024View details →
zenodo32/100

Interesting Scientific Idea Generation Using Knowledge Graphs and LLMs: Evaluations with 100 Research Group Leaders

<p>Dataset for the Knowledge graph used in the paper "<a href="https://arxiv.org/abs/2405.17044">Interesting Scientific Idea Generation Using Knowledge Graphs and LLMs: Evaluations with 100 Research Group Leaders</a>" by Xueme Gu and Mario Krenn. &nbsp;</p> <p>Nodes represent scientific concepts extracted from 2.44 million paper titles and abstracts and edges are formed when two concepts co-occur in titles or abstracts of over 58 million papers from OpenAlex, augmented with citation information.&nbsp;</p>

opencc-by-4.0Oct 2024View details →
zenodo32/100

Towards an Analogical Reasoning with LLMs in Software Engineering Education

<p>Data collected from professors and students using our approach to teach/understand SE concepts&nbsp;</p>

opencc-by-4.0Dec 2023View details →
zenodo32/100

Replication package of the paper "Do LLMs Provide Links to Code Similar to what they Generate? A Study with Gemini and Bing CoPilot"

<h1>Replication Package</h1> <p>This replication package contains the necessary tools, data, and scripts for reproducing the results of our paper: "<em>Do LLMs Provide Links to Code Similar to what they Generate? A Study with Gemini and Bing CoPilot</em>". Below is a detailed description of the directory structure and the contents of this package.</p> <h2>Contents</h2> <p>The replication package is organized into two main directories:</p> <ul> <li> <p><code>assets</code>: This directory contains all .csv files used as input for the script and the outputted .csv file used to perform the manual and automated analyses for RQ1 and RQ2.</p> </li> <li> <p><code>script</code>: This directory contains all scripts for RQ1 and RQ2.</p> </li> </ul> <p>In the following, we describe the content of each directory:</p> <h2><code>assets</code></h2> <p>This directory contains the tools and resources required for our study.</p> <h3><code>dataset</code>: Contains the main datasets used in the study.</h3> <ul> <li> <p><code>annotationStore.csv</code>: Input dataset for our analyses, originating from the <em>CODESEARCHNET</em> dataset.</p> </li> <li> <p><code>queries.csv</code>: .csv file containing the queries used for the experiments filtered from the <em>CODESEARCHNET</em>dataset. This file contains the following columns:</p> <ul> <li><em>Language</em>: Programming language of the query</li> <li><em>Query</em>: Query used for the experiment</li> <li><em>GitHubUrl</em>: GitHub URL related to a snippet that addresses the query</li> <li><em>Relevance</em>: Relevance of the linked GitHub snippet to the query</li> </ul> </li> </ul> <h3><code>data</code>: Contains the datasets and results of all analyses.</h3> <ul> <li> <p><code>queries.csv</code>: General input queries. This file contains the following columns:</p> <ul> <li><em>Language</em>: Programming language of the query</li> <li><em>Query</em>: Query used for the snippet generation</li> <li><em>Prompt</em>: LLM prompt generated for the query as: <em>You are a Senior <code>&lt;Language&gt;</code> developer. Then give me a <code>&lt;Language&gt;</code> code snippet about: <code>&lt;Query&gt;</code></em></li> </ul> </li> <li> <p><code>queries_filled.csv</code>: Similar to the previous file, but also containing the output produced by the LLM-based assistants. This file contains the following columns:</p> <ul> <li><em>Language</em>: Programming language of the query</li> <li><em>Query</em>: Query used for the snippet generation</li> <li><em>Prompt</em>: LLM prompt generated for the query as: <em>You are a Senior <code>&lt;Language&gt;</code> developer. Then give me a <code>&lt;Language&gt;</code> code snippet about: <code>&lt;Query&gt;</code></em></li> <li><em>Notes</em>: General notes that provide additional context or information about the query or prompt.</li> <li><em>Gemini_Answer(n)</em>: The generated code snippets by Gemini.</li> <li><em>Gemini(n)</em>: The external links provided by Gemini.</li> <li><em>Prompt (repeated)</em></li> <li><em>Note</em>: Notes that provide additional context or information about the query or prompt.</li> <li><em>Copilot_Answer(n)</em>: The generated code snippets by Bing-Copilot.</li> <li><em>Copilot_Bing(n)</em>: The external links provided by Bing-Copilot.</li> </ul> </li> </ul> <h4><code>copilot</code> || <code>gemini</code>: Contains the data related to the specific LLM. These two subdirectories have the same internal structure.</h4> <ul> <li><code>queries.csv</code>: The <code>queries_filled.csv</code> file, filtered for the specific LLM.</li> <li><code>queries_noTrivial.csv</code>: Contains only the queries with at least one nontrivial generated snippet.</li> <li> <p><code>external_links.csv</code>: External links extracted from the LLMs output.</p> </li> <li> <p><code>external_links_filled.csv</code>: Snippets extracted from the external links.</p> <ul> <li><em>index</em>: Query ID</li> <li><em>source</em>: Snippet ID</li> <li><em>url</em>: Link URL</li> <li><em>note</em>: Notes that provide additional context or information about the query or prompt</li> <li><em>code(n)</em>: The n-th code snippet extracted from the source</li> </ul> </li> </ul> <h4><code>manual_analysis</code>: Manual analysis results.</h4> <ul> <li><code>manual_analysis.csv</code>: <ul> <li><em>index</em>: Query ID</li> <li><em>query</em>: Query used for the snippet generation</li> <li><em>generatedsnippet(n)</em>: The n-th code snippet generated by the LLM-based assistant</li> <li><em>trivial_1</em>: Manual analysis of whether or not the snippet was trivial (validator 1)</li> <li><em>trivial_2</em>: Manual analysis of whether or not the snippet was trivial (validator 2)</li> <li><em>trivial_final</em>: Manual analysis of whether or not the snippet was trivial (final classification if there is a disagreement)</li> <li><em>source</em>: URL to analyze</li> <li><em>sourcetype1</em>: Type of the source (validator 1)</li> <li><em>sourcetype2</em>: Type of the source (validator 2)</li> <li><em>sourcetypefinal</em>: Type of the source (final classification if there is a disagreement)</li> <li><em>relatedtoquery_1</em>: Relevance of the link to the query (validator 1)</li> <li><em>relatedtoquery_2</em>: Relevance of the link to the query (validator 2)</li> <li><em>relatedtoquery_final</em>: Relevance of the link to the query (final classification if there is a disagreement)</li> <li><em>relatedtosnippets_1</em>: Relevance of the generated snippet to those in the link (validator 1)</li> <li><em>relatedtosnippets_2</em>: Relevance of the generated snippet to those in the link (validator 2)</li> <li><em>relatedtosnippets_final</em>: Relevance of the generated snippet to those in the link (final classification if there is a disagreement)</li> </ul> </li> <li><code>manual_analysis_noTrivial.csv</code>: As in the previous file, but only the queries with at least one nontrivial generated code snippet.</li> </ul> <h4><code>clone_detector</code>: Output and intermediate files for clone detection with Copilot data.</h4> <ul> <li><code>copilot_tokens || gemini_tokens</code>: Contains the output the tokenization of the generated code snippets and the code snippets extracted from the external links.</li> <li><code>merged_llm_ext_link.csv</code>: All possible pairs (Cartesian product) (code snippet extracted from the external links, generated code snippet). This file is the input of the clone detection tool. <ul> <li><em>ID_query</em>: Query ID</li> <li><em>query</em>: Query used for the snippet generation</li> <li><em>language</em>: Programming language of the query</li> <li><em>generated_snippet</em>: The generated code snippet by the LLM-based assistant</li> <li><em>IDgensnippet</em>: The index of the generated code snippet</li> <li><em>LOCgensnippet</em>: The number of lines of code of the generated code snippet</li> <li><em>ID_source</em>: Source ID</li> <li><em>source</em>: Source URL</li> <li><em>source_snippet</em>: Code snippet extracted from the source</li> <li><em>IDsourcesnippet</em>: ID of the code snippet extracted from the source</li> <li><em>LOCsourcesnippet</em>: The number of lines of code of the code snippet extracted from the source</li> <li><em>note</em>: Notes that provide additional context or information about the query or prompt</li> </ul> </li> <li><code>clone_detection_output.csv</code>: Contains the clone detection results. <ul> <li><em>ID_query</em>: The index of the query</li> <li><em>query</em>: Query used for the snippet generation</li> <li><em>language</em>: The programming language of the query</li> <li><em>generated_snippet</em>: The generated code snippet by the LLM-based assistant</li> <li><em>IDgensnippet</em>: The index of the generated code snippet</li> <li><em>LOCgensnippet</em>: The number of lines of code of the generated code snippet</li> <li><em>ID_source</em>: Source ID</li> <li><em>source</em>: Source URL</li> <li><em>source_snippet</em>: Code snippet extracted from the source</li> <li><em>IDsourcesnippet</em>: ID of the code snippet extracted from the source</li> <li><em>LOCsourcesnippet</em>: The number of lines of code of the code snippet extracted from the source</li> <li><em>note</em>: Notes that provide additional context or information about the query or prompt</li> <li><em>clone_detected</em>: bBolean value that indicates whether a clone has been detected (1 = detected, 0 = not detected)</li> <li><em>cloning_ratio</em>: Ratio of the number of lines of code of the generated code snippet has been detected as a clone in the code snippet extracted from the source</li> <li><em>cloned_lines</em>: The number of lines of code of the generated code snippet that has been detected as a clone in the code snippet extracted from the source</li> </ul> </li> </ul> <h4><code>cosine_sim</code>: Cosine similarity results.</h4> <ul> <li><code>cosine_sim_output.csv</code>: Contains the cosine similarity results <ul> <li><em>query_id</em>: Query ID</li> <li><em>snippet_id</em>:ID the generated code snippet</li> <li><em>source_id</em>: ID of the source</li> <li><em>sourcesnippetid</em>: ID of the code snippet extracted from the source <ul> <li><em>cosine_similarity</em>: The cosine similarity between the generated code snippet and the code snippet extracted from the source</li> </ul> </li> </ul> </li> </ul> <h4><code>quant_analysis</code>: Quantitative analysis results.</h4> <ul> <li><code>topN_links_se.csv</code>: Contains the top-N links extracted from the search engine. <ul> <li><em>id</em>: Query ID</li> <li><em>query</em>: The query</li> <li><em>url</em>: Link URL</li> </ul> </li> <li><code>merged_clone_cosine.csv</code>: Contains the merged results of the clone detection and cosine similarity. <ul> <li><em>ID_query</em>: Query ID</li> <li><em>query</em>: The query</li> <li><em>language</em>: The programming language of the query</li> <li><em>generated_snippet</em>: The generated code snippet by the LLM-based assistant</li> <li><em>IDgensnippet</em>: The ID of the generated code snippet</li> <li><em>LOCgensnippet</em>: The number of lines of code of the generated code snippet</li> <li><em>ID_source</em>: The index of the source</li> <li><em>source</em>: The source URL</li> <li><em>source_snippet</em>: The code snippet extracted from the source</li> <li><em>IDsourcesnippet</em>: The index of the code snippet extracted from the source</li> <li><em>LOCsourcesnippet</em>: The number of lines of code of the code snippet extracted from the source</li> <li><em>note</em>: Notes that provide additional context or information about the query or prompt</li> <li><em>clone_detected</em>: Boolean value that indicates if a clone has been detected(1 = detected, 0 = not detected)</li> <li><em>cloning_ratio</em>: The ratio of the number of lines of code of the generated code snippet has been detected as a clone in the code snippet extracted from the source</li> <li><em>cloned_lines</em>: The number of lines of code of the generated code snippet that has been detected as a clone in the code snippet extracted from the source</li> <li><em>cosine_similarity</em>: The cosine similarity between the generated code snippet and the code snippet extracted from the source</li> </ul> </li> </ul> <h4><code>other_analysis</code>: Contains more performed analysis.</h4> <ul> <li><code>sample_queries.csv</code>: Contains a sample of five queries for language used for perform the chain of thought experiment. <ul> <li><em>Language</em>: Programming language of the query</li> <li><em>Query</em>: Query used for the snippet generation</li> <li><em>Prompt</em>: LLM prompt generated for the query as: <em>You are a Senior <code>&lt;Language&gt;</code> developer. Then give me a <code>&lt;Language&gt;</code> code snippet about: <code>&lt;Query&gt;</code></em></li> </ul> </li> <li><code>chain_of_thought.csv</code>: <ul> <li><em>Language</em>: Programming language of the query</li> <li><em>Query</em>: Query used for the snippet generation</li> <li><em>Prompt</em>: LLM prompt generated for the query as: <em>You are a Senior <code>&lt;Language&gt;</code> developer. Then give me a <code>&lt;Language&gt;</code> code snippet about: <code>&lt;Query&gt;</code></em></li> <li><em>Clone_fonud</em>: Boolean value that indicates if a clone has been detected (Yes = detected, No = not detected)</li> <li><em>Note</em>: Notes that provide additional context or information about the performed analysis</li> </ul> </li> <li><code>data_check.csv</code>: <ul> <li><em>Link</em>: URL of the source provided by the LLM</li> <li><em>Post_date</em>: Indicates if the date of the post is before/after the date of training of the LLM (before 2023, after 2023, not provided)</li> <li><em>Note</em>: Notes that provide additional context or information about the performed analysis</li> </ul> </li> </ul> <h4><code>results</code>: Final analysis results.</h4> <ul> <li><code>jaccard_analysis.csv</code>: Contains the results of the Jaccard analysis comparing the provided external links by the LLMs with the top-N links extracted from the corresponding search engine. <ul> <li><em>id</em>: Query ID</li> <li><em>language</em>: The programming language of the query</li> <li><em>llm_link</em>: The external links provided by the LLM</li> <li><em>llmlinksize</em>: The number of external links provided by the LLM</li> <li><em>overlap_links</em>: The overlapping links between the LLM and the search engine</li> <li><em>overlap_size</em>: The number of overlapping links between the LLM and the search engine</li> <li><em>nonoverlaplinks</em>: The non-overlapping links between the LLM and the search engine</li> <li><em>union_size</em>: The size of the union set links between the LLM and the search engine</li> <li><em>jaccard</em>: The Jaccard similarity between the LLM and the search engine</li> </ul> </li> <li><code>merged_analysis.csv</code>: Contains the merged results of the manual and quantitative analyses. <ul> <li><em>id</em>: The index of the query</li> <li><em>query</em>: The query used for the experiment</li> <li><em>trivial_final(n)</em>: The final assignment for the triviality of the n-th generated code snippet</li> <li><em>source</em>: The URL of the source</li> <li><em>sourcetypefinal</em>: The final assignment for the type of the source</li> <li><em>relatedtoquery_final</em>: The final assignment for the relevance of the generated code snippet to the query</li> <li><em>relatedtosnippets_final</em>: The final assignment for the relevance of the generated code snippet to the source</li> <li><em>cloning_ratio</em>: The maximum cloning ratio between the generated code snippet and all the code snippets extracted from the source</li> <li><em>cosine_similarity</em>: The cosine similarity related to the snippets with maximum cloning ratio</li> </ul> </li> </ul> <h3><code>cccfindersw-configuration-files</code>:</h3> <p>Contains additional configuration files for the CCFinderSW clone detection tool. The files are <code>javascript_comment.txt</code> and <code>javascript_reserved.txt</code>. They must be placed in the tool's <code>comment/</code> and <code>reserved/</code> directories.</p> <h3><code>appendix.tex</code>: The appendix of the paper containing:</h3> <ul> <li><em>Table 1</em>: Number of links of different types provided by Gemini and Bing CoPilot</li> </ul> <h3><code>appendix.pdf</code>: The appendix of the paper in PDF format.</h3> <h2><code>script</code></h2> <p>This directory contains our scripts (mostly Python, an R script and an Applescript) to preprocess data and run the clone detection analyses.</p> <ul> <li><code>1_dateset_filtering.py</code>: Script to filter the dataset. The input of this script is the <code>annotationStore.csv</code> file, and the output is the <code>queries.csv</code> file.</li> <li><code>2_prompt_generation.py</code>: Script to generate prompts for the LLM-based assistants. The input of this script is the <code>queries.csv</code> file, and the output is the <code>queries_filled.csv</code> file.</li> <li><code>3_gen_sheet_sources_extraction.py</code>: Script to split the external links provided by the LLM, one for each row. The input of this script is the <code>queries_filled.csv</code> file, and the output is the <code>external_link.csv</code> file.</li> <li><code>4_ext_link_snippet_extraction.py</code>: Script to extract the snippets from Web URLs. It only works for the most popular domains. The input of this script is the <code>external_links.csv</code> file, and the output is the <code>external_links_filled.csv</code> file.</li> <li><code>5_top_n_link_SearchEngine.py</code>: Script to perform top-N link search using the corresponding search engines (Google Search and Bing). The input of this script is the <code>queries_filled.csv</code> file. It executes the <code>browser_bot.scpt</code>. The output is the <code>topN_links_se.csv</code> file. <ul> <li><code>browser_bot.scpt</code>: Script for browser automation (AppleScript).</li> </ul> </li> <li><code>6_se_vs_llm.py</code>: Script to compare (using the Jaccard metric) the links returned by the corresponding search engines with those provided by the LLM-based assistants. The input of this script is the <code>external_links.csv</code> file and the <code>topN_links_se.csv</code> file. The output is the <code>jaccaard_analysis.csv</code> file.</li> <li><code>7_results_manual_analysis.py</code>: Script to extract results and statistical analyses performed on the manual analysis and reported in the tables in the paper.</li> <li><code>8_merge_gen_source_snippets.py</code>: This script takes as input: <code>{llm}/queries.csv</code> and <code>{llm}/external_link_filled.csv</code> to merge them and generates an expanded one, i.e., one in which we have on each line a snippet extracted from the source, this will be the input of our final script for clone detection. The output is the <code>merged_llm_ext_link.csv</code> file.</li> <li><code>9_clone_detection.py</code>: Script to perform clone detection. The input of this script is the <code>merged_llm_ext_link.csv</code> file, and the output is the <code>clone_detection_output.csv</code> file.</li> <li><code>10_cosine_sim_check.py</code>: Script to compute the code snippets' cosine similarity. The script takes as input the tokenized files from the <code>{llm}_tokens</code> directory. The output is the <code>cosine_sim_output.csv</code>file.</li> <li><code>11_merger_clone_cosine.py</code>: Script to merge clone detection and cosine similarity results. The input of this script is the <code>clone_detection_output.csv</code> and the <code>cosine_sim_output.csv</code> files, and the output is the <code>merged_clone_cosine.csv</code> file.</li> <li><code>12_merge_manual_quantitative_analysis.py</code>: Script to merge manual and quantitative analysis results. The inputs of this script are the <code>manual_analysis.csv</code> and the <code>merged_clone_cosine.csv</code>files, and the output is the <code>merged_analysis.csv</code> file.</li> <li><code>13_sample_for_COT_analysis.py</code>: Script to collect the sample of queries on which we perform the chain of thought analysis, the output is the <code>sample_queries.csv</code> file.</li> <li><code>14_llm_vs_csn.py</code>: Script to check the overlap between the links provided by the LLM and the one associated with the related query in the <em>CodeSearchNet</em> dataset. The input of this script is the <code>queries.csv</code>and <code>queries_noTrivial.csv</code> file.</li> <li><code>cloningGraph.R</code>: R script to generate the cloning graph. The input of this script is the <code>merged_analysis.csv</code> file.</li> </ul>

opencc-by-4.0Nov 2024View details →
zenodo28/100

Out of Style: Misadventures with LLMs and Code Style Transfer

<p>CSB: A Dataset and Benchmark for Code Style Transfer Tasks</p>

opencc-by-4.0Jan 2024View details →
zenodo28/100

Knowledge Graph Triple Validation by LLMs and Human-in-the-Loop

<p>Suplementary material for the sumbitted article to the IPM Special issue on<strong> </strong><em>Large Language Models and Data Quality for Knowledge Graphs.&nbsp;</em></p> <p>The dataset is an extension of [1] and includes the following columns:</p> <ul> <li><em>subj</em> the subject/head of the triple</li> <li><em>rel</em> the predicate of the triple</li> <li><em>obj</em> the object/tail of the triple</li> <li><em>support-level </em>indicating the reliability of the triple</li> <li><em>ann-random</em>[1: valid, 0: invalid], randomly selected annotation from the expert annotations avaialble in [1]&nbsp;</li> <li><em>ann-new</em> [1: valid, 0: invalid], junior expert annotation&nbsp;</li> <li><em>gpt-4o-1 </em>[1: valid, 0: invalid], response from 1st GPT prompt</li> <li><em>gpt-4o-2 </em>[1: valid, 0: invalid], response from 2nd GPT prompt</li> <li><em>gpt-4o-3</em> [1: valid, 0: invalid], response from 3rd GPT prompt</li> <li><em>gpt-4o-majority </em>[1: valid, 0: invalid], GPT annotation, computed as majority vote of gpt-4o-1,gpt-4o-2,gpt-4o-3</li> <li><em>claude-1 </em>[1: valid, 0: invalid], response from 1st <em>claude</em> prompt</li> <li><em>claude-2 </em>[1: valid, 0: invalid], response from 2nd <em>claude</em> prompt</li> <li><em>claude-3</em> [1: valid, 0: invalid], response from 3rd <em>claude</em> prompt</li> <li><em>claude-majority </em>[1: valid, 0: invalid], <em>claude</em> annotation, computed as majority vote of <em>claude</em>-1,<em>claude</em>-2,<em>claude</em>-3</li> <li><em>llama-1 </em>[1: valid, 0: invalid], response from 1st <em>llama</em>&nbsp;prompt</li> <li><em>llama-2 </em>[1: valid, 0: invalid], response from 2nd <em>llama</em>&nbsp;prompt</li> <li><em>llama-3</em> [1: valid, 0: invalid], response from 3rd <em>llama</em>&nbsp;prompt</li> <li><em>llama-majority </em>[1: valid, 0: invalid], <em>llama</em> annotation, computed as majority vote of <em>llama</em>-1,<em>llama</em>-2,<em>llama</em>-3</li> </ul> <p>[1] https://github.com/danilo-dessi/SKG-pipeline/tree/main/eval&nbsp;</p>

opencc-by-4.0Sep 2024View details →
zenodo28/100

Automating the process of Requirements Modeling with LLMs

Open the record for dataset details and reuse information.

opencc-by-4.0May 2024View details →
zenodo28/100

Evaluating the Effectiveness of LLMs in Fixing Maintainability Issues in Real-World Projects

<p><strong>Contacts:</strong></p> <p><strong>website:</strong> https://labsoft-ufmg.github.io/</p> <p><strong>email:</strong> henrique.mg.bh@gmail.com</p>

opencc-by-4.0Jun 2024View details →
zenodo28/100

Dataset | Do LLMs find the actual or the expected test oracle?

Open the record for dataset details and reuse information.

opencc-by-4.0Oct 2024View details →
zenodo28/100

Evaluating the Effectiveness of LLMs in Fixing Maintainability Issues in Real-World Projects

<p><strong>Contact</strong></p> <p><strong>website:</strong> https://labsoft-ufmg.github.io/</p> <p><strong>email:</strong> henrique.mg.bh@gmail.com</p>

opencc-by-4.0Oct 2024View details →
zenodo28/100

Data for ICSE 2025 paper "Search-Based LLMs for Code Optimization"

Open the record for dataset details and reuse information.

opencc-by-4.0Nov 2024View details →
zenodo28/100

Hyper-personalization for LLMs

<p>Diagram showing the systems and setup required for a useful and ethical hyper-personalization of Large Language Models (LLM).</p>

opencc-by-4.0Mar 2023View details →
ClinicalTrials.gov28/100

Multi-agent LLMs for Decision Support in Cervical Cancer During Pregnancy

ClinicalTrials.gov study NCT07318701. IPD Sharing: NO. Countries: 0. Publications: 10.

closedIPD-NOFeb 2026View details →
zenodo24/100

Analysis of the MMLU Benchmark for the evaluation of LLMs in Spanish

<h2>Description</h2> <p>This dataset contains a set of files that had been used for an analysis of the MMLU benchmark for the Spanish evaluation of LLMs. The aim of the study was to analyze the consequences of using benchmarks designed in English and translated, by automatic translation tools, into Spanish in the evaluation of Large Language Models (LLMs). Therefore, the final objective was to highlight the importance of an accurate and specific multilingual evaluation benchmarks in order to promote the development of LLMs in other languages.</p> <p>To achieve this goal, a method for evaluating LLMs has been designed to extract information about how they respond to selected tests of the MMLU benchmark. The process has generated a set of files that are included in this repository.</p> <p>The files are divided into three folders, each of which is named after the MMLU test category that corresponds to the data it stores. The tests that have been selected are <em>Miscellaneous</em>, <em>Philosophy</em> and <em>US_Foreign_Policy</em>. Each folder contains ten files.</p> <p>First of all, the GPT-3.5-Turbo and GPT-4 model answers to the tests are included, in their original version, in a Spanish version translated with Azure Translator, and another version translated with ChatGPT. These files, which are six in total for each test, have been named according to the following structure: <em>category-translation-responses-model.xlsx</em> (e.g., miscellaneous-azure-responses-ChatGPT4.xlsx).</p> <p>The next steps of the method selected questions where the model failed in one of the translated versions and answered correctly in the original. For this selection of the GPT-4 model, a manual analysis was carried out. The analysis searched for the relationship between the model failure and the errors made in the translation. This has been included in two files for each test, one for Azure translation failures and one for ChatGPT failures. The files have been named as <em>category_translation_manual_analysis_model.xlsx</em>, and they also contain a classification of the linguistic fails of the automatic translation.</p> <p>Finally, after performing the analysis, the error selection was manually retranslated and rerun on the model to see if it changed its responses. These results are shown in the two remaining files in each folder: <em>category_translation_corrected_questions.xlsx</em>.&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0May 2024View details →
zenodo20/100

Repository for "Evaluating LLMs for Hardware Design and Test"

<h2>Data Repository for "Evaluating LLMs for Hardware Design and Test"</h2> <p>This repository contains the conversations and related scripts for the paper "Evaluating LLMs for Hardware Design and Test", submitted to ISLAD 2024.</p> <p>The repository is organized as follows:</p> <ul> <li>&nbsp;`scripted-benchmarks` - this contains additional data used in the paper, which examines a more rigid process when exploring the potential applications for LLMs in hardware design. Here, each model chats are separated by subdirectory.</li> <li>`scripted-benchmarks-gpt4-tt03` - this contains just the benchmarks used in the paper, made by the first run of GPT-4, which were used for tapeout in Tiny Tapeout 3.</li> </ul> <p>The tt03 directory contains the GitHub action scripts required to invoke OpenLane and produce synthesis files, as well as used to perform simulation tests.</p>

opencc-by-nc-4.0Apr 2024View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record