> For the complete documentation index, see [llms.txt](https://ai-for-researchers.setu.ie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-for-researchers.setu.ie/institutional-guidance/core-principles.md).

# Core Principles

> **Page description:** *Reliability, Honesty, Respect, and Accountability — the EU Living Guidelines framework*

## Core Principles

The use of GenAI in research must be underpinned by the notion of **human agency and human oversight**. Researchers remain ultimately responsible for all aspects of their scientific outputs, including accountability for the integrity, accuracy, validity, and originality of all content in their research outputs.

These principles are framed around the [EU Living Guidelines on the Responsible Use of Generative AI in Research](https://research-and-innovation.ec.europa.eu/):

### Reliability

"Reliability in ensuring the quality of research, reflected in the design, methodology, analysis and use of resources. This includes aspects related to **verifying and reproducing** the information produced by AI for research.  It also involves being aware of possible equality and non-discrimination issues in relation to bias and inaccuracies."

### Honesty

"Honesty in developing, carrying out, reviewing, reporting and communicating on research **transparently, fairly, thoroughly and impartially**. This principle includes disclosing that generative AI has been used."

### Respect

"Respect for colleagues, research participants, research subjects, society, ecosystems, cultural heritage and the environment. Responsible use of generative AI should consider the **limitations of the technology, its environmental impact** and its societal effects (bias, diversity, non-discrimination, fairness and prevention of harm).  This includes the proper management of information, respect for privacy, confidentiality and intellectual property rights, and proper citation."

### Accountability

"Accountability for the research from idea to publication, for its management and organisation, for training, supervision and mentoring, and for its wider societal impacts. This includes responsibility for all output that a researcher produces,\
underpinned by the notion of human agency and oversight."


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ai-for-researchers.setu.ie/institutional-guidance/core-principles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
