Alain Le Noac'h
Alain Le Noac'h
design choices, notes, considerations... : 1 - Choice of Postgres full-text search (instead of the more basic Whoosh and the more advanced ElasticSearch) 2 - Creation of specific Postgres configurations...
Here is a first shot at pylint warnings, after upgrading the pylint version. I'm waiting for some feedback to know if I should continue. Do we want to have a...
In en/translations.json, the texts in some of the styles are not displayed. For example, line 421, "is to collaboratively identify" is displayed in the home page as "is to identify"....
In most or our backend API URLs, there is a trailing "/". Some URLs (around 7 among 50) don't have it. From what I read, it's not really important whether...
**blocked by the API issue** https://github.com/tournesol-app/tournesol/issues/1160 --- It feels weird when a video that was very recently compared for the 1st time does not appear at the top of "My...
The Tournesol score could be indicated besides the "Rate Later" button. When hovering the mouse over the Tournesol score, it could indicate on how many contributors and comparisons it is...
I was looking at the public dataset. And I think there are a few things to improve. I let you discuss which to fix, suggest other ideas and decompose this...
The suggestions API is currently optimized to reduce the global uncertainty in the comparisons. But they do not consider the fact that an entity was recently compared or not. It...
When you don't know Tournesol, it is not immediately obvious in the preview whether a score is good and how good it is. For example, the score 18 could be...
For CoQA, in coqa/utils.py, only the last answer of each text (i.e. the answer for the last turn_id, with all the previous questions and answers in the context window) is...